Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
41
Image *Texture::get_image()
42
{
43
return image;
44
}
45
46
void Texture::set_sampler(vkb::scene_graph::components::SamplerC &s)
47
{
Callers
15
create_swapchain_buffers
Method · 0.45
load_scene
Method · 0.45
create_swapchain_buffers
Method · 0.45
image_memory_barrier_impl
Method · 0.45
operator()
Method · 0.45
operator()
Method · 0.45
screenshot
Function · 0.45
operator()
Method · 0.45
init
Method · 0.45
draw_submesh_impl
Method · 0.45
render_compute_post
Method · 0.45
load_assets
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected