summaryrefslogtreecommitdiffstats
path: root/Graphics/GraphicsTools
diff options
context:
space:
mode:
Diffstat (limited to 'Graphics/GraphicsTools')
-rw-r--r--Graphics/GraphicsTools/include/CommonlyUsedStates.h21
1 files changed, 10 insertions, 11 deletions
diff --git a/Graphics/GraphicsTools/include/CommonlyUsedStates.h b/Graphics/GraphicsTools/include/CommonlyUsedStates.h
index 7cbe5aa9..6257b3c2 100644
--- a/Graphics/GraphicsTools/include/CommonlyUsedStates.h
+++ b/Graphics/GraphicsTools/include/CommonlyUsedStates.h
@@ -67,17 +67,16 @@ namespace Diligent
{
False, // AlphaToCoverageEnable
False, // IndependentBlendEnable
- { // RenderTagets
- {
- True, // BlendEnable
- False, // LogicOperationEnable
- BLEND_FACTOR_SRC_ALPHA, // SrcBlend
- BLEND_FACTOR_INV_SRC_ALPHA, // DestBlend
- BLEND_OPERATION_ADD, // BlendOp
- BLEND_FACTOR_SRC_ALPHA, // SrcBlendAlpha
- BLEND_FACTOR_INV_SRC_ALPHA, // DestBlendAlpha
- BLEND_OPERATION_ADD // BlendOpAlpha
- }
+ RenderTargetBlendDesc// RT0
+ {
+ True, // BlendEnable
+ False, // LogicOperationEnable
+ BLEND_FACTOR_SRC_ALPHA, // SrcBlend
+ BLEND_FACTOR_INV_SRC_ALPHA, // DestBlend
+ BLEND_OPERATION_ADD, // BlendOp
+ BLEND_FACTOR_SRC_ALPHA, // SrcBlendAlpha
+ BLEND_FACTOR_INV_SRC_ALPHA, // DestBlendAlpha
+ BLEND_OPERATION_ADD // BlendOpAlpha
}
};