MCPcopy Create free account
hub / github.com/GameTechDev/PresentMon / GetEventRecordCallback

Function GetEventRecordCallback

PresentData/PresentMonTraceSession.cpp:427–431  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

425
426template<bool... Ts>
427PEVENT_RECORD_CALLBACK GetEventRecordCallback(bool t1)
428{
429 return t1 ? &EventRecordCallback<Ts..., true>
430 : &EventRecordCallback<Ts..., false>;
431}
432
433template<bool... Ts>
434PEVENT_RECORD_CALLBACK GetEventRecordCallback(bool t1, bool t2)

Callers 1

StartMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected