rlLoadShader abstract method

int rlLoadShader(
  1. MemoryPointer<RInt8> code,
  2. int type
)

Load (compile) shader and return shader id

Implementation

int rlLoadShader(
  MemoryPointer<RChar> code,
  int type,
);