UNPKG

@arcgis/core

Version:

ArcGIS Maps SDK for JavaScript: A complete 2D and 3D mapping and data visualization API

3 lines (2 loc) 883 B
/* COPYRIGHT Esri - https://js.arcgis.com/5.0.8/LICENSE.txt */ import{__decorate as e}from"tslib";import{subclass as r}from"../../../../core/accessorSupport/decorators.js";import{ReloadableShader as t}from"../core/shaderTechnique/ReloadableShader.js";import{ShaderTechnique as s}from"../core/shaderTechnique/ShaderTechnique.js";import{Pos3 as i}from"../lib/DefaultVertexBufferLayouts.js";import{a as o}from"../../../../chunks/CutFillTargetDepth.glsl.js";import{makePipelineState as l,defaultDepthWrite as a,defaultColorWrite as p}from"../../../webgl/renderState.js";let h=class extends s{constructor(e,r){super(e,r,i),this.shader=new t(o,()=>import("./CutFillTargetDepth.glsl.js"))}initializePipeline(){return l({colorWrite:p,depthWrite:a,depthTest:{func:519}})}};h=e([r("esri.views.3d.webgl-engine.shaders.CutFillTargetDepthTechnique")],h);export{h as CutFillTargetDepthTechnique};