lots of updates
This commit is contained in:
@@ -27,9 +27,10 @@ END_VULKAN_COMMAND(ClearColor)
|
||||
|
||||
BEGIN_VULKAN_COMMAND(Begin)
|
||||
CUtlVector<VulkanRenderOutput_t> images;
|
||||
VulkanRenderOutput_t stDepthImage;
|
||||
uint32_t nResolutionX;
|
||||
uint32_t nResolutionY;
|
||||
VulkanRenderOutput_t stDepthImage = {};
|
||||
bool bDepthEnabled = {};
|
||||
uint32_t nResolutionX = 0;
|
||||
uint32_t nResolutionY = 0;
|
||||
|
||||
|
||||
END_VULKAN_COMMAND(Begin)
|
||||
|
||||
Reference in New Issue
Block a user