diff options
| author | Egor Yusov <egor.yusov@gmail.com> | 2018-12-04 05:05:58 +0000 |
|---|---|---|
| committer | Egor Yusov <egor.yusov@gmail.com> | 2018-12-04 05:05:58 +0000 |
| commit | 30e8825f6f1fefa29673d525b928990721f39d55 (patch) | |
| tree | 29c4e3a31356d2eb48de58e5831256d5bf36b6c8 /RenderScript/include | |
| parent | Updated lua bindings for SetVertexBuffers and SetIndexBuffer plus other updat... (diff) | |
| download | DiligentTools-30e8825f6f1fefa29673d525b928990721f39d55.tar.gz DiligentTools-30e8825f6f1fefa29673d525b928990721f39d55.zip | |
Updated bindings for ClearDepthStencil and ClearRenderTarget
Diffstat (limited to 'RenderScript/include')
| -rw-r--r-- | RenderScript/include/DeviceContextFuncBindings.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/RenderScript/include/DeviceContextFuncBindings.h b/RenderScript/include/DeviceContextFuncBindings.h index 3d16729..ce0c76d 100644 --- a/RenderScript/include/DeviceContextFuncBindings.h +++ b/RenderScript/include/DeviceContextFuncBindings.h @@ -30,7 +30,6 @@ namespace std { - DEFINE_ENUM_HASH( Diligent::SET_RENDER_TARGETS_FLAGS ) DEFINE_ENUM_HASH( Diligent::CLEAR_DEPTH_STENCIL_FLAGS ) } @@ -63,7 +62,6 @@ namespace Diligent int TransitionShaderResources( lua_State * ); ClassMethodCaller<DeviceContextFuncBindings> m_TransitionShaderResourcesBinding; - EnumMapping<SET_RENDER_TARGETS_FLAGS> m_SetRenderTargetsFlagsEnumMapping; StateTransitionModeEnumMapping m_StateTransitionModeMapping; EnumMapping<CLEAR_DEPTH_STENCIL_FLAGS> m_ClearDepthStencilFlagsEnumMapping; |
