1 |
- {"ast":null,"code":"import { ThinWebGPUEngine } from \"../../thinWebGPUEngine.js\";\nThinWebGPUEngine.prototype.setDepthStencilTexture = function (channel, uniform, texture, name) {\n if (!texture || !texture.depthStencilTexture) {\n this._setTexture(channel, null, undefined, undefined, name);\n } else {\n this._setTexture(channel, texture, false, true, name);\n }\n};","map":{"version":3,"names":["ThinWebGPUEngine","prototype","setDepthStencilTexture","channel","uniform","texture","name","depthStencilTexture","_setTexture","undefined"],"sources":["F:/workspace/202226701027/huinongbao-app/node_modules/@babylonjs/core/Engines/WebGPU/Extensions/engine.renderTargetTexture.js"],"sourcesContent":["import { ThinWebGPUEngine } from \"../../thinWebGPUEngine.js\";\nThinWebGPUEngine.prototype.setDepthStencilTexture = function (channel, uniform, texture, name) {\n if (!texture || !texture.depthStencilTexture) {\n this._setTexture(channel, null, undefined, undefined, name);\n }\n else {\n this._setTexture(channel, texture, false, true, name);\n }\n};\n"],"mappings":"AAAA,SAASA,gBAAgB,QAAQ,2BAA2B;AAC5DA,gBAAgB,CAACC,SAAS,CAACC,sBAAsB,GAAG,UAAUC,OAAO,EAAEC,OAAO,EAAEC,OAAO,EAAEC,IAAI,EAAE;EAC3F,IAAI,CAACD,OAAO,IAAI,CAACA,OAAO,CAACE,mBAAmB,EAAE;IAC1C,IAAI,CAACC,WAAW,CAACL,OAAO,EAAE,IAAI,EAAEM,SAAS,EAAEA,SAAS,EAAEH,IAAI,CAAC;EAC/D,CAAC,MACI;IACD,IAAI,CAACE,WAAW,CAACL,OAAO,EAAEE,OAAO,EAAE,KAAK,EAAE,IAAI,EAAEC,IAAI,CAAC;EACzD;AACJ,CAAC","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]}
|