Class VkSurfaceProtectedCapabilitiesKHR

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class VkSurfaceProtectedCapabilitiesKHR extends Struct<VkSurfaceProtectedCapabilitiesKHR> implements NativeResource

 struct VkSurfaceProtectedCapabilitiesKHR {
     VkStructureType sType;
     void const * pNext;
     VkBool32 supportsProtected;
 }