vulkan: don't try to enable blending with integer canvases.

This commit is contained in:
Sasha Szpakowski
2024-08-14 21:00:24 -03:00
parent 9d5828a62f
commit 654585ccc2
3 changed files with 17 additions and 0 deletions
+1
View File
@@ -198,6 +198,7 @@ struct RenderpassState
VkPipeline pipeline = VK_NULL_HANDLE;
std::vector<std::tuple<VkImage, PixelFormat, VkImageLayout, VkImageLayout, int, int>> transitionImages;
uint32_t numColorAttachments = 0;
uint64 packedColorAttachmentFormats = 0;
float width = 0.0f;
float height = 0.0f;
VkSampleCountFlagBits msaa = VK_SAMPLE_COUNT_1_BIT;