mach icon indicating copy to clipboard operation
mach copied to clipboard

(WIP) refactor gpu allocator selection for vulkan

Open shailpatels opened this issue 10 months ago • 0 comments

  • [X] By selecting this checkbox, I agree to license my contributions to this project under the license(s) described in the LICENSE file, and I have the right to do so or have received permission to do so by an employer or client I am producing work for whom has this right.

Unsure why the function to select the optimal allocator was causing an issue, changed it something simpler but working to get the examples running and so i could work on testing swapchain recreation

Seems like an interaction with nvidia and vulkan specifically, will try to understand what the original was doing better and why it was causing this error for me: https://github.com/hexops/mach/issues/1352 so ideally the changes are smaller and I'm still using the same checks as before for selecting an allocator.

shailpatels avatar Mar 28 '25 04:03 shailpatels