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