UNPKG

@arcgis/core

Version:

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

3 lines (2 loc) 283 B
/* COPYRIGHT Esri - https://js.arcgis.com/5.0.19/LICENSE.txt */ function e(e){e.vertex.code.add("#define noPerspectiveWrite(x, w) (x * w)")}function d(e){e.fragment.code.add("#define noPerspectiveRead(x) (x * gl_FragCoord.w)")}export{d as NoPerspectiveRead,e as NoPerspectiveWrite};