summaryrefslogtreecommitdiffstats
path: root/RenderScript/include
diff options
context:
space:
mode:
authorEgor Yusov <egor.yusov@gmail.com>2018-12-01 19:46:15 +0000
committerEgor Yusov <egor.yusov@gmail.com>2018-12-01 19:46:15 +0000
commita1e21026f83685c356cb9791466aae4118893409 (patch)
treedc16a8e331522d52c1a351067e8fc1866f52eeae /RenderScript/include
parentAdded state transition mode to ClearRenderTarget() (diff)
downloadDiligentTools-a1e21026f83685c356cb9791466aae4118893409.tar.gz
DiligentTools-a1e21026f83685c356cb9791466aae4118893409.zip
Added explicit state transition control flags to CLEAR_DEPTH_STENCIL_FLAGS
Diffstat (limited to 'RenderScript/include')
-rw-r--r--RenderScript/include/DeviceContextFuncBindings.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/RenderScript/include/DeviceContextFuncBindings.h b/RenderScript/include/DeviceContextFuncBindings.h
index 3df5334..308ff72 100644
--- a/RenderScript/include/DeviceContextFuncBindings.h
+++ b/RenderScript/include/DeviceContextFuncBindings.h
@@ -32,6 +32,7 @@ namespace std
DEFINE_ENUM_HASH( Diligent::COMMIT_SHADER_RESOURCES_FLAGS )
DEFINE_ENUM_HASH( Diligent::SET_RENDER_TARGETS_FLAGS )
DEFINE_ENUM_HASH( Diligent::CLEAR_RENDER_TARGET_STATE_TRANSITION_MODE )
+ DEFINE_ENUM_HASH( Diligent::CLEAR_DEPTH_STENCIL_FLAGS )
}
namespace Diligent
@@ -66,6 +67,7 @@ namespace Diligent
EnumMapping<COMMIT_SHADER_RESOURCES_FLAGS> m_CommitShaderResFlagsEnumMapping;
EnumMapping<SET_RENDER_TARGETS_FLAGS> m_SetRenderTargetsFlagsEnumMapping;
EnumMapping<CLEAR_RENDER_TARGET_STATE_TRANSITION_MODE> m_ClearRTStateTransitionModeMapping;
+ EnumMapping<CLEAR_DEPTH_STENCIL_FLAGS> m_ClearDepthStencilFlagsEnumMapping;
String m_TexViewMetatableName;
String m_ShaderResBindingMetatableName;