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:
Stephen White
2022-01-25 20:06:05 +00:00
committed by Tint LUCI CQ
parent 8e01c45e54
commit c8c0e2ea38
323 changed files with 601 additions and 601 deletions

View File

@@ -8,7 +8,7 @@ struct buf0 {
};
vec4 tint_symbol = vec4(0.0f, 0.0f, 0.0f, 0.0f);
layout (binding = 0) uniform buf0_1 {
layout(binding = 0) uniform buf0_1 {
vec2 resolution;
} x_24;
vec4 x_GLF_color = vec4(0.0f, 0.0f, 0.0f, 0.0f);

View File

@@ -8,7 +8,7 @@ struct buf0 {
};
vec4 tint_symbol = vec4(0.0f, 0.0f, 0.0f, 0.0f);
layout (binding = 0) uniform buf0_1 {
layout(binding = 0) uniform buf0_1 {
vec2 resolution;
} x_24;
vec4 x_GLF_color = vec4(0.0f, 0.0f, 0.0f, 0.0f);