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

Method Clear

SampleFramework12/v1.00/Graphics/GraphicsTypes.cpp:938–942  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

936}
937
938void Fence::Clear(uint64 fenceValue)
939{
940 Assert_(D3DFence != nullptr);
941 D3DFence->Signal(fenceValue);
942}
943
944// == Texture ====================================================================================
945

Callers 2

InitializeMethod · 0.45

Calls 1

SignalMethod · 0.80

Tested by

no test coverage detected