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
Underlying APIs allow the source and destination textures to have different formats. We need to investigate the full matrix of allowed format pairs (and aspects) for copies.
Underlying APIs allow the source and destination textures to have different formats. We need to investigate the full matrix of allowed format pairs (and aspects) for copies.
copyTextureToTexturebetween the srgb and non-srgb versions of a format (e.g. rgba8unorm <-> rgba8unorm-srgb). Regardless of whether we get view reinterpretation in Proposal: Add a usage bit to allow creating a view with different format when creating a texture #168, this is helpful. (Copies operate on textures, not texture views.)