mirror of
https://github.com/encounter/dawn-cmake.git
synced 2025-12-16 00:17:03 +00:00
More GLSL fixes.
Remove register-and-space decoration. Add "main" to GLSL keywords, to force renaming. Output correct compute width decoration (not numthreads). Remove static keyword. Bug: tint:1218 tint:1219 tint:1220 Change-Id: I171f183690b6531c76218414e0d81f6ef5e22e6b Reviewed-on: https://dawn-review.googlesource.com/c/tint/+/66340 Kokoro: Kokoro <noreply+kokoro@google.com> Commit-Queue: Stephen White <senorblanco@chromium.org> Reviewed-by: Ben Clayton <bclayton@google.com>
This commit is contained in:
committed by
Tint LUCI CQ
parent
7cf3b28a87
commit
2f963aaf82
@@ -136,6 +136,7 @@ const char* kReservedKeywordsGLSL[] = {
|
||||
"layout",
|
||||
"long",
|
||||
"lowp",
|
||||
"main",
|
||||
"mat2",
|
||||
"mat2x2",
|
||||
"mat2x3",
|
||||
|
||||
Reference in New Issue
Block a user