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

Method Clear

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

Source from the content-addressed store, hash-verified

1085}
1086
1087void Fence::Clear(uint64 fenceValue)
1088{
1089 Assert_(D3DFence != nullptr);
1090 D3DFence->Signal(fenceValue);
1091}
1092
1093// == Texture ====================================================================================
1094

Callers 2

InitializeMethod · 0.45

Calls 1

SignalMethod · 0.80

Tested by

no test coverage detected