GetShaderLocation method

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

Get shader uniform location

Implementation

int GetShaderLocation(ShaderC shader, Pointer<Char> uniformName)
  => _GetShaderLocation(shader, uniformName);