Github User Fetcher 1.0.0
C Application with Server and GUI
|
#include <vulkan_core.h>
Data Fields | |
VkStructureType | sType |
const void * | pNext |
VkShaderStageFlags | stageFlags |
VkPipelineLayout | layout |
uint32_t | set |
uint32_t | descriptorWriteCount |
const VkWriteDescriptorSet * | pDescriptorWrites |
Definition at line 11862 of file vulkan_core.h.
uint32_t VkPushDescriptorSetInfoKHR::descriptorWriteCount |
Definition at line 11868 of file vulkan_core.h.
VkPipelineLayout VkPushDescriptorSetInfoKHR::layout |
Definition at line 11866 of file vulkan_core.h.
const VkWriteDescriptorSet* VkPushDescriptorSetInfoKHR::pDescriptorWrites |
Definition at line 11869 of file vulkan_core.h.
const void* VkPushDescriptorSetInfoKHR::pNext |
Definition at line 11864 of file vulkan_core.h.
uint32_t VkPushDescriptorSetInfoKHR::set |
Definition at line 11867 of file vulkan_core.h.
VkShaderStageFlags VkPushDescriptorSetInfoKHR::stageFlags |
Definition at line 11865 of file vulkan_core.h.
VkStructureType VkPushDescriptorSetInfoKHR::sType |
Definition at line 11863 of file vulkan_core.h.