MCPcopy Create free account
hub / github.com/TheRealMJP/DeferredTexturing / ~Fence

Method ~Fence

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

Source from the content-addressed store, hash-verified

895// == Fence =======================================================================================
896
897Fence::~Fence()
898{
899 Assert_(D3DFence == nullptr);
900 Shutdown();
901}
902
903void Fence::Init(uint64 initialValue)
904{

Callers

nothing calls this directly

Calls 1

ShutdownFunction · 0.70

Tested by

no test coverage detected