Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
45
void *GuiBuffer::index_buffer_end()
46
{
47
return _index_buffer.data + _num_indices*2;
48
}
49
50
void GuiBuffer::create()
51
{
Callers
5
triangle_3d
Method · 0.80
rect_3d
Method · 0.80
image_3d_uv
Method · 0.80
text_3d
Method · 0.80
text
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected