| 2974 | } |
| 2975 | |
| 2976 | void daxa_ImplDevice::zombify_buffer(BufferId id) |
| 2977 | { |
| 2978 | zombiefy(this, id, gpu_sro_table.buffer_slots, this->buffer_zombies); |
| 2979 | } |
| 2980 | |
| 2981 | void daxa_ImplDevice::zombify_image(ImageId id) |
| 2982 | { |
nothing calls this directly
no test coverage detected