Skip to content

Commit 8fbc870

Browse files
committed
Add a comment.
1 parent 1f5c721 commit 8fbc870

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

include/nbl/video/IGPUCommandBuffer.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -245,6 +245,7 @@ class NBL_API IGPUCommandBuffer :
245245
virtual bool executeCommands_impl(uint32_t count, cmdbuf_t* const* const cmdbufs) = 0;
246246

247247
private:
248+
// everything here is private on purpose so that derived class can't mess with these basic states
248249
inline bool checkForParentPoolReset()
249250
{
250251
if (m_cmdpool->getResetCounter() <= m_resetCheckedStamp)

0 commit comments

Comments
 (0)