Function flush
Synopsis
#include <Source/Falcor/Core/API/ComputeContext.h>
void flush(bool wait=false) override
Description
Submit the command list
Source
Lines 60-64 in Source/Falcor/Core/API/ComputeContext.cpp. Line 78 in Source/Falcor/Core/API/ComputeContext.h.
void ComputeContext::flush(bool wait)
{
CopyContext::flush(wait);
mpLastBoundComputeVars = nullptr;
}