diff options
| author | assiduous <assiduous@diligentgraphics.com> | 2021-02-25 03:23:36 +0000 |
|---|---|---|
| committer | assiduous <assiduous@diligentgraphics.com> | 2021-03-19 00:38:11 +0000 |
| commit | d40df7d9e6b15c3aac87fe78d2bafd3f868c5352 (patch) | |
| tree | b882e513037a33569eb3fe82d247d77c2151db45 /Graphics/GraphicsEngineD3DBase | |
| parent | Some updates to ShaderVariableD3D12 (diff) | |
| download | DiligentCore-d40df7d9e6b15c3aac87fe78d2bafd3f868c5352.tar.gz DiligentCore-d40df7d9e6b15c3aac87fe78d2bafd3f868c5352.zip | |
Reworked ShaderVariableVkImpl and ShaderVariableD3D12Impl: removed some duplicate code
Diffstat (limited to 'Graphics/GraphicsEngineD3DBase')
| -rw-r--r-- | Graphics/GraphicsEngineD3DBase/interface/ShaderResourceVariableD3D.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Graphics/GraphicsEngineD3DBase/interface/ShaderResourceVariableD3D.h b/Graphics/GraphicsEngineD3DBase/interface/ShaderResourceVariableD3D.h index f89805b9..535be90b 100644 --- a/Graphics/GraphicsEngineD3DBase/interface/ShaderResourceVariableD3D.h +++ b/Graphics/GraphicsEngineD3DBase/interface/ShaderResourceVariableD3D.h @@ -42,7 +42,7 @@ class IShaderResourceVariableD3D : public IShaderResourceVariable { public: /// Returns HLSL ShaderResourceVariable resource description - virtual HLSLShaderResourceDesc DILIGENT_CALL_TYPE GetHLSLResourceDesc() const = 0; + virtual void DILIGENT_CALL_TYPE GetHLSLResourceDesc(HLSLShaderResourceDesc& HLSLResDesc) const = 0; }; } // namespace Diligent |
