GetShaderLocationAttrib method

int GetShaderLocationAttrib(
  1. ShaderC shader,
  2. Pointer<Char> attribName
)

Implementation

int GetShaderLocationAttrib(ShaderC shader, Pointer<Char> attribName) {
  return _GetShaderLocationAttrib(shader, attribName);
}