summaryrefslogtreecommitdiffstats
path: root/Graphics/GraphicsEngineD3D12
diff options
context:
space:
mode:
authorEgor Yusov <egor.yusov@gmail.com>2019-09-18 16:12:16 +0000
committerEgor Yusov <egor.yusov@gmail.com>2019-09-18 16:12:16 +0000
commitf758fc53ec95113a5fbb7453cec8b1c79922e6b0 (patch)
treed92a44473f2f9a1dea287ca80fbb8f034b5b4e38 /Graphics/GraphicsEngineD3D12
parentD3D12 backend: updated debug interface settings (diff)
downloadDiligentCore-f758fc53ec95113a5fbb7453cec8b1c79922e6b0.tar.gz
DiligentCore-f758fc53ec95113a5fbb7453cec8b1c79922e6b0.zip
Fixed typos
Diffstat (limited to 'Graphics/GraphicsEngineD3D12')
-rw-r--r--Graphics/GraphicsEngineD3D12/interface/RenderDeviceD3D12.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Graphics/GraphicsEngineD3D12/interface/RenderDeviceD3D12.h b/Graphics/GraphicsEngineD3D12/interface/RenderDeviceD3D12.h
index 393e4a32..76d8e1b1 100644
--- a/Graphics/GraphicsEngineD3D12/interface/RenderDeviceD3D12.h
+++ b/Graphics/GraphicsEngineD3D12/interface/RenderDeviceD3D12.h
@@ -62,7 +62,7 @@ public:
/// \param [out] ppTexture - Address of the memory location where the pointer to the
/// texture interface will be stored.
/// The function calls AddRef(), so that the new object will contain
- /// one refernce.
+ /// one reference.
virtual void CreateTextureFromD3DResource(ID3D12Resource* pd3d12Texture,
RESOURCE_STATE InitialState,
ITexture** ppTexture) = 0;