1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-17 14:11:06 +00:00

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
12 changed files with 39 additions and 19 deletions

View File

@@ -1,4 +1,3 @@
#define MAX_LIGHTS_PER_ITEM 16
#define M_PI 3.14159265359

View File

@@ -1,4 +1,3 @@
struct DecalData {
highp mat4 xform; //to decal transform
highp vec3 inv_extents;

View File

@@ -1,4 +1,3 @@
layout(push_constant, std430) uniform PushConstant {
ivec2 source_size;
ivec2 dest_size;