blob: 883788f67cb4b1f998d73779abc5e210da48a5ad [file] [log] [blame]
// WARNING: DO NOT MODIFY! This file is automatically generated from the vk.xml registry
[[VkPhysicalDeviceProtectedMemoryFeatures,VkPhysicalDeviceProtectedMemoryFeatures]]
[source,c++]
----
typedef struct VkPhysicalDeviceProtectedMemoryFeatures {
VkStructureType sType;
void* pNext;
VkBool32 protectedMemory;
} VkPhysicalDeviceProtectedMemoryFeatures;
----