1// WARNING: DO NOT MODIFY! This file is automatically generated from the vk.xml registry 2[[VkPhysicalDeviceVariablePointerFeatures,VkPhysicalDeviceVariablePointerFeatures]] 3[source,c++] 4---- 5typedef struct VkPhysicalDeviceVariablePointerFeatures { 6 VkStructureType sType; 7 void* pNext; 8 VkBool32 variablePointersStorageBuffer; 9 VkBool32 variablePointers; 10} VkPhysicalDeviceVariablePointerFeatures; 11---- 12