dgame v0.4.1 (2015-02-22T14:21:21Z)
Home
Dub
Repo
VertexBufferObject.Access
Dgame
System
VertexBufferObject
VertexBufferObject
The access type.
Values
Value
Meaning
Read
GL_READ_ONLY
Read only.
Write
GL_WRITE_ONLY
Write only.
ReadWrite
GL_READ_WRITE
Read and write.
Meta
Source
See Implementation
Dgame
System
VertexBufferObject
VertexBufferObject
constructors
this
enums
Access
Type
functions
bind
bindTexture
cache
deplete
depleteAll
disableAllStates
disableState
drawArrays
drawElements
drawRangeElements
enableAllStates
enableState
getBound
isCurrentEmpty
isEmpty
isSomethingBound
map
modify
pointTo
unbind
unmap
variables
numTargets
targets
type
The access type.