GetShaderLocation method

int GetShaderLocation(
  1. ShaderC shader,
  2. Pointer<Char> uniformName
)

Implementation

int GetShaderLocation(ShaderC shader, Pointer<Char> uniformName) {
  return _GetShaderLocation(shader, uniformName);
}