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 1f5c721 commit 8fbc870Copy full SHA for 8fbc870
include/nbl/video/IGPUCommandBuffer.h
@@ -245,6 +245,7 @@ class NBL_API IGPUCommandBuffer :
245
virtual bool executeCommands_impl(uint32_t count, cmdbuf_t* const* const cmdbufs) = 0;
246
247
private:
248
+ // everything here is private on purpose so that derived class can't mess with these basic states
249
inline bool checkForParentPoolReset()
250
{
251
if (m_cmdpool->getResetCounter() <= m_resetCheckedStamp)
0 commit comments