From f758fc53ec95113a5fbb7453cec8b1c79922e6b0 Mon Sep 17 00:00:00 2001 From: Egor Yusov Date: Wed, 18 Sep 2019 09:12:16 -0700 Subject: Fixed typos --- Graphics/GraphicsEngineD3D12/interface/RenderDeviceD3D12.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Graphics/GraphicsEngineD3D12') 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; -- cgit v1.2.3