{
"comment": "/**\n * Constants that specify float precision in shaders.\n *\n * @static\n * @constant\n * @name PRECISION\n * @memberof PIXI\n * @type {object}\n * @property {string} LOW='lowp'\n * @property {string} MEDIUM='mediump'\n * @property {string} HIGH='highp'\n */",
"meta": {
"range": [
6366,
6616
],
"filename": "const.js",
"lineno": 263,
"path": "C:\\Users\\beaujeup\\projects\\jsdoc-template\\examples\\pixi.js\\pixi.js-repo\\src\\core",
"code": {}
},
"description": "Constants that specify float precision in shaders.
",
"scope": "static",
"kind": "constant",
"name": "PRECISION",
"memberof": "PIXI",
"type": {
"names": [
"object"
]
},
"properties": [
{
"type": {
"names": [
"string"
]
},
"defaultvalue": "'lowp'",
"name": "LOW"
},
{
"type": {
"names": [
"string"
]
},
"defaultvalue": "'mediump'",
"name": "MEDIUM"
},
{
"type": {
"names": [
"string"
]
},
"defaultvalue": "'highp'",
"name": "HIGH"
}
],
"longname": "PIXI.PRECISION",
"___id": "T000002R007174",
"___s": true,
"filepath": "core\\const.js"
}