mirror of
https://github.com/AxioDL/boo.git
synced 2025-07-14 09:05:58 +00:00
Remove logic defeating blend assignment
This commit is contained in:
parent
dd6e53119a
commit
5bc17c753c
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user