Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
40
void *GuiBuffer::vertex_buffer_end()
41
{
42
return _vertex_buffer.data + _num_vertices*24;
43
}
44
45
void *GuiBuffer::index_buffer_end()
46
{
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