Searched refs:surfaceProtectedCaps (Results 1 – 1 of 1) sorted by relevance
680 VkSurfaceProtectedCapabilitiesKHR surfaceProtectedCaps = {}; in initializeImpl() local683 surfaceProtectedCaps.sType = VK_STRUCTURE_TYPE_SURFACE_PROTECTED_CAPABILITIES_KHR; in initializeImpl()685 vk::AddToPNextChain(&surfaceCaps2, &surfaceProtectedCaps); in initializeImpl()692 mSupportsProtectedSwapchain = surfaceProtectedCaps.supportsProtected; in initializeImpl()