UnloadShader method

void UnloadShader(
  1. ShaderC shader
)

Implementation

void UnloadShader(ShaderC shader) {
  return _UnloadShader(shader);
}