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
Copy file name to clipboardExpand all lines: wgpu-types/src/lib.rs
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -5666,7 +5666,7 @@ bitflags::bitflags! {
5666
5666
/// Flag used by the wgpu-core texture tracker to say that the tracker does not know the state of the sub-resource.
5667
5667
/// This is different from UNINITIALIZED as that says the tracker does know, but the texture has not been initialized.
5668
5668
constUNKNOWN = 1 << 13;
5669
-
/// Transient image.
5669
+
/// Transient texture that may not have any backing memory. Not a resource state stored in the trackers, only used for passing down usages to create_texture.
0 commit comments