mirror of
https://github.com/AxioDL/boo.git
synced 2025-12-19 09:55:41 +00:00
Remove logic defeating blend assignment
This commit is contained in:
@@ -2000,7 +2000,6 @@ class VulkanShaderPipeline : public IShaderPipeline
|
|||||||
colorAttachment.dstColorBlendFactor = BLEND_FACTOR_TABLE[int(dstFac)];
|
colorAttachment.dstColorBlendFactor = BLEND_FACTOR_TABLE[int(dstFac)];
|
||||||
colorAttachment.colorBlendOp = VK_BLEND_OP_ADD;
|
colorAttachment.colorBlendOp = VK_BLEND_OP_ADD;
|
||||||
}
|
}
|
||||||
colorAttachment.colorBlendOp = VK_BLEND_OP_ADD;
|
|
||||||
colorAttachment.srcAlphaBlendFactor = VK_BLEND_FACTOR_ONE;
|
colorAttachment.srcAlphaBlendFactor = VK_BLEND_FACTOR_ONE;
|
||||||
colorAttachment.dstAlphaBlendFactor = VK_BLEND_FACTOR_ZERO;
|
colorAttachment.dstAlphaBlendFactor = VK_BLEND_FACTOR_ZERO;
|
||||||
colorAttachment.alphaBlendOp = VK_BLEND_OP_ADD;
|
colorAttachment.alphaBlendOp = VK_BLEND_OP_ADD;
|
||||||
|
|||||||
Reference in New Issue
Block a user