We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c86cd2 commit 13974d8Copy full SHA for 13974d8
src/nbl/video/COpenGLCommandBuffer.cpp
@@ -834,7 +834,6 @@ COpenGLCommandBuffer::~COpenGLCommandBuffer()
834
auto& c = cmd.get<impl::ECT_SET_EVENT>();
835
//https://www.khronos.org/registry/vulkan/specs/1.2-extensions/man/html/vkCmdSetEvent2KHR.html
836
// A memory dependency is defined between the event signal operation and commands that occur earlier in submission order.
837
- //gl->glSync.pglMemoryBarrier(c.barrierBits); @Crisspl?
838
}
839
break;
840
case impl::ECT_RESET_EVENT:
0 commit comments