diff options
| author | Egor Yusov <egor.yusov@gmail.com> | 2019-09-18 16:12:16 +0000 |
|---|---|---|
| committer | Egor Yusov <egor.yusov@gmail.com> | 2019-09-18 16:12:16 +0000 |
| commit | f758fc53ec95113a5fbb7453cec8b1c79922e6b0 (patch) | |
| tree | d92a44473f2f9a1dea287ca80fbb8f034b5b4e38 /Graphics/GraphicsEngineVulkan | |
| parent | D3D12 backend: updated debug interface settings (diff) | |
| download | DiligentCore-f758fc53ec95113a5fbb7453cec8b1c79922e6b0.tar.gz DiligentCore-f758fc53ec95113a5fbb7453cec8b1c79922e6b0.zip | |
Fixed typos
Diffstat (limited to 'Graphics/GraphicsEngineVulkan')
| -rw-r--r-- | Graphics/GraphicsEngineVulkan/interface/RenderDeviceVk.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Graphics/GraphicsEngineVulkan/interface/RenderDeviceVk.h b/Graphics/GraphicsEngineVulkan/interface/RenderDeviceVk.h index c4b3fb9b..00562c79 100644 --- a/Graphics/GraphicsEngineVulkan/interface/RenderDeviceVk.h +++ b/Graphics/GraphicsEngineVulkan/interface/RenderDeviceVk.h @@ -63,7 +63,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. /// \note Created texture object does not take ownership of the Vulkan image and will not /// destroy it once released. The application must not destroy the image while it is /// in use by the engine. |
