| 90 | } |
| 91 | |
| 92 | const 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 |
no outgoing calls
no test coverage detected