UNPKG

@arcgis/core

Version:

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

9 lines (8 loc) 349 B
/* All material copyright ESRI, All Rights Reserved, unless otherwise specified. See https://js.arcgis.com/4.32/esri/copyright.txt for details. */ import{glsl as l}from"../../shaderModules/glsl.js";function o(o){const a=l`bool isNaN( float val ) { return ( val < 0.0 || 0.0 < val || val == 0.0 ) ? false : true; }`;o.code.add(a)}export{o as IsNaN};