Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
101
void GPUShaderWebGPU::OnReleaseGPU()
102
{
103
_cbs.Clear();
104
105
GPUShader::OnReleaseGPU();
106
}
107
108
#endif
Callers
nothing calls this directly
Calls
1
Clear
Method · 0.45
Tested by
no test coverage detected