blob: f4122ed047838cdcd7ac42b7a035ed4109121745 [file] [log] [blame]
// 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;
----