You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I updated to the vulkano master branch I got this error: create_info.stage.entry_point: an `OpImageSample*` or `OpImageFetch*` instruction is performed, but its `ConstOffset` image operand contains a value that is less than the `min_texel_offset` device limit
even though the min_texel_gather_offset for my device is -8 and all of my offsets are 0 or 1.
It should be comparing with i32 instead of u64 here: