@arcgis/core
Version:
ArcGIS Maps SDK for JavaScript: A complete 2D and 3D mapping and data visualization API
6 lines (5 loc) • 540 B
JavaScript
/*
All material copyright ESRI, All Rights Reserved, unless otherwise specified.
See https://js.arcgis.com/4.33/esri/copyright.txt for details.
*/
import{DataType as e}from"../../../webgl/enums.js";import{VertexElementDescriptor as o}from"../../../webgl/VertexElementDescriptor.js";const r=new Map([["geometry",[new o("a_pos",2,e.BYTE,0,2)]]]),t=new Map([["geometry",[new o("a_pos",2,e.BYTE,0,4),new o("a_tex",2,e.BYTE,2,4)]]]),n=new Map([["geometry",[new o("a_pos",2,e.UNSIGNED_SHORT,0,4)]]]);export{r as Pos2b,n as Pos2us,t as PosTex2b};