API reference

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

E

enumBufferTypes

@codexo/exojs / rendering / stable

GPU buffer binding targets. Values are WebGL2 GLenum constants used when calling `gl.bindBuffer`.

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

GPU buffer binding targets. Values are WebGL2 GLenum constants used when calling `gl.bindBuffer`.

Members 8
ArrayBuffer
CopyReadBuffer
CopyWriteBuffer
ElementArrayBuffer
PixelPackBuffer
PixelUnpackBuffer
TransformFeedbackBuffer
UniformBuffer
Source