- added the missing blend modes to FRenderStyle.
This commit is contained in:
parent
3e285d2261
commit
2ff93b4635
3 changed files with 5 additions and 1 deletions
|
|
@ -227,6 +227,8 @@ void GraphicsPipelineBuilder::setBlendMode(const FRenderStyle &style)
|
|||
VK_BLEND_FACTOR_ONE_MINUS_SRC_COLOR,
|
||||
VK_BLEND_FACTOR_DST_COLOR,
|
||||
VK_BLEND_FACTOR_ONE_MINUS_DST_COLOR,
|
||||
VK_BLEND_FACTOR_DST_ALPHA,
|
||||
VK_BLEND_FACTOR_ONE_MINUS_DST_ALPHA,
|
||||
};
|
||||
|
||||
static const int renderops[] = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue