rlLoadShader method

int rlLoadShader(
  1. Pointer<Char> code,
  2. int type
)

Load (compile) shader and return shader id

Implementation

int rlLoadShader(Pointer<Char> code, int type)
  => _rlLoadShader(code, type);