MCPcopy Create free account
hub / github.com/KhronosGroup/Vulkan-Samples / get_material

Method get_material

framework/scene_graph/components/sub_mesh.cpp:85–88  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

83}
84
85const Material *SubMesh::get_material() const
86{
87 return material;
88}
89
90const ShaderVariant &SubMesh::get_shader_variant() const
91{

Callers 14

get_sorted_nodes_implMethod · 0.45
draw_submesh_implMethod · 0.45
prepareMethod · 0.45
load_assetsMethod · 0.45
load_assetsMethod · 0.45
draw_nodeMethod · 0.45
load_assetsMethod · 0.45
build_command_buffersMethod · 0.45
draw_from_sceneMethod · 0.45
draw_sceneMethod · 0.45
RaytracingSceneMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected