summaryrefslogtreecommitdiffstats
path: root/Graphics/GraphicsEngineOpenGL
diff options
context:
space:
mode:
authorEgor Yusov <egor.yusov@gmail.com>2019-04-16 02:50:18 +0000
committerEgor Yusov <egor.yusov@gmail.com>2019-04-16 02:50:18 +0000
commit8add3f24c9843a80ddb4dc800dc3b3c942a6267d (patch)
treedd9f38a6d51ffa105d3d9319b05c52ee385e5ca1 /Graphics/GraphicsEngineOpenGL
parentFixed issue with buffer usage flags (diff)
downloadDiligentCore-8add3f24c9843a80ddb4dc800dc3b3c942a6267d.tar.gz
DiligentCore-8add3f24c9843a80ddb4dc800dc3b3c942a6267d.zip
Fixed grammatic error plus few minor updates
Diffstat (limited to 'Graphics/GraphicsEngineOpenGL')
-rw-r--r--Graphics/GraphicsEngineOpenGL/src/DeviceContextGLImpl.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Graphics/GraphicsEngineOpenGL/src/DeviceContextGLImpl.cpp b/Graphics/GraphicsEngineOpenGL/src/DeviceContextGLImpl.cpp
index 713be7b1..ef960062 100644
--- a/Graphics/GraphicsEngineOpenGL/src/DeviceContextGLImpl.cpp
+++ b/Graphics/GraphicsEngineOpenGL/src/DeviceContextGLImpl.cpp
@@ -1002,7 +1002,7 @@ namespace Diligent
void DeviceContextGLImpl::SignalFence(IFence* pFence, Uint64 Value)
{
- VERIFY(!m_bIsDeferred, "Fence can only be signalled from immediate context");
+ VERIFY(!m_bIsDeferred, "Fence can only be signaled from immediate context");
GLObjectWrappers::GLSyncObj GLFence( glFenceSync(
GL_SYNC_GPU_COMMANDS_COMPLETE, // Condition must always be GL_SYNC_GPU_COMMANDS_COMPLETE
0 // Flags, must be 0