API reference

Every public class, method, and event in @codexo/exojs. Generated from source.

E

enumBufferUsage

@codexo/exojs / rendering / stable

Hints describing expected buffer access pattern, allowing the driver to optimise allocation. Values are WebGL2 GLenum constants used when calling `gl.bufferData`.

0
props
0
methods
0
events
Import
import { BufferUsage } from '@codexo/exojs'

Hints describing expected buffer access pattern, allowing the driver to optimise allocation. Values are WebGL2 GLenum constants used when calling `gl.bufferData`.

Members 9
DynamicCopy
DynamicDraw
DynamicRead
StaticCopy
StaticDraw
StaticRead
StreamCopy
StreamDraw
StreamRead
Source