11 lines
417 B
Plaintext
11 lines
417 B
Plaintext
// WARNING: DO NOT MODIFY! This file is automatically generated from the vk.xml registry
|
|
[[VkPhysicalDeviceShaderDrawParameterFeatures,VkPhysicalDeviceShaderDrawParameterFeatures]]
|
|
[source,c++]
|
|
----
|
|
typedef struct VkPhysicalDeviceShaderDrawParameterFeatures {
|
|
VkStructureType sType;
|
|
void* pNext;
|
|
VkBool32 shaderDrawParameters;
|
|
} VkPhysicalDeviceShaderDrawParameterFeatures;
|
|
----
|