Vulkan-Hpp
|
#include <vulkan_core.h>
Public Attributes | |
VkStructureType | sType |
const void * | pNext |
VkPipelineLayout | layout |
VkShaderStageFlags | stageFlags |
uint32_t | offset |
uint32_t | size |
const void * | pValues |
Definition at line 11363 of file vulkan_core.h.
VkPipelineLayout VkPushConstantsInfoKHR::layout |
Definition at line 11366 of file vulkan_core.h.
uint32_t VkPushConstantsInfoKHR::offset |
Definition at line 11368 of file vulkan_core.h.
const void* VkPushConstantsInfoKHR::pNext |
Definition at line 11365 of file vulkan_core.h.
const void* VkPushConstantsInfoKHR::pValues |
Definition at line 11370 of file vulkan_core.h.
uint32_t VkPushConstantsInfoKHR::size |
Definition at line 11369 of file vulkan_core.h.
VkShaderStageFlags VkPushConstantsInfoKHR::stageFlags |
Definition at line 11367 of file vulkan_core.h.
VkStructureType VkPushConstantsInfoKHR::sType |
Definition at line 11364 of file vulkan_core.h.