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

12 lines
451 B
Plaintext

// WARNING: DO NOT MODIFY! This file is automatically generated from the vk.xml registry
[[VkPhysicalDeviceVariablePointerFeatures,VkPhysicalDeviceVariablePointerFeatures]]
[source,c++]
----
typedef struct VkPhysicalDeviceVariablePointerFeatures {
VkStructureType sType;
void* pNext;
VkBool32 variablePointersStorageBuffer;
VkBool32 variablePointers;
} VkPhysicalDeviceVariablePointerFeatures;
----