vulkan: implement setColorMask

This commit is contained in:
niki
2022-07-13 16:50:28 +02:00
parent a591b2b99e
commit c6d79ae87e
4 changed files with 36 additions and 4 deletions
+1
View File
@@ -26,6 +26,7 @@ namespace love {
static VkBlendFactor getBlendFactor(BlendFactor);
static VkBlendOp getBlendOp(BlendOperation);
static VkBool32 getBool(bool);
static VkColorComponentFlags getColorMask(ColorChannelMask);
};
}
}