Style: Add 19.1.0 LLVM options to .clang-format
This commit is contained in:
parent
f952bfe998
commit
e8a4b45ce4
12 changed files with 39 additions and 19 deletions
|
|
@ -1,4 +1,3 @@
|
|||
|
||||
#define min3(a, b, c) min(a, min(b, c))
|
||||
#define max3(a, b, c) max(a, max(b, c))
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
|
||||
#define OGRE_imageLoad2D(inImage, iuv) imageLoad(inImage, int2(iuv))
|
||||
#define OGRE_imageLoad2DArray(inImage, iuvw) imageLoad(inImage, int3(iuvw))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue