We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59493c7 commit e69a7e4Copy full SHA for e69a7e4
proposals/030-coherent-pointers.md
@@ -63,7 +63,7 @@ public enum CoherentScope
63
Subgroup = MemoryScope::Subgroup,
64
Invocation = MemoryScope::Invocation,
65
QueueFamily = MemoryScope::QueueFamily,
66
- ShaderCallKHR = MemoryScope::ShaderCallKHR,
+ ShaderCall = MemoryScope::ShaderCallKHR,
67
//...
68
}
69
0 commit comments