Skip to content

Commit e69a7e4

Browse files
committed
remove KHR
1 parent 59493c7 commit e69a7e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

proposals/030-coherent-pointers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ public enum CoherentScope
6363
Subgroup = MemoryScope::Subgroup,
6464
Invocation = MemoryScope::Invocation,
6565
QueueFamily = MemoryScope::QueueFamily,
66-
ShaderCallKHR = MemoryScope::ShaderCallKHR,
66+
ShaderCall = MemoryScope::ShaderCallKHR,
6767
//...
6868
}
6969

0 commit comments

Comments
 (0)