diff options
Diffstat (limited to 'Graphics/GraphicsEngineOpenGL')
| -rw-r--r-- | Graphics/GraphicsEngineOpenGL/src/DeviceContextGLImpl.cpp | 2 |
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 |
