Skip to content

nvk: mem cannot be null in binding buffers/images.

Dave Airlie requested to merge airlied/mesa:nvk-remove-unused-bind-paths into main
nvk: mem cannot be null in binding buffers/images.

Tom on discord pointed out a coverity warning in this area about
mem dereferences. Vulkan API states that mem must be non-NULL,
so remove those paths that are unused.

Merge request reports