blob: 52c021251b8edebb6ea7da241613c23140a845cb [file] [log] [blame]
// WARNING: DO NOT MODIFY! This file is automatically generated from the vk.xml registry
[[VkPushConstantRange,VkPushConstantRange]]
[source,c++]
----
typedef struct VkPushConstantRange {
VkShaderStageFlags stageFlags;
uint32_t offset;
uint32_t size;
} VkPushConstantRange;
----