PIXI.PRECISION

PRECISION

Constants that specify float precision in shaders.

Summary


Properties from PRECISION

Public Properties


HIGH index.ts:445
static HIGH: string = 'highp'
LOW index.ts:445
static LOW: string = 'lowp'
MEDIUM index.ts:445
static MEDIUM: string = 'mediump'

Powered by webdoc!