Searched refs:surfaceProtectedCaps (Results 1 – 1 of 1) sorted by relevance
597 VkSurfaceProtectedCapabilitiesKHR surfaceProtectedCaps = {}; in initializeImpl() local600 surfaceProtectedCaps.sType = VK_STRUCTURE_TYPE_SURFACE_PROTECTED_CAPABILITIES_KHR; in initializeImpl()601 surfaceProtectedCaps.pNext = nullptr; in initializeImpl()603 surfaceCaps2.pNext = &surfaceProtectedCaps; in initializeImpl()610 mSupportsProtectedSwapchain = surfaceProtectedCaps.supportsProtected; in initializeImpl()