11 lines
320 B
Plaintext
11 lines
320 B
Plaintext
// 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;
|
|
----
|