Vulkan-Hpp
|
#include <vulkan_core.h>
Public Attributes | |
VkStructureType | sType |
const void * | pNext |
VkShaderStageFlags | stageFlags |
VkPipelineLayout | layout |
uint32_t | set |
uint32_t | descriptorWriteCount |
const VkWriteDescriptorSet * | pDescriptorWrites |
Definition at line 11373 of file vulkan_core.h.
uint32_t VkPushDescriptorSetInfoKHR::descriptorWriteCount |
Definition at line 11379 of file vulkan_core.h.
VkPipelineLayout VkPushDescriptorSetInfoKHR::layout |
Definition at line 11377 of file vulkan_core.h.
const VkWriteDescriptorSet* VkPushDescriptorSetInfoKHR::pDescriptorWrites |
Definition at line 11380 of file vulkan_core.h.
const void* VkPushDescriptorSetInfoKHR::pNext |
Definition at line 11375 of file vulkan_core.h.
uint32_t VkPushDescriptorSetInfoKHR::set |
Definition at line 11378 of file vulkan_core.h.
VkShaderStageFlags VkPushDescriptorSetInfoKHR::stageFlags |
Definition at line 11376 of file vulkan_core.h.
VkStructureType VkPushDescriptorSetInfoKHR::sType |
Definition at line 11374 of file vulkan_core.h.