Vulkan-Hpp
VkPushConstantsInfoKHR Struct Reference

#include <vulkan_core.h>

Public Attributes

VkStructureType sType
 
const void * pNext
 
VkPipelineLayout layout
 
VkShaderStageFlags stageFlags
 
uint32_t offset
 
uint32_t size
 
const void * pValues
 

Detailed Description

Definition at line 11363 of file vulkan_core.h.

Member Data Documentation

◆ layout

VkPipelineLayout VkPushConstantsInfoKHR::layout

Definition at line 11366 of file vulkan_core.h.

◆ offset

uint32_t VkPushConstantsInfoKHR::offset

Definition at line 11368 of file vulkan_core.h.

◆ pNext

const void* VkPushConstantsInfoKHR::pNext

Definition at line 11365 of file vulkan_core.h.

◆ pValues

const void* VkPushConstantsInfoKHR::pValues

Definition at line 11370 of file vulkan_core.h.

◆ size

uint32_t VkPushConstantsInfoKHR::size

Definition at line 11369 of file vulkan_core.h.

◆ stageFlags

VkShaderStageFlags VkPushConstantsInfoKHR::stageFlags

Definition at line 11367 of file vulkan_core.h.

◆ sType

VkStructureType VkPushConstantsInfoKHR::sType

Definition at line 11364 of file vulkan_core.h.


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