mirror of
https://github.com/InoriRus/Kyty.git
synced 2026-08-28 05:06:40 +00:00
render depth as texture
This commit is contained in:
@@ -83,6 +83,8 @@ struct VideoOutVulkanImage: public VulkanImage
|
||||
|
||||
struct DepthStencilVulkanImage: public VulkanImage
|
||||
{
|
||||
bool compressed = false;
|
||||
VkImageView texture_view = nullptr;
|
||||
};
|
||||
|
||||
struct TextureVulkanImage: public VulkanImage
|
||||
|
||||
Reference in New Issue
Block a user