Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration PRECISION

Constants that specify float precision in shaders.

name

PRECISION

memberof

PIXI

constant
static
property

{string} LOW='lowp'

property

{string} MEDIUM='mediump'

property

{string} HIGH='highp'

Index

Enumeration members

Enumeration members

HIGH

HIGH: = "highp"

LOW

LOW: = "lowp"

MEDIUM

MEDIUM: = "mediump"

Generated using TypeDoc