| 794 | } |
| 795 | |
| 796 | void ExternalTaskImage::set_image(ImageId image, bool is_general_layout) |
| 797 | { |
| 798 | auto & impl = *r_cast<ImplExternalResource *>(this->object); |
| 799 | |
| 800 | impl.id.image = image; |
| 801 | impl.pre_graph_queue_bits = {}; |
| 802 | impl.pre_graph_is_general_layout = false; |
| 803 | impl.was_presented = false; |
| 804 | impl.pre_graph_is_general_layout = is_general_layout; |
| 805 | } |
| 806 | |
| 807 | void ExternalTaskImage::swap_images(ExternalTaskImage & other) |
| 808 | { |
nothing calls this directly
no outgoing calls
no test coverage detected