Github User Fetcher 1.0.0
C Application with Server and GUI
|
#include <vulkan_core.h>
Data Fields | |
VkStructureType | sType |
const void * | pNext |
VkPipelineLayout | layout |
VkShaderStageFlags | stageFlags |
uint32_t | offset |
uint32_t | size |
const void * | pValues |
Definition at line 11852 of file vulkan_core.h.
VkPipelineLayout VkPushConstantsInfoKHR::layout |
Definition at line 11855 of file vulkan_core.h.
uint32_t VkPushConstantsInfoKHR::offset |
Definition at line 11857 of file vulkan_core.h.
const void* VkPushConstantsInfoKHR::pNext |
Definition at line 11854 of file vulkan_core.h.
const void* VkPushConstantsInfoKHR::pValues |
Definition at line 11859 of file vulkan_core.h.
uint32_t VkPushConstantsInfoKHR::size |
Definition at line 11858 of file vulkan_core.h.
VkShaderStageFlags VkPushConstantsInfoKHR::stageFlags |
Definition at line 11856 of file vulkan_core.h.
VkStructureType VkPushConstantsInfoKHR::sType |
Definition at line 11853 of file vulkan_core.h.