| 2675 | } |
| 2676 | |
| 2677 | static void WebGPUDestroyShader(WebGPUShaderModule* shader) |
| 2678 | { |
| 2679 | TRACE_CALL; |
| 2680 | wgpuShaderModuleRelease(shader->m_Module); |
| 2681 | shader->m_Module = NULL; |
| 2682 | } |
| 2683 | |
| 2684 | #if defined(DM_GRAPHICS_WEBGPU2) |
| 2685 | static inline WGPUShaderStage GetShaderStageFlags(uint8_t flag_bits) |
no outgoing calls
no test coverage detected