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

Method get_image

framework/scene_graph/components/texture.cpp:41–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39}
40
41Image *Texture::get_image()
42{
43 return image;
44}
45
46void Texture::set_sampler(vkb::scene_graph::components::SamplerC &s)
47{

Callers 15

load_sceneMethod · 0.45
operator()Method · 0.45
operator()Method · 0.45
screenshotFunction · 0.45
operator()Method · 0.45
initMethod · 0.45
draw_submesh_implMethod · 0.45
render_compute_postMethod · 0.45
load_assetsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected