Skip to content

Commit 2b8b5f7

Browse files
authored
Fix typo in docs regarding memory init tracker (gfx-rs#8858)
1 parent 87a3fda commit 2b8b5f7

File tree

1 file changed

+1
-1
lines changed
  • wgpu-core/src/init_tracker

1 file changed

+1
-1
lines changed

wgpu-core/src/init_tracker/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ system there are two kind of writes:
2626
Shader. The system is not able to determine if a resource is fully
2727
initialized afterwards but is no longer allowed to perform any
2828
clears, therefore this leads to a
29-
`MemoryInitKind.ImplicitlyInitialized` action, exactly like a read
29+
`MemoryInitKind.NeedsInitializedMemory` action, exactly like a read
3030
would.
3131
3232
*/

0 commit comments

Comments
 (0)