summaryrefslogtreecommitdiffstats
path: root/Graphics/GraphicsEngineD3DBase
diff options
context:
space:
mode:
authorEgor Yusov <egor.yusov@gmail.com>2019-11-09 03:00:58 +0000
committerEgor Yusov <egor.yusov@gmail.com>2019-11-09 03:00:58 +0000
commit37515eb550a73b935b96187362ca6bf1a7177e6c (patch)
treec407db30f746601e27028bdef41044a1715fbbb8 /Graphics/GraphicsEngineD3DBase
parentUpdated comments in Direct3D12 backend implementation (diff)
downloadDiligentCore-37515eb550a73b935b96187362ca6bf1a7177e6c.tar.gz
DiligentCore-37515eb550a73b935b96187362ca6bf1a7177e6c.zip
Updated descriptions of backend-specific interfaces
Diffstat (limited to 'Graphics/GraphicsEngineD3DBase')
-rw-r--r--Graphics/GraphicsEngineD3DBase/interface/ShaderD3D.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Graphics/GraphicsEngineD3DBase/interface/ShaderD3D.h b/Graphics/GraphicsEngineD3DBase/interface/ShaderD3D.h
index 20335dbe..12ba8272 100644
--- a/Graphics/GraphicsEngineD3DBase/interface/ShaderD3D.h
+++ b/Graphics/GraphicsEngineD3DBase/interface/ShaderD3D.h
@@ -42,7 +42,7 @@ struct HLSLShaderResourceDesc : ShaderResourceDesc
Uint32 ShaderRegister = 0;
};
-/// Interface to the Direct3D shader resource variable
+/// Exposes Direct3D-specific functionality of a shader object.
class IShaderD3D : public IShader
{
public: