Style: Add 19.1.0 LLVM options to .clang-format

This commit is contained in:
Thaddeus Crews 2024-11-22 09:22:15 -06:00
parent f952bfe998
commit e8a4b45ce4
No known key found for this signature in database
GPG key ID: 62181B86FE9E5D84
12 changed files with 39 additions and 19 deletions

View file

@ -1,4 +1,3 @@
#define min3(a, b, c) min(a, min(b, c))
#define max3(a, b, c) max(a, max(b, c))

View file

@ -1,4 +1,3 @@
#define OGRE_imageLoad2D(inImage, iuv) imageLoad(inImage, int2(iuv))
#define OGRE_imageLoad2DArray(inImage, iuvw) imageLoad(inImage, int3(iuvw))