We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87a3fda commit 2b8b5f7Copy full SHA for 2b8b5f7
wgpu-core/src/init_tracker/mod.rs
@@ -26,7 +26,7 @@ system there are two kind of writes:
26
Shader. The system is not able to determine if a resource is fully
27
initialized afterwards but is no longer allowed to perform any
28
clears, therefore this leads to a
29
- `MemoryInitKind.ImplicitlyInitialized` action, exactly like a read
+ `MemoryInitKind.NeedsInitializedMemory` action, exactly like a read
30
would.
31
32
*/
0 commit comments