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

Method index_buffer_end

src/world/gui.cpp:45–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43}
44
45void *GuiBuffer::index_buffer_end()
46{
47 return _index_buffer.data + _num_indices*2;
48}
49
50void GuiBuffer::create()
51{

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