Skip to content

Commit f864eed

Browse files
committed
Update flecs to v4.1.2
1 parent 6326011 commit f864eed

29 files changed

Lines changed: 285 additions & 165 deletions

src-java/org/vybe/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$13580:9");
3333

3434
/**
3535
* The layout of this struct

src-java/org/vybe/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.C_POINTER.withName("ipaddr"),
3434
flecs.C_POINTER.withName("impl")
35-
).withName("$anon$12148:9");
35+
).withName("$anon$12175:9");
3636

3737
/**
3838
* The layout of this struct

src-java/org/vybe/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.C_FLOAT.withName("elapsed"),
3131
flecs.C_INT.withName("reduce_count")
32-
).withName("$anon$13535:9");
32+
).withName("$anon$13562:9");
3333

3434
/**
3535
* The layout of this struct

src-java/org/vybe/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$13574:9");
3333

3434
/**
3535
* The layout of this struct

src-java/org/vybe/flecs/EcsWorldMemory.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ public class EcsWorldMemory {
4343
ecs_misc_memory_t.layout().withName("misc"),
4444
ecs_allocator_memory_t.layout().withName("allocators"),
4545
flecs.C_DOUBLE.withName("collection_time")
46-
).withName("$anon$13703:9");
46+
).withName("$anon$13730:9");
4747

4848
/**
4949
* The layout of this struct

src-java/org/vybe/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.C_POINTER.withName("stats")
32-
).withName("$anon$13541:9");
32+
).withName("$anon$13568:9");
3333

3434
/**
3535
* The layout of this struct

src-java/org/vybe/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.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$13586:9");
8787

8888
/**
8989
* The layout of this struct

src-java/org/vybe/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.C_INT.withName("bytes_query_impl"),
4848
flecs.C_INT.withName("bytes_query_cache"),
4949
flecs.C_INT.withName("bytes_misc")
50-
).withName("$anon$13688:9");
50+
).withName("$anon$13715:9");
5151

5252
/**
5353
* The layout of this struct

src-java/org/vybe/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.C_INT.withName("bytes_name_index"),
3838
flecs.C_INT.withName("bytes_ordered_children"),
3939
flecs.C_INT.withName("bytes_reachable_cache")
40-
).withName("$anon$13621:9");
40+
).withName("$anon$13648:9");
4141

4242
/**
4343
* The layout of this struct

0 commit comments

Comments
 (0)