MCPcopy Create free account
hub / github.com/defold/defold / WebGPUDeleteProgram

Function WebGPUDeleteProgram

engine/graphics/src/webgpu/graphics_webgpu.cpp:2988–2994  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2986}
2987
2988static void WebGPUDeleteProgram(HContext context, HProgram _program)
2989{
2990 TRACE_CALL;
2991 WebGPUProgram* program = (WebGPUProgram*)_program;
2992 WebGPUDestroyProgram((WebGPUContext*)context, program);
2993 delete program;
2994}
2995
2996static ShaderDesc::Language WebGPUGetProgramLanguage(HProgram program)
2997{

Callers

nothing calls this directly

Calls 1

WebGPUDestroyProgramFunction · 0.85

Tested by

no test coverage detected