GetShaderLocation function

int GetShaderLocation(
  1. ShaderD shader,
  2. String uniformName
)

Implementation

int GetShaderLocation(
  ShaderD shader,
  String uniformName,
) => _module.GetShaderLocation(shader, uniformName);