ShaderC LoadShaderFromMemory(Pointer<Char> vsCode, Pointer<Char> fsCode) { return _LoadShaderFromMemory(vsCode, fsCode); }