MCPcopy Create free account
hub / github.com/FlaxEngine/FlaxEngine / OnReleaseGPU

Method OnReleaseGPU

Source/Engine/GraphicsDevice/WebGPU/GPUShaderWebGPU.cpp:101–106  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

99}
100
101void GPUShaderWebGPU::OnReleaseGPU()
102{
103 _cbs.Clear();
104
105 GPUShader::OnReleaseGPU();
106}
107
108#endif

Callers

nothing calls this directly

Calls 1

ClearMethod · 0.45

Tested by

no test coverage detected