main.cesium.PixelDatatype.kt Maven / Gradle / Ivy
The newest version!
// Automatically generated - do not modify!
@file:JsModule("cesium")
package cesium
/**
* The data type of a pixel.
* @see Online Documentation
*/
external enum class PixelDatatype {
UNSIGNED_BYTE,
UNSIGNED_SHORT,
UNSIGNED_INT,
FLOAT,
HALF_FLOAT,
UNSIGNED_INT_24_8,
UNSIGNED_SHORT_4_4_4_4,
UNSIGNED_SHORT_5_5_5_1,
UNSIGNED_SHORT_5_6_5,
;
}