mirror of
https://github.com/encounter/dawn-cmake.git
synced 2025-12-09 21:47:47 +00:00
GLSL: standardize layout() formatting (whitespace change).
Change-Id: Id0c879c597e02da32350b2ee4878991fe78c470f Reviewed-on: https://dawn-review.googlesource.com/c/tint/+/78221 Reviewed-by: Ben Clayton <bclayton@google.com> Kokoro: Kokoro <noreply+kokoro@google.com> Commit-Queue: Stephen White <senorblanco@chromium.org>
This commit is contained in:
committed by
Tint LUCI CQ
parent
8e01c45e54
commit
c8c0e2ea38
@@ -5,7 +5,7 @@ struct S {
|
||||
int a;
|
||||
};
|
||||
|
||||
layout (binding = 0) buffer S_1 {
|
||||
layout(binding = 0) buffer S_1 {
|
||||
int a;
|
||||
} v;
|
||||
|
||||
|
||||
@@ -5,7 +5,7 @@ struct S {
|
||||
int a;
|
||||
};
|
||||
|
||||
layout (binding = 0) uniform S_1 {
|
||||
layout(binding = 0) uniform S_1 {
|
||||
int a;
|
||||
} v;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user