Load shader from code strings
int rlLoadShaderProgram(Pointer<Char> vsCode, Pointer<Char> fsCode) => _rlLoadShaderProgram(vsCode, fsCode);