mgpuDestroyComputeShader function
- @Native<
Void Function(Pointer< (ffi.Pointer<MGPUComputeShader>)>()MGPUComputeShader> )>
- Pointer<
MGPUComputeShader> shader
Implementation
@ffi.Native<ffi.Void Function(ffi.Pointer<MGPUComputeShader>)>()
external void mgpuDestroyComputeShader(
ffi.Pointer<MGPUComputeShader> shader,
);