MCPcopy Create free account
hub / github.com/GPUOpen-Effects/TressFX / FreeCPUMemory

Method FreeCPUMemory

src/DX12/DX12EngineInterfaceImpl.cpp:207–211  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

205 }
206
207 void FreeCPUMemory()
208 {
209 if (cpuBuffer)
210 cpuBuffer->Release();
211 }
212
213 void Free() {
214 FreeCPUMemory();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected