API reference
Every public class, method, and event in @codexo/exojs. Generated from source.
interfaceCompressedTextureOptions
@codexo/exojs / rendering / stable
Construction options for CompressedTexture.
3
props
0
methods
0
events
Import
import { CompressedTextureOptions } from '@codexo/exojs'Construction options for CompressedTexture.
Properties3
Mip chain, largest level first and at least one level long. The first level's extent is the texture's size; the chain is uploaded as given, so a partial chain stays partial.
Sampling state. Upload state is not accepted - see CompressedTexturePayload.
Source