Searched refs:surfaceProtectedCaps (Results 1 – 1 of 1) sorted by relevance
1139 VkSurfaceProtectedCapabilitiesKHR surfaceProtectedCaps = {}; in initializeImpl() local1142 surfaceProtectedCaps.sType = VK_STRUCTURE_TYPE_SURFACE_PROTECTED_CAPABILITIES_KHR; in initializeImpl()1144 vk::AddToPNextChain(&surfaceCaps2, &surfaceProtectedCaps); in initializeImpl()1151 mSupportsProtectedSwapchain = surfaceProtectedCaps.supportsProtected; in initializeImpl()