Searched refs:ds_formats (Results 1 – 1 of 1) sorted by relevance
30 …const VkFormat ds_formats[] = {VK_FORMAT_D16_UNORM_S8_UINT, VK_FORMAT_D24_UNORM_S8_UINT, VK_FORMAT… in FindSupportedDepthStencilFormat() local31 for (uint32_t i = 0; i < size(ds_formats); ++i) { in FindSupportedDepthStencilFormat()33 vkGetPhysicalDeviceFormatProperties(phy, ds_formats[i], &format_props); in FindSupportedDepthStencilFormat()36 return ds_formats[i]; in FindSupportedDepthStencilFormat()