GetShaderLocationAttrib method
Implementation
int GetShaderLocationAttrib(
ShaderD shader,
String attribName,
) => run(
() => 'GetShaderLocationAttrib($shader, $attribName)',
() => rl.Core.GetShaderLocationAttrib(
_refShader1(shader).ref,
refStr(attribName),
),
);