Closed Dispersia closed 1 year ago
Small PR to do a fix for mac/metal devices
Currently naga is outputting
struct vs_mainInput { metal::float2 position [[attribute(0)]]; metal::float2 tex_coords [[attribute(1)]]; metal::float2 position [[attribute(2)]]; };
which unfortunately breaks, so just renamed one of them.
Thanks!
Small PR to do a fix for mac/metal devices
Currently naga is outputting
which unfortunately breaks, so just renamed one of them.