vulkan: implement cull and winding

This commit is contained in:
niki
2022-07-13 17:27:11 +02:00
parent c6d79ae87e
commit 38f15ae97d
4 changed files with 57 additions and 8 deletions
+2
View File
@@ -27,6 +27,8 @@ namespace love {
static VkBlendOp getBlendOp(BlendOperation);
static VkBool32 getBool(bool);
static VkColorComponentFlags getColorMask(ColorChannelMask);
static VkFrontFace getFrontFace(Winding);
static VkCullModeFlags getCullMode(CullMode);
};
}
}