PIXI.PRECISION
PRECISION
Constants that specify float precision in shaders.
Summary
Properties from PRECISION
string |
|
string |
|
string |
|
Public Properties
static HIGH: string = 'highp'
static LOW: string = 'lowp'
static MEDIUM: string = 'mediump'