You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
6 lines
1.2 KiB
6 lines
1.2 KiB
// All material copyright Esri, All Rights Reserved, unless otherwise specified. |
|
// See https://js.arcgis.com/4.30/esri/copyright.txt for details. |
|
//>>built |
|
define("require exports ../../../chunks/CloudsComposition.glsl ../webgl-engine/core/shaderTechnique/ReloadableShaderModule ../webgl-engine/core/shaderTechnique/ShaderTechnique ../webgl-engine/core/shaderTechnique/ShaderTechniqueConfiguration ../webgl-engine/lib/DefaultVertexAttributeLocations ../webgl-engine/lib/Program ../../webgl/enums ../../webgl/renderState".split(" "),function(f,e,g,h,k,l,m,n,a,c){class d extends k.ShaderTechnique{constructor(b){super(b,new l.ShaderTechniqueConfiguration,()=> |
|
this.destroy())}initializeProgram(b){return new n.Program(b.rctx,d.shader.get().build(),m.Default3D)}initializePipeline(){return c.makePipelineState({blending:c.separateBlendingParams(a.BlendFactor.ONE,a.BlendFactor.ZERO,a.BlendFactor.SRC_ALPHA,a.BlendFactor.ONE),depthTest:{func:a.CompareFunction.LEQUAL},colorWrite:c.defaultColorWriteParams})}}d.shader=new h.ReloadableShaderModule(g.CloudsCompositionShader,()=>new Promise((b,p)=>f(["./CloudsComposition.glsl"],b,p)));e.CloudsCompositionTechnique=d; |
|
Object.defineProperty(e,Symbol.toStringTag,{value:"Module"})}); |