| 441 | // --- Begin API Functions |
| 442 | |
| 443 | auto daxa_default_view(daxa_ImageId image) -> daxa_ImageViewId |
| 444 | { |
| 445 | return daxa_ImageViewId{.value = image.value}; |
| 446 | } |
| 447 | |
| 448 | auto daxa_index_of_buffer(daxa_BufferId buffer) -> u32 |
| 449 | { |
nothing calls this directly
no outgoing calls
no test coverage detected