parent
92dcc1d23a
commit
99fa99ff37
2 changed files with 32 additions and 2 deletions
|
|
@ -262,8 +262,7 @@ public:
|
|||
*/
|
||||
void prepareDepthPass()
|
||||
{
|
||||
VkFormat depthFormat;
|
||||
vks::tools::getSupportedDepthFormat(physicalDevice, &depthFormat);
|
||||
VkFormat depthFormat = vulkanDevice->getSupportedDepthFormat(true);
|
||||
|
||||
/*
|
||||
Depth map renderpass
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue