mirror of
https://github.com/encounter/dawn-cmake.git
synced 2025-12-20 10:25:28 +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
@@ -17,7 +17,7 @@ struct buf0 {
|
||||
tint_padded_array_element x_GLF_uniform_int_values[3];
|
||||
};
|
||||
|
||||
layout (binding = 0) uniform buf0_1 {
|
||||
layout(binding = 0) uniform buf0_1 {
|
||||
tint_padded_array_element x_GLF_uniform_int_values[3];
|
||||
} x_6;
|
||||
vec4 x_GLF_color = vec4(0.0f, 0.0f, 0.0f, 0.0f);
|
||||
|
||||
@@ -21,7 +21,7 @@ struct buf0 {
|
||||
tint_padded_array_element x_GLF_uniform_int_values[3];
|
||||
};
|
||||
|
||||
layout (binding = 0) uniform buf0_1 {
|
||||
layout(binding = 0) uniform buf0_1 {
|
||||
tint_padded_array_element x_GLF_uniform_int_values[3];
|
||||
} x_6;
|
||||
vec4 x_GLF_color = vec4(0.0f, 0.0f, 0.0f, 0.0f);
|
||||
|
||||
Reference in New Issue
Block a user