GetShaderLocation method
Get shader uniform location
Implementation
@override
int GetShaderLocation(
ShaderD shader,
MemoryPointer<RChar> uniformName,
) => _ffi.GetShaderLocation(
$.Shader$.Ref1(shader).asNativePointer<ShaderC>().ref,
uniformName.asNativePointer(),
);