mgpuDestroyComputeShader function

void mgpuDestroyComputeShader(
  1. MGPUComputeShader shader
)

Implementation

void mgpuDestroyComputeShader(MGPUComputeShader shader) {
  _mgpuDestroyComputeShader(shader);
}