UNPKG
@7y1o/webmarine-core
Version:
latest (0.1.5-fix)
0.1.5-pa
0.1.5-fix
0.1.4
0.1.3
0.1.2
0.1.1
0.1.0
0.0.4
0.0.3
Core utils for game engine WebMarine
bitbucket.org/magicians-game/webmarine-core
@7y1o/webmarine-core
/
lib
/
render
/
refs
/
WMRenderEngineConfigRef.d.ts
9 lines
•
283 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
export
interface
WMRenderEngineConfigRef
{
/** Shaders quality */
precision?:
'highp'
|
'mediump'
|
'lowp'
;
/** Transparent background */
alpha?:
boolean
;
/** Antialiasing */
antialias?:
boolean
; }
//# sourceMappingURL=WMRenderEngineConfigRef.d.ts.map