Handbook
Glossary
rlVertexBuffer
Vocabulary
rlgl
Definition
USING:
alien.c-types
classes.struct
;
IN:
rlgl
STRUCT:
rlVertexBuffer
{
elementCount
int
initial:
0
}
{
_vertices float*
}
{
_texcoords float*
}
{
_colors uchar*
}
{
_indices uint*
}
{
vaoId
uint
initial:
0
}
{
vboId uint[4]
}
;
Methods
USING:
classes.struct
classes.struct.private
kernel
rlgl
;
M:
rlVertexBuffer
clone
clone-underlying
\
rlVertexBuffer
memory>struct
;
inline
USING:
accessors
classes.struct
combinators.smart
rlgl
;
M:
rlVertexBuffer
struct-slot-values
{
[
elementCount>>
]
[
_vertices>>
]
[
_texcoords>>
]
[
_colors>>
]
[
_indices>>
]
[
vaoId>>
]
[
vboId>>
]
}
cleave>array
;
inline