makeXRCompatible method
Implementation
Future<void> makeXRCompatible() async{
JSPromise<JSAny?> jsp = glMakeXRCompatible(_gl);
await jsp.toDart;
}
Future<void> makeXRCompatible() async{
JSPromise<JSAny?> jsp = glMakeXRCompatible(_gl);
await jsp.toDart;
}