rlLoadShader function

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

Implementation

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