learning_cesium/js/XbsjCesium/Workers/CompressedTextureBuffer-b86...

2 lines
629 B
JavaScript

define(["exports","./when-54335d57"],function(t,e){"use strict";function i(t,e,i,n,r){this._format=t,this._datatype=e,this._width=i,this._height=n,this._buffer=r}Object.defineProperties(i.prototype,{internalFormat:{get:function(){return this._format}},pixelDatatype:{get:function(){return this._datatype}},width:{get:function(){return this._width}},height:{get:function(){return this._height}},bufferView:{get:function(){return this._buffer}}}),i.clone=function(t){if(e.defined(t))return new i(t._format,t._datatype,t._width,t._height,t._buffer)},i.prototype.clone=function(){return i.clone(this)},t.CompressedTextureBuffer=i});