| 2979 | } |
| 2980 | |
| 2981 | void daxa_ImplDevice::zombify_image(ImageId id) |
| 2982 | { |
| 2983 | zombiefy(this, id, gpu_sro_table.image_slots, this->image_zombies); |
| 2984 | } |
| 2985 | |
| 2986 | void daxa_ImplDevice::zombify_image_view(ImageViewId id) |
| 2987 | { |
nothing calls this directly
no test coverage detected