Class VkPhysicalDeviceProtectedMemoryFeatures

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class VkPhysicalDeviceProtectedMemoryFeatures extends Struct<VkPhysicalDeviceProtectedMemoryFeatures> implements NativeResource

 struct VkPhysicalDeviceProtectedMemoryFeatures {
     VkStructureType sType;
     void * pNext;
     VkBool32 protectedMemory;
 }