diff options
author | Thaddeus Crews <repiteo@outlook.com> | 2024-11-22 14:54:29 -0600 |
---|---|---|
committer | Thaddeus Crews <repiteo@outlook.com> | 2024-11-22 14:54:29 -0600 |
commit | dcb59f0e7efffa97570147817177188298c6b08b (patch) | |
tree | d2295c6e8d51b4d7bd8e70879a2744b7558c14b4 /modules | |
parent | 2adfa20ee2012fda8d2a21092fd20ae1f989ac8a (diff) | |
parent | e8a4b45ce4adcbafb78048b207a87f453543fa93 (diff) | |
download | redot-engine-dcb59f0e7efffa97570147817177188298c6b08b.tar.gz |
Merge pull request #99548 from Repiteo/style/clang-format-19-options
Style: Add 19.1.0 LLVM options to `.clang-format`
Diffstat (limited to 'modules')
-rw-r--r-- | modules/betsy/CrossPlatformSettings_piece_all.glsl | 1 | ||||
-rw-r--r-- | modules/betsy/UavCrossPlatform_piece_all.glsl | 1 | ||||
-rw-r--r-- | modules/lightmapper_rd/lm_common_inc.glsl | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/modules/betsy/CrossPlatformSettings_piece_all.glsl b/modules/betsy/CrossPlatformSettings_piece_all.glsl index b7abac7fcc..001d8e63b2 100644 --- a/modules/betsy/CrossPlatformSettings_piece_all.glsl +++ b/modules/betsy/CrossPlatformSettings_piece_all.glsl @@ -1,4 +1,3 @@ - #define min3(a, b, c) min(a, min(b, c)) #define max3(a, b, c) max(a, max(b, c)) diff --git a/modules/betsy/UavCrossPlatform_piece_all.glsl b/modules/betsy/UavCrossPlatform_piece_all.glsl index 30854df637..5f074137af 100644 --- a/modules/betsy/UavCrossPlatform_piece_all.glsl +++ b/modules/betsy/UavCrossPlatform_piece_all.glsl @@ -1,4 +1,3 @@ - #define OGRE_imageLoad2D(inImage, iuv) imageLoad(inImage, int2(iuv)) #define OGRE_imageLoad2DArray(inImage, iuvw) imageLoad(inImage, int3(iuvw)) diff --git a/modules/lightmapper_rd/lm_common_inc.glsl b/modules/lightmapper_rd/lm_common_inc.glsl index 98d11b9e69..962e444911 100644 --- a/modules/lightmapper_rd/lm_common_inc.glsl +++ b/modules/lightmapper_rd/lm_common_inc.glsl @@ -1,4 +1,3 @@ - /* SET 0, static data that does not change between any call */ layout(set = 0, binding = 0) uniform BakeParameters { |