ws v1.0.10 (2017-05-27T17:13:21Z)
Dub
Repo
Batch.Array
ws
gl
batch
Batch
Undocumented in source.
class
Batch
protected
class
Array {
this
(int size, uint attributeId);
float
*
array
;
uint
globj
;
uint
size
;
uint
attributeId
;
}
Constructors
this
this
(int size, uint attributeId)
Undocumented in source.
Members
Variables
array
float
*
array
;
Undocumented in source.
attributeId
uint
attributeId
;
Undocumented in source.
globj
uint
globj
;
Undocumented in source.
size
uint
size
;
Undocumented in source.
Meta
Source
See Implementation
ws
gl
batch
Batch
aliases
color
tex
vec
classes
Array
functions
add
addColor
addNormal
addPoint
addTex
addVertex
begin
draw
finish
updateVertices
variables
arrays
colors
currentVert
done
normals
texCoords
type
vao
verticeCount
vertices