unplugged-vendor/device/generic/vulkan-cereal/protocols/vulkan/api/structs/VkPushConstantRange.txt

11 lines
320 B
Plaintext
Raw Normal View History

// 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;
----