CanvasContextAttributes
type CanvasContextAttributes =
| CanvasRenderingContext2DSettings
| (WebGLContextAttributes & {
xrCompatible: boolean;
});
Defined in: livelink.js/sources/rendering/surfaces/RenderingSurface.ts:15
type CanvasContextAttributes =
| CanvasRenderingContext2DSettings
| (WebGLContextAttributes & {
xrCompatible: boolean;
});
Defined in: livelink.js/sources/rendering/surfaces/RenderingSurface.ts:15