Function setPendingCommands
Synopsis
#include <Source/Falcor/Core/API/CopyContext.h>
void setPendingCommands(bool commandsPending)
Description
Signal the context that we have pending commands. Useful in case you make raw API calls
Source
Lines 81-81 in Source/Falcor/Core/API/CopyContext.h.
void setPendingCommands(bool commandsPending) { mCommandsPending = commandsPending; }