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

Method get_target_attachment

framework/core/sampled_image.cpp:92–102  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

90}
91
92const uint32_t *SampledImage::get_target_attachment() const
93{
94 if (image_view != nullptr)
95 {
96 return nullptr;
97 }
98 else
99 {
100 return &target_attachment;
101 }
102}
103
104} // namespace core
105} // namespace vkb

Callers 2

prepare_drawMethod · 0.80
transition_imagesMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected