MCPcopy Create free account
hub / github.com/NVIDIAGameWorks/Falcor / beginDebugEvent

Method beginDebugEvent

Source/Falcor/Core/API/LowLevelContextData.cpp:203–207  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

201}
202
203void LowLevelContextData::beginDebugEvent(const char* name)
204{
205 float blackColor[3] = {0.0f, 0.0f, 0.0f};
206 getResourceCommandEncoder()->beginDebugEvent(name, blackColor);
207}
208
209void LowLevelContextData::endDebugEvent()
210{

Callers 1

startEventMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected