Version: 5.5

WebGLCompressionFormat

enumeration

マニュアルに切り替える

説明

異なる圧縮の種類を含む列挙型

This enum is used within the WebGL platform to define what type of compression will be used for resources.

変数

BrotliWebGL resources are stored using Brotli compression.
GzipWebGL resources are stored using Gzip compression.
DisabledWebGL resources are uncompressed.