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.
5 lines
814 B
5 lines
814 B
// All material copyright Esri, All Rights Reserved, unless otherwise specified. |
|
// See https://js.arcgis.com/4.30/esri/copyright.txt for details. |
|
//>>built |
|
define(["exports","./enums","./TextureDescriptor"],function(d,a,f){class e extends f.TextureDescriptor{constructor(b,c){super();this.context=b;Object.assign(this,c);switch(this.internalFormat){case a.SizedPixelFormat.R16F:case a.SizedPixelFormat.R16I:case a.SizedPixelFormat.R16UI:case a.SizedPixelFormat.R32F:case a.SizedPixelFormat.R32I:case a.SizedPixelFormat.R32UI:case a.SizedPixelFormat.R8_SNORM:case a.SizedPixelFormat.R8:case a.SizedPixelFormat.R8I:case a.SizedPixelFormat.R8UI:this.pixelFormat= |
|
a.PixelFormat.RED}}static validate(b,c){return new e(b,c)}}d.ValidatedTextureDescriptor=e;Object.defineProperty(d,Symbol.toStringTag,{value:"Module"})}); |