mgpuHasKernel function
- @Native<
Int Function(Pointer< (ffi.Pointer<MGPUComputeShader>)>()MGPUComputeShader> )>
- Pointer<
MGPUComputeShader> shader
Implementation
@ffi.Native<ffi.Int Function(ffi.Pointer<MGPUComputeShader>)>()
external int mgpuHasKernel(
ffi.Pointer<MGPUComputeShader> shader,
);