UNPKG

@7y1o/webmarine-core

Version:

Core utils for game engine WebMarine

9 lines 283 B
export interface WMRenderEngineConfigRef { /** Shaders quality */ precision?: 'highp' | 'mediump' | 'lowp'; /** Transparent background */ alpha?: boolean; /** Antialiasing */ antialias?: boolean; } //# sourceMappingURL=WMRenderEngineConfigRef.d.ts.map