Skip to content

Commit 49748c3

Browse files
committed
flecs updated to 4.1.4
1 parent feaad60 commit 49748c3

35 files changed

Lines changed: 801 additions & 477 deletions

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ java {
2929
withJavadocJar()
3030
}
3131

32-
val flecsVersion = "4.1.2"
32+
val flecsVersion = "4.1.4"
3333
val flecsDir = layout.buildDirectory.dir("flecs").get().asFile
3434
val flecsSourceDir = File(flecsDir, "flecs-$flecsVersion")
3535

src/main/generated/com/github/elebras1/flecs/EcsPipelineStats.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ public class EcsPipelineStats {
2929
private static final GroupLayout $LAYOUT = MemoryLayout.structLayout(
3030
EcsStatsHeader.layout().withName("hdr"),
3131
ecs_map_t.layout().withName("stats")
32-
).withName("$anon$13553:9");
32+
).withName("$anon$13605:9");
3333

3434
/**
3535
* The layout of this struct

src/main/generated/com/github/elebras1/flecs/EcsRest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ public class EcsRest {
3232
MemoryLayout.paddingLayout(6),
3333
flecs_h.C_POINTER.withName("ipaddr"),
3434
flecs_h.C_POINTER.withName("impl")
35-
).withName("$anon$12148:9");
35+
).withName("$anon$12200:9");
3636

3737
/**
3838
* The layout of this struct

src/main/generated/com/github/elebras1/flecs/EcsStatsHeader.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ public class EcsStatsHeader {
2929
private static final GroupLayout $LAYOUT = MemoryLayout.structLayout(
3030
flecs_h.C_FLOAT.withName("elapsed"),
3131
flecs_h.C_INT.withName("reduce_count")
32-
).withName("$anon$13535:9");
32+
).withName("$anon$13587:9");
3333

3434
/**
3535
* The layout of this struct

src/main/generated/com/github/elebras1/flecs/EcsSystemStats.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ public class EcsSystemStats {
2929
private static final GroupLayout $LAYOUT = MemoryLayout.structLayout(
3030
EcsStatsHeader.layout().withName("hdr"),
3131
ecs_map_t.layout().withName("stats")
32-
).withName("$anon$13547:9");
32+
).withName("$anon$13599:9");
3333

3434
/**
3535
* The layout of this struct

src/main/generated/com/github/elebras1/flecs/EcsWorldMemory.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,9 @@ public class EcsWorldMemory {
4242
ecs_table_histogram_t.layout().withName("table_histogram"),
4343
ecs_misc_memory_t.layout().withName("misc"),
4444
ecs_allocator_memory_t.layout().withName("allocators"),
45+
MemoryLayout.paddingLayout(4),
4546
flecs_h.C_DOUBLE.withName("collection_time")
46-
).withName("$anon$13703:9");
47+
).withName("$anon$13756:9");
4748

4849
/**
4950
* The layout of this struct

src/main/generated/com/github/elebras1/flecs/EcsWorldStats.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ public class EcsWorldStats {
2929
private static final GroupLayout $LAYOUT = MemoryLayout.structLayout(
3030
EcsStatsHeader.layout().withName("hdr"),
3131
flecs_h.C_POINTER.withName("stats")
32-
).withName("$anon$13541:9");
32+
).withName("$anon$13593:9");
3333

3434
/**
3535
* The layout of this struct

src/main/generated/com/github/elebras1/flecs/EcsWorldSummary.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ public class EcsWorldSummary {
8383
flecs_h.C_INT.withName("uptime"),
8484
MemoryLayout.paddingLayout(4),
8585
ecs_build_info_t.layout().withName("build_info")
86-
).withName("$anon$13559:9");
86+
).withName("$anon$13611:9");
8787

8888
/**
8989
* The layout of this struct

src/main/generated/com/github/elebras1/flecs/ecs_allocator_memory_t.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ public class ecs_allocator_memory_t {
4747
flecs_h.C_INT.withName("bytes_query_impl"),
4848
flecs_h.C_INT.withName("bytes_query_cache"),
4949
flecs_h.C_INT.withName("bytes_misc")
50-
).withName("$anon$13688:9");
50+
).withName("$anon$13741:9");
5151

5252
/**
5353
* The layout of this struct

src/main/generated/com/github/elebras1/flecs/ecs_component_index_memory_t.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ public class ecs_component_index_memory_t {
3737
flecs_h.C_INT.withName("bytes_name_index"),
3838
flecs_h.C_INT.withName("bytes_ordered_children"),
3939
flecs_h.C_INT.withName("bytes_reachable_cache")
40-
).withName("$anon$13621:9");
40+
).withName("$anon$13673:9");
4141

4242
/**
4343
* The layout of this struct

0 commit comments

Comments
 (0)