Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KhronosGroup/Vulkan-Samples
/ get_index_offset
Method
get_index_offset
framework/scene_graph/components/sub_mesh.cpp:36–39 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
34
}
35
36
uint32_t SubMesh::get_index_offset() const
37
{
38
return index_offset;
39
}
40
41
VkIndexType SubMesh::get_index_type() const
42
{
Callers
1
draw_submesh_command
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected