MCPcopy Create free account
hub / github.com/crownengine/crown / vertex_buffer_end

Method vertex_buffer_end

src/world/gui.cpp:40–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38}
39
40void *GuiBuffer::vertex_buffer_end()
41{
42 return _vertex_buffer.data + _num_vertices*24;
43}
44
45void *GuiBuffer::index_buffer_end()
46{

Callers 5

triangle_3dMethod · 0.80
rect_3dMethod · 0.80
image_3d_uvMethod · 0.80
text_3dMethod · 0.80
textMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected