vulkan: implement depth and stencil

This commit is contained in:
niki
2022-08-21 17:42:39 +02:00
parent dfa9b7da34
commit 7cc6ed40be
4 changed files with 217 additions and 12 deletions
+1
View File
@@ -52,6 +52,7 @@ public:
static VkCompareOp getCompareOp(CompareMode);
static VkSamplerMipmapMode getMipMapMode(SamplerState::MipmapFilterMode);
static VkDescriptorType getDescriptorType(graphics::Shader::UniformType);
static VkStencilOp getStencilOp(StencilAction);
static void cmdTransitionImageLayout(
VkCommandBuffer, VkImage, VkImageLayout oldLayout, VkImageLayout newLayout,