rlLoadShader abstract method
Load (compile) shader and return shader id
Implementation
int rlLoadShader(
MemoryPointer<RChar> code,
int type,
);
Load (compile) shader and return shader id
int rlLoadShader(
MemoryPointer<RChar> code,
int type,
);