rlCompileShader method

int rlCompileShader(
  1. Pointer<Char> shaderCode,
  2. int type
)

Implementation

int rlCompileShader(Pointer<Char> shaderCode, int type) {
  return _rlCompileShader(shaderCode, type);
}