ReactOS 0.4.17-dev-934-g091855f
VkIndirectExecutionSetShaderInfoEXT Struct Reference

#include <vulkan.h>

Collaboration diagram for VkIndirectExecutionSetShaderInfoEXT:

Public Attributes

VkStructureType sType
 
const void * pNext
 
uint32_t shaderCount
 
const VkShaderEXT * pInitialShaders
 
const VkIndirectExecutionSetShaderLayoutInfoEXT * pSetLayoutInfos
 
uint32_t maxShaderCount
 
uint32_t pushConstantRangeCount
 
const VkPushConstantRange * pPushConstantRanges
 

Detailed Description

Definition at line 16487 of file vulkan.h.

Member Data Documentation

◆ maxShaderCount

uint32_t VkIndirectExecutionSetShaderInfoEXT::maxShaderCount

Definition at line 16494 of file vulkan.h.

◆ pInitialShaders

const VkShaderEXT* VkIndirectExecutionSetShaderInfoEXT::pInitialShaders

Definition at line 16492 of file vulkan.h.

◆ pNext

const void* VkIndirectExecutionSetShaderInfoEXT::pNext

Definition at line 16490 of file vulkan.h.

◆ pPushConstantRanges

const VkPushConstantRange* VkIndirectExecutionSetShaderInfoEXT::pPushConstantRanges

Definition at line 16496 of file vulkan.h.

◆ pSetLayoutInfos

const VkIndirectExecutionSetShaderLayoutInfoEXT* VkIndirectExecutionSetShaderInfoEXT::pSetLayoutInfos

Definition at line 16493 of file vulkan.h.

◆ pushConstantRangeCount

uint32_t VkIndirectExecutionSetShaderInfoEXT::pushConstantRangeCount

Definition at line 16495 of file vulkan.h.

◆ shaderCount

uint32_t VkIndirectExecutionSetShaderInfoEXT::shaderCount

Definition at line 16491 of file vulkan.h.

◆ sType

VkStructureType VkIndirectExecutionSetShaderInfoEXT::sType

Definition at line 16489 of file vulkan.h.


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