@galacean/engine-shaderlab 1.6.0-alpha.1 → 1.6.0-alpha.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/browser.js CHANGED
@@ -6595,7 +6595,7 @@
6595
6595
  ShaderLab._shaderRangePool = ShaderLabUtils.createObjectPool(ShaderRange);
6596
6596
 
6597
6597
  //@ts-ignore
6598
- var version = "1.6.0-alpha.1";
6598
+ var version = "1.6.0-alpha.2";
6599
6599
  var mode = "Release";
6600
6600
  console.log("Galacean Engine ShaderLab Version: " + version + " | Mode: " + mode);
6601
6601
 
@@ -1,2 +1,2 @@
1
- !function(e,t){"object"==typeof exports&&"undefined"!=typeof module?t(exports,require("@galacean/engine")):"function"==typeof define&&define.amd?define(["exports","@galacean/engine"],t):t(((e="undefined"!=typeof globalThis?globalThis:e||self).Galacean=e.Galacean||{},e.Galacean.ShaderLab={}),e.Galacean)}(this,function(e,t){"use strict";function r(e,t){(null==t||t>e.length)&&(t=e.length);for(var r=0,i=Array(t);r<t;r++)i[r]=e[r];return i}function i(e,t){var i="undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(i)return(i=i.call(e)).next.bind(i);if(Array.isArray(e)||(i=function(e,t){if(e){if("string"==typeof e)return r(e,void 0);var i=Object.prototype.toString.call(e).slice(8,-1);if("Object"===i&&e.constructor&&(i=e.constructor.name),"Map"===i||"Set"===i)return Array.from(i);if("Arguments"===i||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(i))return r(e,void 0)}}(e))||t&&e&&"number"==typeof e.length){i&&(e=i);var n=0;return function(){return n>=e.length?{done:!0}:{done:!1,value:e[n++]}}}throw TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}function n(e,t){return(n=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e})(e,t)}function a(e,t){if("function"!=typeof t&&null!==t)throw TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&n(e,t)}function o(e,t,r,i){var n,a=arguments.length,o=a<3?t:null===i?i=Object.getOwnPropertyDescriptor(t,r):i;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)o=Reflect.decorate(e,t,r,i);else for(var s=e.length-1;s>=0;s--)(n=e[s])&&(o=(a<3?n(o):a>3?n(t,r,o):n(t,r))||o);return a>3&&o&&Object.defineProperty(t,r,o),o}"function"==typeof SuppressedError&&SuppressedError;var s,c,u,l,p,h,d,_,f,S,v,m,g,y,x,E,T,C,b,A,P,R,I,O,L,N,G,M,k,D,F,B,w,U,V,W,H,j,q,z,Q,X,K,Y,J,$,Z,ee,et,er,ei,en,ea,eo,es,ec,eu,el=/*#__PURE__*/function(){function e(){}var t=e.prototype;return t.set=function(e,t){this.start=e,this.end=t},t.dispose=function(){this.start.dispose(),this.end.dispose()},e}(),ep=/*#__PURE__*/function(){function e(){}var t=e.prototype;return t.set=function(e){this.index=e},t.dispose=function(){this.index=0},e}(),eh=((s={})[s.ATTRIBUTE=0]="ATTRIBUTE",s[s.CONST=1]="CONST",s[s.BOOL=2]="BOOL",s[s.FLOAT=3]="FLOAT",s[s.DOUBLE=4]="DOUBLE",s[s.INT=5]="INT",s[s.UINT=6]="UINT",s[s.BREAK=7]="BREAK",s[s.CONTINUE=8]="CONTINUE",s[s.DO=9]="DO",s[s.ELSE=10]="ELSE",s[s.FOR=11]="FOR",s[s.IF=12]="IF",s[s.WHILE=13]="WHILE",s[s.DISCARD=14]="DISCARD",s[s.RETURN=15]="RETURN",s[s.BVEC2=16]="BVEC2",s[s.BVEC3=17]="BVEC3",s[s.BVEC4=18]="BVEC4",s[s.IVEC2=19]="IVEC2",s[s.IVEC3=20]="IVEC3",s[s.IVEC4=21]="IVEC4",s[s.UVEC2=22]="UVEC2",s[s.UVEC3=23]="UVEC3",s[s.UVEC4=24]="UVEC4",s[s.VEC2=25]="VEC2",s[s.VEC3=26]="VEC3",s[s.VEC4=27]="VEC4",s[s.VEC4_ARRAY=28]="VEC4_ARRAY",s[s.MAT2=29]="MAT2",s[s.MAT3=30]="MAT3",s[s.MAT4=31]="MAT4",s[s.MAT2X3=32]="MAT2X3",s[s.MAT2X4=33]="MAT2X4",s[s.MAT3X2=34]="MAT3X2",s[s.MAT3X4=35]="MAT3X4",s[s.MAT4X2=36]="MAT4X2",s[s.MAT4X3=37]="MAT4X3",s[s.IN=38]="IN",s[s.OUT=39]="OUT",s[s.INOUT=40]="INOUT",s[s.CENTROID=41]="CENTROID",s[s.SAMPLER2D=42]="SAMPLER2D",s[s.SAMPLER3D=43]="SAMPLER3D",s[s.SAMPLER_CUBE=44]="SAMPLER_CUBE",s[s.SAMPLER2D_SHADOW=45]="SAMPLER2D_SHADOW",s[s.SAMPLER_CUBE_SHADOW=46]="SAMPLER_CUBE_SHADOW",s[s.SAMPLER2D_ARRAY=47]="SAMPLER2D_ARRAY",s[s.SAMPLER2D_ARRAY_SHADOW=48]="SAMPLER2D_ARRAY_SHADOW",s[s.I_SAMPLER2D=49]="I_SAMPLER2D",s[s.I_SAMPLER3D=50]="I_SAMPLER3D",s[s.I_SAMPLER_CUBE=51]="I_SAMPLER_CUBE",s[s.I_SAMPLER2D_ARRAY=52]="I_SAMPLER2D_ARRAY",s[s.U_SAMPLER2D=53]="U_SAMPLER2D",s[s.U_SAMPLER3D=54]="U_SAMPLER3D",s[s.U_SAMPLER_CUBE=55]="U_SAMPLER_CUBE",s[s.U_SAMPLER2D_ARRAY=56]="U_SAMPLER2D_ARRAY",s[s.STRUCT=57]="STRUCT",s[s.LAYOUT=58]="LAYOUT",s[s.LOCATION=59]="LOCATION",s[s.VOID=60]="VOID",s[s.TRUE=61]="TRUE",s[s.FALSE=62]="FALSE",s[s.PRECISION=63]="PRECISION",s[s.PRECISE=64]="PRECISE",s[s.HIGHP=65]="HIGHP",s[s.MEDIUMP=66]="MEDIUMP",s[s.LOWP=67]="LOWP",s[s.INVARIANT=68]="INVARIANT",s[s.SMOOTH=69]="SMOOTH",s[s.FLAT=70]="FLAT",s[s.NOPERSPECTIVE=71]="NOPERSPECTIVE",s[s.GS_RenderQueueType=72]="GS_RenderQueueType",s[s.GS_BlendState=73]="GS_BlendState",s[s.GS_DepthState=74]="GS_DepthState",s[s.GS_StencilState=75]="GS_StencilState",s[s.GS_RasterState=76]="GS_RasterState",s[s.GS_EditorProperties=77]="GS_EditorProperties",s[s.GS_EditorMacros=78]="GS_EditorMacros",s[s.GS_Editor=79]="GS_Editor",s[s.GS_Tags=80]="GS_Tags",s[s.GS_ReplacementTag=81]="GS_ReplacementTag",s[s.GS_LightMode=82]="GS_LightMode",s[s.GS_PipelineStage=83]="GS_PipelineStage",s[s.GS_VertexShader=84]="GS_VertexShader",s[s.GS_FragmentShader=85]="GS_FragmentShader",s[s.GS_SubShader=86]="GS_SubShader",s[s.GS_Pass=87]="GS_Pass",s[s.GS_BlendFactor=88]="GS_BlendFactor",s[s.GS_BlendOperation=89]="GS_BlendOperation",s[s.GS_Bool=90]="GS_Bool",s[s.GS_Number=91]="GS_Number",s[s.GS_Color=92]="GS_Color",s[s.GS_CompareFunction=93]="GS_CompareFunction",s[s.GS_StencilOperation=94]="GS_StencilOperation",s[s.GS_CullMode=95]="GS_CullMode",s[s.GS_UsePass=96]="GS_UsePass",s),ed=new Map([["attribute",eh.ATTRIBUTE],["const",eh.CONST],["bool",eh.BOOL],["float",eh.FLOAT],["double",eh.DOUBLE],["int",eh.INT],["uint",eh.UINT],["break",eh.BREAK],["continue",eh.CONTINUE],["do",eh.DO],["else",eh.ELSE],["for",eh.FOR],["if",eh.IF],["while",eh.WHILE],["discard",eh.DISCARD],["return",eh.RETURN],["bvec2",eh.BVEC2],["bvec3",eh.BVEC3],["bvec4",eh.BVEC4],["ivec2",eh.IVEC2],["ivec3",eh.IVEC3],["ivec4",eh.IVEC4],["uvec2",eh.UVEC2],["uvec3",eh.UVEC3],["uvec4",eh.UVEC4],["vec2",eh.VEC2],["vec3",eh.VEC3],["vec4",eh.VEC4],["mat2",eh.MAT2],["mat3",eh.MAT3],["mat4",eh.MAT4],["in",eh.IN],["out",eh.OUT],["inout",eh.INOUT],["sampler2D",eh.SAMPLER2D],["samplerCube",eh.SAMPLER_CUBE],["sampler3D",eh.SAMPLER3D],["sampler2DShadow",eh.SAMPLER2D_SHADOW],["samplerCubeShadow",eh.SAMPLER_CUBE_SHADOW],["sampler2DArray",eh.SAMPLER2D_ARRAY],["sampler2DArrayShadow",eh.SAMPLER2D_ARRAY_SHADOW],["isampler2D",eh.I_SAMPLER2D],["isampler3D",eh.I_SAMPLER3D],["isamplerCube",eh.I_SAMPLER_CUBE],["isampler2DArray",eh.I_SAMPLER2D_ARRAY],["usampler2D",eh.U_SAMPLER2D],["usampler3D",eh.U_SAMPLER3D],["usamplerCube",eh.U_SAMPLER_CUBE],["usampler2DArray",eh.U_SAMPLER2D_ARRAY],["struct",eh.STRUCT],["void",eh.VOID],["true",eh.TRUE],["false",eh.FALSE],["precision",eh.PRECISION],["precise",eh.PRECISE],["highp",eh.HIGHP],["mediump",eh.MEDIUMP],["lowp",eh.LOWP],["invariant",eh.INVARIANT],["flat",eh.FLAT],["smooth",eh.SMOOTH],["noperspective",eh.NOPERSPECTIVE],["centroid",eh.CENTROID],["layout",eh.LAYOUT],["location",eh.LOCATION]]),e_=((c={})[c.ID=1e3]="ID",c[c.FLOAT_CONSTANT=1001]="FLOAT_CONSTANT",c[c.INT_CONSTANT=1002]="INT_CONSTANT",c[c.STRING_CONST=1003]="STRING_CONST",c[c.LEFT_OP=1004]="LEFT_OP",c[c.RIGHT_OP=1005]="RIGHT_OP",c[c.INC_OP=1006]="INC_OP",c[c.DEC_OP=1007]="DEC_OP",c[c.LE_OP=1008]="LE_OP",c[c.GE_OP=1009]="GE_OP",c[c.EQ_OP=1010]="EQ_OP",c[c.NE_OP=1011]="NE_OP",c[c.AND_OP=1012]="AND_OP",c[c.OR_OP=1013]="OR_OP",c[c.XOR_OP=1014]="XOR_OP",c[c.MUL_ASSIGN=1015]="MUL_ASSIGN",c[c.DIV_ASSIGN=1016]="DIV_ASSIGN",c[c.ADD_ASSIGN=1017]="ADD_ASSIGN",c[c.SUB_ASSIGN=1018]="SUB_ASSIGN",c[c.MOD_ASSIGN=1019]="MOD_ASSIGN",c[c.LEFT_ASSIGN=1020]="LEFT_ASSIGN",c[c.RIGHT_ASSIGN=1021]="RIGHT_ASSIGN",c[c.AND_ASSIGN=1022]="AND_ASSIGN",c[c.XOR_ASSIGN=1023]="XOR_ASSIGN",c[c.OR_ASSIGN=1024]="OR_ASSIGN",c[c.LEFT_PAREN=1025]="LEFT_PAREN",c[c.RIGHT_PAREN=1026]="RIGHT_PAREN",c[c.LEFT_BRACKET=1027]="LEFT_BRACKET",c[c.RIGHT_BRACKET=1028]="RIGHT_BRACKET",c[c.LEFT_BRACE=1029]="LEFT_BRACE",c[c.RIGHT_BRACE=1030]="RIGHT_BRACE",c[c.DOT=1031]="DOT",c[c.COMMA=1032]="COMMA",c[c.COLON=1033]="COLON",c[c.EQUAL=1034]="EQUAL",c[c.SEMICOLON=1035]="SEMICOLON",c[c.BANG=1036]="BANG",c[c.DASH=1037]="DASH",c[c.TILDE=1038]="TILDE",c[c.PLUS=1039]="PLUS",c[c.STAR=1040]="STAR",c[c.SLASH=1041]="SLASH",c[c.PERCENT=1042]="PERCENT",c[c.LEFT_ANGLE=1043]="LEFT_ANGLE",c[c.RIGHT_ANGLE=1044]="RIGHT_ANGLE",c[c.VERTICAL_BAR=1045]="VERTICAL_BAR",c[c.CARET=1046]="CARET",c[c.AMPERSAND=1047]="AMPERSAND",c[c.QUESTION=1048]="QUESTION",c[c.NOT_WORD=1049]="NOT_WORD",c[c.EPSILON=1998]="EPSILON",c[c.EOF=1999]="EOF",c);function ef(e,t){return null!=t&&"undefined"!=typeof Symbol&&t[Symbol.hasInstance]?!!t[Symbol.hasInstance](e):e instanceof t}var eS=/*#__PURE__*/function(){function e(){}return e.createObjectPool=function(r){var i=new t.ClearableObjectPool(r);return e._shaderLabObjectPoolSet.push(i),i},e.clearAllShaderLabObjectPool=function(){for(var t=0,r=e._shaderLabObjectPoolSet.length;t<r;t++)e._shaderLabObjectPoolSet[t].clear()},e.createGSError=function(e,r,i,n,a){t.Logger.error(e)},e}();eS._shaderLabObjectPoolSet=[];var ev=/*#__PURE__*/function(){function e(){}var t=e.prototype;return t.set=function(e,t,r){if(this.type=e,this.lexeme=t,r){if(ef(r,el))this.location=r;else{var i=t_.createPosition(r.index+t.length);this.location=t_.createRange(r,i)}}},t.dispose=function(){},e}();ev.pool=eS.createObjectPool(ev);var em=new ev;em.set(e_.EOF,"/EOF");var eg=/*#__PURE__*/function(){function e(){}return e.isNum=function(e){return e>=48&&e<=57},e.isLetter=function(e){return 95===e||e>=48&&e<=57||e>=65&&e<=90||e>=97&&e<=122},e.isAlpha=function(e){return 95===e||e>=65&&e<=90||e>=97&&e<=122},e.isPpCharacters=function(e){return 35===e||95===e||e>=48&&e<=57||e>=65&&e<=90||e>=97&&e<=122},e.isSpace=function(e){return 9===e||10===e||13===e||32===e},e}();function ey(e,t){for(var r=0;r<t.length;r++){var i=t[r];i.enumerable=i.enumerable||!1,i.configurable=!0,"value"in i&&(i.writable=!0),Object.defineProperty(e,i.key,i)}}function ex(e,t,r){return t&&ey(e.prototype,t),r&&ey(e,r),e}var eE=((u={}).PreprocessorError="PreprocessorError",u.CompilationError="CompilationError",u.ScannerError="ScannerError",u),eT=/*#__PURE__*/function(){function e(e,t){void 0===t&&(t=new Map),this._currentIndex=0,this._source=e,this._keywordsMap=t}var t=e.prototype;return t.getCurPosition=function(){return t_.createPosition(this._currentIndex)},t.isEnd=function(){return this._currentIndex>=this._source.length},t.getCurChar=function(){return this._source[this._currentIndex]},t.getCurCharCode=function(){return this._source.charCodeAt(this._currentIndex)},t.advance=function(e){void 0===e&&(e=1),this._currentIndex+=e},t._advance=function(){this._currentIndex++},t.skipSpace=function(t){for(var r=t?e._spaceCharsWithBreak:e._spaceChars,i=this.getCurChar();e._checkIsIn(i,r);)this._advance(),i=this.getCurChar()},t.skipCommentsAndSpace=function(){if(this.skipSpace(!0),"//"===this.peek(2)){var e=this.getCurPosition();this.advance(2);for(var t=this.getCurChar();"\n"!==t&&"\r"!==t&&!this.isEnd();)this._advance(),t=this.getCurChar();return this.skipCommentsAndSpace(),t_.createRange(e,this.getCurPosition())}if("/*"===this.peek(2)){var r=this.getCurPosition();for(this.advance(2);"*/"!==this.peek(2)&&!this.isEnd();)this._advance();return this.advance(2),this.skipCommentsAndSpace(),t_.createRange(r,this.getCurPosition())}},t.peek=function(e){var t=this._currentIndex;return this._source.substring(t,t+e)},t.scanText=function(e){this.skipCommentsAndSpace();var t=this.peek(e.length);t!==e&&this.throwError(this.getCurPosition(),'Expect text "'+e+'", but got "'+t+'"'),this.advance(e.length)},t.throwError=function(e){for(var t=arguments.length,r=Array(t>1?t-1:0),i=1;i<t;i++)r[i-1]=arguments[i];throw eS.createGSError(r.join(" "),eE.ScannerError,this._source,e)},t.scanPairedText=function(e,t,r,i){void 0===r&&(r=!1),void 0===i&&(i=!1),i||this.scanText(e);for(var n=this._currentIndex,a=r?1:0;this.peek(t.length)!==t||0!==a;){if(this.isEnd())return;if(r){if(this.peek(e.length)===e){a+=1,this.advance(e.length);continue}if(this.peek(t.length)===t){if(0==(a-=1))break;this.advance(t.length);continue}}this.advance(t.length)}return this.advance(t.length),this._source.substring(n,this._currentIndex-t.length)},t.scanToken=function(e,t){void 0===t&&(t=/\w/),this.skipCommentsAndSpace();var r,i=this.getCurPosition();if(!this.isEnd()){for(;t.test(this.getCurChar())&&!this.isEnd();)this._advance();var n=this.getCurPosition();if(i.index===n.index){this._advance();var a=ev.pool.get();return a.set(e_.NOT_WORD,this._source[i.index],i),null==e||e(a,this),a}var o=this._source.substring(i.index,n.index),s=null!=(r=this._keywordsMap.get(o))?r:e_.ID,c=t_.createRange(i,n),u=ev.pool.get();return u.set(s,o,c),null==e||e(u,this),u}},e._checkIsIn=function(e,t){for(var r=0;r<t.length;r++)if(e===t[r])return!0;return!1},ex(e,[{key:"current",get:function(){return this._currentIndex}},{key:"source",get:function(){return this._source}}]),e}();eT._spaceCharsWithBreak=[" "," ","\n","\r"],eT._spaceChars=[" "," "];var eC=/*#__PURE__*/function(e){function t(){return e.apply(this,arguments)||this}a(t,e);var r=t.prototype;return r.reset=function(e){this._source=e,this._currentIndex=0},r.tokenize=function(){return function(e,t){var r,i,n,a={label:0,sent:function(){if(1&n[0])throw n[1];return n[1]},trys:[],ops:[]},o=Object.create(("function"==typeof Iterator?Iterator:Object).prototype);return o.next=s(0),o.throw=s(1),o.return=s(2),"function"==typeof Symbol&&(o[Symbol.iterator]=function(){return this}),o;function s(s){return function(c){return function(s){if(r)throw TypeError("Generator is already executing.");for(;o&&(o=0,s[0]&&(a=0)),a;)try{if(r=1,i&&(n=2&s[0]?i.return:s[0]?i.throw||((n=i.return)&&n.call(i),0):i.next)&&!(n=n.call(i,s[1])).done)return n;switch(i=0,n&&(s=[2&s[0],n.value]),s[0]){case 0:case 1:n=s;break;case 4:return a.label++,{value:s[1],done:!1};case 5:a.label++,i=s[1],s=[0];continue;case 7:s=a.ops.pop(),a.trys.pop();continue;default:if(!(n=(n=a.trys).length>0&&n[n.length-1])&&(6===s[0]||2===s[0])){a=0;continue}if(3===s[0]&&(!n||s[1]>n[0]&&s[1]<n[3])){a.label=s[1];break}if(6===s[0]&&a.label<n[1]){a.label=n[1],n=s;break}if(n&&a.label<n[2]){a.label=n[2],a.ops.push(s);break}n[2]&&a.ops.pop(),a.trys.pop();continue}s=t.call(e,a)}catch(e){s=[6,e],i=0}finally{r=n=0}if(5&s[0])throw s[1];return{value:s[0]?s[1]:void 0,done:!0}}([s,c])}}}(this,function(e){switch(e.label){case 0:if(this.isEnd())return[3,2];return[4,this.scanToken()];case 1:return e.sent(),[3,0];case 2:return[2,em]}})},r.skipSpace=function(){for(;eg.isSpace(this.getCurCharCode());)this._advance()},r.scanToken=function(){if(this.skipCommentsAndSpace(),this.isEnd())return em;if(eg.isAlpha(this.getCurCharCode()))return this._scanWord();if(eg.isNum(this.getCurCharCode()))return this._scanNum();var e,t=this._getPosition(),r=ev.pool.get();switch(this.getCurChar()){case"<":if(this._advance(),"<"===(e=this.getCurChar())){if(this._advance(),"="===this.getCurChar()){this._advance(),r.set(e_.LEFT_ASSIGN,"<<=",t);break}r.set(e_.LEFT_OP,"<<",t);break}if("="===e){this._advance(),r.set(e_.LE_OP,"<=",t);break}r.set(e_.LEFT_ANGLE,"<",t);break;case">":if(this._advance(),">"===(e=this.getCurChar())){if(this._advance(),"="===this.getCurChar()){this._advance(),r.set(e_.RIGHT_ASSIGN,">>=",t);break}r.set(e_.RIGHT_OP,">>",t);break}if("="===e){this._advance(),r.set(e_.GE_OP,">=",t);break}r.set(e_.RIGHT_ANGLE,">",t);break;case"+":if(this._advance(),"+"===(e=this.getCurChar())){this._advance(),r.set(e_.INC_OP,"++",t);break}if("="===e){this._advance(),r.set(e_.ADD_ASSIGN,"+=",t);break}r.set(e_.PLUS,"+",t);break;case"-":if(this._advance(),"-"===(e=this.getCurChar())){this._advance(),r.set(e_.DEC_OP,"--",t);break}if("="===e){this._advance(),r.set(e_.SUB_ASSIGN,"-=",t);break}r.set(e_.DASH,"-",t);break;case"=":if(this._advance(),"="===this.getCurChar()){this._advance(),r.set(e_.EQ_OP,"==",t);break}r.set(e_.EQUAL,"=",t);break;case"!":if(this._advance(),"="===this.getCurChar()){this._advance(),r.set(e_.NE_OP,"!=",t);break}r.set(e_.BANG,"!",t);break;case"&":if(this._advance(),"&"===(e=this.getCurChar())){this._advance(),r.set(e_.AND_OP,"&&",t);break}if("="===e){this._advance(),r.set(e_.ADD_ASSIGN,"&=",t);break}r.set(e_.AMPERSAND,"&",t);break;case"|":if(this._advance(),"|"===(e=this.getCurChar())){this._advance(),r.set(e_.OR_OP,"||",t);break}if("="===e){this._advance(),r.set(e_.OR_ASSIGN,"|=",t);break}r.set(e_.VERTICAL_BAR,"|",t);break;case"^":if(this._advance(),"^"===(e=this.getCurChar())){this._advance(),r.set(e_.XOR_OP,"^^",t);break}if("="===e){this._advance(),r.set(e_.XOR_ASSIGN,"^=",t);break}r.set(e_.CARET,"^",t);break;case"*":if(this._advance(),"="===this.getCurChar()){this._advance(),r.set(e_.MUL_ASSIGN,"*=",t);break}r.set(e_.STAR,"*",t);break;case"/":if(this._advance(),"="===this.getCurChar()){this._advance(),r.set(e_.DIV_ASSIGN,"/=",t);break}r.set(e_.SLASH,"/",t);break;case"%":if(this._advance(),"="===this.getCurChar()){this._advance(),r.set(e_.MOD_ASSIGN,"%=",t);break}r.set(e_.PERCENT,"%",t);break;case"(":this._advance(),r.set(e_.LEFT_PAREN,"(",t);break;case")":this._advance(),r.set(e_.RIGHT_PAREN,")",t);break;case"{":this._advance(),r.set(e_.LEFT_BRACE,"{",t);break;case"}":this._advance(),r.set(e_.RIGHT_BRACE,"}",t);break;case"[":this._advance(),r.set(e_.LEFT_BRACKET,"[",t);break;case"]":this._advance(),r.set(e_.RIGHT_BRACKET,"]",t);break;case".":if(this._advance(),eg.isNum(this.getCurCharCode()))return this._scanNumAfterDot();r.set(e_.DOT,".",t);break;case",":this._advance(),r.set(e_.COMMA,",",t);break;case":":this._advance(),r.set(e_.COLON,":",t);break;case";":this._advance(),r.set(e_.SEMICOLON,";",t);break;case"~":this._advance(),r.set(e_.TILDE,"~",t);break;case"?":this._advance(),r.set(e_.QUESTION,"?",t);break;case'"':return this._advance(),this._scanStringConst();default:this.throwError(this.getCurPosition(),"Unexpected character "+this.getCurChar())}return r},r._scanStringConst=function(){for(var e=this._getPosition(),t=[];'"'!==this.getCurChar();)t.push(this.getCurChar()),this._advance();this._advance();var r=t_.createRange(e,this._getPosition()),i=ev.pool.get();return i.set(e_.STRING_CONST,t.join(""),r),i},r._scanNumAfterDot=function(){for(var e=["."];eg.isNum(this.getCurCharCode());)e.push(this.getCurChar()),this._advance();var t=ev.pool.get();return t.set(e_.FLOAT_CONSTANT,e.join(""),this._getPosition(1)),t},r._getPosition=function(e){return void 0===e&&(e=0),t_.createPosition(this.current-e)},r._scanWord=function(){var e=[this.getCurChar()],t=this._getPosition();for(this._advance();eg.isLetter(this.getCurCharCode());)e.push(this.getCurChar()),this._advance();var r=e.join(""),i=ed.get(r);if(i){var n=ev.pool.get();return n.set(i,r,t),n}var a=ev.pool.get();return a.set(e_.ID,r,t),a},r._scanNum=function(){for(var e=[];eg.isNum(this.getCurCharCode());)e.push(this.getCurChar()),this._advance();if("."===this.getCurChar()){for(e.push(this.getCurChar()),this._advance();eg.isNum(this.getCurCharCode());)e.push(this.getCurChar()),this._advance();this._scanFloatSuffix(e);var t=ev.pool.get();return t.set(e_.FLOAT_CONSTANT,e.join(""),this._getPosition(e.length)),t}if("e"===this.getCurChar()||"E"===this.getCurChar()){this._scanFloatSuffix(e);var r=ev.pool.get();return r.set(e_.FLOAT_CONSTANT,e.join(""),this._getPosition(e.length)),r}this._scanIntegerSuffix(e);var i=ev.pool.get();return i.set(e_.INT_CONSTANT,e.join(""),this._getPosition(e.length)),i},r._scanFloatSuffix=function(e){if("e"===this.getCurChar()||"E"===this.getCurChar())for(e.push(this.getCurChar()),this._advance(),("+"===this.getCurChar()||"-"===this.getCurChar())&&(e.push(this.getCurChar()),this._advance()),eg.isNum(this.getCurCharCode())||this.throwError(this.getCurPosition(),"lexing error, invalid exponent suffix.");eg.isNum(this.getCurCharCode());)e.push(this.getCurChar()),this._advance();("f"===this.getCurChar()||"F"===this.getCurChar())&&(e.push(this.getCurChar()),this._advance())},r._scanIntegerSuffix=function(e){("u"===this.getCurChar()||"U"===this.getCurChar())&&(e.push(this.getCurChar()),this._advance())},t}(eT),eb=((l={})[l.Shift=0]="Shift",l[l.Reduce=1]="Reduce",l[l.Accept=2]="Accept",l),eA=function(){this.globalPrecisions=[]},eP=function(e,t,r){this.type=e,this.typeLexeme=t,this.arraySpecifier=r},eR=((p={})[p.VAR=0]="VAR",p[p.FN=1]="FN",p[p.STRUCT=2]="STRUCT",p),eI=function(e,t,r,i,n){this.ident=e,this.symbolType=t,this.astNode=r,this.dataType=i,this.signature=n},eO=/*#__PURE__*/function(e){function t(t,r){var i=new eP(r.protoType.returnType.type,r.protoType.returnType.typeSpecifier.lexeme);return e.call(this,t,eR.FN,r,i)||this}return a(t,e),t}(eI),eL=/*#__PURE__*/function(e){function t(t,r){return e.call(this,t,eR.STRUCT,r)||this}return a(t,e),t}(eI),eN=function(){this._table=new Map},eG=/*#__PURE__*/function(){function e(){this.stack=[]}var t=e.prototype;return t.newScope=function(e){this.stack.push(e)},t.clear=function(){this.stack.length=0},t.dropScope=function(){this.stack.pop()},t.insert=function(e){this._scope.insert(e)},ex(e,[{key:"_scope",get:function(){return this.stack[this.stack.length-1]}}]),e}(),eM=/*#__PURE__*/function(e){function r(){return e.apply(this,arguments)||this}a(r,e);var i=r.prototype;return i.insert=function(e){for(var r,i=null!=(r=this._table.get(e.ident))?r:[],n=0;n<i.length;n++)if(this._compareWith(i[n],e.symbolType,e.signature,e.astNode)){t.Logger.warn("replace symbol:",e.ident),i[n]=e;return}i.push(e),this._table.set(e.ident,i)},i.lookup=function(e,t,r,i){var n=this._table.get(e);if(n)for(var a=n.length,o=0;o<a;o++){var s=n[o];if(this._compareWith(s,t,r,i))return s}},i.getAllFnSymbols=function(e){var t;return(null!=(t=this._table.get(e))?t:[]).filter(function(e){return e.symbolType===eR.FN})},i._compareWith=function(e,t,r,i){if(e.symbolType!==t)return!1;if(e.symbolType===eR.FN){if(!i&&!r)return!0;var n=e.astNode.protoType.paramSig,a=null!=r?r:i.protoType.paramSig,o=n.length;if(o!==a.length)return!1;for(var s=0;s<o;s++){var c=n[s],u=a[s];if(3e3!==c&&3e3!==u&&c!==u)return!1}}return!0},r}(eN),ek=/*#__PURE__*/function(e){function t(t,r,i,n){var a;return(a=e.call(this,t,eR.VAR,n,r)||this).isGlobalVariable=i,a}return a(t,e),t}(eI),eD=/*#__PURE__*/function(){function e(){this.semanticStack=[],this.acceptRule=void 0,this.symbolTableStack=new eG,this.curFunctionInfo={},this._shaderData=new eA,this._translationRuleTable=new Map,this.newScope()}var r=e.prototype;return r.reset=function(){this.semanticStack.length=0,this._shaderData=new eA,this.symbolTableStack.clear(),this.newScope()},r.newScope=function(){var e=new eM;this.symbolTableStack.newScope(e)},r.dropScope=function(){return this.symbolTableStack.dropScope()},r.addTranslationRule=function(e,t){this._translationRuleTable.set(e,t)},r.getTranslationRule=function(e){return this._translationRuleTable.get(e)},r.lookupSymbolBy=function(e,t,r,i){for(var n=this.symbolTableStack.stack,a=n.length,o=a-1;o>=0;o--){var s=n[o].lookup(e,t,r,i);if(s)return s}},r.reportError=function(e,r){t.Logger.error(r)},ex(e,[{key:"shaderData",get:function(){return this._shaderData}}]),e}(),eF=((h={})[h.START=2e3]="START",h[h.gs_shader_program=2001]="gs_shader_program",h[h.global_declaration=2002]="global_declaration",h[h.variable_declaration=2003]="variable_declaration",h[h.variable_declaration_list=2004]="variable_declaration_list",h[h.variable_declaration_statement=2005]="variable_declaration_statement",h[h.array_specifier_list=2006]="array_specifier_list",h[h.array_specifier=2007]="array_specifier",h[h.ext_builtin_type_specifier_nonarray=2008]="ext_builtin_type_specifier_nonarray",h[h.precision_specifier=2009]="precision_specifier",h[h.variable_identifier=2010]="variable_identifier",h[h.variable_identifier_node=2011]="variable_identifier_node",h[h.primary_expression=2012]="primary_expression",h[h.postfix_expression=2013]="postfix_expression",h[h.integer_expression=2014]="integer_expression",h[h.function_call=2015]="function_call",h[h.function_call_generic=2016]="function_call_generic",h[h.function_call_header_no_parameters=2017]="function_call_header_no_parameters",h[h.function_call_header_with_parameters=2018]="function_call_header_with_parameters",h[h.function_call_parameter_list=2019]="function_call_parameter_list",h[h.function_call_header=2020]="function_call_header",h[h.function_identifier=2021]="function_identifier",h[h.constructor_identifier=2022]="constructor_identifier",h[h.unary_expression=2023]="unary_expression",h[h.unary_operator=2024]="unary_operator",h[h.multiplicative_expression=2025]="multiplicative_expression",h[h.additive_expression=2026]="additive_expression",h[h.shift_expression=2027]="shift_expression",h[h.relational_expression=2028]="relational_expression",h[h.equality_expression=2029]="equality_expression",h[h.and_expression=2030]="and_expression",h[h.inclusive_or_expression=2031]="inclusive_or_expression",h[h.exclusive_or_expression=2032]="exclusive_or_expression",h[h.logical_and_expression=2033]="logical_and_expression",h[h.logical_xor_expression=2034]="logical_xor_expression",h[h.logical_or_expression=2035]="logical_or_expression",h[h.conditional_expression=2036]="conditional_expression",h[h.assignment_expression=2037]="assignment_expression",h[h.assignment_operator=2038]="assignment_operator",h[h.expression=2039]="expression",h[h.integer_constant_expression=2040]="integer_constant_expression",h[h.integer_constant_expression_operator=2041]="integer_constant_expression_operator",h[h.declaration=2042]="declaration",h[h.function_prototype=2043]="function_prototype",h[h.function_declarator=2044]="function_declarator",h[h.function_header_with_parameters=2045]="function_header_with_parameters",h[h.function_header=2046]="function_header",h[h.function_parameter_list=2047]="function_parameter_list",h[h.parameter_declarator=2048]="parameter_declarator",h[h.parameter_declaration=2049]="parameter_declaration",h[h.parameter_qualifier=2050]="parameter_qualifier",h[h.parameter_type_specifier=2051]="parameter_type_specifier",h[h.init_declarator_list=2052]="init_declarator_list",h[h.single_declaration=2053]="single_declaration",h[h.fully_specified_type=2054]="fully_specified_type",h[h.type_qualifier=2055]="type_qualifier",h[h.single_type_qualifier=2056]="single_type_qualifier",h[h.storage_qualifier=2057]="storage_qualifier",h[h.precision_qualifier=2058]="precision_qualifier",h[h.interpolation_qualifier=2059]="interpolation_qualifier",h[h.invariant_qualifier=2060]="invariant_qualifier",h[h.type_specifier=2061]="type_specifier",h[h.type_specifier_nonarray=2062]="type_specifier_nonarray",h[h.type_specifier_no_prec=2063]="type_specifier_no_prec",h[h.basic_type=2064]="basic_type",h[h.struct_specifier=2065]="struct_specifier",h[h.struct_declaration_list=2066]="struct_declaration_list",h[h.struct_declaration=2067]="struct_declaration",h[h.layout_qualifier=2068]="layout_qualifier",h[h.struct_declarator_list=2069]="struct_declarator_list",h[h.struct_declarator=2070]="struct_declarator",h[h.identifier_list=2071]="identifier_list",h[h.decl_identifier=2072]="decl_identifier",h[h.initializer=2073]="initializer",h[h.initializer_list=2074]="initializer_list",h[h.declaration_statement=2075]="declaration_statement",h[h.simple_statement=2076]="simple_statement",h[h.compound_statement_no_scope=2077]="compound_statement_no_scope",h[h.statement_with_scope=2078]="statement_with_scope",h[h.compound_statement=2079]="compound_statement",h[h.statement=2080]="statement",h[h.statement_list=2081]="statement_list",h[h.iteration_statement_no_new_scope=2082]="iteration_statement_no_new_scope",h[h.expression_statement=2083]="expression_statement",h[h.selection_statement=2084]="selection_statement",h[h.selection_rest_statement=2085]="selection_rest_statement",h[h.condition=2086]="condition",h[h.conditionopt=2087]="conditionopt",h[h.iteration_statement=2088]="iteration_statement",h[h.for_init_statement=2089]="for_init_statement",h[h.for_rest_statement=2090]="for_rest_statement",h[h.jump_statement=2091]="jump_statement",h[h.external_declaration=2092]="external_declaration",h[h.function_definition=2093]="function_definition",h[h.field_selection=2094]="field_selection",h[h.bool_constant=2095]="bool_constant",h[h.function_identifier_node=2096]="function_identifier_node",h[h.typename_identifier_node=2097]="typename_identifier_node",h[h.scope_brace=2098]="scope_brace",h[h.scope_end_brace=2099]="scope_end_brace",h[h._ignore=2100]="_ignore",h),eB=function e(t,r){this.goal=t,this.derivation=r,this.id=e._id++,e.pool.set(this.id,this)};eB._id=0,eB.pool=new Map;var ew=/*#__PURE__*/function(){function e(e,t){this.startSymbol=e,t.unshift(new eB(eF.START,[e])),this.productions=t}var t=e.prototype;return t.getProductionList=function(e){return this.productions.filter(function(t){return t.goal===e})},t.isNullableNT=function(e){return this.productions.find(function(t){return t.goal===e&&t.derivation[0]===e_.EPSILON})},t.getProductionByID=function(e){return eB.pool.get(e)},e.create=function(t,r){return new e(t,r.map(function(e){return new eB(e[0],e.slice(1))}))},e}(),eU=function(e,t,r){this.type=e,this.typeLexeme=t,this.arraySpecifier=r},eV=function(e,t,r){this.typeInfo=e,this.ident=t,this.mrtIndex=r};function eW(e){return function(t){t.prototype.nt=e,t.pool=eS.createObjectPool(t)}}var eH=/*#__PURE__*/function(){function e(){}var t=e.prototype;return t.set=function(e,t){this._location=e,this._children=t,this.init()},t.init=function(){},t.dispose=function(){},t.codeGen=function(e){return e.defaultCodeGen(this.children)},t.semanticAnalyze=function(e){},ex(e,[{key:"children",get:function(){return this._children}},{key:"location",get:function(){return this._location}}]),e}();(d=eu||(eu={}))._unwrapToken=function(e){if(ef(e,ev))return e;throw"not token"},d.get=function(e,t,r,i){var n=e.get();n.set(r,i),n.semanticAnalyze(t),t.semanticStack.push(n)},_=/*#__PURE__*/function(e){function t(){return e.apply(this,arguments)||this}return a(t,e),t}(eH),d.TrivialNode=_,_=o([eW(eF._ignore)],_),f=/*#__PURE__*/function(e){function t(){return e.apply(this,arguments)||this}return a(t,e),t.prototype.semanticAnalyze=function(e){e.newScope()},t}(eH),d.ScopeBrace=f,f=o([eW(eF.scope_brace)],f),S=/*#__PURE__*/function(e){function t(){return e.apply(this,arguments)||this}return a(t,e),t.prototype.semanticAnalyze=function(e){e.dropScope()},t}(eH),d.ScopeEndBrace=S,S=o([eW(eF.scope_end_brace)],S),v=/*#__PURE__*/function(e){function t(){return e.apply(this,arguments)||this}a(t,e);var r=t.prototype;return r.init=function(){this.isFragReturnStatement=!1},r.semanticAnalyze=function(e){d._unwrapToken(this.children[0]).type===eh.RETURN&&(e.curFunctionInfo.returnStatement=this)},r.codeGen=function(e){return e.visitJumpStatement(this)},t}(eH),d.JumpStatement=v,v=o([eW(eF.jump_statement)],v),m=/*#__PURE__*/function(e){function t(){return e.apply(this,arguments)||this}return a(t,e),t.prototype.init=function(){this._type=void 0},ex(t,[{key:"type",get:function(){var e;return null!=(e=this._type)?e:3e3},set:function(e){this._type=e}}]),t}(eH),d.ExpressionAstNode=m,g=/*#__PURE__*/function(e){function t(){return e.apply(this,arguments)||this}a(t,e);var r=t.prototype;return r.init=function(){this.typeSpecifier=void 0,this.arraySpecifier=void 0},r.semanticAnalyze=function(e){var t,r=this.children,i=r.length,n=r[0],a=n.typeSpecifier;this.typeSpecifier=a,this.arraySpecifier=a.arraySpecifier;var o=r[1];if(2===i||4===i){var s=new eU(n.type,a.lexeme,this.arraySpecifier),c=r[3];t=new ek(o.lexeme,s,!1,c)}else{var u=r[2];this.arraySpecifier=u;var l=new eU(n.type,a.lexeme,this.arraySpecifier),p=r[4];t=new ek(o.lexeme,l,!1,p)}e.symbolTableStack.insert(t)},r.codeGen=function(e){return e.visitSingleDeclaration(this)},t}(eH),d.SingleDeclaration=g,g=o([eW(eF.single_declaration)],g),y=/*#__PURE__*/function(e){function t(){return e.apply(this,arguments)||this}return a(t,e),t.prototype.semanticAnalyze=function(e){var t=this.children;this.typeSpecifier=1===t.length?t[0]:t[1],this.type=this.typeSpecifier.type},t}(eH),d.FullySpecifiedType=y,y=o([eW(eF.fully_specified_type)],y),x=/*#__PURE__*/function(e){function t(){return e.apply(this,arguments)||this}return a(t,e),t}(eH),d.TypeQualifier=x,x=o([eW(eF.type_qualifier)],x),E=/*#__PURE__*/function(e){function t(){return e.apply(this,arguments)||this}return a(t,e),t.prototype.semanticAnalyze=function(e){var t=this.children[0];ef(t,ev)?this.qualifier=t.type:this.qualifier=t.qualifier,this.lexeme=t.lexeme},t}(eH),d.SingleTypeQualifier=E,E=o([eW(eF.single_type_qualifier)],E),T=/*#__PURE__*/function(e){function t(){return e.apply(this,arguments)||this}a(t,e);var r=t.prototype;return r.init=function(){this.arraySize=void 0},r.semanticAnalyze=function(e){var t,r=this.children,i=r[0];this.type=i.type,this.lexeme=i.lexeme,this.arraySize=null==r?void 0:null==(t=r[1])?void 0:t.size,this.isCustom="string"==typeof this.type},ex(t,[{key:"arraySpecifier",get:function(){return this.children[1]}}]),t}(eH),d.TypeSpecifier=T,T=o([eW(eF.type_specifier)],T),C=/*#__PURE__*/function(e){function t(){return e.apply(this,arguments)||this}return a(t,e),t.prototype.semanticAnalyze=function(e){var t=this.children[1];this.size=t.value},t}(eH),d.ArraySpecifier=C,C=o([eW(eF.array_specifier)],C),b=/*#__PURE__*/function(e){function t(){return e.apply(this,arguments)||this}return a(t,e),t.prototype.semanticAnalyze=function(e){var t=this.children[0];switch(this.lexeme=t.lexeme,t.type){case e_.PLUS:this.compute=function(e,t){return e+t};break;case e_.DASH:this.compute=function(e,t){return e-t};break;case e_.STAR:this.compute=function(e,t){return e*t};break;case e_.SLASH:this.compute=function(e,t){return e/t};break;case e_.PERCENT:this.compute=function(e,t){return e%t};break;default:e.reportError(t.location,"not implemented operator "+t.lexeme)}},t}(eH),d.IntegerConstantExpressionOperator=b,b=o([eW(eF.integer_constant_expression_operator)],b),A=/*#__PURE__*/function(e){function t(){return e.apply(this,arguments)||this}a(t,e);var r=t.prototype;return r.init=function(){this.value=void 0},r.semanticAnalyze=function(e){if(1===this.children.length){var t=this.children[0];ef(t,ev)&&(this.value=Number(t.lexeme))}},t}(eH),d.IntegerConstantExpression=A,A=o([eW(eF.integer_constant_expression)],A),P=/*#__PURE__*/function(e){function t(){return e.apply(this,arguments)||this}return a(t,e),t.prototype.init=function(){var e=this.children[0];ef(e,ev)?this.type=e.lexeme:this.type=e.type,this.lexeme=e.lexeme},t}(eH),d.TypeSpecifierNonArray=P,P=o([eW(eF.type_specifier_nonarray)],P),R=/*#__PURE__*/function(e){function t(){return e.apply(this,arguments)||this}return a(t,e),t.prototype.init=function(){var e=this.children[0];this.type=e.type,this.lexeme=e.lexeme},t}(eH),d.ExtBuiltinTypeSpecifierNonArray=R,R=o([eW(eF.ext_builtin_type_specifier_nonarray)],R),I=/*#__PURE__*/function(e){function t(){return e.apply(this,arguments)||this}return a(t,e),t.prototype.semanticAnalyze=function(e){var t,r=this.children,i=r.length;if(1===i){var n=r[0],a=n.typeSpecifier,o=n.arraySpecifier;this.typeInfo=new eU(a.type,a.lexeme,o)}else{var s=r[0];this.typeInfo=s.typeInfo}if(3===i||5===i)t=new ek(r[2].lexeme,this.typeInfo,!1,this),e.symbolTableStack.insert(t);else if(4===i||6===i){var c=this.typeInfo,u=this.children[3];c.arraySpecifier=u,t=new ek(r[2].lexeme,c,!1,this),e.symbolTableStack.insert(t)}},t}(eH),d.InitDeclaratorList=I,I=o([eW(eF.init_declarator_list)],I),O=/*#__PURE__*/function(e){function t(){var t;return t=e.apply(this,arguments)||this,t.idList=[],t}a(t,e);var r=t.prototype;return r.init=function(){this.idList.length=0},r.semanticAnalyze=function(e){var t=this.children,r=this.idList;if(2===t.length)r.push(t[1]);else{var i=t[0],n=t[2],a=i.idList.length;r.length=a+1;for(var o=0;o<a;o++)r[o]=i.idList[o];r[a]=n}},t}(eH),d.IdentifierList=O,O=o([eW(eF.identifier_list)],O),L=/*#__PURE__*/function(e){function t(){return e.apply(this,arguments)||this}return a(t,e),t.prototype.codeGen=function(e){return e.visitDeclaration(this)},t}(eH),d.Declaration=L,L=o([eW(eF.declaration)],L),N=/*#__PURE__*/function(e){function t(){return e.apply(this,arguments)||this}a(t,e);var r=t.prototype;return r.semanticAnalyze=function(e){var t=this.children[0];this.ident=t.ident,this.returnType=t.returnType,this.parameterList=t.parameterInfoList,this.paramSig=t.paramSig},r.codeGen=function(e){return e.visitFunctionProtoType(this)},t}(eH),d.FunctionProtoType=N,N=o([eW(eF.function_prototype)],N),G=/*#__PURE__*/function(e){function t(){return e.apply(this,arguments)||this}return a(t,e),t.prototype.semanticAnalyze=function(e){e.curFunctionInfo.returnStatement=null,e.curFunctionInfo.header=this;var t=this.children,r=t[0],i=t[1];this.ident=r.ident,this.returnType=r.returnType,this.parameterInfoList=null==i?void 0:i.parameterInfoList,this.paramSig=null==i?void 0:i.paramSig},t}(eH),d.FunctionDeclarator=G,G=o([eW(eF.function_declarator)],G),M=/*#__PURE__*/function(e){function t(){return e.apply(this,arguments)||this}a(t,e);var r=t.prototype;return r.semanticAnalyze=function(e){e.newScope();var t=this.children;this.ident=t[1],this.returnType=t[0]},r.codeGen=function(e){return e.visitFunctionHeader(this)},t}(eH),d.FunctionHeader=M,M=o([eW(eF.function_header)],M),k=/*#__PURE__*/function(e){function t(){var t;return t=e.apply(this,arguments)||this,t.parameterInfoList=[],t.paramSig=[],t}a(t,e);var r=t.prototype;return r.init=function(){this.parameterInfoList.length=0,this.paramSig.length=0},r.semanticAnalyze=function(e){var t=this.children,r=t.length,i=this.parameterInfoList,n=this.paramSig;if(1===r){var a=t[0];i.push({ident:a.ident,typeInfo:a.typeInfo,astNode:a}),n.push(a.typeInfo.type)}else{var o=t[0],s=t[2],c=o.parameterInfoList.length;i.length=c+1,n.length=c+1;for(var u=0;u<c;u++)i[u]=o.parameterInfoList[u],n[u]=o.paramSig[u];i[c]={ident:s.ident,typeInfo:s.typeInfo,astNode:s},n[c]=s.typeInfo.type}},r.codeGen=function(e){return e.visitFunctionParameterList(this)},t}(eH),d.FunctionParameterList=k,k=o([eW(eF.function_parameter_list)],k),D=/*#__PURE__*/function(e){function t(){return e.apply(this,arguments)||this}a(t,e);var r=t.prototype;return r.init=function(){this.typeQualifier=void 0},r.semanticAnalyze=function(e){var t,r=this.children,i=r.length;t=1===i?r[0]:r[1],2===i&&(this.typeQualifier=r[0]),this.typeInfo=t.typeInfo,this.ident=t.ident;var n=new ek(t.ident.lexeme,t.typeInfo,!1,this);e.symbolTableStack.insert(n)},t}(eH),d.ParameterDeclaration=D,D=o([eW(eF.parameter_declaration)],D),F=/*#__PURE__*/function(e){function t(){return e.apply(this,arguments)||this}return a(t,e),t.prototype.semanticAnalyze=function(e){var t=this.children;this.ident=t[1];var r=t[0],i=t[2];this.typeInfo=new eU(r.type,r.lexeme,i)},t}(eH),d.ParameterDeclarator=F,F=o([eW(eF.parameter_declarator)],F),B=/*#__PURE__*/function(e){function t(){return e.apply(this,arguments)||this}return a(t,e),t}(eH),d.CompoundStatementNoScope=B,B=o([eW(eF.compound_statement_no_scope)],B),w=/*#__PURE__*/function(e){function t(){return e.apply(this,arguments)||this}return a(t,e),t.prototype.codeGen=function(e){return e.visitStatementList(this)},t}(eH),d.StatementList=w,w=o([eW(eF.statement_list)],w),U=/*#__PURE__*/function(e){function t(){return e.apply(this,arguments)||this}a(t,e);var r=t.prototype;return r.init=function(){this.returnStatement=void 0},r.semanticAnalyze=function(e){var t=this.children;this.protoType=t[0],this.statements=t[1],e.dropScope();var r=new eO(this.protoType.ident.lexeme,this);e.symbolTableStack.insert(r);var i=e.curFunctionInfo,n=i.header,a=i.returnStatement;n.returnType.type===eh.VOID?a&&e.reportError(n.returnType.location,"Return in void function."):a?this.returnStatement=a:e.reportError(n.returnType.location,"No return statement found."),i.header=void 0,i.returnStatement=void 0},r.codeGen=function(e){return e.visitFunctionDefinition(this)},t}(eH),d.FunctionDefinition=U,U=o([eW(eF.function_definition)],U),V=/*#__PURE__*/function(e){function t(){return e.apply(this,arguments)||this}a(t,e);var r=t.prototype;return r.semanticAnalyze=function(e){this.type=this.children[0].type},r.codeGen=function(e){return e.visitFunctionCall(this)},t}(m),d.FunctionCall=V,V=o([eW(eF.function_call)],V),W=/*#__PURE__*/function(e){function t(){return e.apply(this,arguments)||this}a(t,e);var r=t.prototype;return r.init=function(){e.prototype.init.call(this),this.fnSymbol=void 0},r.semanticAnalyze=function(e){var t=this.children[0];if(t.isBuiltin)this.type=t.ident;else{var r,i,n=t.ident;if(4===this.children.length){var a=this.children[2];ef(a,H)&&(i=a.paramSig)}var o=e.lookupSymbolBy(n,eR.FN,i);if(!o)return;this.type=null==o?void 0:null==(r=o.dataType)?void 0:r.type,this.fnSymbol=o}},t}(m),d.FunctionCallGeneric=W,W=o([eW(eF.function_call_generic)],W),H=/*#__PURE__*/function(e){function t(){var t;return t=e.apply(this,arguments)||this,t.paramSig=[],t.paramNodes=[],t}a(t,e);var r=t.prototype;return r.init=function(){this.paramSig.length=0,this.paramNodes.length=0},r.semanticAnalyze=function(e){var t=this.children,r=this.paramSig,i=this.paramNodes;if(1===t.length){var n=t[0];void 0==n.type?r.push(3e3):r.push(n.type),this.paramNodes.push(n)}else{var a=t[0],o=t[2];if(0===a.paramSig.length||void 0==o.type)this.paramSig.push(3e3);else{var s=a.paramSig.length;r.length=s+1,i.length=s+1;for(var c=0;c<s;c++)r[c]=a.paramSig[c],i[c]=a.paramNodes[c];r[s]=o.type,i[s]=o}}},t}(eH),d.FunctionCallParameterList=H,H=o([eW(eF.function_call_parameter_list)],H),j=/*#__PURE__*/function(e){function t(){return e.apply(this,arguments)||this}return a(t,e),t.prototype.semanticAnalyze=function(e){e.shaderData.globalPrecisions.push(this)},t}(eH),d.PrecisionSpecifier=j,j=o([eW(eF.precision_specifier)],j),q=/*#__PURE__*/function(e){function t(){return e.apply(this,arguments)||this}a(t,e);var r=t.prototype;return r.semanticAnalyze=function(e){var t=this.children[0];this.ident=t.type,this.lexeme=t.lexeme,this.isBuiltin="string"!=typeof this.ident},r.codeGen=function(e){return e.visitFunctionIdentifier(this)},t}(eH),d.FunctionIdentifier=q,q=o([eW(eF.function_identifier)],q),z=/*#__PURE__*/function(e){function t(){return e.apply(this,arguments)||this}return a(t,e),t}(m),d.AssignmentExpression=z,z=o([eW(eF.assignment_expression)],z),Q=/*#__PURE__*/function(e){function t(){return e.apply(this,arguments)||this}return a(t,e),t}(m),d.Expression=Q,Q=o([eW(eF.expression)],Q),X=/*#__PURE__*/function(e){function t(){return e.apply(this,arguments)||this}return a(t,e),t.prototype.semanticAnalyze=function(e){if(1===this.children.length){var t,r=this.children[0];if(ef(r,en))this.type=null!=(t=r.typeInfo)?t:3e3;else switch(r.type){case e_.INT_CONSTANT:this._type=eh.INT;break;case e_.FLOAT_CONSTANT:this.type=eh.FLOAT;break;case eh.TRUE:case eh.FALSE:this.type=eh.BOOL}}else{var i=this.children[1];this.type=i.type}},t}(m),d.PrimaryExpression=X,X=o([eW(eF.primary_expression)],X),K=/*#__PURE__*/function(e){function t(){return e.apply(this,arguments)||this}a(t,e);var r=t.prototype;return r.init=function(){if(e.prototype.init.call(this),1===this.children.length){var t=this.children[0];this.type=t.type}},r.codeGen=function(e){return e.visitPostfixExpression(this)},t}(m),d.PostfixExpression=K,K=o([eW(eF.postfix_expression)],K),Y=/*#__PURE__*/function(e){function t(){return e.apply(this,arguments)||this}a(t,e);var r=t.prototype;return r.init=function(){this.ident=void 0},r.semanticAnalyze=function(e){var t=this.children;6===t.length?(this.ident=t[1],e.symbolTableStack.insert(new eL(this.ident.lexeme,this)),this.propList=t[3].propList):this.propList=t[2].propList},t}(eH),d.StructSpecifier=Y,Y=o([eW(eF.struct_specifier)],Y),J=/*#__PURE__*/function(e){function t(){var t;return t=e.apply(this,arguments)||this,t.propList=[],t}a(t,e);var r=t.prototype;return r.init=function(){this.propList.length=0},r.semanticAnalyze=function(e){var t=this.children,r=this.propList;if(1===t.length){var i=t[0].props,n=i.length;r.length=n;for(var a=0;a<n;a++)r[a]=i[a]}else{var o=t[0].propList,s=t[1].props,c=o.length,u=s.length;r.length=c+u;for(var l=0;l<c;l++)r[l]=o[l];for(var p=0;p<u;p++)r[p+c]=s[p]}},t}(eH),d.StructDeclarationList=J,J=o([eW(eF.struct_declaration_list)],J),$=/*#__PURE__*/function(e){function t(){var t;return t=e.apply(this,arguments)||this,t.props=[],t}a(t,e);var r=t.prototype;return r.init=function(){this.typeSpecifier=void 0,this.declaratorList=void 0,this.props.length=0},r.semanticAnalyze=function(e){var t=this.children,r=this.props;3===t.length?(this.typeSpecifier=t[0],this.declaratorList=t[1]):(this.typeSpecifier=t[1],this.declaratorList=t[2]);var i=t[0],n=this.typeSpecifier,a=n.type,o=n.lexeme;if(ef(i,Z)){var s=t[2],c=new eV(new eU(a,o),s.ident,i.index);r.push(c)}else{var u=this.declaratorList.declaratorList,l=u.length;r.length=l;for(var p=0;p<l;p++){var h=u[p],d=new eV(new eU(a,o,h.arraySpecifier),h.ident);r[p]=d}}},t}(eH),d.StructDeclaration=$,$=o([eW(eF.struct_declaration)],$),Z=/*#__PURE__*/function(e){function t(){return e.apply(this,arguments)||this}return a(t,e),t.prototype.semanticAnalyze=function(e){this.index=Number(this.children[4].lexeme)},t}(eH),d.LayoutQualifier=Z,Z=o([eW(eF.layout_qualifier)],Z),ee=/*#__PURE__*/function(e){function t(){var t;return t=e.apply(this,arguments)||this,t.declaratorList=[],t}a(t,e);var r=t.prototype;return r.init=function(){this.declaratorList.length=0},r.semanticAnalyze=function(e){var t=this.children,r=this.declaratorList;if(1===t.length)r.push(t[0]);else{var i=t[0],n=t[1],a=i.declaratorList.length;r.length=a+1;for(var o=0;o<a;o++)r[o]=i.declaratorList[o];r[a]=n}},t}(eH),d.StructDeclaratorList=ee,ee=o([eW(eF.struct_declarator_list)],ee),et=/*#__PURE__*/function(e){function t(){return e.apply(this,arguments)||this}a(t,e);var r=t.prototype;return r.init=function(){this.arraySpecifier=void 0},r.semanticAnalyze=function(e){var t=this.children;this.ident=t[0],this.arraySpecifier=t[1]},t}(eH),d.StructDeclarator=et,et=o([eW(eF.struct_declarator)],et),er=/*#__PURE__*/function(e){function t(){return e.apply(this,arguments)||this}a(t,e);var r=t.prototype;return r.semanticAnalyze=function(e){var t=this.children,r=t[0],i=t[1];this.type=r;var n=new ek(i.lexeme,new eU(r.type,r.typeSpecifier.lexeme),!0,this);e.symbolTableStack.insert(n)},r.codeGen=function(e){return e.visitGlobalVariableDeclaration(this)+";"},t}(eH),d.VariableDeclaration=er,er=o([eW(eF.variable_declaration)],er),ei=/*#__PURE__*/function(e){function t(){return e.apply(this,arguments)||this}return a(t,e),t.prototype.semanticAnalyze=function(e){var t=this.children,r=t.length,i=t[0].type;if(this.type=i,1!==r){var n=t[2],a=er.pool.get();3===r?a.set(n.location,[i,n]):a.set(n.location,[i,n,t[3]]),a.semanticAnalyze(e)}},t}(eH),d.VariableDeclarationList=ei,ei=o([eW(eF.variable_declaration_list)],ei),en=/*#__PURE__*/function(e){function t(){return e.apply(this,arguments)||this}a(t,e);var r=t.prototype;return r.semanticAnalyze=function(e){var t,r,i=this.children[0];this.lexeme=i.lexeme,this.symbolInfo=e.lookupSymbolBy(i.lexeme,eR.VAR),this.typeInfo=null==(r=this.symbolInfo)?void 0:null==(t=r.dataType)?void 0:t.type},r.codeGen=function(e){return e.visitVariableIdentifier(this)},t}(eH),d.VariableIdentifier=en,en=o([eW(eF.variable_identifier)],en),ea=/*#__PURE__*/function(e){function t(){return e.apply(this,arguments)||this}return a(t,e),t.prototype.semanticAnalyze=function(e){this.shaderData=e.shaderData,this.shaderData.symbolTable=e.symbolTableStack._scope},t}(eH),d.GLShaderProgram=ea,o([eW(eF.gs_shader_program)],ea);var ej=/*#__PURE__*/function(){function e(){}return e.isTerminal=function(e){return e<eF.START},e.toString=function(e){if(this.isTerminal(e)){var t;return null!=(t=e_[e])?t:eh[e]}return eF[e]},e.createProductionWithOptions=function(e,t,r){for(var n,a=[],o=i(t);!(n=o()).done;){var s=n.value;a.push([[].concat([e],s),function(e){for(var t=arguments.length,i=Array(t>1?t-1:0),n=1;n<t;n++)i[n-1]=arguments[n];if(i[0]){var a=i[0].location.start,o=i[i.length-1].location.end,s=t_.createRange(a,o);eu.get(null!=r?r:eu.TrivialNode.pool,e,s,i)}}])}return a},e.addMapSetItem=function(e,t,r){var i,n=null!=(i=e.get(t))?i:new Set;n.add(r),e.set(t,n)},e.isSubSet=function(e,t){for(var r,n=i(e);!(r=n()).done;){var a=r.value;if(!t.has(a))return!1}return!0},e.isActionEqual=function(e,t){return e.action===t.action&&e.target===t.target},e}(),eq=[].concat(ej.createProductionWithOptions(eF.gs_shader_program,[[eF.global_declaration],[eF.gs_shader_program,eF.global_declaration]],eu.GLShaderProgram.pool),ej.createProductionWithOptions(eF.global_declaration,[[eF.precision_specifier],[eF.variable_declaration_statement],[eF.struct_specifier],[eF.function_definition]]),ej.createProductionWithOptions(eF.variable_declaration,[[eF.fully_specified_type,e_.ID],[eF.fully_specified_type,e_.ID,eF.array_specifier]],eu.VariableDeclaration.pool),ej.createProductionWithOptions(eF.variable_declaration_list,[[eF.variable_declaration],[eF.variable_declaration_list,e_.COMMA,e_.ID],[eF.variable_declaration_list,e_.COMMA,e_.ID,eF.array_specifier]],eu.VariableDeclarationList.pool),ej.createProductionWithOptions(eF.variable_declaration_statement,[[eF.variable_declaration_list,e_.SEMICOLON]]),ej.createProductionWithOptions(eF.ext_builtin_type_specifier_nonarray,[[eh.VOID],[eh.FLOAT],[eh.BOOL],[eh.INT],[eh.UINT],[eh.VEC2],[eh.VEC3],[eh.VEC4],[eh.BVEC2],[eh.BVEC3],[eh.BVEC4],[eh.IVEC2],[eh.IVEC3],[eh.IVEC4],[eh.UVEC2],[eh.UVEC3],[eh.UVEC4],[eh.MAT2],[eh.MAT3],[eh.MAT4],[eh.MAT2X3],[eh.MAT2X4],[eh.MAT3X2],[eh.MAT3X4],[eh.MAT4X2],[eh.MAT4X3],[eh.SAMPLER2D],[eh.SAMPLER3D],[eh.SAMPLER_CUBE],[eh.SAMPLER2D_SHADOW],[eh.SAMPLER_CUBE_SHADOW],[eh.SAMPLER2D_ARRAY],[eh.SAMPLER2D_ARRAY_SHADOW],[eh.I_SAMPLER2D],[eh.I_SAMPLER3D],[eh.I_SAMPLER_CUBE],[eh.I_SAMPLER2D_ARRAY],[eh.U_SAMPLER2D],[eh.U_SAMPLER3D],[eh.U_SAMPLER_CUBE],[eh.U_SAMPLER2D_ARRAY]],eu.ExtBuiltinTypeSpecifierNonArray.pool),ej.createProductionWithOptions(eF.type_specifier_nonarray,[[e_.ID],[eF.ext_builtin_type_specifier_nonarray]],eu.TypeSpecifierNonArray.pool),ej.createProductionWithOptions(eF.fully_specified_type,[[eF.type_specifier],[eF.type_qualifier,eF.type_specifier]],eu.FullySpecifiedType.pool),ej.createProductionWithOptions(eF.type_specifier,[[eF.type_specifier_nonarray],[eF.ext_builtin_type_specifier_nonarray,eF.array_specifier]],eu.TypeSpecifier.pool),ej.createProductionWithOptions(eF.type_qualifier,[[eF.single_type_qualifier],[eF.type_qualifier,eF.single_type_qualifier]],eu.TypeQualifier.pool),ej.createProductionWithOptions(eF.single_type_qualifier,[[eF.storage_qualifier],[eF.precision_qualifier],[eF.interpolation_qualifier],[eF.invariant_qualifier],[eh.PRECISE]],eu.SingleTypeQualifier.pool),ej.createProductionWithOptions(eF.storage_qualifier,[[eh.CONST],[eh.IN],[eh.INOUT],[eh.OUT],[eh.CENTROID]]),ej.createProductionWithOptions(eF.interpolation_qualifier,[[eh.SMOOTH],[eh.FLAT]]),ej.createProductionWithOptions(eF.invariant_qualifier,[[eh.INVARIANT]]),ej.createProductionWithOptions(eF.precision_qualifier,[[eh.HIGHP],[eh.MEDIUMP],[eh.LOWP]]),ej.createProductionWithOptions(eF.struct_specifier,[[eh.STRUCT,e_.ID,e_.LEFT_BRACE,eF.struct_declaration_list,e_.RIGHT_BRACE,e_.SEMICOLON],[eh.STRUCT,e_.LEFT_BRACE,eF.struct_declaration_list,e_.RIGHT_BRACE,e_.SEMICOLON]],eu.StructSpecifier.pool),ej.createProductionWithOptions(eF.struct_declaration_list,[[eF.struct_declaration],[eF.struct_declaration_list,eF.struct_declaration]],eu.StructDeclarationList.pool),ej.createProductionWithOptions(eF.struct_declaration,[[eF.type_specifier,eF.struct_declarator_list,e_.SEMICOLON],[eF.type_qualifier,eF.type_specifier,eF.struct_declarator_list,e_.SEMICOLON],[eF.layout_qualifier,eF.type_specifier,eF.struct_declarator,e_.SEMICOLON]],eu.StructDeclaration.pool),ej.createProductionWithOptions(eF.layout_qualifier,[[eh.LAYOUT,e_.LEFT_PAREN,eh.LOCATION,e_.EQUAL,e_.INT_CONSTANT,e_.RIGHT_PAREN]],eu.LayoutQualifier.pool),ej.createProductionWithOptions(eF.struct_declarator_list,[[eF.struct_declarator],[eF.struct_declarator_list,e_.COMMA,eF.struct_declarator]],eu.StructDeclaratorList.pool),ej.createProductionWithOptions(eF.struct_declarator,[[e_.ID],[e_.ID,eF.array_specifier]],eu.StructDeclarator.pool),ej.createProductionWithOptions(eF.array_specifier,[[e_.LEFT_BRACKET,e_.RIGHT_BRACKET],[e_.LEFT_BRACKET,eF.integer_constant_expression,e_.RIGHT_BRACKET]],eu.ArraySpecifier.pool),ej.createProductionWithOptions(eF.integer_constant_expression_operator,[[e_.PLUS],[e_.DASH],[e_.STAR],[e_.SLASH],[e_.PERCENT]],eu.IntegerConstantExpressionOperator.pool),ej.createProductionWithOptions(eF.integer_constant_expression,[[eF.variable_identifier],[e_.INT_CONSTANT],[eF.integer_constant_expression,eF.integer_constant_expression_operator,e_.INT_CONSTANT],[eF.integer_constant_expression,eF.integer_constant_expression_operator,eF.variable_identifier]],eu.IntegerConstantExpression.pool),ej.createProductionWithOptions(eF.conditional_expression,[[eF.logical_or_expression],[eF.logical_or_expression,e_.QUESTION,eF.expression,e_.COLON,eF.assignment_expression]]),ej.createProductionWithOptions(eF.logical_or_expression,[[eF.logical_xor_expression],[eF.logical_or_expression,e_.OR_OP,eF.logical_xor_expression]]),ej.createProductionWithOptions(eF.logical_xor_expression,[[eF.logical_and_expression],[eF.logical_xor_expression,e_.XOR_OP,eF.logical_and_expression]]),ej.createProductionWithOptions(eF.logical_and_expression,[[eF.inclusive_or_expression],[eF.logical_and_expression,e_.AND_OP,eF.inclusive_or_expression]]),ej.createProductionWithOptions(eF.inclusive_or_expression,[[eF.exclusive_or_expression],[eF.inclusive_or_expression,e_.VERTICAL_BAR,eF.exclusive_or_expression]]),ej.createProductionWithOptions(eF.exclusive_or_expression,[[eF.and_expression],[eF.exclusive_or_expression,e_.CARET,eF.and_expression]]),ej.createProductionWithOptions(eF.and_expression,[[eF.equality_expression],[eF.and_expression,e_.AMPERSAND,eF.equality_expression]]),ej.createProductionWithOptions(eF.equality_expression,[[eF.relational_expression],[eF.equality_expression,e_.EQ_OP,eF.relational_expression],[eF.equality_expression,e_.NE_OP,eF.relational_expression]]),ej.createProductionWithOptions(eF.relational_expression,[[eF.shift_expression],[eF.relational_expression,e_.LEFT_ANGLE,eF.shift_expression],[eF.relational_expression,e_.RIGHT_ANGLE,eF.shift_expression],[eF.relational_expression,e_.LE_OP,eF.shift_expression],[eF.relational_expression,e_.GE_OP,eF.shift_expression]]),ej.createProductionWithOptions(eF.shift_expression,[[eF.additive_expression],[eF.shift_expression,e_.LEFT_OP,eF.additive_expression],[eF.shift_expression,e_.RIGHT_OP,eF.additive_expression]]),ej.createProductionWithOptions(eF.additive_expression,[[eF.multiplicative_expression],[eF.additive_expression,e_.PLUS,eF.multiplicative_expression],[eF.additive_expression,e_.DASH,eF.multiplicative_expression]]),ej.createProductionWithOptions(eF.multiplicative_expression,[[eF.unary_expression],[eF.multiplicative_expression,e_.STAR,eF.unary_expression],[eF.multiplicative_expression,e_.SLASH,eF.unary_expression],[eF.multiplicative_expression,e_.PERCENT,eF.unary_expression]]),ej.createProductionWithOptions(eF.unary_expression,[[eF.postfix_expression],[e_.INC_OP,eF.unary_expression],[e_.DEC_OP,eF.unary_expression],[eF.unary_operator,eF.unary_expression]]),ej.createProductionWithOptions(eF.unary_operator,[[e_.PLUS],[e_.DASH],[e_.BANG],[e_.TILDE]]),ej.createProductionWithOptions(eF.postfix_expression,[[eF.primary_expression],[eF.postfix_expression,e_.LEFT_BRACKET,eF.expression,e_.RIGHT_BRACKET],[eF.function_call],[eF.postfix_expression,e_.DOT,e_.ID],[eF.postfix_expression,e_.DOT,eF.function_call],[eF.postfix_expression,e_.INC_OP],[eF.postfix_expression,e_.DEC_OP]],eu.PostfixExpression.pool),ej.createProductionWithOptions(eF.primary_expression,[[eF.variable_identifier],[e_.INT_CONSTANT],[e_.FLOAT_CONSTANT],[eh.TRUE],[eh.FALSE],[e_.LEFT_PAREN,eF.expression,e_.RIGHT_PAREN]],eu.PrimaryExpression.pool),ej.createProductionWithOptions(eF.expression,[[eF.assignment_expression],[eF.expression,e_.COMMA,eF.assignment_expression]],eu.Expression.pool),ej.createProductionWithOptions(eF.assignment_expression,[[eF.conditional_expression],[eF.unary_expression,eF.assignment_operator,eF.assignment_expression]],eu.AssignmentExpression.pool),ej.createProductionWithOptions(eF.assignment_operator,[[e_.EQUAL],[e_.MUL_ASSIGN],[e_.DIV_ASSIGN],[e_.MOD_ASSIGN],[e_.ADD_ASSIGN],[e_.SUB_ASSIGN],[e_.LEFT_ASSIGN],[e_.RIGHT_ASSIGN],[e_.AND_ASSIGN],[e_.XOR_ASSIGN],[e_.OR_ASSIGN]]),ej.createProductionWithOptions(eF.function_call,[[eF.function_call_generic]],eu.FunctionCall.pool),ej.createProductionWithOptions(eF.function_call_generic,[[eF.function_identifier,e_.LEFT_PAREN,eF.function_call_parameter_list,e_.RIGHT_PAREN],[eF.function_identifier,e_.LEFT_PAREN,e_.RIGHT_PAREN],[eF.function_identifier,eh.VOID,e_.RIGHT_PAREN]],eu.FunctionCallGeneric.pool),ej.createProductionWithOptions(eF.function_call_parameter_list,[[eF.assignment_expression],[eF.function_call_parameter_list,e_.COMMA,eF.assignment_expression]],eu.FunctionCallParameterList.pool),ej.createProductionWithOptions(eF.function_identifier,[[eF.type_specifier]],eu.FunctionIdentifier.pool),ej.createProductionWithOptions(eF.function_definition,[[eF.function_prototype,eF.compound_statement_no_scope]],eu.FunctionDefinition.pool),ej.createProductionWithOptions(eF.function_prototype,[[eF.function_declarator,e_.RIGHT_PAREN]],eu.FunctionProtoType.pool),ej.createProductionWithOptions(eF.function_declarator,[[eF.function_header],[eF.function_header,eF.function_parameter_list]],eu.FunctionDeclarator.pool),ej.createProductionWithOptions(eF.function_header,[[eF.fully_specified_type,e_.ID,e_.LEFT_PAREN]],eu.FunctionHeader.pool),ej.createProductionWithOptions(eF.function_parameter_list,[[eF.parameter_declaration],[eF.function_parameter_list,e_.COMMA,eF.parameter_declaration]],eu.FunctionParameterList.pool),ej.createProductionWithOptions(eF.parameter_declaration,[[eF.type_qualifier,eF.parameter_declarator],[eF.parameter_declarator]],eu.ParameterDeclaration.pool),ej.createProductionWithOptions(eF.parameter_declarator,[[eF.type_specifier,e_.ID],[eF.type_specifier,e_.ID,eF.array_specifier]],eu.ParameterDeclarator.pool),ej.createProductionWithOptions(eF.statement_list,[[eF.statement],[eF.statement_list,eF.statement]],eu.StatementList.pool),ej.createProductionWithOptions(eF.statement,[[eF.compound_statement],[eF.simple_statement]]),ej.createProductionWithOptions(eF.compound_statement_no_scope,[[e_.LEFT_BRACE,e_.RIGHT_BRACE],[e_.LEFT_BRACE,eF.statement_list,e_.RIGHT_BRACE]],eu.CompoundStatementNoScope.pool),ej.createProductionWithOptions(eF.compound_statement,[[e_.LEFT_BRACE,e_.RIGHT_BRACE],[eF.scope_brace,eF.statement_list,eF.scope_end_brace]]),ej.createProductionWithOptions(eF.simple_statement,[[eF.declaration],[eF.expression_statement],[eF.selection_statement],[eF.iteration_statement],[eF.jump_statement]]),ej.createProductionWithOptions(eF.declaration,[[eF.function_prototype,e_.SEMICOLON],[eF.init_declarator_list,e_.SEMICOLON],[eh.PRECISION,eF.precision_qualifier,eF.ext_builtin_type_specifier_nonarray,e_.SEMICOLON],[eF.type_qualifier,e_.ID,e_.SEMICOLON],[eF.type_qualifier,e_.ID,eF.identifier_list,e_.SEMICOLON]],eu.Declaration.pool),ej.createProductionWithOptions(eF.identifier_list,[[e_.COMMA,e_.ID],[eF.identifier_list,e_.COMMA,e_.ID]],eu.IdentifierList.pool),ej.createProductionWithOptions(eF.init_declarator_list,[[eF.single_declaration],[eF.init_declarator_list,e_.COMMA,e_.ID],[eF.init_declarator_list,e_.COMMA,e_.ID,eF.array_specifier],[eF.init_declarator_list,e_.COMMA,e_.ID,eF.array_specifier,e_.EQUAL,eF.initializer],[eF.init_declarator_list,e_.COMMA,e_.ID,e_.EQUAL,eF.initializer]],eu.InitDeclaratorList.pool),ej.createProductionWithOptions(eF.single_declaration,[[eF.fully_specified_type,e_.ID],[eF.fully_specified_type,e_.ID,eF.array_specifier],[eF.fully_specified_type,e_.ID,eF.array_specifier,e_.EQUAL,eF.initializer],[eF.fully_specified_type,e_.ID,e_.EQUAL,eF.initializer]],eu.SingleDeclaration.pool),ej.createProductionWithOptions(eF.initializer,[[eF.assignment_expression],[e_.LEFT_BRACE,eF.initializer_list,e_.RIGHT_BRACE]]),ej.createProductionWithOptions(eF.initializer_list,[[eF.initializer],[eF.initializer_list,e_.COMMA,eF.initializer]]),ej.createProductionWithOptions(eF.expression_statement,[[e_.SEMICOLON],[eF.expression,e_.SEMICOLON]]),ej.createProductionWithOptions(eF.selection_statement,[[eh.IF,e_.LEFT_PAREN,eF.expression,e_.RIGHT_PAREN,eF.statement],[eh.IF,e_.LEFT_PAREN,eF.expression,e_.RIGHT_PAREN,eF.statement,eh.ELSE,eF.statement]]),ej.createProductionWithOptions(eF.iteration_statement,[[eh.WHILE,e_.LEFT_PAREN,eF.condition,e_.RIGHT_PAREN,eF.statement],[eh.FOR,e_.LEFT_PAREN,eF.for_init_statement,eF.for_rest_statement,e_.RIGHT_PAREN,eF.statement]]),ej.createProductionWithOptions(eF.precision_specifier,[[eh.PRECISION,eF.precision_qualifier,eF.ext_builtin_type_specifier_nonarray,e_.SEMICOLON]],eu.PrecisionSpecifier.pool),ej.createProductionWithOptions(eF.for_init_statement,[[eF.expression_statement],[eF.declaration]]),ej.createProductionWithOptions(eF.condition,[[eF.expression],[eF.fully_specified_type,e_.ID,e_.EQUAL,eF.initializer]]),ej.createProductionWithOptions(eF.for_rest_statement,[[eF.conditionopt,e_.SEMICOLON],[eF.conditionopt,e_.SEMICOLON,eF.expression]]),ej.createProductionWithOptions(eF.conditionopt,[[e_.EPSILON],[eF.condition]]),ej.createProductionWithOptions(eF.jump_statement,[[eh.CONTINUE,e_.SEMICOLON],[eh.BREAK,e_.SEMICOLON],[eh.RETURN,e_.SEMICOLON],[eh.RETURN,eF.expression,e_.SEMICOLON],[eh.DISCARD,e_.SEMICOLON]],eu.JumpStatement.pool),ej.createProductionWithOptions(eF.scope_brace,[[e_.LEFT_BRACE]],eu.ScopeBrace.pool),ej.createProductionWithOptions(eF.scope_end_brace,[[e_.RIGHT_BRACE]],eu.ScopeEndBrace.pool),ej.createProductionWithOptions(eF.variable_identifier,[[e_.ID]],eu.VariableIdentifier.pool)),ez=function(e){for(var t=0;t<eq.length;t++){var r=eq[t][1];r&&e.addTranslationRule(t,r)}},eQ=/*#__PURE__*/function(){function e(t,r,n){this._needReInfer=!0,this.production=t,this.position=r,this.lookaheadSet=new Set;for(var a,o=i(n);!(a=o()).done;){var s=a.value;this.lookaheadSet.add(s)}this.id=e._id++}var t=e.prototype;return t.addLookahead=function(e){for(var t,r=i(e);!(t=r()).done;){var n=t.value;this.lookaheadSet.has(n)||(this.lookaheadSet.add(n),this.needReInfer=!0)}},t.symbolByOffset=function(e){return this.production.derivation[this.position+e]},t.canReduce=function(){if(this.position>this.production.derivation.length-1)return!0;for(var e=this.position;e<this.production.derivation.length;e++)if(this.production.derivation[e]!==e_.EPSILON)return!1;return!0},t.advance=function(){return new e(this.production,this.position+1,this.lookaheadSet)},ex(e,[{key:"needReInfer",get:function(){return this._needReInfer},set:function(e){this._needReInfer=e}},{key:"curSymbol",get:function(){return this.production.derivation[this.position]}},{key:"nextSymbol",get:function(){return this.production.derivation[this.position+1]}}]),e}();eQ._id=0;var eX=/*#__PURE__*/function(){function e(t){this.closured=!1,this._stateItemPool=new Map,this.id=e._id++,this._items=new Set([].concat(t)),this.cores=new Set([].concat(t));for(var r,n=i(t);!(r=n()).done;){var a=r.value,o=this.getStateItemMapKey(a.production,a.position);this._stateItemPool.set(o,a)}e.pool.set(this.id,this)}var t=e.prototype;return t.getStateItemMapKey=function(e,t){return e.id+","+t},t.createStateItem=function(e,t,r){void 0===r&&(r=new Set);var n=this.getStateItemMapKey(e,t),a=this._stateItemPool.get(n);if(a){for(var o,s=i(r);!(o=s()).done;){var c=o.value;a.lookaheadSet.has(c)||(a.lookaheadSet.add(c),a.needReInfer=!0)}return a}var u=new eQ(e,t,r);return this._stateItemPool.set(n,u),u},e.create=function(t){var r=this.getMapKey(t),n=this.closureMap.get(r);if(n){for(var a,o=i(t);!(a=o()).done;){var s=a.value;n.createStateItem(s.production,s.position,s.lookaheadSet)}return n}var c=new e(t);return this.closureMap.set(r,c),c},e.getMapKey=function(e){return e.map(function(e){return e.production.id+","+e.position}).join(";")},ex(e,[{key:"items",get:function(){return this._items}},{key:"needReInfer",get:function(){for(var e,t=i(this.cores);!(e=t()).done;)if(e.value.needReInfer)return!0;return!1}}]),e}();eX.closureMap=new Map,eX.pool=new Map,eX._id=0;var eK=/*#__PURE__*/function(){function e(e){this.firstSetMap=new Map,this.followSetMap=new Map,this.actionTable=new Map,this.gotoTable=new Map,this._firstSetNTStack=[],this.grammar=e}var t=e.prototype;return t.generate=function(){this.computeFirstSet(),this.buildStateTable()},t.buildStateTable=function(){var e=[new eQ(this.grammar.productions[0],0,[e_.EOF])],t=eX.create(e);this._extendState(t)},t._extendState=function(e){if(e.needReInfer){this._closure(e);for(var t,r=this._inferNextState(e),n=i(r);!(t=n()).done;){var a=t.value;this._extendState(a)}}},t._closure=function(e){for(var t,r=i(e.cores);!(t=r()).done;){var n=t.value;n.canReduce()||this._extendStateItem(e,n)}return e.closured=!0,e},t._extendStateItem=function(e,t){if(!ej.isTerminal(t.curSymbol)){var r=this.grammar.getProductionList(t.curSymbol);if(t.nextSymbol){for(var n=new Set,a=!1,o=1,s=t.symbolByOffset(1);s;s=t.symbolByOffset(++o)){if(ej.isTerminal(s)){n.add(s),a=!0;break}c=this.firstSetMap.get(s);for(var c,u,l=i(c);!(u=l()).done;){var p=u.value;n.add(p)}if(!c.has(e_.EPSILON))break}if(!a&&(null==c?void 0:c.has(e_.EPSILON)))for(var h,d=i(t.lookaheadSet);!(h=d()).done;){var _=h.value;n.add(_)}for(var f,S=i(r);!(f=S()).done;){var v=f.value,m=e.createStateItem(v,0);e.items.has(m)&&ej.isSubSet(n,m.lookaheadSet)||(e.items.add(m),m.addLookahead(n),this._extendStateItem(e,m))}}else for(var g,y=i(r);!(g=y()).done;){var x=g.value,E=e.createStateItem(x,0);e.items.has(E)&&ej.isSubSet(t.lookaheadSet,E.lookaheadSet)||(e.items.add(E),E.addLookahead(t.lookaheadSet),this._extendStateItem(e,E))}}},t._inferNextState=function(e){var t=new Map,r=null!=(a=this.actionTable.get(e.id))?a:new Map,n=null!=(o=this.gotoTable.get(e.id))?o:new Map;this.actionTable.set(e.id,r),this.gotoTable.set(e.id,n);for(var a,o,s,c=i(e.items);!(s=c()).done;){var u=s.value;if(u.canReduce()){var l=void 0;l=u.production.goal!==eF.START?{action:eb.Reduce,target:u.production.id}:{action:eb.Accept};for(var p,h=i(u.lookaheadSet);!(p=h()).done;){var d=p.value;this._addAction(r,d,l)}}else{var _=u.advance();ej.addMapSetItem(t,u.curSymbol,_)}u.needReInfer=!1}for(var f,S=new Set,v=i(t.entries());!(f=v()).done;){var m=f.value,g=m[0],y=m[1],x=eX.create(Array.from(y));ej.isTerminal(g)?this._addAction(r,g,{action:eb.Shift,target:x.id}):n.set(g,x.id),S.add(x)}return S},t._addAction=function(e,t,r){var i=e.get(t);(!i||ej.isActionEqual(i,r)||t!==eh.ELSE||i.action!==eb.Shift||r.action!==eb.Reduce)&&e.set(t,r)},t.computeFirstSet=function(){for(var e,t=i(this.grammar.productions.slice(1));!(e=t()).done;){var r=e.value;this._computeFirstSetForNT(r.goal)}},t._computeFirstSetForNT=function(e){var t=this._firstSetNTStack.findIndex(function(t){return t===e});if(-1!==t){for(var r=this.firstSetMap.get(e),n=this._firstSetNTStack.length,a=n-1;a>t;a--){var o=this._firstSetNTStack[a];this.firstSetMap.set(o,r)}return r}this._firstSetNTStack.push(e);var s=this.grammar.getProductionList(e),c=new Set;this.firstSetMap.set(e,c),this.grammar.isNullableNT(e)&&c.add(e_.EPSILON);for(var u,l=i(s);!(u=l()).done;){for(var p=u.value,h=0;h<p.derivation.length;h++){var d=p.derivation[h];if(ej.isTerminal(d)){c.add(d);break}for(var _,f=this._computeFirstSetForNT(d),S=i(f);!(_=S()).done;){var v=_.value;v!==e_.EPSILON&&c.add(v)}if(!this.grammar.isNullableNT(d))break}h===p.derivation.length&&c.add(e_.EPSILON)}return this._firstSetNTStack.pop(),c},e}(),eY=/*#__PURE__*/function(){function e(e,t,r){this._traceBackStack=[],this.actionTable=e,this.gotoTable=t,this.grammar=r,this.sematicAnalyzer=new eD}return e.prototype.parse=function(e){this.sematicAnalyzer.reset();var r=performance.now(),i=this._traceBackStack,n=this.sematicAnalyzer;i.push(0);for(var a=e.next(),o=0;;){o+=1;var s=a.value,c=this.stateActionTable.get(s.type);if((null==c?void 0:c.action)===eb.Shift)i.push(s,c.target),a=e.next();else{if((null==c?void 0:c.action)===eb.Accept)return t.Logger.info("[pass compilation - parser] Accept! State automata run "+o+" times! cost time "+(performance.now()-r)+"ms"),null==n.acceptRule||n.acceptRule.call(n,n),n.semanticStack.pop();if((null==c?void 0:c.action)!==eb.Reduce)return eS.createGSError("Unexpected token "+s.lexeme,eE.CompilationError,t_._processingPassText,s.location),null;for(var u=c.target,l=this.grammar.getProductionByID(u),p=n.getTranslationRule(l.id),h=[],d=l.derivation.length-1;d>=0;d--)if(l.derivation[d]!==e_.EPSILON){i.pop();var _=i.pop();if(ef(_,ev))h.unshift(_);else{var f=n.semanticStack.pop();h.unshift(f)}}null==p||p.apply(void 0,[].concat([n],h));var S=this.stateGotoTable;i.push(l.goal);var v=null==S?void 0:S.get(l.goal);i.push(v);continue}}},e.create=function(){if(!this._singleton){var t=ew.create(eF.gs_shader_program,eq.map(function(e){return e[0]})),r=new eK(t);r.generate(),this._singleton=new e(r.actionTable,r.gotoTable,t),ez(this._singleton.sematicAnalyzer)}return this._singleton},ex(e,[{key:"curState",get:function(){return this._traceBackStack[this._traceBackStack.length-1]}},{key:"stateActionTable",get:function(){return this.actionTable.get(this.curState)}},{key:"stateGotoTable",get:function(){return this.gotoTable.get(this.curState)}}]),e}();function eJ(e){return e&&"undefined"!=typeof Symbol&&e.constructor===Symbol?"symbol":typeof e}var e$=/*#__PURE__*/function(){function e(e,t,r,i){this.macro=e,this.body=t,this.location=r,this.args=i,i&&(this._argsLexemes=this.args.map(function(e){return e.lexeme}),this._replaceRegex=RegExp("\\b("+this._argsLexemes.join("|")+")\\b","g"))}return e.prototype.expandFunctionBody=function(e){var t,r=this;if(e.length!==(null==(t=this.args)?void 0:t.length))throw eS.createGSError("mismatched function macro",GSErrorName.PreprocessorError,"",this.location);return this.body.lexeme.replace(this._replaceRegex,function(t){return e[r._argsLexemes.indexOf(t)]})},ex(e,[{key:"isFunction",get:function(){var e;return!!(null==(e=this.args)?void 0:e.length)}}]),e}(),eZ=((eo={})[eo.id=0]="id",eo[eo.line_remain=1]="line_remain",eo[eo.chunk=2]="chunk",eo[eo.int_constant=3]="int_constant",eo[eo.string_const=4]="string_const",eo[eo.right_op=5]="right_op",eo[eo.left_op=6]="left_op",eo[eo.left_paren=7]="left_paren",eo[eo.right_paren=8]="right_paren",eo[eo.ge=9]="ge",eo[eo.le=10]="le",eo[eo.eq=11]="eq",eo[eo.neq=12]="neq",eo[eo.and=13]="and",eo[eo.or=14]="or",eo[eo.left_angle=15]="left_angle",eo[eo.right_angle=16]="right_angle",eo[eo.star=17]="star",eo[eo.plus=18]="plus",eo[eo.dash=19]="dash",eo[eo.bang=20]="bang",eo[eo.slash=21]="slash",eo[eo.percent=22]="percent",eo[eo.EOF=100]="EOF",eo),e0=((es={})[es.define=101]="define",es[es.undef=102]="undef",es[es.if=103]="if",es[es.ifdef=104]="ifdef",es[es.ifndef=105]="ifndef",es[es.else=106]="else",es[es.elif=107]="elif",es[es.endif=108]="endif",es[es.include=109]="include",es[es.defined=110]="defined",es),e1=new Map([["#define",101],["#undef",102],["#if",103],["#ifdef",104],["#ifndef",105],["#else",106],["#elif",107],["#endif",108],["#include",109],["defined",110]]),e2=/*#__PURE__*/function(){function e(){}return e.expand=function(e,t){for(var r,n=[],a=0,o=0,s=i(e);!(r=s()).done;){var c=r.value,u=t.slice(a,c.rangeInBlock.start.index);n.push(u,c.replace);var l=o+u.length+c.replace.length;a=c.rangeInBlock.end.index,o=l}return n.push(t.slice(a)),n.join("")},e.assembleSegments=function(e,t){for(var r,n=[],a=0,o=i(e);!(r=o()).done;){var s=r.value,c=t.slice(a,s.range.start.index);n.push(c,s.replace),a=s.range.end.index}return n.push(t.slice(a)),n.join("")},e}(),e3=/*#__PURE__*/function(e){function t(t){var r;return(r=e.call(this,t)||this).macroLvl=0,r}a(t,e);var r=t.prototype;return r.scanDirective=function(e){var t=this._advanceToDirective(e);return[e0.if,e0.ifdef,e0.ifndef].includes(null==t?void 0:t.type)?this.macroLvl+=1:(null==t?void 0:t.type)===e0.endif&&(this.macroLvl-=1),t},r.scanWordsUntilChar=function(e){for(var t=[];;)if(this.skipSpace(!0),eg.isLetter(this.getCurCharCode()))t.push(this.scanWord());else{if(this.getCurChar()===e)return this._advance(),t;this._advance()}},r.scanWord=function(e){if(void 0===e&&(e=!1),e)for(;!eg.isLetter(this.getCurCharCode())&&!this.isEnd();)this._advance();else this.skipSpace(!0);if(this.isEnd())return em;for(var t=this._currentIndex;eg.isLetter(this.getCurCharCode())&&!this.isEnd();)this._advance();var r=this._currentIndex,i=this._source.slice(t,r);r===t&&this.throwError(this.getShaderPosition(0),"no word found.");var n=e1.get(i);if(n){var a=ev.pool.get();return a.set(n,i,this.getShaderPosition(0)),a}var o=ev.pool.get();return o.set(eZ.id,i,this.getShaderPosition(i.length)),o},r.getShaderPosition=function(e){return t_.createPosition(this._currentIndex-e)},r.scanToken=function(e){if(this.skipCommentsAndSpace(),!this.isEnd()){for(var t=this._source,r=this._currentIndex,i=!1,n=t.length;this._currentIndex<n;)if(eg.isPpCharacters(t.charCodeAt(this._currentIndex)))this._advance(),i=!0;else{if(i)break;this._advance(),this.skipCommentsAndSpace(),r=this._currentIndex}var a=t.slice(r,this._currentIndex),o=ev.pool.get(),s=e1.get(a);return o.set(null!=s?s:eZ.id,a,this.getShaderPosition(this._currentIndex-r)),null==e||e(o,this),o}},r.scanQuotedString=function(){this.skipSpace(!0),'"'!==this.getCurChar()&&this.throwError(this.getShaderPosition(0),"unexpected char, expected '\"'");var e=this.getShaderPosition(0);this._advance();for(var t=this._currentIndex;'"'!==this.getCurChar()&&!this.isEnd();)this._advance();this.isEnd()&&this.throwError(this.getShaderPosition(0),"unexpected char, expected '\"'");var r=this._source.slice(t,this._currentIndex),i=ev.pool.get();return i.set(eZ.string_const,r,e),i},r.scanToChar=function(e){for(var t=this._source;t[this._currentIndex]!==e&&!this.isEnd();)this._advance()},r.scanMacroBranchChunk=function(){for(var e=this._currentIndex,t=this.getShaderPosition(0),r=this.macroLvl,i=this.scanDirective();(i.type!==e0.endif||r-1!==this.macroLvl)&&(![e0.elif,e0.else].includes(i.type)||r!==this.macroLvl);)i=this.scanDirective();var n=this._source.slice(e,this._currentIndex-i.lexeme.length-1),a=ev.pool.get();return a.set(eZ.chunk,n,t),{token:a,nextDirective:i}},r.scanPairedBlock=function(e,t){this.scanToChar(e);var r=0,i=this._source;do{var n=i[this._currentIndex];n===e?r++:n===t&&r--,this._advance()}while(r>0)},r.scanRemainMacro=function(){for(var e=this.macroLvl,t=this.scanDirective();!this.isEnd()&&(t.type!==e0.endif||e-1!==this.macroLvl);)t=this.scanDirective();return this.getShaderPosition(0)},r.peekNonSpace=function(){for(var e=this._currentIndex;/\s/.test(this._source[e]);)e+=1;return this._source[e]},r.scanInteger=function(){for(var e=this._currentIndex;eg.isNum(this.getCurCharCode());)this._advance();this._currentIndex===e&&this.throwError(this.getShaderPosition(0),"no integer found");var t=this._source.slice(e,this._currentIndex),r=ev.pool.get();return r.set(eZ.int_constant,t,this.getShaderPosition(0)),r},r.scanLineRemain=function(){this.skipSpace(!1);for(var e=this._currentIndex,t=[];"\n"!==this.getCurChar();){if(this.isEnd()){var r=this._source.slice(e,this._currentIndex),i=ev.pool.get();return i.set(eZ.line_remain,r,this.getShaderPosition(r.length)),i}this._advance();var n=this._skipComments();n&&(n.start.index-=e,n.end.index-=e,t.push(n))}var a=this._source.slice(e,this._currentIndex);t.length&&(a=e2.assembleSegments(t.map(function(e){return{range:e,replace:""}}),a));var o=ev.pool.get();return o.set(eZ.line_remain,a,this.getShaderPosition(a.length)),o},r._advanceToDirective=function(e){for(;;){var t=this.scanToken(e);if(null==t?void 0:t.lexeme.startsWith("#"))return t;if(this.isEnd())return}},r._skipComments=function(){if("//"===this.peek(2)){for(var e=this.getShaderPosition(0);"\n"!==this.getCurChar()&&!this.isEnd();)this._advance();return t_.createRange(e,this.getCurPosition())}if("/*"===this.peek(2)){var t=this.getShaderPosition(0);for(this.advance(2);"*/"!==this.peek(2)&&!this.isEnd();)this._advance();return this.advance(2),t_.createRange(t,this.getShaderPosition(0))}},t}(eT),e4=/*#__PURE__*/function(){function e(){}return e.reset=function(e,t){this._definedMacros.clear(),this._expandSegmentsStack.length=0,this._expandSegmentsStack.push([]),this._branchMacros.clear(),this.addPredefinedMacro("GL_ES"),this._includeMap=e,this._basePathForIncludeKey=t},e.addPredefinedMacro=function(e,t){var r,i=ev.pool.get();i.set(eZ.id,e),t&&(r=ev.pool.get()).set(eZ.id,t),this._definedMacros.set(e,new e$(i,r))},e.parse=function(e){for(;!e.isEnd();){var t=e.scanDirective(this._onToken.bind(this));if(e.isEnd())break;switch(t.type){case e0.define:this._parseDefine(e);break;case e0.undef:this._parseUndef(e);break;case e0.if:this._parseIf(e);break;case e0.ifndef:this._parseIfNdef(e);break;case e0.ifdef:this._parseIfDef(e);break;case e0.include:this._parseInclude(e)}}return e2.expand(this.expandSegments,e.source,e.sourceMap)},e.reportError=function(e,t,r,i){eS.createGSError(t,eE.PreprocessorError,r,e,i)},e._parseInclude=function(e){var r,i=e.getShaderPosition(8);e.skipSpace(!0);var n=e.scanQuotedString();r="."!==n.lexeme[0]?n.lexeme:new URL(n.lexeme,this._basePathForIncludeKey).href.substring(t.ShaderPass._shaderRootPath.length),e.scanToChar("\n");var a=e.getShaderPosition(0),o=this._includeMap[r];if(!o){this.reportError(n.location,'Shader slice "'+r+'" not founded.',e.source,e.file);return}var s=t_.createRange(i,a),c=this._expandMacroChunk(o,s,n.lexeme);this.expandSegments.push({rangeInBlock:s,replace:c.content})},e._parseIfDef=function(e){var t=e.current-6,r=e.scanWord();this._addEmptyReplace(e,t),this._branchMacros.add(r.lexeme);var i=this._definedMacros.get(r.lexeme);e.skipSpace(!0);var n=e.scanMacroBranchChunk(),a=n.token,o=n.nextDirective;if(i){var s=o.type===e0.endif?e.getShaderPosition(0):e.scanRemainMacro(),c=this._expandMacroChunk(a.lexeme,a.location,e),u=t_.createRange(a.location.start,s);this.expandSegments.push({rangeInBlock:u,replace:c.content});return}this.expandSegments.pop(),this._addEmptyReplace(e,t),this._parseMacroBranch(o.type,e)},e._parseMacroBranch=function(e,t){if(e!==e0.endif){var r=t.current;if(e===e0.else){var i=t.scanMacroBranchChunk().token,n=this._expandMacroChunk(i.lexeme,i.location,t),a=t_.createPosition(r),o=t_.createRange(a,t.getShaderPosition(0));this.expandSegments.push({rangeInBlock:o,replace:n.content})}else if(e===e0.elif){var s=this._parseConstantExpression(t),c=t.scanMacroBranchChunk(),u=c.token,l=c.nextDirective;if(s){var p=l.type===e0.endif?t.current:t.scanRemainMacro().index,h=this._expandMacroChunk(u.lexeme,u.location,t),d=t_.createPosition(r),_=t_.createPosition(p),f=t_.createRange(d,_);this.expandSegments.push({rangeInBlock:f,replace:h.content})}else{var S=t_.createPosition(r),v=t_.createPosition(t.current),m=t_.createRange(S,v);this.expandSegments.push({rangeInBlock:m,replace:""}),this._parseMacroBranch(l.type,t)}}}},e._parseConstantExpression=function(e){return e.skipSpace(!0),this._parseLogicalOrExpression(e)},e._parseLogicalOrExpression=function(e){var t=this._parseLogicalAndExpression(e),r=e.peek(2);if(r&&"||"===r){e.advance(2),e.skipSpace(!1);var i=this._parseLogicalOrExpression(e);return t||i}return t},e._parseLogicalAndExpression=function(e){var t=this._parseEqualityExpression(e),r=e.peek(2);if(r&&"&&"===r){e.advance(2),e.skipSpace(!1);var i=this._parseLogicalAndExpression(e);return t&&i}return t},e._parseEqualityExpression=function(e){var t=this._parseRelationalExpression(e),r=e.peek(2);if(r&&["==","!="].includes(r)){e.advance(2),e.skipSpace(!1);var i=this._parseEqualityExpression(e);switch(r){case"==":return t===i;case"!=":return t!==i}}return t},e._parseRelationalExpression=function(e){var t=this._parseShiftExpression(e),r=e.peek(2);if("="!==r[1]&&(r=r[0]),r&&[">","<",">=","<="].includes(r)){var i=e.getShaderPosition(0);e.advance(r.length),e.skipSpace(!1);var n=this._parseRelationalExpression(e);if((void 0===t?"undefined":eJ(t))!==(void 0===n?"undefined":eJ(n))&&"number"!=typeof t){this.reportError(i,"invalid operator in relation expression.",e.source,e.file);return}switch(r){case">":return t>n;case"<":return t<n;case">=":return t>=n;case"<=":return t<=n}}return t},e._parseShiftExpression=function(e){var t=this._parseAdditiveExpression(e),r=e.peek(2);if(r&&[">>","<<"].includes(r)){var i=e.getShaderPosition(0);e.advance(2),e.skipSpace(!1);var n=this._parseShiftExpression(e);if((void 0===t?"undefined":eJ(t))!==(void 0===n?"undefined":eJ(n))&&"number"!=typeof t){this.reportError(i,"invalid operator in shift expression.",e.source,e.file);return}switch(r){case">>":return t>>n;case"<<":return t<<n}}return t},e._parseAdditiveExpression=function(e){var t=this._parseMulticativeExpression(e);if([">","<"].includes(e.getCurChar())){var r=e.getShaderPosition(0);e.advance();var i=e.getCurChar();e.skipSpace(!1);var n=this._parseAdditiveExpression(e);if((void 0===t?"undefined":eJ(t))!==(void 0===n?"undefined":eJ(n))&&"number"!=typeof t)return this.reportError(r,"invalid operator.",e.source,e.file),!1;switch(i){case"+":return t+n;case"-":return t-n}}return t},e._parseMulticativeExpression=function(e){var t=this._parseUnaryExpression(e);if(e.skipSpace(!1),["*","/","%"].includes(e.getCurChar())){var r=e.getShaderPosition(0),i=e.getCurChar();e.skipSpace(!1);var n=this._parseMulticativeExpression(e);if((void 0===t?"undefined":eJ(t))!==(void 0===n?"undefined":eJ(n))&&"number"!=typeof t){this.reportError(r,"invalid operator.",e.source,e.file);return}switch(i){case"*":return t*n;case"/":return t/n;case"%":return t%n}}return t},e._parseUnaryExpression=function(e){var t=e.getCurChar();if(["+","-","!"].includes(t)){e.advance();var r=e.getShaderPosition(0),i=this._parseParenthesisExpression(e);switch(("!"===t&&"boolean"!=typeof i||"!"!==t&&"number"!=typeof i)&&this.reportError(r,"invalid operator.",e.source,e.file),t){case"+":return i;case"-":return-i;case"!":return!i}}return this._parseParenthesisExpression(e)},e._parseParenthesisExpression=function(e){if("("===e.getCurChar()){e._advance(),e.skipSpace(!1);var t=this._parseConstantExpression(e);return e.scanToChar(")"),e._advance(),t}return this._parseConstant(e)},e._parseConstant=function(e){if(eg.isAlpha(e.getCurCharCode())){var t=e.scanWord();if(t.type===e0.defined){var r="("===e.peekNonSpace(),i=e.scanWord(!0);return r&&(e.scanToChar(")"),e._advance()),this._branchMacros.add(i.lexeme),!!this._definedMacros.get(i.lexeme)}var n=this._definedMacros.get(t.lexeme);if(!n||!n.body)return!1;n.isFunction&&this.reportError(t.location,"invalid function macro usage",e.source,e.file);var a=Number(n.body.lexeme);return Number.isInteger(a)||this.reportError(t.location,"invalid const macro: "+t.lexeme,e.source,e.file),this._branchMacros.add(t.lexeme),a}if(eg.isNum(e.getCurCharCode()))return Number(e.scanInteger().lexeme);this.reportError(e.getShaderPosition(0),"invalid token: "+e.getCurChar(),e.source,e.file)},e._expandMacroChunk=function(e,t,r){this._expandSegmentsStack.push([]),i="string"==typeof r?new e3(e,r):new e3(e,r.file,t);var i,n=this.parse(i);return this._expandSegmentsStack.pop(),{content:n}},e._parseIfNdef=function(e){var t=e.current-7,r=e.scanWord();this._addEmptyReplace(e,t),this._branchMacros.add(r.lexeme);var i=this._definedMacros.get(r.lexeme),n=e.scanMacroBranchChunk(),a=n.token,o=n.nextDirective;if(!i){var s=o.type===e0.endif?e.getShaderPosition(0):e.scanRemainMacro(),c=this._expandMacroChunk(a.lexeme,a.location,e),u=t_.createRange(a.location.start,s);this.expandSegments.push({rangeInBlock:u,replace:c.content});return}this.expandSegments.pop(),this._addEmptyReplace(e,t),this._parseMacroBranch(o.type,e)},e._addEmptyReplace=function(e,t){var r=t_.createPosition(t),i=e.getCurPosition(),n=t_.createRange(r,i);this.expandSegments.push({rangeInBlock:n,replace:""})},e._parseIf=function(e){var t=e.current-3,r=this._parseConstantExpression(e);this._addEmptyReplace(e,t);var i=e.scanMacroBranchChunk(),n=i.token,a=i.nextDirective;if(r){var o=a.type===e0.endif?e.getShaderPosition(0):e.scanRemainMacro(),s=this._expandMacroChunk(n.lexeme,n.location,e),c=t_.createRange(n.location.start,o);this.expandSegments.push({rangeInBlock:c,replace:s.content});return}this.expandSegments.pop(),this._addEmptyReplace(e,t),this._parseMacroBranch(a.type,e)},e._parseDefine=function(e){var t,r=e.getShaderPosition(7),i=e.scanWord(),n=i.location.end;this._definedMacros.get(i.lexeme)&&i.lexeme.startsWith("GL_")&&this.reportError(i.location,"redefined macro: "+i.lexeme,e.source,e.file),"("===e.getCurChar()&&(t=e.scanWordsUntilChar(")"),n=e.getShaderPosition(0));var a=new e$(i,e.scanLineRemain(),t_.createRange(r,n),t);this._definedMacros.set(i.lexeme,a),this.expandSegments.push({rangeInBlock:t_.createRange(r,e.getCurPosition()),replace:""})},e._parseUndef=function(e){var t=e.current-6,r=e.scanWord(),i=t_.createPosition(t),n=t_.createRange(i,e.getCurPosition());this.expandSegments.push({rangeInBlock:n,replace:""}),this._definedMacros.delete(r.lexeme)},e._onToken=function(e,t){var r=this._definedMacros.get(e.lexeme);if(r){var i=r.body.lexeme;if(r.isFunction){t.scanToChar("("),t._advance();for(var n=[],a=1,o=t.current;;){if("("===t.getCurChar())a+=1;else if(")"===t.getCurChar()){if(0==(a-=1))break}else","===t.getCurChar()&&1===a&&(n.push(t.source.slice(o,t.current)),o=t.current+1);t._advance()}n.push(t.source.slice(o,t.current)),t._advance();var s=t_.createRange(e.location.start,t.getCurPosition());i=r.expandFunctionBody(n);var c=this._expandMacroChunk(i,s,t),u=t_.createRange(e.location.start,t.getCurPosition());this.expandSegments.push({rangeInBlock:u,replace:c.content})}else{var l=this._expandMacroChunk(i,e.location,t),p=t_.createRange(e.location.start,e.location.end);this.expandSegments.push({rangeInBlock:p,replace:l.content})}}},ex(e,null,[{key:"expandSegments",get:function(){return this._expandSegmentsStack[this._expandSegmentsStack.length-1]}}]),e}();e4._definedMacros=new Map,e4._expandSegmentsStack=[[]],e4._branchMacros=new Set;var e9=/*#__PURE__*/function(){function e(){}return e.reset=function(e,t){e4.reset(e,t)},e.process=function(e){return this.baseScanner=new e3(e),e4.parse(this.baseScanner)},e.addPredefinedMacro=function(e,t){e4.addPredefinedMacro(e,t)},e}(),e5=/*#__PURE__*/function(){function e(){}return e.unwrapNodeByType=function(t,r){var i=t.children[0];if(!ef(i,ev))return i.nt===r?i:e.unwrapNodeByType(i,r)},e.isTerminal=function(e){return e<eF.START},e}(),e6=/*#__PURE__*/function(){function e(){this.attributeList=[],this.attributeStructs=[],this._referencedAttributeList=Object.create(null),this._referencedGlobals=Object.create(null),this._referencedVaryingList=Object.create(null),this._referencedMRTList=Object.create(null)}var t=e.prototype;return t.reset=function(){this.attributeList.length=0,this.attributeStructs.length=0,this._referencedAttributeList=Object.create(null),this._referencedGlobals=Object.create(null),this._referencedVaryingList=Object.create(null),this._referencedMRTList=Object.create(null),this.mrtStruct=void 0},t.isAttributeStruct=function(e){return -1!==this.attributeStructs.findIndex(function(t){return t.ident.lexeme===e})},t.isVaryingStruct=function(e){var t,r;return(null==(r=this.varyingStruct)?void 0:null==(t=r.ident)?void 0:t.lexeme)===e},t.isMRTStruct=function(e){var t,r;return(null==(r=this.mrtStruct)?void 0:null==(t=r.ident)?void 0:t.lexeme)===e},t.referenceAttribute=function(e){if(!this._referencedAttributeList[e.lexeme]){var t=this.attributeList.find(function(t){return t.ident.lexeme===e.lexeme});if(!t)return eS.createGSError("referenced attribute not found: "+e.lexeme,eE.CompilationError,t_._processingPassText,e.location);this._referencedAttributeList[e.lexeme]=t}},t.referenceVarying=function(e){if(!this._referencedVaryingList[e.lexeme]){var t,r=null==(t=this.varyingStruct)?void 0:t.propList.find(function(t){return t.ident.lexeme===e.lexeme});if(!r)return eS.createGSError("referenced varying not found: "+e.lexeme,eE.CompilationError,t_._processingPassText,e.location);this._referencedVaryingList[e.lexeme]=r}},t.referenceMRTProp=function(e){if(!this._referencedMRTList[e.lexeme]){var t,r=null==(t=this.mrtStruct)?void 0:t.propList.find(function(t){return t.ident.lexeme===e.lexeme});if(!r)return eS.createGSError("referenced mrt not found: "+e.lexeme,eE.CompilationError,t_._processingPassText,e.location);this._referencedMRTList[e.lexeme]=r}},t.referenceGlobal=function(e,t){if(!this._referencedGlobals[e]){if(t===eR.FN){for(var r=this._passSymbolTable.getAllFnSymbols(e),i=0;i<r.length;i++){var n=0===i?e:e+i;this._referencedGlobals[n]=r[i]}return}var a=this._passSymbolTable.lookup(e,t);a&&(this._referencedGlobals[e]=a)}},e.reset=function(){this._singleton||(this._singleton=new e),this._singleton.reset()},ex(e,[{key:"passSymbolTable",get:function(){return this._passSymbolTable}}],[{key:"context",get:function(){return this._singleton}}]),e}(),e7=/*#__PURE__*/function(){function e(){this.array=[]}return e.prototype.dispose=function(){this.array.length=0},e}(),e8="GS_glFragColor",te=/*#__PURE__*/function(){function e(){}var r=e.prototype;return r.defaultCodeGen=function(t){var r=e._tmpArrayPool,n=r.get();n.dispose();for(var a,o=i(t);!(a=o()).done;){var s=a.value;ef(s,ev)?n.array.push(s.lexeme):n.array.push(s.codeGen(this))}return r.return(n),n.array.join(" ")},r.visitPostfixExpression=function(e){var t=e.children,r=t.length,i=e6.context;if(3===r){var n=t[0],a=t[2];return ef(a,ev)?i.isAttributeStruct(n.type)?(i.referenceAttribute(a),a.lexeme):i.isVaryingStruct(n.type)?(i.referenceVarying(a),a.lexeme):i.isMRTStruct(n.type)?(i.referenceMRTProp(a),a.lexeme):n.codeGen(this)+"."+a.lexeme:n.codeGen(this)+"."+a.codeGen(this)}if(4===r){var o=t[0],s=t[2],c=o.codeGen(this),u=s.codeGen(this);if("gl_FragData"===c){var l=this.getFragDataCodeGen(u);return i._referencedMRTList[l]=this.getReferencedMRTPropText(u,l),l}return c+"["+u+"]"}return this.defaultCodeGen(e.children)},r.visitVariableIdentifier=function(e){return ef(e.symbolInfo,ek)&&e.symbolInfo.isGlobalVariable&&e6.context.referenceGlobal(e.lexeme,eR.VAR),e.lexeme},r.visitFunctionCall=function(e){var t=e.children[0];if(ef(t.fnSymbol,eO)){e6.context.referenceGlobal(t.fnSymbol.ident,eR.FN);var r=t.children[2],i=t.fnSymbol.astNode.protoType.parameterList;if(ef(r,eu.FunctionCallParameterList)){for(var n=[],a=r.paramNodes,o=0;o<a.length;o++)e6.context.isAttributeStruct(i[o].typeInfo.typeLexeme)||e6.context.isVaryingStruct(i[o].typeInfo.typeLexeme)||n.push(a[o].codeGen(this));return t.fnSymbol.ident+"("+n.join(", ")+")"}}return this.defaultCodeGen(e.children)},r.visitStatementList=function(e){var t=e.children;return 1===t.length?t[0].codeGen(this):t[0].codeGen(this)+"\n"+t[1].codeGen(this)},r.visitSingleDeclaration=function(e){var t=e.typeSpecifier.type;return"string"==typeof t&&e6.context.referenceGlobal(t,eR.STRUCT),this.defaultCodeGen(e.children)},r.visitGlobalVariableDeclaration=function(e){var t=e.children,r=t[0];return ef(r,eu.FullySpecifiedType)&&r.typeSpecifier.isCustom&&e6.context.referenceGlobal(r.type,eR.STRUCT),this.defaultCodeGen(t)},r.visitDeclaration=function(e){var t=e6.context,r=e.children,i=r[0];if(ef(i,eu.InitDeclaratorList)){var n=i.typeInfo.typeLexeme;if(t.isVaryingStruct(n)||t.isMRTStruct(n))return""}return this.defaultCodeGen(r)},r.visitFunctionProtoType=function(e){return e6.context._curFn=e,this.defaultCodeGen(e.children)},r.visitFunctionDefinition=function(e){return e6.context._curFn=void 0,this.defaultCodeGen(e.children)},r.visitFunctionParameterList=function(e){var t=this;return e.parameterInfoList.filter(function(e){return!e6.context.isAttributeStruct(e.typeInfo.typeLexeme)&&!e6.context.isVaryingStruct(e.typeInfo.typeLexeme)}).map(function(e){return e.astNode.codeGen(t)}).join(", ")},r.visitFunctionHeader=function(e){var t=e.returnType.typeSpecifier.lexeme;return e6.context.isAttributeStruct(t)||e6.context.isVaryingStruct(t)?"void "+e.ident.lexeme+"(":this.defaultCodeGen(e.children)},r.visitJumpStatement=function(e){var t=e.children;if(t[0].type===eh.RETURN){var r=t[1];if(ef(r,eu.Expression)){var i,n,a,o,s=e5.unwrapNodeByType(r,eF.variable_identifier);if((null==s?void 0:s.typeInfo)===(null==(n=e6.context.varyingStruct)?void 0:null==(i=n.ident)?void 0:i.lexeme))return"";var c=e5.unwrapNodeByType(r,eF.function_call);if((null==c?void 0:c.type)===(null==(o=e6.context.varyingStruct)?void 0:null==(a=o.ident)?void 0:a.lexeme))return""+r.codeGen(this)+";"}}return this.defaultCodeGen(t)},r.visitFunctionIdentifier=function(e){return this.defaultCodeGen(e.children)},r._reportError=function(e,r){t.Logger.error(r)},e}();te._tmpArrayPool=new t.ReturnableObjectPool(e7,10);var tt=((ec={})[ec.VERTEX=0]="VERTEX",ec[ec.FRAGMENT=1]="FRAGMENT",ec[ec.ALL=2]="ALL",ec),tr=/*#__PURE__*/function(e){function t(){var t;return t=e.apply(this,arguments)||this,t._versionText="",t._extensions="",t._globalCodeArray=[],t}a(t,e);var r=t.prototype;return r.visitShaderProgram=function(e,t,r){return e6.reset(),e6.context._passSymbolTable=e.shaderData.symbolTable,{vertex:this.vertexMain(t,e.shaderData),fragment:this._fragmentMain(r,e.shaderData)}},r.vertexMain=function(e,t){var r=t.symbolTable,n=r.lookup(e,eR.FN);if(!(null==n?void 0:n.astNode))throw"no entry function found: "+e;var a=n.astNode;e6.context.stage=tt.VERTEX;var o=a.protoType.returnType;if("string"==typeof o.type){var s=r.lookup(o.type,eR.STRUCT);s?e6.context.varyingStruct=s.astNode:this._reportError(o.location,"invalid varying struct: "+o.type)}else o.type!==eh.VOID&&this._reportError(o.location,"vertex main entry can only return struct or void.");var c=a.protoType.parameterList;if(null==c?void 0:c.length)for(var u,l=i(c);!(u=l()).done;){var p=u.value;if("string"==typeof p.typeInfo.type){var h=r.lookup(p.typeInfo.type,eR.STRUCT);if(!h){this._reportError(p.astNode.location,'Not found attribute struct "'+p.typeInfo.type+'".');continue}e6.context.attributeStructs.push(h.astNode);for(var d,_=i(h.astNode.propList);!(d=_()).done;){var f=d.value;e6.context.attributeList.push(f)}}else e6.context.attributeList.push(p)}var S=a.statements.codeGen(this),v=this._globalCodeArray;v.length=0,this._getGlobalText(t,v),this.getAttributeDeclare(v),this.getVaryingDeclare(v);var m=v.sort(function(e,t){return e.index-t.index}).map(function(e){return e.text}).join("\n");return e6.context.reset(),this._versionText+"\n"+m+"\n\nvoid main() "+S},r._fragmentMain=function(e,t){var r=t.symbolTable,i=r.lookup(e,eR.FN);if(!(null==i?void 0:i.astNode))throw"no entry function found: "+e;var n=i.astNode,a=n.returnStatement;a&&(a.isFragReturnStatement=!0);var o=e6.context;o.stage=tt.FRAGMENT;var s=n.protoType.returnType,c=s.type,u=s.location;if("string"==typeof c){var l=r.lookup(c,eR.STRUCT);l?o.mrtStruct=l.astNode:this._reportError(u,"invalid mrt struct: "+c)}else c!==eh.VOID&&c!==eh.VEC4&&this._reportError(u,"fragment main entry can only return struct or vec4.");var p=n.statements.codeGen(this),h=this._globalCodeArray;h.length=0,this._getGlobalText(t,h),this.getVaryingDeclare(h),this.getMRTDeclare(h);var d=h.sort(function(e,t){return e.index-t.index}).map(function(e){return e.text}).join("\n");return o.reset(),this._versionText+"\n"+this._extensions+"\n\n#ifdef GL_FRAGMENT_PRECISION_HIGH\n precision highp float;\n precision highp int;\n#else\n precision mediump float;\n precision mediump int;\n#endif\n\n"+d+"\n\nvoid main() "+p},r._getGlobalText=function(e,t,r,n){void 0===r&&(r=0),void 0===n&&(n=new Set);var a=e6.context._referencedGlobals;if(r===Object.keys(a).length){for(var o,s=i(e.globalPrecisions);!(o=s()).done;){var c=o.value;t.push({text:c.codeGen(this),index:c.location.start.index})}return t}for(var u in r=Object.keys(a).length,a){var l=a[u];n.has(u)||(n.add(u),ef(l,eI)?l.symbolType===eR.VAR?t.push({text:"uniform "+l.astNode.codeGen(this),index:l.astNode.location.start.index}):t.push({text:l.astNode.codeGen(this),index:l.astNode.location.start.index}):t.push({text:l.codeGen(this),index:l.location.start.index}))}return this._getGlobalText(e,t,r,n)},t}(te),ti=/*#__PURE__*/function(e){function t(){var t;return t=e.apply(this,arguments)||this,t._versionText="#version 100",t._extensions=["GL_EXT_shader_texture_lod","GL_OES_standard_derivatives","GL_EXT_draw_buffers","GL_EXT_frag_depth"].map(function(e){return"#extension "+e+" : enable\n"}).join(""),t}a(t,e);var r=t.prototype;return r.getFragDataCodeGen=function(e){return"gl_FragData["+e+"]"},r.getReferencedMRTPropText=function(e,t){return""},r.getAttributeDeclare=function(e){for(var t,r=i(Object.values(e6.context._referencedAttributeList));!(t=r()).done;){var n=t.value;e.push({text:"attribute "+n.typeInfo.typeLexeme+" "+n.ident.lexeme+";",index:n.ident.location.start.index})}},r.getVaryingDeclare=function(e){for(var t,r=i(Object.values(e6.context._referencedVaryingList));!(t=r()).done;){var n=t.value;e.push({text:"varying "+n.typeInfo.typeLexeme+" "+n.ident.lexeme+";",index:n.ident.location.start.index})}},r.getMRTDeclare=function(e){},r.visitPostfixExpression=function(t){var r=t.children,i=r[0],n=e6.context;if(ef(i,eu.PostfixExpression)&&n.isMRTStruct(i.type)){var a=r[2],o=n.mrtStruct.propList.find(function(e){return e.ident.lexeme===a.lexeme});return o?"gl_FragData["+o.mrtIndex+"]":(this._reportError(a.location,"not found mrt property: "+a.lexeme),"")}return e.prototype.visitPostfixExpression.call(this,t)},r.visitJumpStatement=function(t){return t.isFragReturnStatement?"gl_FragColor = "+t.children[1].codeGen(this):e.prototype.visitJumpStatement.call(this,t)},t.getVisitor=function(){return this._singleton||(this._singleton=new t),this._singleton},t}(tr),tn=/*#__PURE__*/function(e){function t(){var t;return t=e.apply(this,arguments)||this,t._versionText="#version 300 es",t}a(t,e);var r=t.prototype;return r.getFragDataCodeGen=function(e){return"GS_glFragData_"+e},r.getReferencedMRTPropText=function(e,t){return"layout(location = "+e+") out vec4 "+t+";"},r.getAttributeDeclare=function(e){for(var t,r=i(Object.values(e6.context._referencedAttributeList));!(t=r()).done;){var n=t.value;e.push({text:"in "+n.typeInfo.typeLexeme+" "+n.ident.lexeme+";",index:n.ident.location.start.index})}},r.getVaryingDeclare=function(e){for(var t=e6.context.stage===tt.FRAGMENT?"in":"out",r=Object.values(e6.context._referencedVaryingList),i=0;i<r.length;i++){var n,a=r[i];e.push({text:(null!=(n=a.qualifier)?n:t)+" "+a.typeInfo.typeLexeme+" "+a.ident.lexeme+";",index:a.ident.location.start.index})}},r.getMRTDeclare=function(e){var t=e6.context._referencedMRTList;for(var r in t){var i=t[r];"string"==typeof i?e.push({text:i,index:Number.MAX_SAFE_INTEGER}):e.push({text:this.getReferencedMRTPropText(i.mrtIndex,r),index:i.ident.location.start.index})}},r.visitFunctionIdentifier=function(e){var t=e.children;if(1!==t[0].children.length)return this.defaultCodeGen(t);var r=e.lexeme;if("texture2D"===e.ident||"textureCube"===e.ident)r="texture";else if("texture2DProj"===e.ident)r="textureProj";else if(e6.context.stage===tt.FRAGMENT)switch(e.ident){case"texture2DLodEXT":case"textureCubeLodEXT":r="textureLod";break;case"texture2DGradEXT":case"textureCubeGradEXT":r="textureGrad";break;case"texture2DProjLodEXT":r="textureProjLod";break;case"texture2DProjGradEXT":r="textureProjGrad";break;case"gl_FragDepthEXT":r="gl_FragDepth"}return r},r.visitVariableIdentifier=function(t){return e6.context.stage===tt.FRAGMENT&&"gl_FragColor"===t.lexeme?(this._registerFragColorVariable(t),e8):e.prototype.visitVariableIdentifier.call(this,t)},r.visitJumpStatement=function(t){return t.isFragReturnStatement?e6.context.mrtStruct?"":(this._registerFragColorVariable(t),e8+" = "+t.children[1].codeGen(this)+";"):e.prototype.visitJumpStatement.call(this,t)},r._registerFragColorVariable=function(e){var t=e6.context._referencedVaryingList;if(!t[e8]){var r=ev.pool.get();r.set(e_.ID,e8,t_.createPosition(0,0,0)),t[e8]={ident:r,typeInfo:new eU(eh.VEC4,"vec4"),qualifier:"out",astNode:e}}},t.getVisitor=function(){return this._singleton||(this._singleton=new t),this._singleton},t}(tr);function ta(){try{var e=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch(e){}return(ta=function(){return!!e})()}function to(e,t,r){return(to=ta()?Reflect.construct:function(e,t,r){var i=[null];i.push.apply(i,t);var a=new(Function.bind.apply(e,i));return r&&n(a,r.prototype),a}).apply(null,arguments)}function ts(){return(ts=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var i in r)Object.prototype.hasOwnProperty.call(r,i)&&(e[i]=r[i])}return e}).apply(this,arguments)}var tc=new Map([["RenderQueueType",eh.GS_RenderQueueType],["BlendState",eh.GS_BlendState],["DepthState",eh.GS_DepthState],["StencilState",eh.GS_StencilState],["RasterState",eh.GS_RasterState],["EditorProperties",eh.GS_EditorProperties],["EditorMacros",eh.GS_EditorMacros],["Editor",eh.GS_Editor],["Tags",eh.GS_Tags],["VertexShader",eh.GS_VertexShader],["FragmentShader",eh.GS_FragmentShader],["SubShader",eh.GS_SubShader],["Pass",eh.GS_Pass],["BlendFactor",eh.GS_BlendFactor],["BlendOperation",eh.GS_BlendOperation],["Bool",eh.GS_Bool],["Number",eh.GS_Number],["CompareFunction",eh.GS_CompareFunction],["StencilOperation",eh.GS_StencilOperation],["CullMode",eh.GS_CullMode],["true",eh.TRUE],["false",eh.FALSE],["UsePass",eh.GS_UsePass],["Color",eh.GS_Color]]),tu=/*#__PURE__*/function(e){function t(t,r){return void 0===r&&(r=new Map),e.call(this,t,r)||this}a(t,e);var r=t.prototype;return r.scanWord=function(){this.skipCommentsAndSpace();for(var e=this._currentIndex;/\S/.test(this.getCurChar())&&!this.isEnd();)this._advance();return this._source.substring(e,this._currentIndex)},r.scanNumber=function(){this.skipCommentsAndSpace();for(var e=this._currentIndex;/[0-9]/.test(this.getCurChar());)this._advance();if("."===this.getCurChar())for(this._advance();/[0-9]/.test(this.getCurChar());)this._advance();return Number(this._source.substring(e,this._currentIndex))},t}(eT),tl=/*#__PURE__*/function(e){function r(){return e.apply(this,arguments)||this}a(r,e);var i=r.prototype;return i.insert=function(e){for(var r,i=null!=(r=this._table.get(e.ident))?r:[],n=0;n<i.length;n++)if(i[n].type===e.type){t.Logger.warn("replace symbol:",e.ident),i[n]=e;return}i.push(e),this._table.set(e.ident,i)},i.lookup=function(e,t){var r=this._table.get(e);if(r)for(var i=r.length,n=0;n<i;n++){var a=r[n];if(a.type===t)return a}},r}(eN),tp=[eh.GS_RenderQueueType,eh.GS_BlendFactor,eh.GS_BlendOperation,eh.GS_Bool,eh.GS_Number,eh.GS_Color,eh.GS_CompareFunction,eh.GS_StencilOperation,eh.GS_CullMode],th=[eh.GS_BlendState,eh.GS_DepthState,eh.GS_RasterState,eh.GS_StencilState],td=/*#__PURE__*/function(){function e(){}return e.reset=function(){this._errors.length=0,this._symbolTableStack.clear(),this._newScope()},e.parse=function(e){var r=performance.now(),i=new tu(e,tc),n={subShaders:[],globalContents:[],renderStates:{constantMap:{},variableMap:{}}};i.scanText("Shader"),n.name=i.scanPairedText('"','"'),i.scanText("{"),i.skipCommentsAndSpace(),this._parseShaderStatements(n,i);for(var a=n.globalContents,o=n.renderStates,s=0;s<n.subShaders.length;s++)for(var c=n.subShaders[s],u=a.concat(c.globalContents),l=ts({},o.constantMap,c.renderStates.constantMap),p=ts({},o.variableMap,c.renderStates.variableMap),h=0;h<c.passes.length;h++){var d=c.passes[h];if(Object.assign(d.renderStates.constantMap,l),Object.assign(d.renderStates.variableMap,p),!d.isUsePass){var _=u.concat(d.globalContents);d.contents=_.map(function(e){return e.content}).join("\n")}}return t.Logger.info("[content compilation] cost time "+(performance.now()-r)+"ms"),n},e._isRenderStateDeclarator=function(e){return th.includes(e.type)},e._isEngineType=function(e){return tp.includes(e.type)},e._lookupSymbolByType=function(t,r){for(var i=e._symbolTableStack.stack,n=i.length,a=n-1;a>=0;a--){var o=i[a].lookup(t,r);if(o)return o}},e._parseShaderStatements=function(t,r){for(var i=1,n=r.getCurPosition();;){var a=r.scanToken();switch(a.type){case eh.GS_SubShader:this._addGlobalStatement(t,r,n,a.lexeme.length);var o=this._parseSubShader(r);t.subShaders.push(o),n=r.getCurPosition();break;case eh.GS_EditorProperties:case eh.GS_EditorMacros:case eh.GS_Editor:this._addGlobalStatement(t,r,n,a.lexeme.length),r.scanPairedText("{","}",!0),n=r.getCurPosition();break;case eh.GS_RenderQueueType:this._addGlobalStatement(t,r,n,a.lexeme.length),this._parseRenderQueueAssignment(t,r),n=r.getCurPosition();break;case e_.NOT_WORD:if("{"===a.lexeme)i+=1;else if("}"===a.lexeme&&0==(i-=1)){this._addGlobalStatement(t,r,n,a.lexeme.length),this._symbolTableStack.dropScope();return}default:if(e._isRenderStateDeclarator(a)){this._addGlobalStatement(t,r,n,a.lexeme.length),this._parseRenderStateDeclarationOrAssignment(t,a,r),n=r.getCurPosition();break}e._isEngineType(a)&&(this._addGlobalStatement(t,r,n,a.lexeme.length),this._parseVariableDeclaration(a.type,r),n=r.getCurPosition())}}},e._parseRenderStateDeclarationOrAssignment=function(t,r,i){var n,a=i.scanToken();if(a.type===e_.ID)n=!0,i.scanText("{");else if("{"===a.lexeme)n=!1;else if("="===a.lexeme){var o=i.scanToken();i.scanText(";");var s=e._lookupSymbolByType(o.lexeme,r.type);(null==s?void 0:s.value)||eS.createGSError('Invalid "'+r.lexeme+'" variable: '+o.lexeme,eE.CompilationError,i.source,o.location);var c=s.value;Object.assign(t.renderStates.constantMap,c.constantMap),Object.assign(t.renderStates.variableMap,c.variableMap);return}var u=this._parseRenderStatePropList(r.lexeme,i);n?this._symbolTableStack.insert({ident:a.lexeme,type:r.type,value:u}):(Object.assign(t.renderStates.constantMap,u.constantMap),Object.assign(t.renderStates.variableMap,u.variableMap))},e._parseVariableDeclaration=function(e,t){var r=t.scanToken();t.scanText(";"),this._symbolTableStack.insert({type:r.type,ident:r.lexeme})},e._newScope=function(){var e=new tl;this._symbolTableStack.newScope(e)},e._dropScope=function(){this._symbolTableStack.dropScope()},e._parseRenderStatePropList=function(e,t){for(var r={constantMap:{},variableMap:{}};"}"!==t.getCurChar();)this._parseRenderStatePropItem(r,e,t),t.skipCommentsAndSpace();return t._advance(),r},e._parseRenderStatePropItem=function(r,i,n){var a=n.scanToken().lexeme,o=n.scanToken();if("BlendState"===i&&"BlendColor"!==a&&"AlphaToCoverage"!==a){var s=0;"["===o.lexeme?(s=n.scanNumber(),n.scanText("]"),n.scanText("=")):"="!==o.lexeme&&eS.createGSError("Invalid syntax, expect character '=', but got "+o.lexeme,eE.CompilationError,n.source,n.getCurPosition()),a+=s}a=i+a;var c=t.RenderStateDataKey[a];if(void 0==c&&eS.createGSError("Invalid render state element "+a,eE.CompilationError,n.source,n.getCurPosition()),n.skipCommentsAndSpace(),/[0-9.]/.test(n.getCurChar()))p=n.scanNumber();else{var u=n.scanToken();if(u.type===eh.TRUE)p=!0;else if(u.type===eh.FALSE)p=!1;else if(u.type===eh.GS_Color){n.scanText("(");for(var l=[];;){if(l.push(n.scanNumber()),n.skipCommentsAndSpace(),")"===n.peek(1)){n._advance();break}n.scanText(",")}p=to(t.Color,[].concat(l))}else if("."===n.getCurChar()){n._advance();var p,h,d=n.scanToken();void 0==(p=null==(h=e._engineType[u.lexeme])?void 0:h[d.lexeme])&&eS.createGSError("Invalid engine constant: "+u.lexeme+"."+d.lexeme,eE.CompilationError,n.source,d.location)}else p=u.lexeme}n.scanText(";"),"string"==typeof p?r.variableMap[c]=p:r.constantMap[c]=p},e._parseRenderQueueAssignment=function(r,i){i.scanText("=");var n=i.scanToken();i.scanText(";");var a=e._engineType.RenderQueueType[n.lexeme],o=t.RenderStateDataKey.RenderQueueType;void 0==a?r.renderStates.variableMap[o]=n.lexeme:r.renderStates.constantMap[o]=a},e._addGlobalStatement=function(e,t,r,i){t.current>r.index+i&&e.globalContents.push({range:{start:r,end:ts({},t.getCurPosition(),{index:t.current-i-1})},content:t.source.substring(r.index,t.current-i-1)})},e._parseSubShader=function(t){this._newScope();var r={passes:[],globalContents:[],renderStates:{constantMap:{},variableMap:{}},tags:{}},i=1;r.name=t.scanPairedText('"','"'),t.scanText("{"),t.skipCommentsAndSpace();for(var n=t.getCurPosition();;){var a=t.scanToken();switch(a.type){case eh.GS_Pass:this._addGlobalStatement(r,t,n,a.lexeme.length);var o=this._parsePass(t);r.passes.push(o),n=t.getCurPosition();break;case eh.GS_RenderQueueType:this._addGlobalStatement(r,t,n,a.lexeme.length),this._parseRenderQueueAssignment(r,t),n=t.getCurPosition();break;case eh.GS_UsePass:this._addGlobalStatement(r,t,n,a.lexeme.length);var s=t.scanPairedText('"','"');r.passes.push({name:s,isUsePass:!0,renderStates:{constantMap:{},variableMap:{}},tags:{}}),n=t.getCurPosition();break;case eh.GS_Tags:this._addGlobalStatement(r,t,n,a.lexeme.length),this._parseTags(r,t),n=t.getCurPosition();break;case e_.NOT_WORD:if("{"===a.lexeme)i+=1;else if("}"===a.lexeme&&0==(i-=1))return this._addGlobalStatement(r,t,n,a.lexeme.length),this._dropScope(),r;default:if(e._isRenderStateDeclarator(a)){this._addGlobalStatement(r,t,n,a.lexeme.length),this._parseRenderStateDeclarationOrAssignment(r,a,t),n=t.getCurPosition();break}e._isEngineType(a)&&(this._addGlobalStatement(r,t,n,a.lexeme.length),this._parseVariableDeclaration(a.type,t),n=t.getCurPosition())}}},e._parseTags=function(e,t){for(t.scanText("{");;){var r=t.scanToken();t.scanText("=");var i=t.scanPairedText('"','"');if(t.skipCommentsAndSpace(),e.tags[r.lexeme]=i,"}"===t.peek(1)){t._advance();return}t.scanText(",")}},e._parsePass=function(t){this._newScope();var r={globalContents:[],renderStates:{constantMap:{},variableMap:{}},tags:{}};r.name=t.scanPairedText('"','"'),t.scanText("{");var i=1;t.skipCommentsAndSpace();for(var n=t.getCurPosition();;){var a=t.scanToken();switch(a.type){case eh.GS_RenderQueueType:this._addGlobalStatement(r,t,n,a.lexeme.length),this._parseRenderQueueAssignment(r,t),n=t.getCurPosition();break;case eh.GS_Tags:this._addGlobalStatement(r,t,n,a.lexeme.length),this._parseTags(r,t),n=t.getCurPosition();break;case eh.GS_VertexShader:case eh.GS_FragmentShader:this._addGlobalStatement(r,t,n,a.lexeme.length),t.scanText("=");var o=t.scanToken();r[a.lexeme]&&eS.createGSError("reassign main entry",eE.CompilationError,t.source,t.getCurPosition()),r[a.type===eh.GS_VertexShader?"vertexEntry":"fragmentEntry"]=o.lexeme,t.scanText(";"),n=t.getCurPosition();break;case e_.NOT_WORD:if("{"===a.lexeme)i+=1;else if("}"===a.lexeme&&0==(i-=1))return this._addGlobalStatement(r,t,n,a.lexeme.length),this._dropScope(),r;default:if(e._isRenderStateDeclarator(a)){this._addGlobalStatement(r,t,n,a.lexeme.length),this._parseRenderStateDeclarationOrAssignment(r,a,t),n=t.getCurPosition();break}e._isEngineType(a)&&(this._addGlobalStatement(r,t,n,a.lexeme.length),this._parseVariableDeclaration(a.type,t),n=t.getCurPosition())}}},e}();td._engineType={RenderQueueType:t.RenderQueueType,CompareFunction:t.CompareFunction,StencilOperation:t.StencilOperation,BlendOperation:t.BlendOperation,BlendFactor:t.BlendFactor,CullMode:t.CullMode},td._errors=[],td._symbolTableStack=new eG;var t_=/*#__PURE__*/function(){function e(){}var r=e.prototype;return r._parseShaderPass=function(r,n,a,o,s,c,u){e9.reset(t.ShaderLib,u);for(var l,p=i(o);!(l=p()).done;){var h=l.value;e9.addPredefinedMacro(h.name,h.value)}for(var d=0;d<c.length;d++)e9.addPredefinedMacro(c[d]);var _=performance.now(),f=e9.process(r);t.Logger.info("[pass compilation - preprocessor] cost time "+(performance.now()-_)+"ms");var S=new eC(f).tokenize(),v=e._parser;e._processingPassText=f;var m=v.parse(S);if(m){var g=s===t.ShaderPlatformTarget.GLES100?ti.getVisitor():tn.getVisitor(),y=performance.now(),x=g.visitShaderProgram(m,n,a);return t.Logger.info("[CodeGen] cost time: "+(performance.now()-y)+"ms"),e._processingPassText=void 0,x}},r._parseShaderContent=function(e){return eS.clearAllShaderLabObjectPool(),td.reset(),td.parse(e)},e.createPosition=function(e,t,r){var i=this._shaderPositionPool.get();return i.set(e),i},e.createRange=function(e,t){var r=this._shaderRangePool.get();return r.set(e,t),r},e}();t_._parser=eY.create(),t_._shaderPositionPool=eS.createObjectPool(ep),t_._shaderRangePool=eS.createObjectPool(el);var tf="1.6.0-alpha.1";console.log("Galacean Engine ShaderLab Version: "+tf+" | Mode: Release"),e.ShaderLab=t_,e.version=tf,Object.defineProperty(e,"__esModule",{value:!0})});
1
+ !function(e,t){"object"==typeof exports&&"undefined"!=typeof module?t(exports,require("@galacean/engine")):"function"==typeof define&&define.amd?define(["exports","@galacean/engine"],t):t(((e="undefined"!=typeof globalThis?globalThis:e||self).Galacean=e.Galacean||{},e.Galacean.ShaderLab={}),e.Galacean)}(this,function(e,t){"use strict";function r(e,t){(null==t||t>e.length)&&(t=e.length);for(var r=0,i=Array(t);r<t;r++)i[r]=e[r];return i}function i(e,t){var i="undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(i)return(i=i.call(e)).next.bind(i);if(Array.isArray(e)||(i=function(e,t){if(e){if("string"==typeof e)return r(e,void 0);var i=Object.prototype.toString.call(e).slice(8,-1);if("Object"===i&&e.constructor&&(i=e.constructor.name),"Map"===i||"Set"===i)return Array.from(i);if("Arguments"===i||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(i))return r(e,void 0)}}(e))||t&&e&&"number"==typeof e.length){i&&(e=i);var n=0;return function(){return n>=e.length?{done:!0}:{done:!1,value:e[n++]}}}throw TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}function n(e,t){return(n=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e})(e,t)}function a(e,t){if("function"!=typeof t&&null!==t)throw TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&n(e,t)}function o(e,t,r,i){var n,a=arguments.length,o=a<3?t:null===i?i=Object.getOwnPropertyDescriptor(t,r):i;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)o=Reflect.decorate(e,t,r,i);else for(var s=e.length-1;s>=0;s--)(n=e[s])&&(o=(a<3?n(o):a>3?n(t,r,o):n(t,r))||o);return a>3&&o&&Object.defineProperty(t,r,o),o}"function"==typeof SuppressedError&&SuppressedError;var s,c,u,l,p,h,d,_,f,S,v,m,g,y,x,E,T,C,b,A,P,R,I,O,L,N,G,M,k,D,F,B,w,U,V,W,H,j,q,z,Q,X,K,Y,J,$,Z,ee,et,er,ei,en,ea,eo,es,ec,eu,el=/*#__PURE__*/function(){function e(){}var t=e.prototype;return t.set=function(e,t){this.start=e,this.end=t},t.dispose=function(){this.start.dispose(),this.end.dispose()},e}(),ep=/*#__PURE__*/function(){function e(){}var t=e.prototype;return t.set=function(e){this.index=e},t.dispose=function(){this.index=0},e}(),eh=((s={})[s.ATTRIBUTE=0]="ATTRIBUTE",s[s.CONST=1]="CONST",s[s.BOOL=2]="BOOL",s[s.FLOAT=3]="FLOAT",s[s.DOUBLE=4]="DOUBLE",s[s.INT=5]="INT",s[s.UINT=6]="UINT",s[s.BREAK=7]="BREAK",s[s.CONTINUE=8]="CONTINUE",s[s.DO=9]="DO",s[s.ELSE=10]="ELSE",s[s.FOR=11]="FOR",s[s.IF=12]="IF",s[s.WHILE=13]="WHILE",s[s.DISCARD=14]="DISCARD",s[s.RETURN=15]="RETURN",s[s.BVEC2=16]="BVEC2",s[s.BVEC3=17]="BVEC3",s[s.BVEC4=18]="BVEC4",s[s.IVEC2=19]="IVEC2",s[s.IVEC3=20]="IVEC3",s[s.IVEC4=21]="IVEC4",s[s.UVEC2=22]="UVEC2",s[s.UVEC3=23]="UVEC3",s[s.UVEC4=24]="UVEC4",s[s.VEC2=25]="VEC2",s[s.VEC3=26]="VEC3",s[s.VEC4=27]="VEC4",s[s.VEC4_ARRAY=28]="VEC4_ARRAY",s[s.MAT2=29]="MAT2",s[s.MAT3=30]="MAT3",s[s.MAT4=31]="MAT4",s[s.MAT2X3=32]="MAT2X3",s[s.MAT2X4=33]="MAT2X4",s[s.MAT3X2=34]="MAT3X2",s[s.MAT3X4=35]="MAT3X4",s[s.MAT4X2=36]="MAT4X2",s[s.MAT4X3=37]="MAT4X3",s[s.IN=38]="IN",s[s.OUT=39]="OUT",s[s.INOUT=40]="INOUT",s[s.CENTROID=41]="CENTROID",s[s.SAMPLER2D=42]="SAMPLER2D",s[s.SAMPLER3D=43]="SAMPLER3D",s[s.SAMPLER_CUBE=44]="SAMPLER_CUBE",s[s.SAMPLER2D_SHADOW=45]="SAMPLER2D_SHADOW",s[s.SAMPLER_CUBE_SHADOW=46]="SAMPLER_CUBE_SHADOW",s[s.SAMPLER2D_ARRAY=47]="SAMPLER2D_ARRAY",s[s.SAMPLER2D_ARRAY_SHADOW=48]="SAMPLER2D_ARRAY_SHADOW",s[s.I_SAMPLER2D=49]="I_SAMPLER2D",s[s.I_SAMPLER3D=50]="I_SAMPLER3D",s[s.I_SAMPLER_CUBE=51]="I_SAMPLER_CUBE",s[s.I_SAMPLER2D_ARRAY=52]="I_SAMPLER2D_ARRAY",s[s.U_SAMPLER2D=53]="U_SAMPLER2D",s[s.U_SAMPLER3D=54]="U_SAMPLER3D",s[s.U_SAMPLER_CUBE=55]="U_SAMPLER_CUBE",s[s.U_SAMPLER2D_ARRAY=56]="U_SAMPLER2D_ARRAY",s[s.STRUCT=57]="STRUCT",s[s.LAYOUT=58]="LAYOUT",s[s.LOCATION=59]="LOCATION",s[s.VOID=60]="VOID",s[s.TRUE=61]="TRUE",s[s.FALSE=62]="FALSE",s[s.PRECISION=63]="PRECISION",s[s.PRECISE=64]="PRECISE",s[s.HIGHP=65]="HIGHP",s[s.MEDIUMP=66]="MEDIUMP",s[s.LOWP=67]="LOWP",s[s.INVARIANT=68]="INVARIANT",s[s.SMOOTH=69]="SMOOTH",s[s.FLAT=70]="FLAT",s[s.NOPERSPECTIVE=71]="NOPERSPECTIVE",s[s.GS_RenderQueueType=72]="GS_RenderQueueType",s[s.GS_BlendState=73]="GS_BlendState",s[s.GS_DepthState=74]="GS_DepthState",s[s.GS_StencilState=75]="GS_StencilState",s[s.GS_RasterState=76]="GS_RasterState",s[s.GS_EditorProperties=77]="GS_EditorProperties",s[s.GS_EditorMacros=78]="GS_EditorMacros",s[s.GS_Editor=79]="GS_Editor",s[s.GS_Tags=80]="GS_Tags",s[s.GS_ReplacementTag=81]="GS_ReplacementTag",s[s.GS_LightMode=82]="GS_LightMode",s[s.GS_PipelineStage=83]="GS_PipelineStage",s[s.GS_VertexShader=84]="GS_VertexShader",s[s.GS_FragmentShader=85]="GS_FragmentShader",s[s.GS_SubShader=86]="GS_SubShader",s[s.GS_Pass=87]="GS_Pass",s[s.GS_BlendFactor=88]="GS_BlendFactor",s[s.GS_BlendOperation=89]="GS_BlendOperation",s[s.GS_Bool=90]="GS_Bool",s[s.GS_Number=91]="GS_Number",s[s.GS_Color=92]="GS_Color",s[s.GS_CompareFunction=93]="GS_CompareFunction",s[s.GS_StencilOperation=94]="GS_StencilOperation",s[s.GS_CullMode=95]="GS_CullMode",s[s.GS_UsePass=96]="GS_UsePass",s),ed=new Map([["attribute",eh.ATTRIBUTE],["const",eh.CONST],["bool",eh.BOOL],["float",eh.FLOAT],["double",eh.DOUBLE],["int",eh.INT],["uint",eh.UINT],["break",eh.BREAK],["continue",eh.CONTINUE],["do",eh.DO],["else",eh.ELSE],["for",eh.FOR],["if",eh.IF],["while",eh.WHILE],["discard",eh.DISCARD],["return",eh.RETURN],["bvec2",eh.BVEC2],["bvec3",eh.BVEC3],["bvec4",eh.BVEC4],["ivec2",eh.IVEC2],["ivec3",eh.IVEC3],["ivec4",eh.IVEC4],["uvec2",eh.UVEC2],["uvec3",eh.UVEC3],["uvec4",eh.UVEC4],["vec2",eh.VEC2],["vec3",eh.VEC3],["vec4",eh.VEC4],["mat2",eh.MAT2],["mat3",eh.MAT3],["mat4",eh.MAT4],["in",eh.IN],["out",eh.OUT],["inout",eh.INOUT],["sampler2D",eh.SAMPLER2D],["samplerCube",eh.SAMPLER_CUBE],["sampler3D",eh.SAMPLER3D],["sampler2DShadow",eh.SAMPLER2D_SHADOW],["samplerCubeShadow",eh.SAMPLER_CUBE_SHADOW],["sampler2DArray",eh.SAMPLER2D_ARRAY],["sampler2DArrayShadow",eh.SAMPLER2D_ARRAY_SHADOW],["isampler2D",eh.I_SAMPLER2D],["isampler3D",eh.I_SAMPLER3D],["isamplerCube",eh.I_SAMPLER_CUBE],["isampler2DArray",eh.I_SAMPLER2D_ARRAY],["usampler2D",eh.U_SAMPLER2D],["usampler3D",eh.U_SAMPLER3D],["usamplerCube",eh.U_SAMPLER_CUBE],["usampler2DArray",eh.U_SAMPLER2D_ARRAY],["struct",eh.STRUCT],["void",eh.VOID],["true",eh.TRUE],["false",eh.FALSE],["precision",eh.PRECISION],["precise",eh.PRECISE],["highp",eh.HIGHP],["mediump",eh.MEDIUMP],["lowp",eh.LOWP],["invariant",eh.INVARIANT],["flat",eh.FLAT],["smooth",eh.SMOOTH],["noperspective",eh.NOPERSPECTIVE],["centroid",eh.CENTROID],["layout",eh.LAYOUT],["location",eh.LOCATION]]),e_=((c={})[c.ID=1e3]="ID",c[c.FLOAT_CONSTANT=1001]="FLOAT_CONSTANT",c[c.INT_CONSTANT=1002]="INT_CONSTANT",c[c.STRING_CONST=1003]="STRING_CONST",c[c.LEFT_OP=1004]="LEFT_OP",c[c.RIGHT_OP=1005]="RIGHT_OP",c[c.INC_OP=1006]="INC_OP",c[c.DEC_OP=1007]="DEC_OP",c[c.LE_OP=1008]="LE_OP",c[c.GE_OP=1009]="GE_OP",c[c.EQ_OP=1010]="EQ_OP",c[c.NE_OP=1011]="NE_OP",c[c.AND_OP=1012]="AND_OP",c[c.OR_OP=1013]="OR_OP",c[c.XOR_OP=1014]="XOR_OP",c[c.MUL_ASSIGN=1015]="MUL_ASSIGN",c[c.DIV_ASSIGN=1016]="DIV_ASSIGN",c[c.ADD_ASSIGN=1017]="ADD_ASSIGN",c[c.SUB_ASSIGN=1018]="SUB_ASSIGN",c[c.MOD_ASSIGN=1019]="MOD_ASSIGN",c[c.LEFT_ASSIGN=1020]="LEFT_ASSIGN",c[c.RIGHT_ASSIGN=1021]="RIGHT_ASSIGN",c[c.AND_ASSIGN=1022]="AND_ASSIGN",c[c.XOR_ASSIGN=1023]="XOR_ASSIGN",c[c.OR_ASSIGN=1024]="OR_ASSIGN",c[c.LEFT_PAREN=1025]="LEFT_PAREN",c[c.RIGHT_PAREN=1026]="RIGHT_PAREN",c[c.LEFT_BRACKET=1027]="LEFT_BRACKET",c[c.RIGHT_BRACKET=1028]="RIGHT_BRACKET",c[c.LEFT_BRACE=1029]="LEFT_BRACE",c[c.RIGHT_BRACE=1030]="RIGHT_BRACE",c[c.DOT=1031]="DOT",c[c.COMMA=1032]="COMMA",c[c.COLON=1033]="COLON",c[c.EQUAL=1034]="EQUAL",c[c.SEMICOLON=1035]="SEMICOLON",c[c.BANG=1036]="BANG",c[c.DASH=1037]="DASH",c[c.TILDE=1038]="TILDE",c[c.PLUS=1039]="PLUS",c[c.STAR=1040]="STAR",c[c.SLASH=1041]="SLASH",c[c.PERCENT=1042]="PERCENT",c[c.LEFT_ANGLE=1043]="LEFT_ANGLE",c[c.RIGHT_ANGLE=1044]="RIGHT_ANGLE",c[c.VERTICAL_BAR=1045]="VERTICAL_BAR",c[c.CARET=1046]="CARET",c[c.AMPERSAND=1047]="AMPERSAND",c[c.QUESTION=1048]="QUESTION",c[c.NOT_WORD=1049]="NOT_WORD",c[c.EPSILON=1998]="EPSILON",c[c.EOF=1999]="EOF",c);function ef(e,t){return null!=t&&"undefined"!=typeof Symbol&&t[Symbol.hasInstance]?!!t[Symbol.hasInstance](e):e instanceof t}var eS=/*#__PURE__*/function(){function e(){}return e.createObjectPool=function(r){var i=new t.ClearableObjectPool(r);return e._shaderLabObjectPoolSet.push(i),i},e.clearAllShaderLabObjectPool=function(){for(var t=0,r=e._shaderLabObjectPoolSet.length;t<r;t++)e._shaderLabObjectPoolSet[t].clear()},e.createGSError=function(e,r,i,n,a){t.Logger.error(e)},e}();eS._shaderLabObjectPoolSet=[];var ev=/*#__PURE__*/function(){function e(){}var t=e.prototype;return t.set=function(e,t,r){if(this.type=e,this.lexeme=t,r){if(ef(r,el))this.location=r;else{var i=t_.createPosition(r.index+t.length);this.location=t_.createRange(r,i)}}},t.dispose=function(){},e}();ev.pool=eS.createObjectPool(ev);var em=new ev;em.set(e_.EOF,"/EOF");var eg=/*#__PURE__*/function(){function e(){}return e.isNum=function(e){return e>=48&&e<=57},e.isLetter=function(e){return 95===e||e>=48&&e<=57||e>=65&&e<=90||e>=97&&e<=122},e.isAlpha=function(e){return 95===e||e>=65&&e<=90||e>=97&&e<=122},e.isPpCharacters=function(e){return 35===e||95===e||e>=48&&e<=57||e>=65&&e<=90||e>=97&&e<=122},e.isSpace=function(e){return 9===e||10===e||13===e||32===e},e}();function ey(e,t){for(var r=0;r<t.length;r++){var i=t[r];i.enumerable=i.enumerable||!1,i.configurable=!0,"value"in i&&(i.writable=!0),Object.defineProperty(e,i.key,i)}}function ex(e,t,r){return t&&ey(e.prototype,t),r&&ey(e,r),e}var eE=((u={}).PreprocessorError="PreprocessorError",u.CompilationError="CompilationError",u.ScannerError="ScannerError",u),eT=/*#__PURE__*/function(){function e(e,t){void 0===t&&(t=new Map),this._currentIndex=0,this._source=e,this._keywordsMap=t}var t=e.prototype;return t.getCurPosition=function(){return t_.createPosition(this._currentIndex)},t.isEnd=function(){return this._currentIndex>=this._source.length},t.getCurChar=function(){return this._source[this._currentIndex]},t.getCurCharCode=function(){return this._source.charCodeAt(this._currentIndex)},t.advance=function(e){void 0===e&&(e=1),this._currentIndex+=e},t._advance=function(){this._currentIndex++},t.skipSpace=function(t){for(var r=t?e._spaceCharsWithBreak:e._spaceChars,i=this.getCurChar();e._checkIsIn(i,r);)this._advance(),i=this.getCurChar()},t.skipCommentsAndSpace=function(){if(this.skipSpace(!0),"//"===this.peek(2)){var e=this.getCurPosition();this.advance(2);for(var t=this.getCurChar();"\n"!==t&&"\r"!==t&&!this.isEnd();)this._advance(),t=this.getCurChar();return this.skipCommentsAndSpace(),t_.createRange(e,this.getCurPosition())}if("/*"===this.peek(2)){var r=this.getCurPosition();for(this.advance(2);"*/"!==this.peek(2)&&!this.isEnd();)this._advance();return this.advance(2),this.skipCommentsAndSpace(),t_.createRange(r,this.getCurPosition())}},t.peek=function(e){var t=this._currentIndex;return this._source.substring(t,t+e)},t.scanText=function(e){this.skipCommentsAndSpace();var t=this.peek(e.length);t!==e&&this.throwError(this.getCurPosition(),'Expect text "'+e+'", but got "'+t+'"'),this.advance(e.length)},t.throwError=function(e){for(var t=arguments.length,r=Array(t>1?t-1:0),i=1;i<t;i++)r[i-1]=arguments[i];throw eS.createGSError(r.join(" "),eE.ScannerError,this._source,e)},t.scanPairedText=function(e,t,r,i){void 0===r&&(r=!1),void 0===i&&(i=!1),i||this.scanText(e);for(var n=this._currentIndex,a=r?1:0;this.peek(t.length)!==t||0!==a;){if(this.isEnd())return;if(r){if(this.peek(e.length)===e){a+=1,this.advance(e.length);continue}if(this.peek(t.length)===t){if(0==(a-=1))break;this.advance(t.length);continue}}this.advance(t.length)}return this.advance(t.length),this._source.substring(n,this._currentIndex-t.length)},t.scanToken=function(e,t){void 0===t&&(t=/\w/),this.skipCommentsAndSpace();var r,i=this.getCurPosition();if(!this.isEnd()){for(;t.test(this.getCurChar())&&!this.isEnd();)this._advance();var n=this.getCurPosition();if(i.index===n.index){this._advance();var a=ev.pool.get();return a.set(e_.NOT_WORD,this._source[i.index],i),null==e||e(a,this),a}var o=this._source.substring(i.index,n.index),s=null!=(r=this._keywordsMap.get(o))?r:e_.ID,c=t_.createRange(i,n),u=ev.pool.get();return u.set(s,o,c),null==e||e(u,this),u}},e._checkIsIn=function(e,t){for(var r=0;r<t.length;r++)if(e===t[r])return!0;return!1},ex(e,[{key:"current",get:function(){return this._currentIndex}},{key:"source",get:function(){return this._source}}]),e}();eT._spaceCharsWithBreak=[" "," ","\n","\r"],eT._spaceChars=[" "," "];var eC=/*#__PURE__*/function(e){function t(){return e.apply(this,arguments)||this}a(t,e);var r=t.prototype;return r.reset=function(e){this._source=e,this._currentIndex=0},r.tokenize=function(){return function(e,t){var r,i,n,a={label:0,sent:function(){if(1&n[0])throw n[1];return n[1]},trys:[],ops:[]},o=Object.create(("function"==typeof Iterator?Iterator:Object).prototype);return o.next=s(0),o.throw=s(1),o.return=s(2),"function"==typeof Symbol&&(o[Symbol.iterator]=function(){return this}),o;function s(s){return function(c){return function(s){if(r)throw TypeError("Generator is already executing.");for(;o&&(o=0,s[0]&&(a=0)),a;)try{if(r=1,i&&(n=2&s[0]?i.return:s[0]?i.throw||((n=i.return)&&n.call(i),0):i.next)&&!(n=n.call(i,s[1])).done)return n;switch(i=0,n&&(s=[2&s[0],n.value]),s[0]){case 0:case 1:n=s;break;case 4:return a.label++,{value:s[1],done:!1};case 5:a.label++,i=s[1],s=[0];continue;case 7:s=a.ops.pop(),a.trys.pop();continue;default:if(!(n=(n=a.trys).length>0&&n[n.length-1])&&(6===s[0]||2===s[0])){a=0;continue}if(3===s[0]&&(!n||s[1]>n[0]&&s[1]<n[3])){a.label=s[1];break}if(6===s[0]&&a.label<n[1]){a.label=n[1],n=s;break}if(n&&a.label<n[2]){a.label=n[2],a.ops.push(s);break}n[2]&&a.ops.pop(),a.trys.pop();continue}s=t.call(e,a)}catch(e){s=[6,e],i=0}finally{r=n=0}if(5&s[0])throw s[1];return{value:s[0]?s[1]:void 0,done:!0}}([s,c])}}}(this,function(e){switch(e.label){case 0:if(this.isEnd())return[3,2];return[4,this.scanToken()];case 1:return e.sent(),[3,0];case 2:return[2,em]}})},r.skipSpace=function(){for(;eg.isSpace(this.getCurCharCode());)this._advance()},r.scanToken=function(){if(this.skipCommentsAndSpace(),this.isEnd())return em;if(eg.isAlpha(this.getCurCharCode()))return this._scanWord();if(eg.isNum(this.getCurCharCode()))return this._scanNum();var e,t=this._getPosition(),r=ev.pool.get();switch(this.getCurChar()){case"<":if(this._advance(),"<"===(e=this.getCurChar())){if(this._advance(),"="===this.getCurChar()){this._advance(),r.set(e_.LEFT_ASSIGN,"<<=",t);break}r.set(e_.LEFT_OP,"<<",t);break}if("="===e){this._advance(),r.set(e_.LE_OP,"<=",t);break}r.set(e_.LEFT_ANGLE,"<",t);break;case">":if(this._advance(),">"===(e=this.getCurChar())){if(this._advance(),"="===this.getCurChar()){this._advance(),r.set(e_.RIGHT_ASSIGN,">>=",t);break}r.set(e_.RIGHT_OP,">>",t);break}if("="===e){this._advance(),r.set(e_.GE_OP,">=",t);break}r.set(e_.RIGHT_ANGLE,">",t);break;case"+":if(this._advance(),"+"===(e=this.getCurChar())){this._advance(),r.set(e_.INC_OP,"++",t);break}if("="===e){this._advance(),r.set(e_.ADD_ASSIGN,"+=",t);break}r.set(e_.PLUS,"+",t);break;case"-":if(this._advance(),"-"===(e=this.getCurChar())){this._advance(),r.set(e_.DEC_OP,"--",t);break}if("="===e){this._advance(),r.set(e_.SUB_ASSIGN,"-=",t);break}r.set(e_.DASH,"-",t);break;case"=":if(this._advance(),"="===this.getCurChar()){this._advance(),r.set(e_.EQ_OP,"==",t);break}r.set(e_.EQUAL,"=",t);break;case"!":if(this._advance(),"="===this.getCurChar()){this._advance(),r.set(e_.NE_OP,"!=",t);break}r.set(e_.BANG,"!",t);break;case"&":if(this._advance(),"&"===(e=this.getCurChar())){this._advance(),r.set(e_.AND_OP,"&&",t);break}if("="===e){this._advance(),r.set(e_.ADD_ASSIGN,"&=",t);break}r.set(e_.AMPERSAND,"&",t);break;case"|":if(this._advance(),"|"===(e=this.getCurChar())){this._advance(),r.set(e_.OR_OP,"||",t);break}if("="===e){this._advance(),r.set(e_.OR_ASSIGN,"|=",t);break}r.set(e_.VERTICAL_BAR,"|",t);break;case"^":if(this._advance(),"^"===(e=this.getCurChar())){this._advance(),r.set(e_.XOR_OP,"^^",t);break}if("="===e){this._advance(),r.set(e_.XOR_ASSIGN,"^=",t);break}r.set(e_.CARET,"^",t);break;case"*":if(this._advance(),"="===this.getCurChar()){this._advance(),r.set(e_.MUL_ASSIGN,"*=",t);break}r.set(e_.STAR,"*",t);break;case"/":if(this._advance(),"="===this.getCurChar()){this._advance(),r.set(e_.DIV_ASSIGN,"/=",t);break}r.set(e_.SLASH,"/",t);break;case"%":if(this._advance(),"="===this.getCurChar()){this._advance(),r.set(e_.MOD_ASSIGN,"%=",t);break}r.set(e_.PERCENT,"%",t);break;case"(":this._advance(),r.set(e_.LEFT_PAREN,"(",t);break;case")":this._advance(),r.set(e_.RIGHT_PAREN,")",t);break;case"{":this._advance(),r.set(e_.LEFT_BRACE,"{",t);break;case"}":this._advance(),r.set(e_.RIGHT_BRACE,"}",t);break;case"[":this._advance(),r.set(e_.LEFT_BRACKET,"[",t);break;case"]":this._advance(),r.set(e_.RIGHT_BRACKET,"]",t);break;case".":if(this._advance(),eg.isNum(this.getCurCharCode()))return this._scanNumAfterDot();r.set(e_.DOT,".",t);break;case",":this._advance(),r.set(e_.COMMA,",",t);break;case":":this._advance(),r.set(e_.COLON,":",t);break;case";":this._advance(),r.set(e_.SEMICOLON,";",t);break;case"~":this._advance(),r.set(e_.TILDE,"~",t);break;case"?":this._advance(),r.set(e_.QUESTION,"?",t);break;case'"':return this._advance(),this._scanStringConst();default:this.throwError(this.getCurPosition(),"Unexpected character "+this.getCurChar())}return r},r._scanStringConst=function(){for(var e=this._getPosition(),t=[];'"'!==this.getCurChar();)t.push(this.getCurChar()),this._advance();this._advance();var r=t_.createRange(e,this._getPosition()),i=ev.pool.get();return i.set(e_.STRING_CONST,t.join(""),r),i},r._scanNumAfterDot=function(){for(var e=["."];eg.isNum(this.getCurCharCode());)e.push(this.getCurChar()),this._advance();var t=ev.pool.get();return t.set(e_.FLOAT_CONSTANT,e.join(""),this._getPosition(1)),t},r._getPosition=function(e){return void 0===e&&(e=0),t_.createPosition(this.current-e)},r._scanWord=function(){var e=[this.getCurChar()],t=this._getPosition();for(this._advance();eg.isLetter(this.getCurCharCode());)e.push(this.getCurChar()),this._advance();var r=e.join(""),i=ed.get(r);if(i){var n=ev.pool.get();return n.set(i,r,t),n}var a=ev.pool.get();return a.set(e_.ID,r,t),a},r._scanNum=function(){for(var e=[];eg.isNum(this.getCurCharCode());)e.push(this.getCurChar()),this._advance();if("."===this.getCurChar()){for(e.push(this.getCurChar()),this._advance();eg.isNum(this.getCurCharCode());)e.push(this.getCurChar()),this._advance();this._scanFloatSuffix(e);var t=ev.pool.get();return t.set(e_.FLOAT_CONSTANT,e.join(""),this._getPosition(e.length)),t}if("e"===this.getCurChar()||"E"===this.getCurChar()){this._scanFloatSuffix(e);var r=ev.pool.get();return r.set(e_.FLOAT_CONSTANT,e.join(""),this._getPosition(e.length)),r}this._scanIntegerSuffix(e);var i=ev.pool.get();return i.set(e_.INT_CONSTANT,e.join(""),this._getPosition(e.length)),i},r._scanFloatSuffix=function(e){if("e"===this.getCurChar()||"E"===this.getCurChar())for(e.push(this.getCurChar()),this._advance(),("+"===this.getCurChar()||"-"===this.getCurChar())&&(e.push(this.getCurChar()),this._advance()),eg.isNum(this.getCurCharCode())||this.throwError(this.getCurPosition(),"lexing error, invalid exponent suffix.");eg.isNum(this.getCurCharCode());)e.push(this.getCurChar()),this._advance();("f"===this.getCurChar()||"F"===this.getCurChar())&&(e.push(this.getCurChar()),this._advance())},r._scanIntegerSuffix=function(e){("u"===this.getCurChar()||"U"===this.getCurChar())&&(e.push(this.getCurChar()),this._advance())},t}(eT),eb=((l={})[l.Shift=0]="Shift",l[l.Reduce=1]="Reduce",l[l.Accept=2]="Accept",l),eA=function(){this.globalPrecisions=[]},eP=function(e,t,r){this.type=e,this.typeLexeme=t,this.arraySpecifier=r},eR=((p={})[p.VAR=0]="VAR",p[p.FN=1]="FN",p[p.STRUCT=2]="STRUCT",p),eI=function(e,t,r,i,n){this.ident=e,this.symbolType=t,this.astNode=r,this.dataType=i,this.signature=n},eO=/*#__PURE__*/function(e){function t(t,r){var i=new eP(r.protoType.returnType.type,r.protoType.returnType.typeSpecifier.lexeme);return e.call(this,t,eR.FN,r,i)||this}return a(t,e),t}(eI),eL=/*#__PURE__*/function(e){function t(t,r){return e.call(this,t,eR.STRUCT,r)||this}return a(t,e),t}(eI),eN=function(){this._table=new Map},eG=/*#__PURE__*/function(){function e(){this.stack=[]}var t=e.prototype;return t.newScope=function(e){this.stack.push(e)},t.clear=function(){this.stack.length=0},t.dropScope=function(){this.stack.pop()},t.insert=function(e){this._scope.insert(e)},ex(e,[{key:"_scope",get:function(){return this.stack[this.stack.length-1]}}]),e}(),eM=/*#__PURE__*/function(e){function r(){return e.apply(this,arguments)||this}a(r,e);var i=r.prototype;return i.insert=function(e){for(var r,i=null!=(r=this._table.get(e.ident))?r:[],n=0;n<i.length;n++)if(this._compareWith(i[n],e.symbolType,e.signature,e.astNode)){t.Logger.warn("replace symbol:",e.ident),i[n]=e;return}i.push(e),this._table.set(e.ident,i)},i.lookup=function(e,t,r,i){var n=this._table.get(e);if(n)for(var a=n.length,o=0;o<a;o++){var s=n[o];if(this._compareWith(s,t,r,i))return s}},i.getAllFnSymbols=function(e){var t;return(null!=(t=this._table.get(e))?t:[]).filter(function(e){return e.symbolType===eR.FN})},i._compareWith=function(e,t,r,i){if(e.symbolType!==t)return!1;if(e.symbolType===eR.FN){if(!i&&!r)return!0;var n=e.astNode.protoType.paramSig,a=null!=r?r:i.protoType.paramSig,o=n.length;if(o!==a.length)return!1;for(var s=0;s<o;s++){var c=n[s],u=a[s];if(3e3!==c&&3e3!==u&&c!==u)return!1}}return!0},r}(eN),ek=/*#__PURE__*/function(e){function t(t,r,i,n){var a;return(a=e.call(this,t,eR.VAR,n,r)||this).isGlobalVariable=i,a}return a(t,e),t}(eI),eD=/*#__PURE__*/function(){function e(){this.semanticStack=[],this.acceptRule=void 0,this.symbolTableStack=new eG,this.curFunctionInfo={},this._shaderData=new eA,this._translationRuleTable=new Map,this.newScope()}var r=e.prototype;return r.reset=function(){this.semanticStack.length=0,this._shaderData=new eA,this.symbolTableStack.clear(),this.newScope()},r.newScope=function(){var e=new eM;this.symbolTableStack.newScope(e)},r.dropScope=function(){return this.symbolTableStack.dropScope()},r.addTranslationRule=function(e,t){this._translationRuleTable.set(e,t)},r.getTranslationRule=function(e){return this._translationRuleTable.get(e)},r.lookupSymbolBy=function(e,t,r,i){for(var n=this.symbolTableStack.stack,a=n.length,o=a-1;o>=0;o--){var s=n[o].lookup(e,t,r,i);if(s)return s}},r.reportError=function(e,r){t.Logger.error(r)},ex(e,[{key:"shaderData",get:function(){return this._shaderData}}]),e}(),eF=((h={})[h.START=2e3]="START",h[h.gs_shader_program=2001]="gs_shader_program",h[h.global_declaration=2002]="global_declaration",h[h.variable_declaration=2003]="variable_declaration",h[h.variable_declaration_list=2004]="variable_declaration_list",h[h.variable_declaration_statement=2005]="variable_declaration_statement",h[h.array_specifier_list=2006]="array_specifier_list",h[h.array_specifier=2007]="array_specifier",h[h.ext_builtin_type_specifier_nonarray=2008]="ext_builtin_type_specifier_nonarray",h[h.precision_specifier=2009]="precision_specifier",h[h.variable_identifier=2010]="variable_identifier",h[h.variable_identifier_node=2011]="variable_identifier_node",h[h.primary_expression=2012]="primary_expression",h[h.postfix_expression=2013]="postfix_expression",h[h.integer_expression=2014]="integer_expression",h[h.function_call=2015]="function_call",h[h.function_call_generic=2016]="function_call_generic",h[h.function_call_header_no_parameters=2017]="function_call_header_no_parameters",h[h.function_call_header_with_parameters=2018]="function_call_header_with_parameters",h[h.function_call_parameter_list=2019]="function_call_parameter_list",h[h.function_call_header=2020]="function_call_header",h[h.function_identifier=2021]="function_identifier",h[h.constructor_identifier=2022]="constructor_identifier",h[h.unary_expression=2023]="unary_expression",h[h.unary_operator=2024]="unary_operator",h[h.multiplicative_expression=2025]="multiplicative_expression",h[h.additive_expression=2026]="additive_expression",h[h.shift_expression=2027]="shift_expression",h[h.relational_expression=2028]="relational_expression",h[h.equality_expression=2029]="equality_expression",h[h.and_expression=2030]="and_expression",h[h.inclusive_or_expression=2031]="inclusive_or_expression",h[h.exclusive_or_expression=2032]="exclusive_or_expression",h[h.logical_and_expression=2033]="logical_and_expression",h[h.logical_xor_expression=2034]="logical_xor_expression",h[h.logical_or_expression=2035]="logical_or_expression",h[h.conditional_expression=2036]="conditional_expression",h[h.assignment_expression=2037]="assignment_expression",h[h.assignment_operator=2038]="assignment_operator",h[h.expression=2039]="expression",h[h.integer_constant_expression=2040]="integer_constant_expression",h[h.integer_constant_expression_operator=2041]="integer_constant_expression_operator",h[h.declaration=2042]="declaration",h[h.function_prototype=2043]="function_prototype",h[h.function_declarator=2044]="function_declarator",h[h.function_header_with_parameters=2045]="function_header_with_parameters",h[h.function_header=2046]="function_header",h[h.function_parameter_list=2047]="function_parameter_list",h[h.parameter_declarator=2048]="parameter_declarator",h[h.parameter_declaration=2049]="parameter_declaration",h[h.parameter_qualifier=2050]="parameter_qualifier",h[h.parameter_type_specifier=2051]="parameter_type_specifier",h[h.init_declarator_list=2052]="init_declarator_list",h[h.single_declaration=2053]="single_declaration",h[h.fully_specified_type=2054]="fully_specified_type",h[h.type_qualifier=2055]="type_qualifier",h[h.single_type_qualifier=2056]="single_type_qualifier",h[h.storage_qualifier=2057]="storage_qualifier",h[h.precision_qualifier=2058]="precision_qualifier",h[h.interpolation_qualifier=2059]="interpolation_qualifier",h[h.invariant_qualifier=2060]="invariant_qualifier",h[h.type_specifier=2061]="type_specifier",h[h.type_specifier_nonarray=2062]="type_specifier_nonarray",h[h.type_specifier_no_prec=2063]="type_specifier_no_prec",h[h.basic_type=2064]="basic_type",h[h.struct_specifier=2065]="struct_specifier",h[h.struct_declaration_list=2066]="struct_declaration_list",h[h.struct_declaration=2067]="struct_declaration",h[h.layout_qualifier=2068]="layout_qualifier",h[h.struct_declarator_list=2069]="struct_declarator_list",h[h.struct_declarator=2070]="struct_declarator",h[h.identifier_list=2071]="identifier_list",h[h.decl_identifier=2072]="decl_identifier",h[h.initializer=2073]="initializer",h[h.initializer_list=2074]="initializer_list",h[h.declaration_statement=2075]="declaration_statement",h[h.simple_statement=2076]="simple_statement",h[h.compound_statement_no_scope=2077]="compound_statement_no_scope",h[h.statement_with_scope=2078]="statement_with_scope",h[h.compound_statement=2079]="compound_statement",h[h.statement=2080]="statement",h[h.statement_list=2081]="statement_list",h[h.iteration_statement_no_new_scope=2082]="iteration_statement_no_new_scope",h[h.expression_statement=2083]="expression_statement",h[h.selection_statement=2084]="selection_statement",h[h.selection_rest_statement=2085]="selection_rest_statement",h[h.condition=2086]="condition",h[h.conditionopt=2087]="conditionopt",h[h.iteration_statement=2088]="iteration_statement",h[h.for_init_statement=2089]="for_init_statement",h[h.for_rest_statement=2090]="for_rest_statement",h[h.jump_statement=2091]="jump_statement",h[h.external_declaration=2092]="external_declaration",h[h.function_definition=2093]="function_definition",h[h.field_selection=2094]="field_selection",h[h.bool_constant=2095]="bool_constant",h[h.function_identifier_node=2096]="function_identifier_node",h[h.typename_identifier_node=2097]="typename_identifier_node",h[h.scope_brace=2098]="scope_brace",h[h.scope_end_brace=2099]="scope_end_brace",h[h._ignore=2100]="_ignore",h),eB=function e(t,r){this.goal=t,this.derivation=r,this.id=e._id++,e.pool.set(this.id,this)};eB._id=0,eB.pool=new Map;var ew=/*#__PURE__*/function(){function e(e,t){this.startSymbol=e,t.unshift(new eB(eF.START,[e])),this.productions=t}var t=e.prototype;return t.getProductionList=function(e){return this.productions.filter(function(t){return t.goal===e})},t.isNullableNT=function(e){return this.productions.find(function(t){return t.goal===e&&t.derivation[0]===e_.EPSILON})},t.getProductionByID=function(e){return eB.pool.get(e)},e.create=function(t,r){return new e(t,r.map(function(e){return new eB(e[0],e.slice(1))}))},e}(),eU=function(e,t,r){this.type=e,this.typeLexeme=t,this.arraySpecifier=r},eV=function(e,t,r){this.typeInfo=e,this.ident=t,this.mrtIndex=r};function eW(e){return function(t){t.prototype.nt=e,t.pool=eS.createObjectPool(t)}}var eH=/*#__PURE__*/function(){function e(){}var t=e.prototype;return t.set=function(e,t){this._location=e,this._children=t,this.init()},t.init=function(){},t.dispose=function(){},t.codeGen=function(e){return e.defaultCodeGen(this.children)},t.semanticAnalyze=function(e){},ex(e,[{key:"children",get:function(){return this._children}},{key:"location",get:function(){return this._location}}]),e}();(d=eu||(eu={}))._unwrapToken=function(e){if(ef(e,ev))return e;throw"not token"},d.get=function(e,t,r,i){var n=e.get();n.set(r,i),n.semanticAnalyze(t),t.semanticStack.push(n)},_=/*#__PURE__*/function(e){function t(){return e.apply(this,arguments)||this}return a(t,e),t}(eH),d.TrivialNode=_,_=o([eW(eF._ignore)],_),f=/*#__PURE__*/function(e){function t(){return e.apply(this,arguments)||this}return a(t,e),t.prototype.semanticAnalyze=function(e){e.newScope()},t}(eH),d.ScopeBrace=f,f=o([eW(eF.scope_brace)],f),S=/*#__PURE__*/function(e){function t(){return e.apply(this,arguments)||this}return a(t,e),t.prototype.semanticAnalyze=function(e){e.dropScope()},t}(eH),d.ScopeEndBrace=S,S=o([eW(eF.scope_end_brace)],S),v=/*#__PURE__*/function(e){function t(){return e.apply(this,arguments)||this}a(t,e);var r=t.prototype;return r.init=function(){this.isFragReturnStatement=!1},r.semanticAnalyze=function(e){d._unwrapToken(this.children[0]).type===eh.RETURN&&(e.curFunctionInfo.returnStatement=this)},r.codeGen=function(e){return e.visitJumpStatement(this)},t}(eH),d.JumpStatement=v,v=o([eW(eF.jump_statement)],v),m=/*#__PURE__*/function(e){function t(){return e.apply(this,arguments)||this}return a(t,e),t.prototype.init=function(){this._type=void 0},ex(t,[{key:"type",get:function(){var e;return null!=(e=this._type)?e:3e3},set:function(e){this._type=e}}]),t}(eH),d.ExpressionAstNode=m,g=/*#__PURE__*/function(e){function t(){return e.apply(this,arguments)||this}a(t,e);var r=t.prototype;return r.init=function(){this.typeSpecifier=void 0,this.arraySpecifier=void 0},r.semanticAnalyze=function(e){var t,r=this.children,i=r.length,n=r[0],a=n.typeSpecifier;this.typeSpecifier=a,this.arraySpecifier=a.arraySpecifier;var o=r[1];if(2===i||4===i){var s=new eU(n.type,a.lexeme,this.arraySpecifier),c=r[3];t=new ek(o.lexeme,s,!1,c)}else{var u=r[2];this.arraySpecifier=u;var l=new eU(n.type,a.lexeme,this.arraySpecifier),p=r[4];t=new ek(o.lexeme,l,!1,p)}e.symbolTableStack.insert(t)},r.codeGen=function(e){return e.visitSingleDeclaration(this)},t}(eH),d.SingleDeclaration=g,g=o([eW(eF.single_declaration)],g),y=/*#__PURE__*/function(e){function t(){return e.apply(this,arguments)||this}return a(t,e),t.prototype.semanticAnalyze=function(e){var t=this.children;this.typeSpecifier=1===t.length?t[0]:t[1],this.type=this.typeSpecifier.type},t}(eH),d.FullySpecifiedType=y,y=o([eW(eF.fully_specified_type)],y),x=/*#__PURE__*/function(e){function t(){return e.apply(this,arguments)||this}return a(t,e),t}(eH),d.TypeQualifier=x,x=o([eW(eF.type_qualifier)],x),E=/*#__PURE__*/function(e){function t(){return e.apply(this,arguments)||this}return a(t,e),t.prototype.semanticAnalyze=function(e){var t=this.children[0];ef(t,ev)?this.qualifier=t.type:this.qualifier=t.qualifier,this.lexeme=t.lexeme},t}(eH),d.SingleTypeQualifier=E,E=o([eW(eF.single_type_qualifier)],E),T=/*#__PURE__*/function(e){function t(){return e.apply(this,arguments)||this}a(t,e);var r=t.prototype;return r.init=function(){this.arraySize=void 0},r.semanticAnalyze=function(e){var t,r=this.children,i=r[0];this.type=i.type,this.lexeme=i.lexeme,this.arraySize=null==r?void 0:null==(t=r[1])?void 0:t.size,this.isCustom="string"==typeof this.type},ex(t,[{key:"arraySpecifier",get:function(){return this.children[1]}}]),t}(eH),d.TypeSpecifier=T,T=o([eW(eF.type_specifier)],T),C=/*#__PURE__*/function(e){function t(){return e.apply(this,arguments)||this}return a(t,e),t.prototype.semanticAnalyze=function(e){var t=this.children[1];this.size=t.value},t}(eH),d.ArraySpecifier=C,C=o([eW(eF.array_specifier)],C),b=/*#__PURE__*/function(e){function t(){return e.apply(this,arguments)||this}return a(t,e),t.prototype.semanticAnalyze=function(e){var t=this.children[0];switch(this.lexeme=t.lexeme,t.type){case e_.PLUS:this.compute=function(e,t){return e+t};break;case e_.DASH:this.compute=function(e,t){return e-t};break;case e_.STAR:this.compute=function(e,t){return e*t};break;case e_.SLASH:this.compute=function(e,t){return e/t};break;case e_.PERCENT:this.compute=function(e,t){return e%t};break;default:e.reportError(t.location,"not implemented operator "+t.lexeme)}},t}(eH),d.IntegerConstantExpressionOperator=b,b=o([eW(eF.integer_constant_expression_operator)],b),A=/*#__PURE__*/function(e){function t(){return e.apply(this,arguments)||this}a(t,e);var r=t.prototype;return r.init=function(){this.value=void 0},r.semanticAnalyze=function(e){if(1===this.children.length){var t=this.children[0];ef(t,ev)&&(this.value=Number(t.lexeme))}},t}(eH),d.IntegerConstantExpression=A,A=o([eW(eF.integer_constant_expression)],A),P=/*#__PURE__*/function(e){function t(){return e.apply(this,arguments)||this}return a(t,e),t.prototype.init=function(){var e=this.children[0];ef(e,ev)?this.type=e.lexeme:this.type=e.type,this.lexeme=e.lexeme},t}(eH),d.TypeSpecifierNonArray=P,P=o([eW(eF.type_specifier_nonarray)],P),R=/*#__PURE__*/function(e){function t(){return e.apply(this,arguments)||this}return a(t,e),t.prototype.init=function(){var e=this.children[0];this.type=e.type,this.lexeme=e.lexeme},t}(eH),d.ExtBuiltinTypeSpecifierNonArray=R,R=o([eW(eF.ext_builtin_type_specifier_nonarray)],R),I=/*#__PURE__*/function(e){function t(){return e.apply(this,arguments)||this}return a(t,e),t.prototype.semanticAnalyze=function(e){var t,r=this.children,i=r.length;if(1===i){var n=r[0],a=n.typeSpecifier,o=n.arraySpecifier;this.typeInfo=new eU(a.type,a.lexeme,o)}else{var s=r[0];this.typeInfo=s.typeInfo}if(3===i||5===i)t=new ek(r[2].lexeme,this.typeInfo,!1,this),e.symbolTableStack.insert(t);else if(4===i||6===i){var c=this.typeInfo,u=this.children[3];c.arraySpecifier=u,t=new ek(r[2].lexeme,c,!1,this),e.symbolTableStack.insert(t)}},t}(eH),d.InitDeclaratorList=I,I=o([eW(eF.init_declarator_list)],I),O=/*#__PURE__*/function(e){function t(){var t;return t=e.apply(this,arguments)||this,t.idList=[],t}a(t,e);var r=t.prototype;return r.init=function(){this.idList.length=0},r.semanticAnalyze=function(e){var t=this.children,r=this.idList;if(2===t.length)r.push(t[1]);else{var i=t[0],n=t[2],a=i.idList.length;r.length=a+1;for(var o=0;o<a;o++)r[o]=i.idList[o];r[a]=n}},t}(eH),d.IdentifierList=O,O=o([eW(eF.identifier_list)],O),L=/*#__PURE__*/function(e){function t(){return e.apply(this,arguments)||this}return a(t,e),t.prototype.codeGen=function(e){return e.visitDeclaration(this)},t}(eH),d.Declaration=L,L=o([eW(eF.declaration)],L),N=/*#__PURE__*/function(e){function t(){return e.apply(this,arguments)||this}a(t,e);var r=t.prototype;return r.semanticAnalyze=function(e){var t=this.children[0];this.ident=t.ident,this.returnType=t.returnType,this.parameterList=t.parameterInfoList,this.paramSig=t.paramSig},r.codeGen=function(e){return e.visitFunctionProtoType(this)},t}(eH),d.FunctionProtoType=N,N=o([eW(eF.function_prototype)],N),G=/*#__PURE__*/function(e){function t(){return e.apply(this,arguments)||this}return a(t,e),t.prototype.semanticAnalyze=function(e){e.curFunctionInfo.returnStatement=null,e.curFunctionInfo.header=this;var t=this.children,r=t[0],i=t[1];this.ident=r.ident,this.returnType=r.returnType,this.parameterInfoList=null==i?void 0:i.parameterInfoList,this.paramSig=null==i?void 0:i.paramSig},t}(eH),d.FunctionDeclarator=G,G=o([eW(eF.function_declarator)],G),M=/*#__PURE__*/function(e){function t(){return e.apply(this,arguments)||this}a(t,e);var r=t.prototype;return r.semanticAnalyze=function(e){e.newScope();var t=this.children;this.ident=t[1],this.returnType=t[0]},r.codeGen=function(e){return e.visitFunctionHeader(this)},t}(eH),d.FunctionHeader=M,M=o([eW(eF.function_header)],M),k=/*#__PURE__*/function(e){function t(){var t;return t=e.apply(this,arguments)||this,t.parameterInfoList=[],t.paramSig=[],t}a(t,e);var r=t.prototype;return r.init=function(){this.parameterInfoList.length=0,this.paramSig.length=0},r.semanticAnalyze=function(e){var t=this.children,r=t.length,i=this.parameterInfoList,n=this.paramSig;if(1===r){var a=t[0];i.push({ident:a.ident,typeInfo:a.typeInfo,astNode:a}),n.push(a.typeInfo.type)}else{var o=t[0],s=t[2],c=o.parameterInfoList.length;i.length=c+1,n.length=c+1;for(var u=0;u<c;u++)i[u]=o.parameterInfoList[u],n[u]=o.paramSig[u];i[c]={ident:s.ident,typeInfo:s.typeInfo,astNode:s},n[c]=s.typeInfo.type}},r.codeGen=function(e){return e.visitFunctionParameterList(this)},t}(eH),d.FunctionParameterList=k,k=o([eW(eF.function_parameter_list)],k),D=/*#__PURE__*/function(e){function t(){return e.apply(this,arguments)||this}a(t,e);var r=t.prototype;return r.init=function(){this.typeQualifier=void 0},r.semanticAnalyze=function(e){var t,r=this.children,i=r.length;t=1===i?r[0]:r[1],2===i&&(this.typeQualifier=r[0]),this.typeInfo=t.typeInfo,this.ident=t.ident;var n=new ek(t.ident.lexeme,t.typeInfo,!1,this);e.symbolTableStack.insert(n)},t}(eH),d.ParameterDeclaration=D,D=o([eW(eF.parameter_declaration)],D),F=/*#__PURE__*/function(e){function t(){return e.apply(this,arguments)||this}return a(t,e),t.prototype.semanticAnalyze=function(e){var t=this.children;this.ident=t[1];var r=t[0],i=t[2];this.typeInfo=new eU(r.type,r.lexeme,i)},t}(eH),d.ParameterDeclarator=F,F=o([eW(eF.parameter_declarator)],F),B=/*#__PURE__*/function(e){function t(){return e.apply(this,arguments)||this}return a(t,e),t}(eH),d.CompoundStatementNoScope=B,B=o([eW(eF.compound_statement_no_scope)],B),w=/*#__PURE__*/function(e){function t(){return e.apply(this,arguments)||this}return a(t,e),t.prototype.codeGen=function(e){return e.visitStatementList(this)},t}(eH),d.StatementList=w,w=o([eW(eF.statement_list)],w),U=/*#__PURE__*/function(e){function t(){return e.apply(this,arguments)||this}a(t,e);var r=t.prototype;return r.init=function(){this.returnStatement=void 0},r.semanticAnalyze=function(e){var t=this.children;this.protoType=t[0],this.statements=t[1],e.dropScope();var r=new eO(this.protoType.ident.lexeme,this);e.symbolTableStack.insert(r);var i=e.curFunctionInfo,n=i.header,a=i.returnStatement;n.returnType.type===eh.VOID?a&&e.reportError(n.returnType.location,"Return in void function."):a?this.returnStatement=a:e.reportError(n.returnType.location,"No return statement found."),i.header=void 0,i.returnStatement=void 0},r.codeGen=function(e){return e.visitFunctionDefinition(this)},t}(eH),d.FunctionDefinition=U,U=o([eW(eF.function_definition)],U),V=/*#__PURE__*/function(e){function t(){return e.apply(this,arguments)||this}a(t,e);var r=t.prototype;return r.semanticAnalyze=function(e){this.type=this.children[0].type},r.codeGen=function(e){return e.visitFunctionCall(this)},t}(m),d.FunctionCall=V,V=o([eW(eF.function_call)],V),W=/*#__PURE__*/function(e){function t(){return e.apply(this,arguments)||this}a(t,e);var r=t.prototype;return r.init=function(){e.prototype.init.call(this),this.fnSymbol=void 0},r.semanticAnalyze=function(e){var t=this.children[0];if(t.isBuiltin)this.type=t.ident;else{var r,i,n=t.ident;if(4===this.children.length){var a=this.children[2];ef(a,H)&&(i=a.paramSig)}var o=e.lookupSymbolBy(n,eR.FN,i);if(!o)return;this.type=null==o?void 0:null==(r=o.dataType)?void 0:r.type,this.fnSymbol=o}},t}(m),d.FunctionCallGeneric=W,W=o([eW(eF.function_call_generic)],W),H=/*#__PURE__*/function(e){function t(){var t;return t=e.apply(this,arguments)||this,t.paramSig=[],t.paramNodes=[],t}a(t,e);var r=t.prototype;return r.init=function(){this.paramSig.length=0,this.paramNodes.length=0},r.semanticAnalyze=function(e){var t=this.children,r=this.paramSig,i=this.paramNodes;if(1===t.length){var n=t[0];void 0==n.type?r.push(3e3):r.push(n.type),this.paramNodes.push(n)}else{var a=t[0],o=t[2];if(0===a.paramSig.length||void 0==o.type)this.paramSig.push(3e3);else{var s=a.paramSig.length;r.length=s+1,i.length=s+1;for(var c=0;c<s;c++)r[c]=a.paramSig[c],i[c]=a.paramNodes[c];r[s]=o.type,i[s]=o}}},t}(eH),d.FunctionCallParameterList=H,H=o([eW(eF.function_call_parameter_list)],H),j=/*#__PURE__*/function(e){function t(){return e.apply(this,arguments)||this}return a(t,e),t.prototype.semanticAnalyze=function(e){e.shaderData.globalPrecisions.push(this)},t}(eH),d.PrecisionSpecifier=j,j=o([eW(eF.precision_specifier)],j),q=/*#__PURE__*/function(e){function t(){return e.apply(this,arguments)||this}a(t,e);var r=t.prototype;return r.semanticAnalyze=function(e){var t=this.children[0];this.ident=t.type,this.lexeme=t.lexeme,this.isBuiltin="string"!=typeof this.ident},r.codeGen=function(e){return e.visitFunctionIdentifier(this)},t}(eH),d.FunctionIdentifier=q,q=o([eW(eF.function_identifier)],q),z=/*#__PURE__*/function(e){function t(){return e.apply(this,arguments)||this}return a(t,e),t}(m),d.AssignmentExpression=z,z=o([eW(eF.assignment_expression)],z),Q=/*#__PURE__*/function(e){function t(){return e.apply(this,arguments)||this}return a(t,e),t}(m),d.Expression=Q,Q=o([eW(eF.expression)],Q),X=/*#__PURE__*/function(e){function t(){return e.apply(this,arguments)||this}return a(t,e),t.prototype.semanticAnalyze=function(e){if(1===this.children.length){var t,r=this.children[0];if(ef(r,en))this.type=null!=(t=r.typeInfo)?t:3e3;else switch(r.type){case e_.INT_CONSTANT:this._type=eh.INT;break;case e_.FLOAT_CONSTANT:this.type=eh.FLOAT;break;case eh.TRUE:case eh.FALSE:this.type=eh.BOOL}}else{var i=this.children[1];this.type=i.type}},t}(m),d.PrimaryExpression=X,X=o([eW(eF.primary_expression)],X),K=/*#__PURE__*/function(e){function t(){return e.apply(this,arguments)||this}a(t,e);var r=t.prototype;return r.init=function(){if(e.prototype.init.call(this),1===this.children.length){var t=this.children[0];this.type=t.type}},r.codeGen=function(e){return e.visitPostfixExpression(this)},t}(m),d.PostfixExpression=K,K=o([eW(eF.postfix_expression)],K),Y=/*#__PURE__*/function(e){function t(){return e.apply(this,arguments)||this}a(t,e);var r=t.prototype;return r.init=function(){this.ident=void 0},r.semanticAnalyze=function(e){var t=this.children;6===t.length?(this.ident=t[1],e.symbolTableStack.insert(new eL(this.ident.lexeme,this)),this.propList=t[3].propList):this.propList=t[2].propList},t}(eH),d.StructSpecifier=Y,Y=o([eW(eF.struct_specifier)],Y),J=/*#__PURE__*/function(e){function t(){var t;return t=e.apply(this,arguments)||this,t.propList=[],t}a(t,e);var r=t.prototype;return r.init=function(){this.propList.length=0},r.semanticAnalyze=function(e){var t=this.children,r=this.propList;if(1===t.length){var i=t[0].props,n=i.length;r.length=n;for(var a=0;a<n;a++)r[a]=i[a]}else{var o=t[0].propList,s=t[1].props,c=o.length,u=s.length;r.length=c+u;for(var l=0;l<c;l++)r[l]=o[l];for(var p=0;p<u;p++)r[p+c]=s[p]}},t}(eH),d.StructDeclarationList=J,J=o([eW(eF.struct_declaration_list)],J),$=/*#__PURE__*/function(e){function t(){var t;return t=e.apply(this,arguments)||this,t.props=[],t}a(t,e);var r=t.prototype;return r.init=function(){this.typeSpecifier=void 0,this.declaratorList=void 0,this.props.length=0},r.semanticAnalyze=function(e){var t=this.children,r=this.props;3===t.length?(this.typeSpecifier=t[0],this.declaratorList=t[1]):(this.typeSpecifier=t[1],this.declaratorList=t[2]);var i=t[0],n=this.typeSpecifier,a=n.type,o=n.lexeme;if(ef(i,Z)){var s=t[2],c=new eV(new eU(a,o),s.ident,i.index);r.push(c)}else{var u=this.declaratorList.declaratorList,l=u.length;r.length=l;for(var p=0;p<l;p++){var h=u[p],d=new eV(new eU(a,o,h.arraySpecifier),h.ident);r[p]=d}}},t}(eH),d.StructDeclaration=$,$=o([eW(eF.struct_declaration)],$),Z=/*#__PURE__*/function(e){function t(){return e.apply(this,arguments)||this}return a(t,e),t.prototype.semanticAnalyze=function(e){this.index=Number(this.children[4].lexeme)},t}(eH),d.LayoutQualifier=Z,Z=o([eW(eF.layout_qualifier)],Z),ee=/*#__PURE__*/function(e){function t(){var t;return t=e.apply(this,arguments)||this,t.declaratorList=[],t}a(t,e);var r=t.prototype;return r.init=function(){this.declaratorList.length=0},r.semanticAnalyze=function(e){var t=this.children,r=this.declaratorList;if(1===t.length)r.push(t[0]);else{var i=t[0],n=t[1],a=i.declaratorList.length;r.length=a+1;for(var o=0;o<a;o++)r[o]=i.declaratorList[o];r[a]=n}},t}(eH),d.StructDeclaratorList=ee,ee=o([eW(eF.struct_declarator_list)],ee),et=/*#__PURE__*/function(e){function t(){return e.apply(this,arguments)||this}a(t,e);var r=t.prototype;return r.init=function(){this.arraySpecifier=void 0},r.semanticAnalyze=function(e){var t=this.children;this.ident=t[0],this.arraySpecifier=t[1]},t}(eH),d.StructDeclarator=et,et=o([eW(eF.struct_declarator)],et),er=/*#__PURE__*/function(e){function t(){return e.apply(this,arguments)||this}a(t,e);var r=t.prototype;return r.semanticAnalyze=function(e){var t=this.children,r=t[0],i=t[1];this.type=r;var n=new ek(i.lexeme,new eU(r.type,r.typeSpecifier.lexeme),!0,this);e.symbolTableStack.insert(n)},r.codeGen=function(e){return e.visitGlobalVariableDeclaration(this)+";"},t}(eH),d.VariableDeclaration=er,er=o([eW(eF.variable_declaration)],er),ei=/*#__PURE__*/function(e){function t(){return e.apply(this,arguments)||this}return a(t,e),t.prototype.semanticAnalyze=function(e){var t=this.children,r=t.length,i=t[0].type;if(this.type=i,1!==r){var n=t[2],a=er.pool.get();3===r?a.set(n.location,[i,n]):a.set(n.location,[i,n,t[3]]),a.semanticAnalyze(e)}},t}(eH),d.VariableDeclarationList=ei,ei=o([eW(eF.variable_declaration_list)],ei),en=/*#__PURE__*/function(e){function t(){return e.apply(this,arguments)||this}a(t,e);var r=t.prototype;return r.semanticAnalyze=function(e){var t,r,i=this.children[0];this.lexeme=i.lexeme,this.symbolInfo=e.lookupSymbolBy(i.lexeme,eR.VAR),this.typeInfo=null==(r=this.symbolInfo)?void 0:null==(t=r.dataType)?void 0:t.type},r.codeGen=function(e){return e.visitVariableIdentifier(this)},t}(eH),d.VariableIdentifier=en,en=o([eW(eF.variable_identifier)],en),ea=/*#__PURE__*/function(e){function t(){return e.apply(this,arguments)||this}return a(t,e),t.prototype.semanticAnalyze=function(e){this.shaderData=e.shaderData,this.shaderData.symbolTable=e.symbolTableStack._scope},t}(eH),d.GLShaderProgram=ea,o([eW(eF.gs_shader_program)],ea);var ej=/*#__PURE__*/function(){function e(){}return e.isTerminal=function(e){return e<eF.START},e.toString=function(e){if(this.isTerminal(e)){var t;return null!=(t=e_[e])?t:eh[e]}return eF[e]},e.createProductionWithOptions=function(e,t,r){for(var n,a=[],o=i(t);!(n=o()).done;){var s=n.value;a.push([[].concat([e],s),function(e){for(var t=arguments.length,i=Array(t>1?t-1:0),n=1;n<t;n++)i[n-1]=arguments[n];if(i[0]){var a=i[0].location.start,o=i[i.length-1].location.end,s=t_.createRange(a,o);eu.get(null!=r?r:eu.TrivialNode.pool,e,s,i)}}])}return a},e.addMapSetItem=function(e,t,r){var i,n=null!=(i=e.get(t))?i:new Set;n.add(r),e.set(t,n)},e.isSubSet=function(e,t){for(var r,n=i(e);!(r=n()).done;){var a=r.value;if(!t.has(a))return!1}return!0},e.isActionEqual=function(e,t){return e.action===t.action&&e.target===t.target},e}(),eq=[].concat(ej.createProductionWithOptions(eF.gs_shader_program,[[eF.global_declaration],[eF.gs_shader_program,eF.global_declaration]],eu.GLShaderProgram.pool),ej.createProductionWithOptions(eF.global_declaration,[[eF.precision_specifier],[eF.variable_declaration_statement],[eF.struct_specifier],[eF.function_definition]]),ej.createProductionWithOptions(eF.variable_declaration,[[eF.fully_specified_type,e_.ID],[eF.fully_specified_type,e_.ID,eF.array_specifier]],eu.VariableDeclaration.pool),ej.createProductionWithOptions(eF.variable_declaration_list,[[eF.variable_declaration],[eF.variable_declaration_list,e_.COMMA,e_.ID],[eF.variable_declaration_list,e_.COMMA,e_.ID,eF.array_specifier]],eu.VariableDeclarationList.pool),ej.createProductionWithOptions(eF.variable_declaration_statement,[[eF.variable_declaration_list,e_.SEMICOLON]]),ej.createProductionWithOptions(eF.ext_builtin_type_specifier_nonarray,[[eh.VOID],[eh.FLOAT],[eh.BOOL],[eh.INT],[eh.UINT],[eh.VEC2],[eh.VEC3],[eh.VEC4],[eh.BVEC2],[eh.BVEC3],[eh.BVEC4],[eh.IVEC2],[eh.IVEC3],[eh.IVEC4],[eh.UVEC2],[eh.UVEC3],[eh.UVEC4],[eh.MAT2],[eh.MAT3],[eh.MAT4],[eh.MAT2X3],[eh.MAT2X4],[eh.MAT3X2],[eh.MAT3X4],[eh.MAT4X2],[eh.MAT4X3],[eh.SAMPLER2D],[eh.SAMPLER3D],[eh.SAMPLER_CUBE],[eh.SAMPLER2D_SHADOW],[eh.SAMPLER_CUBE_SHADOW],[eh.SAMPLER2D_ARRAY],[eh.SAMPLER2D_ARRAY_SHADOW],[eh.I_SAMPLER2D],[eh.I_SAMPLER3D],[eh.I_SAMPLER_CUBE],[eh.I_SAMPLER2D_ARRAY],[eh.U_SAMPLER2D],[eh.U_SAMPLER3D],[eh.U_SAMPLER_CUBE],[eh.U_SAMPLER2D_ARRAY]],eu.ExtBuiltinTypeSpecifierNonArray.pool),ej.createProductionWithOptions(eF.type_specifier_nonarray,[[e_.ID],[eF.ext_builtin_type_specifier_nonarray]],eu.TypeSpecifierNonArray.pool),ej.createProductionWithOptions(eF.fully_specified_type,[[eF.type_specifier],[eF.type_qualifier,eF.type_specifier]],eu.FullySpecifiedType.pool),ej.createProductionWithOptions(eF.type_specifier,[[eF.type_specifier_nonarray],[eF.ext_builtin_type_specifier_nonarray,eF.array_specifier]],eu.TypeSpecifier.pool),ej.createProductionWithOptions(eF.type_qualifier,[[eF.single_type_qualifier],[eF.type_qualifier,eF.single_type_qualifier]],eu.TypeQualifier.pool),ej.createProductionWithOptions(eF.single_type_qualifier,[[eF.storage_qualifier],[eF.precision_qualifier],[eF.interpolation_qualifier],[eF.invariant_qualifier],[eh.PRECISE]],eu.SingleTypeQualifier.pool),ej.createProductionWithOptions(eF.storage_qualifier,[[eh.CONST],[eh.IN],[eh.INOUT],[eh.OUT],[eh.CENTROID]]),ej.createProductionWithOptions(eF.interpolation_qualifier,[[eh.SMOOTH],[eh.FLAT]]),ej.createProductionWithOptions(eF.invariant_qualifier,[[eh.INVARIANT]]),ej.createProductionWithOptions(eF.precision_qualifier,[[eh.HIGHP],[eh.MEDIUMP],[eh.LOWP]]),ej.createProductionWithOptions(eF.struct_specifier,[[eh.STRUCT,e_.ID,e_.LEFT_BRACE,eF.struct_declaration_list,e_.RIGHT_BRACE,e_.SEMICOLON],[eh.STRUCT,e_.LEFT_BRACE,eF.struct_declaration_list,e_.RIGHT_BRACE,e_.SEMICOLON]],eu.StructSpecifier.pool),ej.createProductionWithOptions(eF.struct_declaration_list,[[eF.struct_declaration],[eF.struct_declaration_list,eF.struct_declaration]],eu.StructDeclarationList.pool),ej.createProductionWithOptions(eF.struct_declaration,[[eF.type_specifier,eF.struct_declarator_list,e_.SEMICOLON],[eF.type_qualifier,eF.type_specifier,eF.struct_declarator_list,e_.SEMICOLON],[eF.layout_qualifier,eF.type_specifier,eF.struct_declarator,e_.SEMICOLON]],eu.StructDeclaration.pool),ej.createProductionWithOptions(eF.layout_qualifier,[[eh.LAYOUT,e_.LEFT_PAREN,eh.LOCATION,e_.EQUAL,e_.INT_CONSTANT,e_.RIGHT_PAREN]],eu.LayoutQualifier.pool),ej.createProductionWithOptions(eF.struct_declarator_list,[[eF.struct_declarator],[eF.struct_declarator_list,e_.COMMA,eF.struct_declarator]],eu.StructDeclaratorList.pool),ej.createProductionWithOptions(eF.struct_declarator,[[e_.ID],[e_.ID,eF.array_specifier]],eu.StructDeclarator.pool),ej.createProductionWithOptions(eF.array_specifier,[[e_.LEFT_BRACKET,e_.RIGHT_BRACKET],[e_.LEFT_BRACKET,eF.integer_constant_expression,e_.RIGHT_BRACKET]],eu.ArraySpecifier.pool),ej.createProductionWithOptions(eF.integer_constant_expression_operator,[[e_.PLUS],[e_.DASH],[e_.STAR],[e_.SLASH],[e_.PERCENT]],eu.IntegerConstantExpressionOperator.pool),ej.createProductionWithOptions(eF.integer_constant_expression,[[eF.variable_identifier],[e_.INT_CONSTANT],[eF.integer_constant_expression,eF.integer_constant_expression_operator,e_.INT_CONSTANT],[eF.integer_constant_expression,eF.integer_constant_expression_operator,eF.variable_identifier]],eu.IntegerConstantExpression.pool),ej.createProductionWithOptions(eF.conditional_expression,[[eF.logical_or_expression],[eF.logical_or_expression,e_.QUESTION,eF.expression,e_.COLON,eF.assignment_expression]]),ej.createProductionWithOptions(eF.logical_or_expression,[[eF.logical_xor_expression],[eF.logical_or_expression,e_.OR_OP,eF.logical_xor_expression]]),ej.createProductionWithOptions(eF.logical_xor_expression,[[eF.logical_and_expression],[eF.logical_xor_expression,e_.XOR_OP,eF.logical_and_expression]]),ej.createProductionWithOptions(eF.logical_and_expression,[[eF.inclusive_or_expression],[eF.logical_and_expression,e_.AND_OP,eF.inclusive_or_expression]]),ej.createProductionWithOptions(eF.inclusive_or_expression,[[eF.exclusive_or_expression],[eF.inclusive_or_expression,e_.VERTICAL_BAR,eF.exclusive_or_expression]]),ej.createProductionWithOptions(eF.exclusive_or_expression,[[eF.and_expression],[eF.exclusive_or_expression,e_.CARET,eF.and_expression]]),ej.createProductionWithOptions(eF.and_expression,[[eF.equality_expression],[eF.and_expression,e_.AMPERSAND,eF.equality_expression]]),ej.createProductionWithOptions(eF.equality_expression,[[eF.relational_expression],[eF.equality_expression,e_.EQ_OP,eF.relational_expression],[eF.equality_expression,e_.NE_OP,eF.relational_expression]]),ej.createProductionWithOptions(eF.relational_expression,[[eF.shift_expression],[eF.relational_expression,e_.LEFT_ANGLE,eF.shift_expression],[eF.relational_expression,e_.RIGHT_ANGLE,eF.shift_expression],[eF.relational_expression,e_.LE_OP,eF.shift_expression],[eF.relational_expression,e_.GE_OP,eF.shift_expression]]),ej.createProductionWithOptions(eF.shift_expression,[[eF.additive_expression],[eF.shift_expression,e_.LEFT_OP,eF.additive_expression],[eF.shift_expression,e_.RIGHT_OP,eF.additive_expression]]),ej.createProductionWithOptions(eF.additive_expression,[[eF.multiplicative_expression],[eF.additive_expression,e_.PLUS,eF.multiplicative_expression],[eF.additive_expression,e_.DASH,eF.multiplicative_expression]]),ej.createProductionWithOptions(eF.multiplicative_expression,[[eF.unary_expression],[eF.multiplicative_expression,e_.STAR,eF.unary_expression],[eF.multiplicative_expression,e_.SLASH,eF.unary_expression],[eF.multiplicative_expression,e_.PERCENT,eF.unary_expression]]),ej.createProductionWithOptions(eF.unary_expression,[[eF.postfix_expression],[e_.INC_OP,eF.unary_expression],[e_.DEC_OP,eF.unary_expression],[eF.unary_operator,eF.unary_expression]]),ej.createProductionWithOptions(eF.unary_operator,[[e_.PLUS],[e_.DASH],[e_.BANG],[e_.TILDE]]),ej.createProductionWithOptions(eF.postfix_expression,[[eF.primary_expression],[eF.postfix_expression,e_.LEFT_BRACKET,eF.expression,e_.RIGHT_BRACKET],[eF.function_call],[eF.postfix_expression,e_.DOT,e_.ID],[eF.postfix_expression,e_.DOT,eF.function_call],[eF.postfix_expression,e_.INC_OP],[eF.postfix_expression,e_.DEC_OP]],eu.PostfixExpression.pool),ej.createProductionWithOptions(eF.primary_expression,[[eF.variable_identifier],[e_.INT_CONSTANT],[e_.FLOAT_CONSTANT],[eh.TRUE],[eh.FALSE],[e_.LEFT_PAREN,eF.expression,e_.RIGHT_PAREN]],eu.PrimaryExpression.pool),ej.createProductionWithOptions(eF.expression,[[eF.assignment_expression],[eF.expression,e_.COMMA,eF.assignment_expression]],eu.Expression.pool),ej.createProductionWithOptions(eF.assignment_expression,[[eF.conditional_expression],[eF.unary_expression,eF.assignment_operator,eF.assignment_expression]],eu.AssignmentExpression.pool),ej.createProductionWithOptions(eF.assignment_operator,[[e_.EQUAL],[e_.MUL_ASSIGN],[e_.DIV_ASSIGN],[e_.MOD_ASSIGN],[e_.ADD_ASSIGN],[e_.SUB_ASSIGN],[e_.LEFT_ASSIGN],[e_.RIGHT_ASSIGN],[e_.AND_ASSIGN],[e_.XOR_ASSIGN],[e_.OR_ASSIGN]]),ej.createProductionWithOptions(eF.function_call,[[eF.function_call_generic]],eu.FunctionCall.pool),ej.createProductionWithOptions(eF.function_call_generic,[[eF.function_identifier,e_.LEFT_PAREN,eF.function_call_parameter_list,e_.RIGHT_PAREN],[eF.function_identifier,e_.LEFT_PAREN,e_.RIGHT_PAREN],[eF.function_identifier,eh.VOID,e_.RIGHT_PAREN]],eu.FunctionCallGeneric.pool),ej.createProductionWithOptions(eF.function_call_parameter_list,[[eF.assignment_expression],[eF.function_call_parameter_list,e_.COMMA,eF.assignment_expression]],eu.FunctionCallParameterList.pool),ej.createProductionWithOptions(eF.function_identifier,[[eF.type_specifier]],eu.FunctionIdentifier.pool),ej.createProductionWithOptions(eF.function_definition,[[eF.function_prototype,eF.compound_statement_no_scope]],eu.FunctionDefinition.pool),ej.createProductionWithOptions(eF.function_prototype,[[eF.function_declarator,e_.RIGHT_PAREN]],eu.FunctionProtoType.pool),ej.createProductionWithOptions(eF.function_declarator,[[eF.function_header],[eF.function_header,eF.function_parameter_list]],eu.FunctionDeclarator.pool),ej.createProductionWithOptions(eF.function_header,[[eF.fully_specified_type,e_.ID,e_.LEFT_PAREN]],eu.FunctionHeader.pool),ej.createProductionWithOptions(eF.function_parameter_list,[[eF.parameter_declaration],[eF.function_parameter_list,e_.COMMA,eF.parameter_declaration]],eu.FunctionParameterList.pool),ej.createProductionWithOptions(eF.parameter_declaration,[[eF.type_qualifier,eF.parameter_declarator],[eF.parameter_declarator]],eu.ParameterDeclaration.pool),ej.createProductionWithOptions(eF.parameter_declarator,[[eF.type_specifier,e_.ID],[eF.type_specifier,e_.ID,eF.array_specifier]],eu.ParameterDeclarator.pool),ej.createProductionWithOptions(eF.statement_list,[[eF.statement],[eF.statement_list,eF.statement]],eu.StatementList.pool),ej.createProductionWithOptions(eF.statement,[[eF.compound_statement],[eF.simple_statement]]),ej.createProductionWithOptions(eF.compound_statement_no_scope,[[e_.LEFT_BRACE,e_.RIGHT_BRACE],[e_.LEFT_BRACE,eF.statement_list,e_.RIGHT_BRACE]],eu.CompoundStatementNoScope.pool),ej.createProductionWithOptions(eF.compound_statement,[[e_.LEFT_BRACE,e_.RIGHT_BRACE],[eF.scope_brace,eF.statement_list,eF.scope_end_brace]]),ej.createProductionWithOptions(eF.simple_statement,[[eF.declaration],[eF.expression_statement],[eF.selection_statement],[eF.iteration_statement],[eF.jump_statement]]),ej.createProductionWithOptions(eF.declaration,[[eF.function_prototype,e_.SEMICOLON],[eF.init_declarator_list,e_.SEMICOLON],[eh.PRECISION,eF.precision_qualifier,eF.ext_builtin_type_specifier_nonarray,e_.SEMICOLON],[eF.type_qualifier,e_.ID,e_.SEMICOLON],[eF.type_qualifier,e_.ID,eF.identifier_list,e_.SEMICOLON]],eu.Declaration.pool),ej.createProductionWithOptions(eF.identifier_list,[[e_.COMMA,e_.ID],[eF.identifier_list,e_.COMMA,e_.ID]],eu.IdentifierList.pool),ej.createProductionWithOptions(eF.init_declarator_list,[[eF.single_declaration],[eF.init_declarator_list,e_.COMMA,e_.ID],[eF.init_declarator_list,e_.COMMA,e_.ID,eF.array_specifier],[eF.init_declarator_list,e_.COMMA,e_.ID,eF.array_specifier,e_.EQUAL,eF.initializer],[eF.init_declarator_list,e_.COMMA,e_.ID,e_.EQUAL,eF.initializer]],eu.InitDeclaratorList.pool),ej.createProductionWithOptions(eF.single_declaration,[[eF.fully_specified_type,e_.ID],[eF.fully_specified_type,e_.ID,eF.array_specifier],[eF.fully_specified_type,e_.ID,eF.array_specifier,e_.EQUAL,eF.initializer],[eF.fully_specified_type,e_.ID,e_.EQUAL,eF.initializer]],eu.SingleDeclaration.pool),ej.createProductionWithOptions(eF.initializer,[[eF.assignment_expression],[e_.LEFT_BRACE,eF.initializer_list,e_.RIGHT_BRACE]]),ej.createProductionWithOptions(eF.initializer_list,[[eF.initializer],[eF.initializer_list,e_.COMMA,eF.initializer]]),ej.createProductionWithOptions(eF.expression_statement,[[e_.SEMICOLON],[eF.expression,e_.SEMICOLON]]),ej.createProductionWithOptions(eF.selection_statement,[[eh.IF,e_.LEFT_PAREN,eF.expression,e_.RIGHT_PAREN,eF.statement],[eh.IF,e_.LEFT_PAREN,eF.expression,e_.RIGHT_PAREN,eF.statement,eh.ELSE,eF.statement]]),ej.createProductionWithOptions(eF.iteration_statement,[[eh.WHILE,e_.LEFT_PAREN,eF.condition,e_.RIGHT_PAREN,eF.statement],[eh.FOR,e_.LEFT_PAREN,eF.for_init_statement,eF.for_rest_statement,e_.RIGHT_PAREN,eF.statement]]),ej.createProductionWithOptions(eF.precision_specifier,[[eh.PRECISION,eF.precision_qualifier,eF.ext_builtin_type_specifier_nonarray,e_.SEMICOLON]],eu.PrecisionSpecifier.pool),ej.createProductionWithOptions(eF.for_init_statement,[[eF.expression_statement],[eF.declaration]]),ej.createProductionWithOptions(eF.condition,[[eF.expression],[eF.fully_specified_type,e_.ID,e_.EQUAL,eF.initializer]]),ej.createProductionWithOptions(eF.for_rest_statement,[[eF.conditionopt,e_.SEMICOLON],[eF.conditionopt,e_.SEMICOLON,eF.expression]]),ej.createProductionWithOptions(eF.conditionopt,[[e_.EPSILON],[eF.condition]]),ej.createProductionWithOptions(eF.jump_statement,[[eh.CONTINUE,e_.SEMICOLON],[eh.BREAK,e_.SEMICOLON],[eh.RETURN,e_.SEMICOLON],[eh.RETURN,eF.expression,e_.SEMICOLON],[eh.DISCARD,e_.SEMICOLON]],eu.JumpStatement.pool),ej.createProductionWithOptions(eF.scope_brace,[[e_.LEFT_BRACE]],eu.ScopeBrace.pool),ej.createProductionWithOptions(eF.scope_end_brace,[[e_.RIGHT_BRACE]],eu.ScopeEndBrace.pool),ej.createProductionWithOptions(eF.variable_identifier,[[e_.ID]],eu.VariableIdentifier.pool)),ez=function(e){for(var t=0;t<eq.length;t++){var r=eq[t][1];r&&e.addTranslationRule(t,r)}},eQ=/*#__PURE__*/function(){function e(t,r,n){this._needReInfer=!0,this.production=t,this.position=r,this.lookaheadSet=new Set;for(var a,o=i(n);!(a=o()).done;){var s=a.value;this.lookaheadSet.add(s)}this.id=e._id++}var t=e.prototype;return t.addLookahead=function(e){for(var t,r=i(e);!(t=r()).done;){var n=t.value;this.lookaheadSet.has(n)||(this.lookaheadSet.add(n),this.needReInfer=!0)}},t.symbolByOffset=function(e){return this.production.derivation[this.position+e]},t.canReduce=function(){if(this.position>this.production.derivation.length-1)return!0;for(var e=this.position;e<this.production.derivation.length;e++)if(this.production.derivation[e]!==e_.EPSILON)return!1;return!0},t.advance=function(){return new e(this.production,this.position+1,this.lookaheadSet)},ex(e,[{key:"needReInfer",get:function(){return this._needReInfer},set:function(e){this._needReInfer=e}},{key:"curSymbol",get:function(){return this.production.derivation[this.position]}},{key:"nextSymbol",get:function(){return this.production.derivation[this.position+1]}}]),e}();eQ._id=0;var eX=/*#__PURE__*/function(){function e(t){this.closured=!1,this._stateItemPool=new Map,this.id=e._id++,this._items=new Set([].concat(t)),this.cores=new Set([].concat(t));for(var r,n=i(t);!(r=n()).done;){var a=r.value,o=this.getStateItemMapKey(a.production,a.position);this._stateItemPool.set(o,a)}e.pool.set(this.id,this)}var t=e.prototype;return t.getStateItemMapKey=function(e,t){return e.id+","+t},t.createStateItem=function(e,t,r){void 0===r&&(r=new Set);var n=this.getStateItemMapKey(e,t),a=this._stateItemPool.get(n);if(a){for(var o,s=i(r);!(o=s()).done;){var c=o.value;a.lookaheadSet.has(c)||(a.lookaheadSet.add(c),a.needReInfer=!0)}return a}var u=new eQ(e,t,r);return this._stateItemPool.set(n,u),u},e.create=function(t){var r=this.getMapKey(t),n=this.closureMap.get(r);if(n){for(var a,o=i(t);!(a=o()).done;){var s=a.value;n.createStateItem(s.production,s.position,s.lookaheadSet)}return n}var c=new e(t);return this.closureMap.set(r,c),c},e.getMapKey=function(e){return e.map(function(e){return e.production.id+","+e.position}).join(";")},ex(e,[{key:"items",get:function(){return this._items}},{key:"needReInfer",get:function(){for(var e,t=i(this.cores);!(e=t()).done;)if(e.value.needReInfer)return!0;return!1}}]),e}();eX.closureMap=new Map,eX.pool=new Map,eX._id=0;var eK=/*#__PURE__*/function(){function e(e){this.firstSetMap=new Map,this.followSetMap=new Map,this.actionTable=new Map,this.gotoTable=new Map,this._firstSetNTStack=[],this.grammar=e}var t=e.prototype;return t.generate=function(){this.computeFirstSet(),this.buildStateTable()},t.buildStateTable=function(){var e=[new eQ(this.grammar.productions[0],0,[e_.EOF])],t=eX.create(e);this._extendState(t)},t._extendState=function(e){if(e.needReInfer){this._closure(e);for(var t,r=this._inferNextState(e),n=i(r);!(t=n()).done;){var a=t.value;this._extendState(a)}}},t._closure=function(e){for(var t,r=i(e.cores);!(t=r()).done;){var n=t.value;n.canReduce()||this._extendStateItem(e,n)}return e.closured=!0,e},t._extendStateItem=function(e,t){if(!ej.isTerminal(t.curSymbol)){var r=this.grammar.getProductionList(t.curSymbol);if(t.nextSymbol){for(var n=new Set,a=!1,o=1,s=t.symbolByOffset(1);s;s=t.symbolByOffset(++o)){if(ej.isTerminal(s)){n.add(s),a=!0;break}c=this.firstSetMap.get(s);for(var c,u,l=i(c);!(u=l()).done;){var p=u.value;n.add(p)}if(!c.has(e_.EPSILON))break}if(!a&&(null==c?void 0:c.has(e_.EPSILON)))for(var h,d=i(t.lookaheadSet);!(h=d()).done;){var _=h.value;n.add(_)}for(var f,S=i(r);!(f=S()).done;){var v=f.value,m=e.createStateItem(v,0);e.items.has(m)&&ej.isSubSet(n,m.lookaheadSet)||(e.items.add(m),m.addLookahead(n),this._extendStateItem(e,m))}}else for(var g,y=i(r);!(g=y()).done;){var x=g.value,E=e.createStateItem(x,0);e.items.has(E)&&ej.isSubSet(t.lookaheadSet,E.lookaheadSet)||(e.items.add(E),E.addLookahead(t.lookaheadSet),this._extendStateItem(e,E))}}},t._inferNextState=function(e){var t=new Map,r=null!=(a=this.actionTable.get(e.id))?a:new Map,n=null!=(o=this.gotoTable.get(e.id))?o:new Map;this.actionTable.set(e.id,r),this.gotoTable.set(e.id,n);for(var a,o,s,c=i(e.items);!(s=c()).done;){var u=s.value;if(u.canReduce()){var l=void 0;l=u.production.goal!==eF.START?{action:eb.Reduce,target:u.production.id}:{action:eb.Accept};for(var p,h=i(u.lookaheadSet);!(p=h()).done;){var d=p.value;this._addAction(r,d,l)}}else{var _=u.advance();ej.addMapSetItem(t,u.curSymbol,_)}u.needReInfer=!1}for(var f,S=new Set,v=i(t.entries());!(f=v()).done;){var m=f.value,g=m[0],y=m[1],x=eX.create(Array.from(y));ej.isTerminal(g)?this._addAction(r,g,{action:eb.Shift,target:x.id}):n.set(g,x.id),S.add(x)}return S},t._addAction=function(e,t,r){var i=e.get(t);(!i||ej.isActionEqual(i,r)||t!==eh.ELSE||i.action!==eb.Shift||r.action!==eb.Reduce)&&e.set(t,r)},t.computeFirstSet=function(){for(var e,t=i(this.grammar.productions.slice(1));!(e=t()).done;){var r=e.value;this._computeFirstSetForNT(r.goal)}},t._computeFirstSetForNT=function(e){var t=this._firstSetNTStack.findIndex(function(t){return t===e});if(-1!==t){for(var r=this.firstSetMap.get(e),n=this._firstSetNTStack.length,a=n-1;a>t;a--){var o=this._firstSetNTStack[a];this.firstSetMap.set(o,r)}return r}this._firstSetNTStack.push(e);var s=this.grammar.getProductionList(e),c=new Set;this.firstSetMap.set(e,c),this.grammar.isNullableNT(e)&&c.add(e_.EPSILON);for(var u,l=i(s);!(u=l()).done;){for(var p=u.value,h=0;h<p.derivation.length;h++){var d=p.derivation[h];if(ej.isTerminal(d)){c.add(d);break}for(var _,f=this._computeFirstSetForNT(d),S=i(f);!(_=S()).done;){var v=_.value;v!==e_.EPSILON&&c.add(v)}if(!this.grammar.isNullableNT(d))break}h===p.derivation.length&&c.add(e_.EPSILON)}return this._firstSetNTStack.pop(),c},e}(),eY=/*#__PURE__*/function(){function e(e,t,r){this._traceBackStack=[],this.actionTable=e,this.gotoTable=t,this.grammar=r,this.sematicAnalyzer=new eD}return e.prototype.parse=function(e){this.sematicAnalyzer.reset();var r=performance.now(),i=this._traceBackStack,n=this.sematicAnalyzer;i.push(0);for(var a=e.next(),o=0;;){o+=1;var s=a.value,c=this.stateActionTable.get(s.type);if((null==c?void 0:c.action)===eb.Shift)i.push(s,c.target),a=e.next();else{if((null==c?void 0:c.action)===eb.Accept)return t.Logger.info("[pass compilation - parser] Accept! State automata run "+o+" times! cost time "+(performance.now()-r)+"ms"),null==n.acceptRule||n.acceptRule.call(n,n),n.semanticStack.pop();if((null==c?void 0:c.action)!==eb.Reduce)return eS.createGSError("Unexpected token "+s.lexeme,eE.CompilationError,t_._processingPassText,s.location),null;for(var u=c.target,l=this.grammar.getProductionByID(u),p=n.getTranslationRule(l.id),h=[],d=l.derivation.length-1;d>=0;d--)if(l.derivation[d]!==e_.EPSILON){i.pop();var _=i.pop();if(ef(_,ev))h.unshift(_);else{var f=n.semanticStack.pop();h.unshift(f)}}null==p||p.apply(void 0,[].concat([n],h));var S=this.stateGotoTable;i.push(l.goal);var v=null==S?void 0:S.get(l.goal);i.push(v);continue}}},e.create=function(){if(!this._singleton){var t=ew.create(eF.gs_shader_program,eq.map(function(e){return e[0]})),r=new eK(t);r.generate(),this._singleton=new e(r.actionTable,r.gotoTable,t),ez(this._singleton.sematicAnalyzer)}return this._singleton},ex(e,[{key:"curState",get:function(){return this._traceBackStack[this._traceBackStack.length-1]}},{key:"stateActionTable",get:function(){return this.actionTable.get(this.curState)}},{key:"stateGotoTable",get:function(){return this.gotoTable.get(this.curState)}}]),e}();function eJ(e){return e&&"undefined"!=typeof Symbol&&e.constructor===Symbol?"symbol":typeof e}var e$=/*#__PURE__*/function(){function e(e,t,r,i){this.macro=e,this.body=t,this.location=r,this.args=i,i&&(this._argsLexemes=this.args.map(function(e){return e.lexeme}),this._replaceRegex=RegExp("\\b("+this._argsLexemes.join("|")+")\\b","g"))}return e.prototype.expandFunctionBody=function(e){var t,r=this;if(e.length!==(null==(t=this.args)?void 0:t.length))throw eS.createGSError("mismatched function macro",GSErrorName.PreprocessorError,"",this.location);return this.body.lexeme.replace(this._replaceRegex,function(t){return e[r._argsLexemes.indexOf(t)]})},ex(e,[{key:"isFunction",get:function(){var e;return!!(null==(e=this.args)?void 0:e.length)}}]),e}(),eZ=((eo={})[eo.id=0]="id",eo[eo.line_remain=1]="line_remain",eo[eo.chunk=2]="chunk",eo[eo.int_constant=3]="int_constant",eo[eo.string_const=4]="string_const",eo[eo.right_op=5]="right_op",eo[eo.left_op=6]="left_op",eo[eo.left_paren=7]="left_paren",eo[eo.right_paren=8]="right_paren",eo[eo.ge=9]="ge",eo[eo.le=10]="le",eo[eo.eq=11]="eq",eo[eo.neq=12]="neq",eo[eo.and=13]="and",eo[eo.or=14]="or",eo[eo.left_angle=15]="left_angle",eo[eo.right_angle=16]="right_angle",eo[eo.star=17]="star",eo[eo.plus=18]="plus",eo[eo.dash=19]="dash",eo[eo.bang=20]="bang",eo[eo.slash=21]="slash",eo[eo.percent=22]="percent",eo[eo.EOF=100]="EOF",eo),e0=((es={})[es.define=101]="define",es[es.undef=102]="undef",es[es.if=103]="if",es[es.ifdef=104]="ifdef",es[es.ifndef=105]="ifndef",es[es.else=106]="else",es[es.elif=107]="elif",es[es.endif=108]="endif",es[es.include=109]="include",es[es.defined=110]="defined",es),e1=new Map([["#define",101],["#undef",102],["#if",103],["#ifdef",104],["#ifndef",105],["#else",106],["#elif",107],["#endif",108],["#include",109],["defined",110]]),e2=/*#__PURE__*/function(){function e(){}return e.expand=function(e,t){for(var r,n=[],a=0,o=0,s=i(e);!(r=s()).done;){var c=r.value,u=t.slice(a,c.rangeInBlock.start.index);n.push(u,c.replace);var l=o+u.length+c.replace.length;a=c.rangeInBlock.end.index,o=l}return n.push(t.slice(a)),n.join("")},e.assembleSegments=function(e,t){for(var r,n=[],a=0,o=i(e);!(r=o()).done;){var s=r.value,c=t.slice(a,s.range.start.index);n.push(c,s.replace),a=s.range.end.index}return n.push(t.slice(a)),n.join("")},e}(),e3=/*#__PURE__*/function(e){function t(t){var r;return(r=e.call(this,t)||this).macroLvl=0,r}a(t,e);var r=t.prototype;return r.scanDirective=function(e){var t=this._advanceToDirective(e);return[e0.if,e0.ifdef,e0.ifndef].includes(null==t?void 0:t.type)?this.macroLvl+=1:(null==t?void 0:t.type)===e0.endif&&(this.macroLvl-=1),t},r.scanWordsUntilChar=function(e){for(var t=[];;)if(this.skipSpace(!0),eg.isLetter(this.getCurCharCode()))t.push(this.scanWord());else{if(this.getCurChar()===e)return this._advance(),t;this._advance()}},r.scanWord=function(e){if(void 0===e&&(e=!1),e)for(;!eg.isLetter(this.getCurCharCode())&&!this.isEnd();)this._advance();else this.skipSpace(!0);if(this.isEnd())return em;for(var t=this._currentIndex;eg.isLetter(this.getCurCharCode())&&!this.isEnd();)this._advance();var r=this._currentIndex,i=this._source.slice(t,r);r===t&&this.throwError(this.getShaderPosition(0),"no word found.");var n=e1.get(i);if(n){var a=ev.pool.get();return a.set(n,i,this.getShaderPosition(0)),a}var o=ev.pool.get();return o.set(eZ.id,i,this.getShaderPosition(i.length)),o},r.getShaderPosition=function(e){return t_.createPosition(this._currentIndex-e)},r.scanToken=function(e){if(this.skipCommentsAndSpace(),!this.isEnd()){for(var t=this._source,r=this._currentIndex,i=!1,n=t.length;this._currentIndex<n;)if(eg.isPpCharacters(t.charCodeAt(this._currentIndex)))this._advance(),i=!0;else{if(i)break;this._advance(),this.skipCommentsAndSpace(),r=this._currentIndex}var a=t.slice(r,this._currentIndex),o=ev.pool.get(),s=e1.get(a);return o.set(null!=s?s:eZ.id,a,this.getShaderPosition(this._currentIndex-r)),null==e||e(o,this),o}},r.scanQuotedString=function(){this.skipSpace(!0),'"'!==this.getCurChar()&&this.throwError(this.getShaderPosition(0),"unexpected char, expected '\"'");var e=this.getShaderPosition(0);this._advance();for(var t=this._currentIndex;'"'!==this.getCurChar()&&!this.isEnd();)this._advance();this.isEnd()&&this.throwError(this.getShaderPosition(0),"unexpected char, expected '\"'");var r=this._source.slice(t,this._currentIndex),i=ev.pool.get();return i.set(eZ.string_const,r,e),i},r.scanToChar=function(e){for(var t=this._source;t[this._currentIndex]!==e&&!this.isEnd();)this._advance()},r.scanMacroBranchChunk=function(){for(var e=this._currentIndex,t=this.getShaderPosition(0),r=this.macroLvl,i=this.scanDirective();(i.type!==e0.endif||r-1!==this.macroLvl)&&(![e0.elif,e0.else].includes(i.type)||r!==this.macroLvl);)i=this.scanDirective();var n=this._source.slice(e,this._currentIndex-i.lexeme.length-1),a=ev.pool.get();return a.set(eZ.chunk,n,t),{token:a,nextDirective:i}},r.scanPairedBlock=function(e,t){this.scanToChar(e);var r=0,i=this._source;do{var n=i[this._currentIndex];n===e?r++:n===t&&r--,this._advance()}while(r>0)},r.scanRemainMacro=function(){for(var e=this.macroLvl,t=this.scanDirective();!this.isEnd()&&(t.type!==e0.endif||e-1!==this.macroLvl);)t=this.scanDirective();return this.getShaderPosition(0)},r.peekNonSpace=function(){for(var e=this._currentIndex;/\s/.test(this._source[e]);)e+=1;return this._source[e]},r.scanInteger=function(){for(var e=this._currentIndex;eg.isNum(this.getCurCharCode());)this._advance();this._currentIndex===e&&this.throwError(this.getShaderPosition(0),"no integer found");var t=this._source.slice(e,this._currentIndex),r=ev.pool.get();return r.set(eZ.int_constant,t,this.getShaderPosition(0)),r},r.scanLineRemain=function(){this.skipSpace(!1);for(var e=this._currentIndex,t=[];"\n"!==this.getCurChar();){if(this.isEnd()){var r=this._source.slice(e,this._currentIndex),i=ev.pool.get();return i.set(eZ.line_remain,r,this.getShaderPosition(r.length)),i}this._advance();var n=this._skipComments();n&&(n.start.index-=e,n.end.index-=e,t.push(n))}var a=this._source.slice(e,this._currentIndex);t.length&&(a=e2.assembleSegments(t.map(function(e){return{range:e,replace:""}}),a));var o=ev.pool.get();return o.set(eZ.line_remain,a,this.getShaderPosition(a.length)),o},r._advanceToDirective=function(e){for(;;){var t=this.scanToken(e);if(null==t?void 0:t.lexeme.startsWith("#"))return t;if(this.isEnd())return}},r._skipComments=function(){if("//"===this.peek(2)){for(var e=this.getShaderPosition(0);"\n"!==this.getCurChar()&&!this.isEnd();)this._advance();return t_.createRange(e,this.getCurPosition())}if("/*"===this.peek(2)){var t=this.getShaderPosition(0);for(this.advance(2);"*/"!==this.peek(2)&&!this.isEnd();)this._advance();return this.advance(2),t_.createRange(t,this.getShaderPosition(0))}},t}(eT),e4=/*#__PURE__*/function(){function e(){}return e.reset=function(e,t){this._definedMacros.clear(),this._expandSegmentsStack.length=0,this._expandSegmentsStack.push([]),this._branchMacros.clear(),this.addPredefinedMacro("GL_ES"),this._includeMap=e,this._basePathForIncludeKey=t},e.addPredefinedMacro=function(e,t){var r,i=ev.pool.get();i.set(eZ.id,e),t&&(r=ev.pool.get()).set(eZ.id,t),this._definedMacros.set(e,new e$(i,r))},e.parse=function(e){for(;!e.isEnd();){var t=e.scanDirective(this._onToken.bind(this));if(e.isEnd())break;switch(t.type){case e0.define:this._parseDefine(e);break;case e0.undef:this._parseUndef(e);break;case e0.if:this._parseIf(e);break;case e0.ifndef:this._parseIfNdef(e);break;case e0.ifdef:this._parseIfDef(e);break;case e0.include:this._parseInclude(e)}}return e2.expand(this.expandSegments,e.source,e.sourceMap)},e.reportError=function(e,t,r,i){eS.createGSError(t,eE.PreprocessorError,r,e,i)},e._parseInclude=function(e){var r,i=e.getShaderPosition(8);e.skipSpace(!0);var n=e.scanQuotedString();r="."!==n.lexeme[0]?n.lexeme:new URL(n.lexeme,this._basePathForIncludeKey).href.substring(t.ShaderPass._shaderRootPath.length),e.scanToChar("\n");var a=e.getShaderPosition(0),o=this._includeMap[r];if(!o){this.reportError(n.location,'Shader slice "'+r+'" not founded.',e.source,e.file);return}var s=t_.createRange(i,a),c=this._expandMacroChunk(o,s,n.lexeme);this.expandSegments.push({rangeInBlock:s,replace:c.content})},e._parseIfDef=function(e){var t=e.current-6,r=e.scanWord();this._addEmptyReplace(e,t),this._branchMacros.add(r.lexeme);var i=this._definedMacros.get(r.lexeme);e.skipSpace(!0);var n=e.scanMacroBranchChunk(),a=n.token,o=n.nextDirective;if(i){var s=o.type===e0.endif?e.getShaderPosition(0):e.scanRemainMacro(),c=this._expandMacroChunk(a.lexeme,a.location,e),u=t_.createRange(a.location.start,s);this.expandSegments.push({rangeInBlock:u,replace:c.content});return}this.expandSegments.pop(),this._addEmptyReplace(e,t),this._parseMacroBranch(o.type,e)},e._parseMacroBranch=function(e,t){if(e!==e0.endif){var r=t.current;if(e===e0.else){var i=t.scanMacroBranchChunk().token,n=this._expandMacroChunk(i.lexeme,i.location,t),a=t_.createPosition(r),o=t_.createRange(a,t.getShaderPosition(0));this.expandSegments.push({rangeInBlock:o,replace:n.content})}else if(e===e0.elif){var s=this._parseConstantExpression(t),c=t.scanMacroBranchChunk(),u=c.token,l=c.nextDirective;if(s){var p=l.type===e0.endif?t.current:t.scanRemainMacro().index,h=this._expandMacroChunk(u.lexeme,u.location,t),d=t_.createPosition(r),_=t_.createPosition(p),f=t_.createRange(d,_);this.expandSegments.push({rangeInBlock:f,replace:h.content})}else{var S=t_.createPosition(r),v=t_.createPosition(t.current),m=t_.createRange(S,v);this.expandSegments.push({rangeInBlock:m,replace:""}),this._parseMacroBranch(l.type,t)}}}},e._parseConstantExpression=function(e){return e.skipSpace(!0),this._parseLogicalOrExpression(e)},e._parseLogicalOrExpression=function(e){var t=this._parseLogicalAndExpression(e),r=e.peek(2);if(r&&"||"===r){e.advance(2),e.skipSpace(!1);var i=this._parseLogicalOrExpression(e);return t||i}return t},e._parseLogicalAndExpression=function(e){var t=this._parseEqualityExpression(e),r=e.peek(2);if(r&&"&&"===r){e.advance(2),e.skipSpace(!1);var i=this._parseLogicalAndExpression(e);return t&&i}return t},e._parseEqualityExpression=function(e){var t=this._parseRelationalExpression(e),r=e.peek(2);if(r&&["==","!="].includes(r)){e.advance(2),e.skipSpace(!1);var i=this._parseEqualityExpression(e);switch(r){case"==":return t===i;case"!=":return t!==i}}return t},e._parseRelationalExpression=function(e){var t=this._parseShiftExpression(e),r=e.peek(2);if("="!==r[1]&&(r=r[0]),r&&[">","<",">=","<="].includes(r)){var i=e.getShaderPosition(0);e.advance(r.length),e.skipSpace(!1);var n=this._parseRelationalExpression(e);if((void 0===t?"undefined":eJ(t))!==(void 0===n?"undefined":eJ(n))&&"number"!=typeof t){this.reportError(i,"invalid operator in relation expression.",e.source,e.file);return}switch(r){case">":return t>n;case"<":return t<n;case">=":return t>=n;case"<=":return t<=n}}return t},e._parseShiftExpression=function(e){var t=this._parseAdditiveExpression(e),r=e.peek(2);if(r&&[">>","<<"].includes(r)){var i=e.getShaderPosition(0);e.advance(2),e.skipSpace(!1);var n=this._parseShiftExpression(e);if((void 0===t?"undefined":eJ(t))!==(void 0===n?"undefined":eJ(n))&&"number"!=typeof t){this.reportError(i,"invalid operator in shift expression.",e.source,e.file);return}switch(r){case">>":return t>>n;case"<<":return t<<n}}return t},e._parseAdditiveExpression=function(e){var t=this._parseMulticativeExpression(e);if([">","<"].includes(e.getCurChar())){var r=e.getShaderPosition(0);e.advance();var i=e.getCurChar();e.skipSpace(!1);var n=this._parseAdditiveExpression(e);if((void 0===t?"undefined":eJ(t))!==(void 0===n?"undefined":eJ(n))&&"number"!=typeof t)return this.reportError(r,"invalid operator.",e.source,e.file),!1;switch(i){case"+":return t+n;case"-":return t-n}}return t},e._parseMulticativeExpression=function(e){var t=this._parseUnaryExpression(e);if(e.skipSpace(!1),["*","/","%"].includes(e.getCurChar())){var r=e.getShaderPosition(0),i=e.getCurChar();e.skipSpace(!1);var n=this._parseMulticativeExpression(e);if((void 0===t?"undefined":eJ(t))!==(void 0===n?"undefined":eJ(n))&&"number"!=typeof t){this.reportError(r,"invalid operator.",e.source,e.file);return}switch(i){case"*":return t*n;case"/":return t/n;case"%":return t%n}}return t},e._parseUnaryExpression=function(e){var t=e.getCurChar();if(["+","-","!"].includes(t)){e.advance();var r=e.getShaderPosition(0),i=this._parseParenthesisExpression(e);switch(("!"===t&&"boolean"!=typeof i||"!"!==t&&"number"!=typeof i)&&this.reportError(r,"invalid operator.",e.source,e.file),t){case"+":return i;case"-":return-i;case"!":return!i}}return this._parseParenthesisExpression(e)},e._parseParenthesisExpression=function(e){if("("===e.getCurChar()){e._advance(),e.skipSpace(!1);var t=this._parseConstantExpression(e);return e.scanToChar(")"),e._advance(),t}return this._parseConstant(e)},e._parseConstant=function(e){if(eg.isAlpha(e.getCurCharCode())){var t=e.scanWord();if(t.type===e0.defined){var r="("===e.peekNonSpace(),i=e.scanWord(!0);return r&&(e.scanToChar(")"),e._advance()),this._branchMacros.add(i.lexeme),!!this._definedMacros.get(i.lexeme)}var n=this._definedMacros.get(t.lexeme);if(!n||!n.body)return!1;n.isFunction&&this.reportError(t.location,"invalid function macro usage",e.source,e.file);var a=Number(n.body.lexeme);return Number.isInteger(a)||this.reportError(t.location,"invalid const macro: "+t.lexeme,e.source,e.file),this._branchMacros.add(t.lexeme),a}if(eg.isNum(e.getCurCharCode()))return Number(e.scanInteger().lexeme);this.reportError(e.getShaderPosition(0),"invalid token: "+e.getCurChar(),e.source,e.file)},e._expandMacroChunk=function(e,t,r){this._expandSegmentsStack.push([]),i="string"==typeof r?new e3(e,r):new e3(e,r.file,t);var i,n=this.parse(i);return this._expandSegmentsStack.pop(),{content:n}},e._parseIfNdef=function(e){var t=e.current-7,r=e.scanWord();this._addEmptyReplace(e,t),this._branchMacros.add(r.lexeme);var i=this._definedMacros.get(r.lexeme),n=e.scanMacroBranchChunk(),a=n.token,o=n.nextDirective;if(!i){var s=o.type===e0.endif?e.getShaderPosition(0):e.scanRemainMacro(),c=this._expandMacroChunk(a.lexeme,a.location,e),u=t_.createRange(a.location.start,s);this.expandSegments.push({rangeInBlock:u,replace:c.content});return}this.expandSegments.pop(),this._addEmptyReplace(e,t),this._parseMacroBranch(o.type,e)},e._addEmptyReplace=function(e,t){var r=t_.createPosition(t),i=e.getCurPosition(),n=t_.createRange(r,i);this.expandSegments.push({rangeInBlock:n,replace:""})},e._parseIf=function(e){var t=e.current-3,r=this._parseConstantExpression(e);this._addEmptyReplace(e,t);var i=e.scanMacroBranchChunk(),n=i.token,a=i.nextDirective;if(r){var o=a.type===e0.endif?e.getShaderPosition(0):e.scanRemainMacro(),s=this._expandMacroChunk(n.lexeme,n.location,e),c=t_.createRange(n.location.start,o);this.expandSegments.push({rangeInBlock:c,replace:s.content});return}this.expandSegments.pop(),this._addEmptyReplace(e,t),this._parseMacroBranch(a.type,e)},e._parseDefine=function(e){var t,r=e.getShaderPosition(7),i=e.scanWord(),n=i.location.end;this._definedMacros.get(i.lexeme)&&i.lexeme.startsWith("GL_")&&this.reportError(i.location,"redefined macro: "+i.lexeme,e.source,e.file),"("===e.getCurChar()&&(t=e.scanWordsUntilChar(")"),n=e.getShaderPosition(0));var a=new e$(i,e.scanLineRemain(),t_.createRange(r,n),t);this._definedMacros.set(i.lexeme,a),this.expandSegments.push({rangeInBlock:t_.createRange(r,e.getCurPosition()),replace:""})},e._parseUndef=function(e){var t=e.current-6,r=e.scanWord(),i=t_.createPosition(t),n=t_.createRange(i,e.getCurPosition());this.expandSegments.push({rangeInBlock:n,replace:""}),this._definedMacros.delete(r.lexeme)},e._onToken=function(e,t){var r=this._definedMacros.get(e.lexeme);if(r){var i=r.body.lexeme;if(r.isFunction){t.scanToChar("("),t._advance();for(var n=[],a=1,o=t.current;;){if("("===t.getCurChar())a+=1;else if(")"===t.getCurChar()){if(0==(a-=1))break}else","===t.getCurChar()&&1===a&&(n.push(t.source.slice(o,t.current)),o=t.current+1);t._advance()}n.push(t.source.slice(o,t.current)),t._advance();var s=t_.createRange(e.location.start,t.getCurPosition());i=r.expandFunctionBody(n);var c=this._expandMacroChunk(i,s,t),u=t_.createRange(e.location.start,t.getCurPosition());this.expandSegments.push({rangeInBlock:u,replace:c.content})}else{var l=this._expandMacroChunk(i,e.location,t),p=t_.createRange(e.location.start,e.location.end);this.expandSegments.push({rangeInBlock:p,replace:l.content})}}},ex(e,null,[{key:"expandSegments",get:function(){return this._expandSegmentsStack[this._expandSegmentsStack.length-1]}}]),e}();e4._definedMacros=new Map,e4._expandSegmentsStack=[[]],e4._branchMacros=new Set;var e9=/*#__PURE__*/function(){function e(){}return e.reset=function(e,t){e4.reset(e,t)},e.process=function(e){return this.baseScanner=new e3(e),e4.parse(this.baseScanner)},e.addPredefinedMacro=function(e,t){e4.addPredefinedMacro(e,t)},e}(),e5=/*#__PURE__*/function(){function e(){}return e.unwrapNodeByType=function(t,r){var i=t.children[0];if(!ef(i,ev))return i.nt===r?i:e.unwrapNodeByType(i,r)},e.isTerminal=function(e){return e<eF.START},e}(),e6=/*#__PURE__*/function(){function e(){this.attributeList=[],this.attributeStructs=[],this._referencedAttributeList=Object.create(null),this._referencedGlobals=Object.create(null),this._referencedVaryingList=Object.create(null),this._referencedMRTList=Object.create(null)}var t=e.prototype;return t.reset=function(){this.attributeList.length=0,this.attributeStructs.length=0,this._referencedAttributeList=Object.create(null),this._referencedGlobals=Object.create(null),this._referencedVaryingList=Object.create(null),this._referencedMRTList=Object.create(null),this.mrtStruct=void 0},t.isAttributeStruct=function(e){return -1!==this.attributeStructs.findIndex(function(t){return t.ident.lexeme===e})},t.isVaryingStruct=function(e){var t,r;return(null==(r=this.varyingStruct)?void 0:null==(t=r.ident)?void 0:t.lexeme)===e},t.isMRTStruct=function(e){var t,r;return(null==(r=this.mrtStruct)?void 0:null==(t=r.ident)?void 0:t.lexeme)===e},t.referenceAttribute=function(e){if(!this._referencedAttributeList[e.lexeme]){var t=this.attributeList.find(function(t){return t.ident.lexeme===e.lexeme});if(!t)return eS.createGSError("referenced attribute not found: "+e.lexeme,eE.CompilationError,t_._processingPassText,e.location);this._referencedAttributeList[e.lexeme]=t}},t.referenceVarying=function(e){if(!this._referencedVaryingList[e.lexeme]){var t,r=null==(t=this.varyingStruct)?void 0:t.propList.find(function(t){return t.ident.lexeme===e.lexeme});if(!r)return eS.createGSError("referenced varying not found: "+e.lexeme,eE.CompilationError,t_._processingPassText,e.location);this._referencedVaryingList[e.lexeme]=r}},t.referenceMRTProp=function(e){if(!this._referencedMRTList[e.lexeme]){var t,r=null==(t=this.mrtStruct)?void 0:t.propList.find(function(t){return t.ident.lexeme===e.lexeme});if(!r)return eS.createGSError("referenced mrt not found: "+e.lexeme,eE.CompilationError,t_._processingPassText,e.location);this._referencedMRTList[e.lexeme]=r}},t.referenceGlobal=function(e,t){if(!this._referencedGlobals[e]){if(t===eR.FN){for(var r=this._passSymbolTable.getAllFnSymbols(e),i=0;i<r.length;i++){var n=0===i?e:e+i;this._referencedGlobals[n]=r[i]}return}var a=this._passSymbolTable.lookup(e,t);a&&(this._referencedGlobals[e]=a)}},e.reset=function(){this._singleton||(this._singleton=new e),this._singleton.reset()},ex(e,[{key:"passSymbolTable",get:function(){return this._passSymbolTable}}],[{key:"context",get:function(){return this._singleton}}]),e}(),e7=/*#__PURE__*/function(){function e(){this.array=[]}return e.prototype.dispose=function(){this.array.length=0},e}(),e8="GS_glFragColor",te=/*#__PURE__*/function(){function e(){}var r=e.prototype;return r.defaultCodeGen=function(t){var r=e._tmpArrayPool,n=r.get();n.dispose();for(var a,o=i(t);!(a=o()).done;){var s=a.value;ef(s,ev)?n.array.push(s.lexeme):n.array.push(s.codeGen(this))}return r.return(n),n.array.join(" ")},r.visitPostfixExpression=function(e){var t=e.children,r=t.length,i=e6.context;if(3===r){var n=t[0],a=t[2];return ef(a,ev)?i.isAttributeStruct(n.type)?(i.referenceAttribute(a),a.lexeme):i.isVaryingStruct(n.type)?(i.referenceVarying(a),a.lexeme):i.isMRTStruct(n.type)?(i.referenceMRTProp(a),a.lexeme):n.codeGen(this)+"."+a.lexeme:n.codeGen(this)+"."+a.codeGen(this)}if(4===r){var o=t[0],s=t[2],c=o.codeGen(this),u=s.codeGen(this);if("gl_FragData"===c){var l=this.getFragDataCodeGen(u);return i._referencedMRTList[l]=this.getReferencedMRTPropText(u,l),l}return c+"["+u+"]"}return this.defaultCodeGen(e.children)},r.visitVariableIdentifier=function(e){return ef(e.symbolInfo,ek)&&e.symbolInfo.isGlobalVariable&&e6.context.referenceGlobal(e.lexeme,eR.VAR),e.lexeme},r.visitFunctionCall=function(e){var t=e.children[0];if(ef(t.fnSymbol,eO)){e6.context.referenceGlobal(t.fnSymbol.ident,eR.FN);var r=t.children[2],i=t.fnSymbol.astNode.protoType.parameterList;if(ef(r,eu.FunctionCallParameterList)){for(var n=[],a=r.paramNodes,o=0;o<a.length;o++)e6.context.isAttributeStruct(i[o].typeInfo.typeLexeme)||e6.context.isVaryingStruct(i[o].typeInfo.typeLexeme)||n.push(a[o].codeGen(this));return t.fnSymbol.ident+"("+n.join(", ")+")"}}return this.defaultCodeGen(e.children)},r.visitStatementList=function(e){var t=e.children;return 1===t.length?t[0].codeGen(this):t[0].codeGen(this)+"\n"+t[1].codeGen(this)},r.visitSingleDeclaration=function(e){var t=e.typeSpecifier.type;return"string"==typeof t&&e6.context.referenceGlobal(t,eR.STRUCT),this.defaultCodeGen(e.children)},r.visitGlobalVariableDeclaration=function(e){var t=e.children,r=t[0];return ef(r,eu.FullySpecifiedType)&&r.typeSpecifier.isCustom&&e6.context.referenceGlobal(r.type,eR.STRUCT),this.defaultCodeGen(t)},r.visitDeclaration=function(e){var t=e6.context,r=e.children,i=r[0];if(ef(i,eu.InitDeclaratorList)){var n=i.typeInfo.typeLexeme;if(t.isVaryingStruct(n)||t.isMRTStruct(n))return""}return this.defaultCodeGen(r)},r.visitFunctionProtoType=function(e){return e6.context._curFn=e,this.defaultCodeGen(e.children)},r.visitFunctionDefinition=function(e){return e6.context._curFn=void 0,this.defaultCodeGen(e.children)},r.visitFunctionParameterList=function(e){var t=this;return e.parameterInfoList.filter(function(e){return!e6.context.isAttributeStruct(e.typeInfo.typeLexeme)&&!e6.context.isVaryingStruct(e.typeInfo.typeLexeme)}).map(function(e){return e.astNode.codeGen(t)}).join(", ")},r.visitFunctionHeader=function(e){var t=e.returnType.typeSpecifier.lexeme;return e6.context.isAttributeStruct(t)||e6.context.isVaryingStruct(t)?"void "+e.ident.lexeme+"(":this.defaultCodeGen(e.children)},r.visitJumpStatement=function(e){var t=e.children;if(t[0].type===eh.RETURN){var r=t[1];if(ef(r,eu.Expression)){var i,n,a,o,s=e5.unwrapNodeByType(r,eF.variable_identifier);if((null==s?void 0:s.typeInfo)===(null==(n=e6.context.varyingStruct)?void 0:null==(i=n.ident)?void 0:i.lexeme))return"";var c=e5.unwrapNodeByType(r,eF.function_call);if((null==c?void 0:c.type)===(null==(o=e6.context.varyingStruct)?void 0:null==(a=o.ident)?void 0:a.lexeme))return""+r.codeGen(this)+";"}}return this.defaultCodeGen(t)},r.visitFunctionIdentifier=function(e){return this.defaultCodeGen(e.children)},r._reportError=function(e,r){t.Logger.error(r)},e}();te._tmpArrayPool=new t.ReturnableObjectPool(e7,10);var tt=((ec={})[ec.VERTEX=0]="VERTEX",ec[ec.FRAGMENT=1]="FRAGMENT",ec[ec.ALL=2]="ALL",ec),tr=/*#__PURE__*/function(e){function t(){var t;return t=e.apply(this,arguments)||this,t._versionText="",t._extensions="",t._globalCodeArray=[],t}a(t,e);var r=t.prototype;return r.visitShaderProgram=function(e,t,r){return e6.reset(),e6.context._passSymbolTable=e.shaderData.symbolTable,{vertex:this.vertexMain(t,e.shaderData),fragment:this._fragmentMain(r,e.shaderData)}},r.vertexMain=function(e,t){var r=t.symbolTable,n=r.lookup(e,eR.FN);if(!(null==n?void 0:n.astNode))throw"no entry function found: "+e;var a=n.astNode;e6.context.stage=tt.VERTEX;var o=a.protoType.returnType;if("string"==typeof o.type){var s=r.lookup(o.type,eR.STRUCT);s?e6.context.varyingStruct=s.astNode:this._reportError(o.location,"invalid varying struct: "+o.type)}else o.type!==eh.VOID&&this._reportError(o.location,"vertex main entry can only return struct or void.");var c=a.protoType.parameterList;if(null==c?void 0:c.length)for(var u,l=i(c);!(u=l()).done;){var p=u.value;if("string"==typeof p.typeInfo.type){var h=r.lookup(p.typeInfo.type,eR.STRUCT);if(!h){this._reportError(p.astNode.location,'Not found attribute struct "'+p.typeInfo.type+'".');continue}e6.context.attributeStructs.push(h.astNode);for(var d,_=i(h.astNode.propList);!(d=_()).done;){var f=d.value;e6.context.attributeList.push(f)}}else e6.context.attributeList.push(p)}var S=a.statements.codeGen(this),v=this._globalCodeArray;v.length=0,this._getGlobalText(t,v),this.getAttributeDeclare(v),this.getVaryingDeclare(v);var m=v.sort(function(e,t){return e.index-t.index}).map(function(e){return e.text}).join("\n");return e6.context.reset(),this._versionText+"\n"+m+"\n\nvoid main() "+S},r._fragmentMain=function(e,t){var r=t.symbolTable,i=r.lookup(e,eR.FN);if(!(null==i?void 0:i.astNode))throw"no entry function found: "+e;var n=i.astNode,a=n.returnStatement;a&&(a.isFragReturnStatement=!0);var o=e6.context;o.stage=tt.FRAGMENT;var s=n.protoType.returnType,c=s.type,u=s.location;if("string"==typeof c){var l=r.lookup(c,eR.STRUCT);l?o.mrtStruct=l.astNode:this._reportError(u,"invalid mrt struct: "+c)}else c!==eh.VOID&&c!==eh.VEC4&&this._reportError(u,"fragment main entry can only return struct or vec4.");var p=n.statements.codeGen(this),h=this._globalCodeArray;h.length=0,this._getGlobalText(t,h),this.getVaryingDeclare(h),this.getMRTDeclare(h);var d=h.sort(function(e,t){return e.index-t.index}).map(function(e){return e.text}).join("\n");return o.reset(),this._versionText+"\n"+this._extensions+"\n\n#ifdef GL_FRAGMENT_PRECISION_HIGH\n precision highp float;\n precision highp int;\n#else\n precision mediump float;\n precision mediump int;\n#endif\n\n"+d+"\n\nvoid main() "+p},r._getGlobalText=function(e,t,r,n){void 0===r&&(r=0),void 0===n&&(n=new Set);var a=e6.context._referencedGlobals;if(r===Object.keys(a).length){for(var o,s=i(e.globalPrecisions);!(o=s()).done;){var c=o.value;t.push({text:c.codeGen(this),index:c.location.start.index})}return t}for(var u in r=Object.keys(a).length,a){var l=a[u];n.has(u)||(n.add(u),ef(l,eI)?l.symbolType===eR.VAR?t.push({text:"uniform "+l.astNode.codeGen(this),index:l.astNode.location.start.index}):t.push({text:l.astNode.codeGen(this),index:l.astNode.location.start.index}):t.push({text:l.codeGen(this),index:l.location.start.index}))}return this._getGlobalText(e,t,r,n)},t}(te),ti=/*#__PURE__*/function(e){function t(){var t;return t=e.apply(this,arguments)||this,t._versionText="#version 100",t._extensions=["GL_EXT_shader_texture_lod","GL_OES_standard_derivatives","GL_EXT_draw_buffers","GL_EXT_frag_depth"].map(function(e){return"#extension "+e+" : enable\n"}).join(""),t}a(t,e);var r=t.prototype;return r.getFragDataCodeGen=function(e){return"gl_FragData["+e+"]"},r.getReferencedMRTPropText=function(e,t){return""},r.getAttributeDeclare=function(e){for(var t,r=i(Object.values(e6.context._referencedAttributeList));!(t=r()).done;){var n=t.value;e.push({text:"attribute "+n.typeInfo.typeLexeme+" "+n.ident.lexeme+";",index:n.ident.location.start.index})}},r.getVaryingDeclare=function(e){for(var t,r=i(Object.values(e6.context._referencedVaryingList));!(t=r()).done;){var n=t.value;e.push({text:"varying "+n.typeInfo.typeLexeme+" "+n.ident.lexeme+";",index:n.ident.location.start.index})}},r.getMRTDeclare=function(e){},r.visitPostfixExpression=function(t){var r=t.children,i=r[0],n=e6.context;if(ef(i,eu.PostfixExpression)&&n.isMRTStruct(i.type)){var a=r[2],o=n.mrtStruct.propList.find(function(e){return e.ident.lexeme===a.lexeme});return o?"gl_FragData["+o.mrtIndex+"]":(this._reportError(a.location,"not found mrt property: "+a.lexeme),"")}return e.prototype.visitPostfixExpression.call(this,t)},r.visitJumpStatement=function(t){return t.isFragReturnStatement?"gl_FragColor = "+t.children[1].codeGen(this):e.prototype.visitJumpStatement.call(this,t)},t.getVisitor=function(){return this._singleton||(this._singleton=new t),this._singleton},t}(tr),tn=/*#__PURE__*/function(e){function t(){var t;return t=e.apply(this,arguments)||this,t._versionText="#version 300 es",t}a(t,e);var r=t.prototype;return r.getFragDataCodeGen=function(e){return"GS_glFragData_"+e},r.getReferencedMRTPropText=function(e,t){return"layout(location = "+e+") out vec4 "+t+";"},r.getAttributeDeclare=function(e){for(var t,r=i(Object.values(e6.context._referencedAttributeList));!(t=r()).done;){var n=t.value;e.push({text:"in "+n.typeInfo.typeLexeme+" "+n.ident.lexeme+";",index:n.ident.location.start.index})}},r.getVaryingDeclare=function(e){for(var t=e6.context.stage===tt.FRAGMENT?"in":"out",r=Object.values(e6.context._referencedVaryingList),i=0;i<r.length;i++){var n,a=r[i];e.push({text:(null!=(n=a.qualifier)?n:t)+" "+a.typeInfo.typeLexeme+" "+a.ident.lexeme+";",index:a.ident.location.start.index})}},r.getMRTDeclare=function(e){var t=e6.context._referencedMRTList;for(var r in t){var i=t[r];"string"==typeof i?e.push({text:i,index:Number.MAX_SAFE_INTEGER}):e.push({text:this.getReferencedMRTPropText(i.mrtIndex,r),index:i.ident.location.start.index})}},r.visitFunctionIdentifier=function(e){var t=e.children;if(1!==t[0].children.length)return this.defaultCodeGen(t);var r=e.lexeme;if("texture2D"===e.ident||"textureCube"===e.ident)r="texture";else if("texture2DProj"===e.ident)r="textureProj";else if(e6.context.stage===tt.FRAGMENT)switch(e.ident){case"texture2DLodEXT":case"textureCubeLodEXT":r="textureLod";break;case"texture2DGradEXT":case"textureCubeGradEXT":r="textureGrad";break;case"texture2DProjLodEXT":r="textureProjLod";break;case"texture2DProjGradEXT":r="textureProjGrad";break;case"gl_FragDepthEXT":r="gl_FragDepth"}return r},r.visitVariableIdentifier=function(t){return e6.context.stage===tt.FRAGMENT&&"gl_FragColor"===t.lexeme?(this._registerFragColorVariable(t),e8):e.prototype.visitVariableIdentifier.call(this,t)},r.visitJumpStatement=function(t){return t.isFragReturnStatement?e6.context.mrtStruct?"":(this._registerFragColorVariable(t),e8+" = "+t.children[1].codeGen(this)+";"):e.prototype.visitJumpStatement.call(this,t)},r._registerFragColorVariable=function(e){var t=e6.context._referencedVaryingList;if(!t[e8]){var r=ev.pool.get();r.set(e_.ID,e8,t_.createPosition(0,0,0)),t[e8]={ident:r,typeInfo:new eU(eh.VEC4,"vec4"),qualifier:"out",astNode:e}}},t.getVisitor=function(){return this._singleton||(this._singleton=new t),this._singleton},t}(tr);function ta(){try{var e=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch(e){}return(ta=function(){return!!e})()}function to(e,t,r){return(to=ta()?Reflect.construct:function(e,t,r){var i=[null];i.push.apply(i,t);var a=new(Function.bind.apply(e,i));return r&&n(a,r.prototype),a}).apply(null,arguments)}function ts(){return(ts=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var i in r)Object.prototype.hasOwnProperty.call(r,i)&&(e[i]=r[i])}return e}).apply(this,arguments)}var tc=new Map([["RenderQueueType",eh.GS_RenderQueueType],["BlendState",eh.GS_BlendState],["DepthState",eh.GS_DepthState],["StencilState",eh.GS_StencilState],["RasterState",eh.GS_RasterState],["EditorProperties",eh.GS_EditorProperties],["EditorMacros",eh.GS_EditorMacros],["Editor",eh.GS_Editor],["Tags",eh.GS_Tags],["VertexShader",eh.GS_VertexShader],["FragmentShader",eh.GS_FragmentShader],["SubShader",eh.GS_SubShader],["Pass",eh.GS_Pass],["BlendFactor",eh.GS_BlendFactor],["BlendOperation",eh.GS_BlendOperation],["Bool",eh.GS_Bool],["Number",eh.GS_Number],["CompareFunction",eh.GS_CompareFunction],["StencilOperation",eh.GS_StencilOperation],["CullMode",eh.GS_CullMode],["true",eh.TRUE],["false",eh.FALSE],["UsePass",eh.GS_UsePass],["Color",eh.GS_Color]]),tu=/*#__PURE__*/function(e){function t(t,r){return void 0===r&&(r=new Map),e.call(this,t,r)||this}a(t,e);var r=t.prototype;return r.scanWord=function(){this.skipCommentsAndSpace();for(var e=this._currentIndex;/\S/.test(this.getCurChar())&&!this.isEnd();)this._advance();return this._source.substring(e,this._currentIndex)},r.scanNumber=function(){this.skipCommentsAndSpace();for(var e=this._currentIndex;/[0-9]/.test(this.getCurChar());)this._advance();if("."===this.getCurChar())for(this._advance();/[0-9]/.test(this.getCurChar());)this._advance();return Number(this._source.substring(e,this._currentIndex))},t}(eT),tl=/*#__PURE__*/function(e){function r(){return e.apply(this,arguments)||this}a(r,e);var i=r.prototype;return i.insert=function(e){for(var r,i=null!=(r=this._table.get(e.ident))?r:[],n=0;n<i.length;n++)if(i[n].type===e.type){t.Logger.warn("replace symbol:",e.ident),i[n]=e;return}i.push(e),this._table.set(e.ident,i)},i.lookup=function(e,t){var r=this._table.get(e);if(r)for(var i=r.length,n=0;n<i;n++){var a=r[n];if(a.type===t)return a}},r}(eN),tp=[eh.GS_RenderQueueType,eh.GS_BlendFactor,eh.GS_BlendOperation,eh.GS_Bool,eh.GS_Number,eh.GS_Color,eh.GS_CompareFunction,eh.GS_StencilOperation,eh.GS_CullMode],th=[eh.GS_BlendState,eh.GS_DepthState,eh.GS_RasterState,eh.GS_StencilState],td=/*#__PURE__*/function(){function e(){}return e.reset=function(){this._errors.length=0,this._symbolTableStack.clear(),this._newScope()},e.parse=function(e){var r=performance.now(),i=new tu(e,tc),n={subShaders:[],globalContents:[],renderStates:{constantMap:{},variableMap:{}}};i.scanText("Shader"),n.name=i.scanPairedText('"','"'),i.scanText("{"),i.skipCommentsAndSpace(),this._parseShaderStatements(n,i);for(var a=n.globalContents,o=n.renderStates,s=0;s<n.subShaders.length;s++)for(var c=n.subShaders[s],u=a.concat(c.globalContents),l=ts({},o.constantMap,c.renderStates.constantMap),p=ts({},o.variableMap,c.renderStates.variableMap),h=0;h<c.passes.length;h++){var d=c.passes[h];if(Object.assign(d.renderStates.constantMap,l),Object.assign(d.renderStates.variableMap,p),!d.isUsePass){var _=u.concat(d.globalContents);d.contents=_.map(function(e){return e.content}).join("\n")}}return t.Logger.info("[content compilation] cost time "+(performance.now()-r)+"ms"),n},e._isRenderStateDeclarator=function(e){return th.includes(e.type)},e._isEngineType=function(e){return tp.includes(e.type)},e._lookupSymbolByType=function(t,r){for(var i=e._symbolTableStack.stack,n=i.length,a=n-1;a>=0;a--){var o=i[a].lookup(t,r);if(o)return o}},e._parseShaderStatements=function(t,r){for(var i=1,n=r.getCurPosition();;){var a=r.scanToken();switch(a.type){case eh.GS_SubShader:this._addGlobalStatement(t,r,n,a.lexeme.length);var o=this._parseSubShader(r);t.subShaders.push(o),n=r.getCurPosition();break;case eh.GS_EditorProperties:case eh.GS_EditorMacros:case eh.GS_Editor:this._addGlobalStatement(t,r,n,a.lexeme.length),r.scanPairedText("{","}",!0),n=r.getCurPosition();break;case eh.GS_RenderQueueType:this._addGlobalStatement(t,r,n,a.lexeme.length),this._parseRenderQueueAssignment(t,r),n=r.getCurPosition();break;case e_.NOT_WORD:if("{"===a.lexeme)i+=1;else if("}"===a.lexeme&&0==(i-=1)){this._addGlobalStatement(t,r,n,a.lexeme.length),this._symbolTableStack.dropScope();return}default:if(e._isRenderStateDeclarator(a)){this._addGlobalStatement(t,r,n,a.lexeme.length),this._parseRenderStateDeclarationOrAssignment(t,a,r),n=r.getCurPosition();break}e._isEngineType(a)&&(this._addGlobalStatement(t,r,n,a.lexeme.length),this._parseVariableDeclaration(a.type,r),n=r.getCurPosition())}}},e._parseRenderStateDeclarationOrAssignment=function(t,r,i){var n,a=i.scanToken();if(a.type===e_.ID)n=!0,i.scanText("{");else if("{"===a.lexeme)n=!1;else if("="===a.lexeme){var o=i.scanToken();i.scanText(";");var s=e._lookupSymbolByType(o.lexeme,r.type);(null==s?void 0:s.value)||eS.createGSError('Invalid "'+r.lexeme+'" variable: '+o.lexeme,eE.CompilationError,i.source,o.location);var c=s.value;Object.assign(t.renderStates.constantMap,c.constantMap),Object.assign(t.renderStates.variableMap,c.variableMap);return}var u=this._parseRenderStatePropList(r.lexeme,i);n?this._symbolTableStack.insert({ident:a.lexeme,type:r.type,value:u}):(Object.assign(t.renderStates.constantMap,u.constantMap),Object.assign(t.renderStates.variableMap,u.variableMap))},e._parseVariableDeclaration=function(e,t){var r=t.scanToken();t.scanText(";"),this._symbolTableStack.insert({type:r.type,ident:r.lexeme})},e._newScope=function(){var e=new tl;this._symbolTableStack.newScope(e)},e._dropScope=function(){this._symbolTableStack.dropScope()},e._parseRenderStatePropList=function(e,t){for(var r={constantMap:{},variableMap:{}};"}"!==t.getCurChar();)this._parseRenderStatePropItem(r,e,t),t.skipCommentsAndSpace();return t._advance(),r},e._parseRenderStatePropItem=function(r,i,n){var a=n.scanToken().lexeme,o=n.scanToken();if("BlendState"===i&&"BlendColor"!==a&&"AlphaToCoverage"!==a){var s=0;"["===o.lexeme?(s=n.scanNumber(),n.scanText("]"),n.scanText("=")):"="!==o.lexeme&&eS.createGSError("Invalid syntax, expect character '=', but got "+o.lexeme,eE.CompilationError,n.source,n.getCurPosition()),a+=s}a=i+a;var c=t.RenderStateDataKey[a];if(void 0==c&&eS.createGSError("Invalid render state element "+a,eE.CompilationError,n.source,n.getCurPosition()),n.skipCommentsAndSpace(),/[0-9.]/.test(n.getCurChar()))p=n.scanNumber();else{var u=n.scanToken();if(u.type===eh.TRUE)p=!0;else if(u.type===eh.FALSE)p=!1;else if(u.type===eh.GS_Color){n.scanText("(");for(var l=[];;){if(l.push(n.scanNumber()),n.skipCommentsAndSpace(),")"===n.peek(1)){n._advance();break}n.scanText(",")}p=to(t.Color,[].concat(l))}else if("."===n.getCurChar()){n._advance();var p,h,d=n.scanToken();void 0==(p=null==(h=e._engineType[u.lexeme])?void 0:h[d.lexeme])&&eS.createGSError("Invalid engine constant: "+u.lexeme+"."+d.lexeme,eE.CompilationError,n.source,d.location)}else p=u.lexeme}n.scanText(";"),"string"==typeof p?r.variableMap[c]=p:r.constantMap[c]=p},e._parseRenderQueueAssignment=function(r,i){i.scanText("=");var n=i.scanToken();i.scanText(";");var a=e._engineType.RenderQueueType[n.lexeme],o=t.RenderStateDataKey.RenderQueueType;void 0==a?r.renderStates.variableMap[o]=n.lexeme:r.renderStates.constantMap[o]=a},e._addGlobalStatement=function(e,t,r,i){t.current>r.index+i&&e.globalContents.push({range:{start:r,end:ts({},t.getCurPosition(),{index:t.current-i-1})},content:t.source.substring(r.index,t.current-i-1)})},e._parseSubShader=function(t){this._newScope();var r={passes:[],globalContents:[],renderStates:{constantMap:{},variableMap:{}},tags:{}},i=1;r.name=t.scanPairedText('"','"'),t.scanText("{"),t.skipCommentsAndSpace();for(var n=t.getCurPosition();;){var a=t.scanToken();switch(a.type){case eh.GS_Pass:this._addGlobalStatement(r,t,n,a.lexeme.length);var o=this._parsePass(t);r.passes.push(o),n=t.getCurPosition();break;case eh.GS_RenderQueueType:this._addGlobalStatement(r,t,n,a.lexeme.length),this._parseRenderQueueAssignment(r,t),n=t.getCurPosition();break;case eh.GS_UsePass:this._addGlobalStatement(r,t,n,a.lexeme.length);var s=t.scanPairedText('"','"');r.passes.push({name:s,isUsePass:!0,renderStates:{constantMap:{},variableMap:{}},tags:{}}),n=t.getCurPosition();break;case eh.GS_Tags:this._addGlobalStatement(r,t,n,a.lexeme.length),this._parseTags(r,t),n=t.getCurPosition();break;case e_.NOT_WORD:if("{"===a.lexeme)i+=1;else if("}"===a.lexeme&&0==(i-=1))return this._addGlobalStatement(r,t,n,a.lexeme.length),this._dropScope(),r;default:if(e._isRenderStateDeclarator(a)){this._addGlobalStatement(r,t,n,a.lexeme.length),this._parseRenderStateDeclarationOrAssignment(r,a,t),n=t.getCurPosition();break}e._isEngineType(a)&&(this._addGlobalStatement(r,t,n,a.lexeme.length),this._parseVariableDeclaration(a.type,t),n=t.getCurPosition())}}},e._parseTags=function(e,t){for(t.scanText("{");;){var r=t.scanToken();t.scanText("=");var i=t.scanPairedText('"','"');if(t.skipCommentsAndSpace(),e.tags[r.lexeme]=i,"}"===t.peek(1)){t._advance();return}t.scanText(",")}},e._parsePass=function(t){this._newScope();var r={globalContents:[],renderStates:{constantMap:{},variableMap:{}},tags:{}};r.name=t.scanPairedText('"','"'),t.scanText("{");var i=1;t.skipCommentsAndSpace();for(var n=t.getCurPosition();;){var a=t.scanToken();switch(a.type){case eh.GS_RenderQueueType:this._addGlobalStatement(r,t,n,a.lexeme.length),this._parseRenderQueueAssignment(r,t),n=t.getCurPosition();break;case eh.GS_Tags:this._addGlobalStatement(r,t,n,a.lexeme.length),this._parseTags(r,t),n=t.getCurPosition();break;case eh.GS_VertexShader:case eh.GS_FragmentShader:this._addGlobalStatement(r,t,n,a.lexeme.length),t.scanText("=");var o=t.scanToken();r[a.lexeme]&&eS.createGSError("reassign main entry",eE.CompilationError,t.source,t.getCurPosition()),r[a.type===eh.GS_VertexShader?"vertexEntry":"fragmentEntry"]=o.lexeme,t.scanText(";"),n=t.getCurPosition();break;case e_.NOT_WORD:if("{"===a.lexeme)i+=1;else if("}"===a.lexeme&&0==(i-=1))return this._addGlobalStatement(r,t,n,a.lexeme.length),this._dropScope(),r;default:if(e._isRenderStateDeclarator(a)){this._addGlobalStatement(r,t,n,a.lexeme.length),this._parseRenderStateDeclarationOrAssignment(r,a,t),n=t.getCurPosition();break}e._isEngineType(a)&&(this._addGlobalStatement(r,t,n,a.lexeme.length),this._parseVariableDeclaration(a.type,t),n=t.getCurPosition())}}},e}();td._engineType={RenderQueueType:t.RenderQueueType,CompareFunction:t.CompareFunction,StencilOperation:t.StencilOperation,BlendOperation:t.BlendOperation,BlendFactor:t.BlendFactor,CullMode:t.CullMode},td._errors=[],td._symbolTableStack=new eG;var t_=/*#__PURE__*/function(){function e(){}var r=e.prototype;return r._parseShaderPass=function(r,n,a,o,s,c,u){e9.reset(t.ShaderLib,u);for(var l,p=i(o);!(l=p()).done;){var h=l.value;e9.addPredefinedMacro(h.name,h.value)}for(var d=0;d<c.length;d++)e9.addPredefinedMacro(c[d]);var _=performance.now(),f=e9.process(r);t.Logger.info("[pass compilation - preprocessor] cost time "+(performance.now()-_)+"ms");var S=new eC(f).tokenize(),v=e._parser;e._processingPassText=f;var m=v.parse(S);if(m){var g=s===t.ShaderPlatformTarget.GLES100?ti.getVisitor():tn.getVisitor(),y=performance.now(),x=g.visitShaderProgram(m,n,a);return t.Logger.info("[CodeGen] cost time: "+(performance.now()-y)+"ms"),e._processingPassText=void 0,x}},r._parseShaderContent=function(e){return eS.clearAllShaderLabObjectPool(),td.reset(),td.parse(e)},e.createPosition=function(e,t,r){var i=this._shaderPositionPool.get();return i.set(e),i},e.createRange=function(e,t){var r=this._shaderRangePool.get();return r.set(e,t),r},e}();t_._parser=eY.create(),t_._shaderPositionPool=eS.createObjectPool(ep),t_._shaderRangePool=eS.createObjectPool(el);var tf="1.6.0-alpha.2";console.log("Galacean Engine ShaderLab Version: "+tf+" | Mode: Release"),e.ShaderLab=t_,e.version=tf,Object.defineProperty(e,"__esModule",{value:!0})});
2
2
  //# sourceMappingURL=browser.min.js.map
@@ -7849,7 +7849,7 @@
7849
7849
  ShaderLab._shaderRangePool = ShaderLabUtils.createObjectPool(ShaderRange);
7850
7850
 
7851
7851
  //@ts-ignore
7852
- var version = "1.6.0-alpha.1";
7852
+ var version = "1.6.0-alpha.2";
7853
7853
  var mode = "Release";
7854
7854
  mode = "Verbose";
7855
7855
  console.log("Galacean Engine ShaderLab Version: " + version + " | Mode: " + mode);