Run clang-format on .glsl files

Diffs=
c7ecbe025 Run clang-format on .glsl files (#5180)
This commit is contained in:
csmartdalton
2023-04-28 21:57:22 +00:00
parent 24ea5900a9
commit 68a68affe1
2 changed files with 5 additions and 2 deletions

View File

@@ -1,3 +1,6 @@
// clang-format off
// clang-format doesn't handle the '@' directives.
@ctype mat4 rive::Mat4
@ctype vec2 rive::Vec2D
@@ -95,4 +98,4 @@ void main() {
}
@end
@program rive_tess_path vs_path fs_path
@program rive_tess_path vs_path fs_path