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
Starting in the Metal Shading Language Specification 2.2, the section on Texture Functions describes the behavior of out-of-bounds read and write calls to textures. The behavior described seems to be compatible with WGSL's requirements, meaning that it is not necessary for wgpu to have Naga inject bounds checks on these operations.
In version 2.2 of the spec, the language appears on p. 142 of the PDF.