Skip to content

Commit c1c04ec

Browse files
opsticcwfitzgerald
andauthored
Improve documentation by @cwfitzgerald
Co-authored-by: Connor Fitzgerald <[email protected]>
1 parent 02201f4 commit c1c04ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wgpu-types/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5666,7 +5666,7 @@ bitflags::bitflags! {
56665666
/// Flag used by the wgpu-core texture tracker to say that the tracker does not know the state of the sub-resource.
56675667
/// This is different from UNINITIALIZED as that says the tracker does know, but the texture has not been initialized.
56685668
const UNKNOWN = 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.
56705670
const TRANSIENT = 1 << 14;
56715671
}
56725672
}

0 commit comments

Comments
 (0)