FiniteRenderAssemblyInfo
The FiniteRenderAssemblyInfo struct contains param information for creating a VkPipelineInputAssemblyStateCreateInfo.
typedef struct FiniteRenderAssemblyInfo FiniteRenderAssemblyInfo;struct FiniteRenderAssemblyInfo { const void* next; VkPipelineInputAssemblyStateCreateFlags flags; VkPrimitiveTopology topology; bool primitiveRestartEnable;};Properties
Section titled “Properties”| Type | Decription |
|---|---|
const void *next | An extension of the VkPipelineInputAssemblyStateCreateInfo or NULL |
VkPipelineInputAssemblyStateCreateFlags flags | The Assembly Flags. |
VkPrimitiveTopology toplogy | The VKTopology data |
bool primitiveRestartEnable | The Vertex Binding Descriptions |
Standard Usage
Section titled “Standard Usage”This struct should be created manually and used as a param to finite_render_create_assembly_state