ReactOS 0.4.17-dev-934-g091855f
VkIndirectCommandsLayoutCreateInfoEXT Struct Reference

#include <vulkan.h>

Collaboration diagram for VkIndirectCommandsLayoutCreateInfoEXT:

Public Member Functions

VkPipelineLayout WINE_VK_ALIGN (8) pipelineLayout
 

Public Attributes

VkStructureType sType
 
const void * pNext
 
VkIndirectCommandsLayoutUsageFlagsEXT flags
 
VkShaderStageFlags shaderStages
 
uint32_t indirectStride
 
uint32_t tokenCount
 
const VkIndirectCommandsLayoutTokenEXT * pTokens
 

Detailed Description

Definition at line 17625 of file vulkan.h.

Member Function Documentation

◆ WINE_VK_ALIGN()

VkPipelineLayout VkIndirectCommandsLayoutCreateInfoEXT::WINE_VK_ALIGN ( 8  )

Member Data Documentation

◆ flags

VkIndirectCommandsLayoutUsageFlagsEXT VkIndirectCommandsLayoutCreateInfoEXT::flags

Definition at line 17629 of file vulkan.h.

◆ indirectStride

uint32_t VkIndirectCommandsLayoutCreateInfoEXT::indirectStride

Definition at line 17631 of file vulkan.h.

◆ pNext

const void* VkIndirectCommandsLayoutCreateInfoEXT::pNext

Definition at line 17628 of file vulkan.h.

◆ pTokens

const VkIndirectCommandsLayoutTokenEXT* VkIndirectCommandsLayoutCreateInfoEXT::pTokens

Definition at line 17634 of file vulkan.h.

◆ shaderStages

VkShaderStageFlags VkIndirectCommandsLayoutCreateInfoEXT::shaderStages

Definition at line 17630 of file vulkan.h.

◆ sType

VkStructureType VkIndirectCommandsLayoutCreateInfoEXT::sType

Definition at line 17627 of file vulkan.h.

◆ tokenCount

uint32_t VkIndirectCommandsLayoutCreateInfoEXT::tokenCount

Definition at line 17633 of file vulkan.h.


The documentation for this struct was generated from the following file: