| 2999 | } |
| 3000 | |
| 3001 | void daxa_ImplDevice::zombify_blas(BlasId id) |
| 3002 | { |
| 3003 | zombiefy(this, id, gpu_sro_table.blas_slots, this->blas_zombies); |
| 3004 | } |
| 3005 | |
| 3006 | auto daxa_dvc_copy_memory_to_image(daxa_Device self, daxa_MemoryToImageCopyInfo const * info) -> daxa_Result |
| 3007 | { |
nothing calls this directly
no test coverage detected