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