Load (compile) shader and return shader id
int rlLoadShader(Pointer<Char> code, int type) => _rlLoadShader(code, type);