diff options
author | Thaddeus Crews <repiteo@outlook.com> | 2024-11-22 09:22:15 -0600 |
---|---|---|
committer | Thaddeus Crews <repiteo@outlook.com> | 2024-11-22 09:24:32 -0600 |
commit | e8a4b45ce4adcbafb78048b207a87f453543fa93 (patch) | |
tree | 88ffa244192aef2eae55337ef683608783fe470b /modules | |
parent | f952bfe9985ad8f507cc29b2c7601bbba18b8039 (diff) | |
download | redot-engine-e8a4b45ce4adcbafb78048b207a87f453543fa93.tar.gz |
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 { |