API reference
Every public class, method, and event in @codexo/exojs. Generated from source.
typeDataTextureBuffer
@codexo/exojs / rendering / stable
Buffer typed-array kind for a given format.
0
props
0
methods
0
events
Import
import { DataTextureBuffer } from '@codexo/exojs'Buffer typed-array kind for a given format.
Definition1
F extends TextureFormat.R8 | TextureFormat.Rgba8 ? Uint8Array : F extends TextureFormat.R32F | TextureFormat.Rgba32F ? Float32Array : Float32Array | Uint8ArraySource