MCPcopy Create free account
hub / github.com/TheRealMJP/DXRPathTracer / Signaled

Method Signaled

SampleFramework12/v1.02/Graphics/GraphicsTypes.cpp:1081–1085  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1079
1080
1081bool Fence::Signaled(uint64 fenceValue)
1082{
1083 Assert_(D3DFence != nullptr);
1084 return D3DFence->GetCompletedValue() >= fenceValue;
1085}
1086
1087void Fence::Clear(uint64 fenceValue)
1088{

Callers 1

ClearFinishedUploadsFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected