MCPcopy 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
36uint32_t SubMesh::get_index_offset() const
37{
38 return index_offset;
39}
40
41VkIndexType SubMesh::get_index_type() const
42{

Callers 1

draw_submesh_commandMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected