Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TheRealMJP/DeferredTexturing
/ Signaled
Method
Signaled
SampleFramework12/v1.00/Graphics/GraphicsTypes.cpp:932–936 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
930
931
932
bool Fence::Signaled(uint64 fenceValue)
933
{
934
Assert_(D3DFence != nullptr);
935
return D3DFence->GetCompletedValue() >= fenceValue;
936
}
937
938
void Fence::Clear(uint64 fenceValue)
939
{
Callers
1
ClearFinishedUploads
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected