- backend update from GZDoom.

This commit is contained in:
Christoph Oelckers 2021-04-05 16:32:45 +02:00
parent 008391a2ad
commit 96fb96617f
10 changed files with 244 additions and 32 deletions

View file

@ -24,6 +24,7 @@ public:
VkTextureImage SceneFog;
VkFormat SceneDepthStencilFormat = VK_FORMAT_D24_UNORM_S8_UINT;
VkFormat SceneNormalFormat = VK_FORMAT_A2R10G10B10_UNORM_PACK32;
static const int NumPipelineImages = 2;
VkTextureImage PipelineImage[NumPipelineImages];