| 2989 | } |
| 2990 | |
| 2991 | void daxa_ImplDevice::zombify_sampler(SamplerId id) |
| 2992 | { |
| 2993 | zombiefy(this, id, gpu_sro_table.sampler_slots, this->sampler_zombies); |
| 2994 | } |
| 2995 | |
| 2996 | void daxa_ImplDevice::zombify_tlas(TlasId id) |
| 2997 | { |
nothing calls this directly
no test coverage detected