Format selection list
This commit is contained in:
parent
570ba6da47
commit
13d8fc6526
1 changed files with 1 additions and 1 deletions
|
|
@ -79,7 +79,7 @@ namespace vks
|
|||
// Since all depth formats may be optional, we need to find a suitable depth format to use
|
||||
// Start with the highest precision packed format
|
||||
std::vector<VkFormat> depthFormats = {
|
||||
//VK_FORMAT_D32_SFLOAT_S8_UINT,
|
||||
VK_FORMAT_D32_SFLOAT_S8_UINT,
|
||||
VK_FORMAT_D32_SFLOAT,
|
||||
VK_FORMAT_D24_UNORM_S8_UINT,
|
||||
VK_FORMAT_D16_UNORM_S8_UINT,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue