Fix missing method when using Null backend on Web
| 248 | #if PLATFORM_WEB && !GRAPHICS_API_WEBGPU |
| 249 | // Fix missing method when using Null backend on Web |
| 250 | void SetWebGPUTextureViewSampler(GPUTextureView* view, uint32 samplerType) |
| 251 | { |
| 252 | } |
| 253 | #endif |
no outgoing calls
no test coverage detected