MCPcopy Create free account
hub / github.com/carbonengine/trinity / ReleaseResources

Method ReleaseResources

trinity/Tr2ConstantBufferFormats.cpp:39–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37struct Destroyer : Tr2DeviceResource
38{
39 virtual void ReleaseResources( TriStorage s )
40 {
41 s_perFrameVSData = Tr2ConstantBufferAL();
42 s_perFramePSData = Tr2ConstantBufferAL();
43 }
44
45 virtual bool OnPrepareResources()
46 {

Callers

nothing calls this directly

Calls 1

Tr2ConstantBufferALClass · 0.50

Tested by

no test coverage detected