GetShaderLocation function

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

Implementation

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