MCPcopy Create free account
hub / github.com/KhronosGroup/Vulkan-ValidationLayers / GetImageView

Method GetImageView

layers/state_tracker/descriptor_sets.cpp:1114–1116  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1112}
1113
1114VkImageView vvl::ImageDescriptor::GetImageView() const {
1115 return image_view_state_ ? image_view_state_->VkHandle() : VK_NULL_HANDLE;
1116}
1117
1118bool vvl::ImageDescriptor::AddParent(StateObject* state_object) {
1119 bool result = false;

Calls 1

VkHandleMethod · 0.45

Tested by

no test coverage detected