| 2984 | } |
| 2985 | |
| 2986 | void daxa_ImplDevice::zombify_image_view(ImageViewId id) |
| 2987 | { |
| 2988 | zombiefy(this, id, gpu_sro_table.image_slots, this->image_view_zombies); |
| 2989 | } |
| 2990 | |
| 2991 | void daxa_ImplDevice::zombify_sampler(SamplerId id) |
| 2992 | { |
nothing calls this directly
no test coverage detected