diff --git a/PLAN.md b/PLAN.md index 85c58dd..7273541 100644 --- a/PLAN.md +++ b/PLAN.md @@ -179,9 +179,22 @@ Lua, C++ hot reload, Blender live link, встроенное изображен Начальные бюджеты отслеживания для конкретных демо и Linux reference host: frame p95 ≤ 4 мс, GPU/readback p95 ≤ 1 мс, simulation/snapshot p95 ≤ 0,5 мс, явные Vulkan allocations ≤ 20 MiB, startup от `main()` ≤ 500 мс. [Методика и исходные измерения](docs/validation/linux-release-2026-09-18/README.md) ограничивают область этих чисел; для других сцен/ОС нужны отдельные baselines. Это бюджеты P1, а не обещание такой производительности любой игры. -Lua runtime/editor пакет реализован как необязательный модуль поверх публичного API, проверяемых handles и схем. Доступны Inspector, диагностика и явный lifecycle development reload; сохранение состояния при reload проектируется отдельно. [Проверка Lua-модуля](docs/validation/lua-module.md) подтверждает Linux CPU-контракты и отключение модуля для C++-only проекта; Windows и независимый graphical/release профиль модуля остаются отдельными проверками. Таким образом, Lua-часть P1 появилась после MVP, но это не закрывает весь этап скорости итераций. - -Улучшать schema/build cache, сообщения компилятора, шаблоны проектов, переход к коду, autosave и измеренное время «изменение → результат». Dynamic gameplay loading рассматривать при подтверждённой проблеме линковки. +Реализованы необязательный Lua runtime/editor модуль, development reload без +сохранения runtime-состояния, проверяемые schema/package cache и snapshots C++ +исходников, структурированная диагностика, переход к исходнику, четыре C++/Lua +2D/3D starter-проекта и безопасный autosave именованных сцен. [Датированный +отчёт P1](docs/validation/p1-iteration-2026-09-24/README.md) содержит raw +повторные измерения Debug-итераций, 3000 кадров без роста явных GPU allocations, +синтетическую расширенную сцену и реальные найденные ограничения. [Lua Release +пакет](docs/validation/lua-release-2026-09-24/README.md) на Linux проверен после +переноса и скрытия исходного проекта. Windows native/manual, 61 SwiftShader +CTest и перенос всех трёх Release-игр, включая Lua-only, прошли на +[чистой ревизии `4ac02ee`](https://github.com/emil28092005/Faset_Engine/actions/runs/35937433040). +Это функциональная проверка software Vulkan без активного validation layer. +Исторический Release benchmark точных демо нельзя +подменять новым Debug workflow; свежий Release reference и физический Windows GPU +остаются отдельным покрытием. Dynamic gameplay loading рассматривать при +подтверждённой проблеме линковки, без обещания C++ hot reload в P1. ### P2. GPU-driven visibility и LOD diff --git a/docs/ARCHITECTURE.md b/docs/ARCHITECTURE.md index 919a3f5..6ab285d 100644 --- a/docs/ARCHITECTURE.md +++ b/docs/ARCHITECTURE.md @@ -1,6 +1,6 @@ # Faset Engine — архитектура -Редакция 1.2 · 23 сентября 2026 · **MVP принят; реализация P2 описана отдельно от исходных решений**. +Редакция 1.3 · 24 сентября 2026 · **MVP принят; реализация P1/P2 описана отдельно от исходных решений**. Этот файл фиксирует решения пользователя. **Принято** означает выбранное направление реализации, а не автоматически завершённую возможность движка. Работающий код, выполненные проверки и текущие ограничения перечислены в [журнале реализации](IMPLEMENTATION.md). Этапы до MVP и после него, зависимости работ и критерии готовности находятся в [PLAN.md](../PLAN.md). @@ -111,6 +111,37 @@ Development и release Player содержат runtime, выбранные иг Критерии [плана](../PLAN.md) включают цикл сцена → Inspector → MCP authoring edit → Undo → save → build → отдельный Player, повторный импорт GLB с сохранением overrides, lifecycle/handle tests и запуск на обеих ОС без Editor/Blender/MCP/SDK. Выполненные проверки и незакрытые условия перечислены в [журнале реализации](IMPLEMENTATION.md); наличие теста само по себе не означает прохождения на обеих ОС. +## 10. P1 — проверяемая итерация gameplay + +Для native-сборки источником истины остаются CMake/Ninja и их dependency graph. +BuildService снимает неизменяемый snapshot `Scripts`, отделяет Debug от Release и +запоминает версионированный fingerprint рецепта, исходников, Lua-деклараций, +toolchain, шейдерных и runtime-входов. Повторное использование schema/package +разрешено лишь после проверки полного manifest и схемы; испорченная или устаревшая +генерация не выдаётся за cache hit. Переключение указателя на успешную генерацию +атомарно; сбой сборки оставляет предыдущую доступной, но Inspector помечает +метаданные устаревшими. Экспорт отдельно проверяет asset generations. + +Структурированные сообщения компилятора/Lua дополняют сырой лог. Для исходников +проекта Editor и MCP вызывают один `faset_source_open` с относительным путём и +позициями; внешний редактор запускается аргументами без shell. Четыре стартовых +проекта комбинируют C++/Lua и 2D/3D. C++ остаётся rebuild-and-restart, а Lua +development reload проверяет candidate и перезапускает script/world state, не +сохраняя произвольное runtime-состояние. + +Autosave относится только к именованным dirty сценам Editor после двух секунд +покоя. Он использует ревизию документа и прежний disk-hash conflict check, не +перезаписывает внешний файл и не создаёт Undo-операцию. Неназванная сцена требует +Save As; recovery journal работает независимо от autosave. Статусы видны в UI и +через Editor MCP. Player и экспортная игра по-прежнему не имеют MCP. + +Измерения P1 разделяют Debug-время итераций, offscreen первый кадр и старый +Release reference baseline точных демо. Исходный отчёт, raw-профили и отдельное +дополнение о версиях/хешах исполняемых инструментов находятся в +[датированном dossier](validation/p1-iteration-2026-09-24/README.md). Большая +синтетическая сцена выявляет стоимость CPU simulation/snapshot; её время нельзя +переносить на 2D/3D демо или выдавать за обещание кадровой частоты. + ## История решений - **17.09.2026:** выбраны имя Faset Engine, Linux/Windows desktop 2D/3D, ручная работа и MCP, интеграция с Blender, Box2D и Box3D; подготовлены исследования. @@ -118,5 +149,6 @@ Development и release Player содержат runtime, выбранные иг - **18.09.2026:** утверждены процессы и linkage, явная metadata registration/schema export, JSON/binary formats, вложенные шаблоны/sparse overrides, lifecycle, фиксированный tick и последовательный scheduler; граница MCP ограничена Editor/headless authoring services. - **18.09.2026:** английский принят основным языком интерфейса, диагностик и публичного API; уточнена граница прямых Vulkan-вызовов внутри собственного backend. - **23.09.2026:** после принятого MVP выполнен P2 GPU visibility/LOD на Linux reference GPU; direct renderer сохранён как начальный режим и эталон, ограничения и измерения вынесены в отдельный [протокол](studies/19-p2-gpu-visibility-acceptance.md). +- **24.09.2026:** P1 итерация фиксирует проверяемое повторное использование schema/package, структурированную диагностику, стартовые C++/Lua проекты, безопасный autosave и измерительный протокол без C++ hot reload. Реализация идёт по [PLAN.md](../PLAN.md). Последующие изменения принятых контрактов фиксируются здесь с причиной и способом проверки. diff --git a/docs/IMPLEMENTATION.md b/docs/IMPLEMENTATION.md index 2e3ae24..d386fb3 100644 --- a/docs/IMPLEMENTATION.md +++ b/docs/IMPLEMENTATION.md @@ -466,3 +466,54 @@ rendered 120 frames in Direct mode. The corresponding [native/manual CI run](https://github.com/emil28092005/Faset_Engine/actions/runs/35922643004) passed on Linux and Windows. Unsupported-HZB integration and physical Windows GPU coverage remain untested. + +## Post-MVP checkpoint — P1 gameplay iteration + +P1 adds a complete-input native build stamp and an immutable `Scripts` snapshot. +The package key binds configuration, recipe, source, Lua declaration, toolchain, +shader and runtime artifacts. A second unchanged build reuses a verified schema +and package generation without invoking SchemaExporter; CMake/Ninja still verify +the native graph. Malformed/corrupt generations, modified headers/tools and +source races cannot publish a false hit. Failed jobs preserve the previous +successful pointer, while Inspector metadata becomes stale. + +Compiler and Lua output now produce bounded structured Console diagnostics with +raw logs retained. Source opening accepts only project `Scripts` files and passes +literal file/line/column arguments to the configured external editor. A real +compile failure revealed that compiler paths pointed to the immutable snapshot; +`d7a7a7c` maps only the verified snapshot subtree back to project-relative +source. The same correction retains a later actionable error after 250 unrelated +warnings. Four runnable C++/Lua × 2D/3D starters are available in launcher and +CLI; the existing scaffold default remains compatible. Named dirty scenes +autosave after two idle seconds by default; unnamed scenes require Save As, and +disk/revision conflicts retain the journal and never overwrite external edits. + +The [P1 dated dossier](validation/p1-iteration-2026-09-24/README.md) retains a +clean-revision `6c2e8fa` Debug workflow with every raw command/profile. On the +Ryzen 7 1700/RTX 2080 Ti Linux host, five unchanged builds had median 11.53 s, +five changed-C++ builds 28.16 s, five changed-header builds 23.89 s, and five +watched Lua reloads 0.502 s. All five unchanged builds reported a verified +generation reuse. The 3,000-frame profile showed no growth in the explicit +Vulkan allocation counter (15,787,008 bytes). A seeded 527-object synthetic +scene reached 149.39 ms p95 wall time, dominated by CPU simulation/snapshot; +this is a visible scalability issue, not a tiny-demo Release budget comparison. +The historical exact-scene Release budgets were met in the earlier 2026-09-18 +record, but that evolving working-tree baseline does not certify the current +revision. A quiet-host current Release rerun is pending. + +Linux focused cache, diagnostics, schema and workflow-math tests pass; a real +failed-build replay now reports navigable `Scripts/Gameplay.cpp:73:2`. The +[Lua-only Release result](validation/lua-release-2026-09-24/README.md) validated +and rendered after source-hidden relocation on the physical Linux GPU. At +`6c2e8fa`, [native/manual CI](https://github.com/emil28092005/Faset_Engine/actions/runs/35936310287) +passed on Linux and Windows. Its Windows graphics job passed all 61 CTests on +SwiftShader, then hit an invalid integration fixture under the engine checkout; +`4ac02ee` moved the fixture to runner temporary storage. The subsequent +[Windows graphics run](https://github.com/emil28092005/Faset_Engine/actions/runs/35937433040) +passed all 61 CTests and the real export integration. Two C++ and one Lua-only +Release package validated and rendered 120 frames each after relocation with +source paths unavailable; the [raw Windows report](validation/p1-iteration-2026-09-24/windows-4ac02ee/playable-report.json) +records hashes and software Vulkan device identity. The later `d7a7a7c` +real-diagnostic-navigation assertion still awaits its Windows CI result. +Windows had no active Khronos validation layer, and no physical Windows GPU +performance result is claimed. diff --git a/docs/manual/editor/export.md b/docs/manual/editor/export.md index 4ac96bb..8c05f25 100644 --- a/docs/manual/editor/export.md +++ b/docs/manual/editor/export.md @@ -9,8 +9,10 @@ Player process. **Stop** leaves the authoring document unchanged. 1. Edit `Scripts/Gameplay.cpp` and its explicit schema declarations. 2. Stop the running Player. -3. Choose **Build C++**. The compiler and SchemaExporter run outside the Editor. -4. Read compiler errors in the Console. A failed build retains the previous schema +3. Choose **Build**. CMake/Ninja build native gameplay and the separate + SchemaExporter refreshes the Inspector schema when inputs changed. +4. Read compiler errors in the Console. Select a project-source diagnostic to open + its line in your external editor. A failed build retains the previous schema and binary; the schema status reports that it is stale. 5. After a successful build, edit the behavior's exposed fields in the Inspector. 6. Choose **Play**. It builds if necessary and launches the captured scene. @@ -23,6 +25,22 @@ The Player supports pause and single-step. Editor controls use a private session control file; they do not expose runtime entity queries through MCP. Closing the Player is observed by the Editor, which keeps its logs and authoring state. +An unchanged second build still asks CMake/Ninja to verify their dependency graph. +When the native outputs, gameplay sources, toolchain, shaders and runtime inputs +match the validated package, **Jobs** reports `schema_cache_hit` and +`generation_reused` as true and returns the same immutable generation without a +second SchemaExporter run or package copy. A changed `.cpp`, header, Lua declaration, +build recipe or relevant tool invalidates that reuse. A damaged cached package is +not treated as a hit. The job also exposes elapsed phases and a build fingerprint; +see [Developer diagnostics](diagnostics.md) for structured errors and raw logs. + +If a build fails, correct the listed source and build again. The prior playable +generation remains available, but stale Inspector metadata is not evidence that +the failed edit built successfully. Save the scene separately: named dirty scenes +autosave after two idle seconds by default, while an unnamed scene needs **Save As**. +External file changes produce a visible conflict instead of an overwrite; the +[workspace guide](workspace.md#create-and-save-a-scene) explains recovery. + ## Export a standalone game Use **Export** in the Editor for the current scene. Resolve template conflicts and diff --git a/docs/manual/editor/profiling.md b/docs/manual/editor/profiling.md index 8180efc..2f6e6d2 100644 --- a/docs/manual/editor/profiling.md +++ b/docs/manual/editor/profiling.md @@ -39,29 +39,58 @@ Use `--debug-physics` or press **F3** to show current physics box colliders. Deb geometry increases draw count, so record whether it was enabled. The collider view uses simulation poses; normal visuals can use interpolated poses. -## Measure Editor and C++ workflows +## Measure Editor, C++ and Lua iteration From the engine repository: ```sh +cmake --build --preset linux-debug --target faset_editor faset_editor_ui_latency --parallel 2 python3 tools/measure_workflows.py \ --editor build/linux-debug/faset_editor \ --project examples/projects/collect-3d \ - --output .cache/my-workflow-measurement + --output /tmp/faset-workflow-measurement ``` -Use a new output directory. The tool copies the project, preserving your original, -and records command startup, two-frame GUI startup/shutdown, first/cached Blender -bundle import, initial/no-change/changed Debug builds and a subsequent Player frame. -It checks that editing gameplay makes the schema stale and successful building -clears that state. The initial build uses available dependency archives and OS -caches; it is not a measurement of internet download speed. +The UI probe must be built beside the Editor first. The default Lua input is +`examples/lua`; use `--lua-project` to select another declared Lua project and +`--ui-latency-binary` when the probe is elsewhere. Use a **new** output directory; +the tool refuses to overwrite evidence. It copies both projects and never edits +the checked-in examples. + +`report.json` version 2 separates the initial cold project configure/build, +unchanged builds, changed `.cpp` builds, changed-header builds, deliberate compile +failure/recovery, Lua edit-to-reload, first offscreen Player frame and synthetic +Editor input-to-visible-state. Each warm/changed case has one warm-up and five +measured repetitions. Each sample remains in `raw/` with command, stdout/stderr, +duration and, on Linux, peak RSS; the report includes median and nearest-rank p95. +The file hashes identify every changed source variant. Five unchanged builds must +return a verified schema/package cache hit. The cold case begins with empty project +`.faset` caches, **not** a cold OS file cache, newly downloaded dependencies or a +fresh engine toolchain. It is a development `Debug` workflow. + +The first-frame value comes from the Player's `main_to_first_frame` profile after +five one-frame offscreen runs. It excludes OS process loading and says nothing about +window presentation latency. The separate UI probe applies keyboard input through +the retained Editor UI, then measures 100 post-warm-up offscreen frames; it is not +native desktop input-to-photon latency. A watched Lua Player records five +edit-to-successful-reload times, including its polling and log notification. A +3,000-frame Player profile compares explicit Vulkan allocation and texture maxima +in frames 101–200 with frames 2901–3000. Zero growth over that interval is useful +but does not prove the absence of all leaks. The tool also adds 512 deterministic +objects to a disposable scene and profiles 240 frames; this stresses scene +simulation/snapshot work, not representative game content. On Linux, GNU `time` records peak RSS for each command and its waited-for children. This is a maximum, not the sum of simultaneous compiler processes. Other platforms -report this field as null unless equivalent measurement support is added. The tool -keeps raw stdout/stderr, durations, hardware and revision information alongside its -report. A dirty source checkout is explicitly identified. +report this field as null unless equivalent measurement support is added. The report +keeps raw stdout/stderr, profiles, hardware, driver, build setting, source hashes, +Git revision and dirty-tree state. New runs also hash the exact CMake, Ninja, C/C++ +compiler, Slang, Editor and UI-probe binaries selected by the disposable project's +`CMakeCache.txt`. Compare profiles only with the same scene, configuration, +resolution, validation/readback settings and hardware class. The +[dated P1 workflow record](https://github.com/emil28092005/Faset_Engine/blob/main/docs/validation/p1-iteration-2026-09-24/README.md) +retains a successful Debug run and its exact raw files. Its post-run binary +provenance supplement is explicitly separate from the original report. `tools/verify_playable_exports.py` separately verifies the two sample games in relocated Release packages and records their Player profiles. Its assertions test diff --git a/docs/manual/editor/workspace.md b/docs/manual/editor/workspace.md index ac65c77..66b4c79 100644 --- a/docs/manual/editor/workspace.md +++ b/docs/manual/editor/workspace.md @@ -14,7 +14,8 @@ process; stopping it leaves the authoring scene unchanged. Launch `faset_editor` without arguments to open the project launcher. 1. Choose **Create project**, enter a name and a new or empty project directory, - then select **2D** or **3D** for the initial scene. + then select **C++** or **Lua** and **2D** or **3D**. Each combination creates a + runnable start scene and a small behavior for that language. 2. Choose **Create project** to create the project files and open the Editor. 3. To return later, choose **Open project**, select its directory with **Browse**, and confirm **Open project**. The directory must contain `project.faset.json`. @@ -33,6 +34,12 @@ was launched in MCP mode so the connection keeps a single project context. For a direct launch, use `faset_editor --project /path/to/MyGame` on Linux or `faset_editor.exe --project C:\Projects\MyGame` on Windows. +For scripted project creation, pass `--new MyGame --dimension 2|3 +--language cpp|lua` with `--project` pointing to the new directory. Omitting +`--language` retains the earlier C++ scaffold without a runnable start scene; +select a language explicitly for a complete starter. +The [C++ first behavior](../scripting/first-behavior.md) and +[Lua gameplay](../scripting/lua.md) guides show the first editing steps. ## Create and save a scene diff --git a/docs/manual/scripting/first-behavior.md b/docs/manual/scripting/first-behavior.md index 019ac4a..4654c09 100644 --- a/docs/manual/scripting/first-behavior.md +++ b/docs/manual/scripting/first-behavior.md @@ -56,14 +56,26 @@ The example scene is a complete, loadable document: The sprite is visible because it has `faset.sprite`. It moves because it also has `tutorial.move_x`. The configuration field is `speed`; the type string must match the registration exactly. `rotation` uses radians, and the default coordinate system is Y-up. -After **Build C++** succeeds in the Editor, choose **Add component** in the Inspector +After **Build** succeeds in the Editor, choose **Add component** in the Inspector and select the registered type. Its schema supplies editable fields, defaults and constraints. The direct Player command above is useful for testing the same behavior independently of an editor session. ## Make a change and verify it -Change the scene's `speed` to `-2`: the object moves left. Change the C++ callback or schema: stop the Player, rebuild, regenerate the schema, then launch a new session. There is no automatic C++ hot reload. +Change the scene's `speed` to `-2`: the object moves left. Change the C++ callback +or schema: stop the Player, choose **Build**, then launch a new Play session. The +Build job regenerates metadata when its inputs changed; an unchanged second build +can reuse the verified schema/package generation. It still asks CMake/Ninja to check +the native dependency graph. There is no automatic C++ hot reload. + +To try compiler navigation in a project opened by the Editor, add +`#error Check navigation` to its `Scripts/Gameplay.cpp`, choose **Build**, and +select the resulting Console diagnostic. **Open source** passes the file and +one-based location to the configured external editor. Remove the line and build +again; the failed attempt keeps the previous valid generation. See +[Developer diagnostics](../editor/diagnostics.md) for editor command setup and +[Build, Play, and export](../editor/export.md) for the full iteration loop. The `tutorial_moving` CTest checks that both 30 Hz and 60 Hz frame sequences move the object two metres in one second. It checks the resulting pose, rather than only checking that the program starts. diff --git a/docs/manual/scripting/lua.md b/docs/manual/scripting/lua.md index 96dbcbb..3e8b00d 100644 --- a/docs/manual/scripting/lua.md +++ b/docs/manual/scripting/lua.md @@ -210,14 +210,18 @@ The Editor command palette exposes: | `faset_lua_refresh` | Build if needed, extract schemas, refresh Inspector metadata | | `faset_lua_reload` | Request a Lua reload in a development Player | | `faset_lua_setup` | Install Faset LuaLS declarations/configuration | -| `faset_script_open` | Open a script in an external editor | +| `faset_source_open` | Open a C++, header or Lua source at a one-based line/column | +| `faset_script_open` | Lua-only compatibility alias for source opening | The external-editor default is `zed`. Set `editor.script_editor` in -`project.faset.json` to an argument array such as `["code", "--goto", "{file}"]`, -or pass an `editor` argument array to `faset_script_open`. Exact `{file}` and -`{project}` arguments are substituted; a missing file argument is appended. The -command launches the executable directly, without a shell. The Assets panel lists -Lua sources under `Scripts` and provides **Open Script**. +`project.faset.json` to an argument array such as +`["zed", "{file}:{line}:{column}"]`, or pass an `editor` argument array to +`faset_source_open`. `{file}`, `{line}`, `{column}` and `{project}` are substituted +inside arguments; a missing file argument is appended. The command launches the +executable directly, without a shell. Only regular source files under this +project's `Scripts` can be opened. The Assets panel lists those files and the +Console's structured Lua error can open its source location. A missing external +editor is an actionable navigation error, not a failed gameplay build. Development Play watches Lua changes. The Player's `--watch-lua` option enables this for direct development runs. A candidate source generation is loaded and validated @@ -226,6 +230,18 @@ Successful reload **restarts the scene**, invalidates old handles, and resets al script state. This is not state-preserving hot swapping. C++ source changes still require a rebuild and a new Player process. +For a short iteration, change `speed` in `Scripts/main.lua`, save it, and watch the +Console for **Lua reloaded**. The running development Player picks up a valid +snapshot without native recompilation. Change a field declaration or TypeId, then +choose **Refresh Lua** to validate metadata and update Inspector choices. If the +candidate has a syntax/schema error, the previous running generation remains in +place; use the structured diagnostic to return to the source, correct it and retry. +Lua module declaration, gameplay source, compiler/toolchain or shader changes can +invalidate a later build's verified schema/package cache. The **Jobs** result +distinguishes `schema_cache_hit` and `generation_reused`; those flags do not imply +that the native build graph was skipped. See the [build loop](../editor/export.md) +and [profiling guide](../editor/profiling.md). + Export captures the declared entry list and Lua modules with the game. The exported Player runs without the Editor or a separate Lua installation; development watching is not enabled by ordinary exported-game launch. Exported Lua remains readable source, diff --git a/docs/validation/README.md b/docs/validation/README.md index 76be397..65eb7bc 100644 --- a/docs/validation/README.md +++ b/docs/validation/README.md @@ -3,6 +3,7 @@ These files preserve bounded checks and their inputs. Each record states its source revision or working-tree limitation; a passing record does not certify later commits or every supported platform. - [MVP acceptance dossier](mvp-acceptance.md): criterion-by-criterion closure, tested revisions and remaining compatibility coverage. +- [P1 gameplay iteration](p1-iteration-2026-09-24/README.md): repeatable Debug C++/Lua workflow, raw samples, toolchain provenance, real compiler navigation and coverage limits. - [P2 GPU visibility Linux evidence](p2-gpu-visibility-2026-09-23/README.md): Debug/Release GPU acceptance, lavapipe functional checks, relocated Player exports, and explicit platform/performance limits. - [P2 pinned SwiftShader compatibility](p2-swiftshader-2026-09-23/README.md): the Windows CI regression, shader capability fix, independent review closure, final native CI and relocated Player evidence. - [Windows software Vulkan](windows-software-vulkan-2026-09-18/README.md): fresh native build, 35 tests, launcher/window/MCP workflows and both relocated Release games on SwiftShader. diff --git a/docs/validation/lua-release-2026-09-24/README.md b/docs/validation/lua-release-2026-09-24/README.md index 679baa9..87f9abb 100644 --- a/docs/validation/lua-release-2026-09-24/README.md +++ b/docs/validation/lua-release-2026-09-24/README.md @@ -45,8 +45,14 @@ ctest --test-dir build/linux-release --no-tests=error --output-on-failure \ The render used the Player's synthetic fixed timestep and offscreen Vulkan presentation. It does not establish manual window interaction or physical -Windows GPU compatibility. The Windows graphics workflow now includes this Lua -package beside both C++ examples under a pinned SwiftShader Vulkan driver; its -result must be recorded separately after CI completes. +Windows GPU compatibility. The separate +[Windows graphics run at `4ac02ee`](https://github.com/emil28092005/Faset_Engine/actions/runs/35937433040) +passed 61/61 CTests and relocated all three Release games under pinned SwiftShader. +The Lua-only package validated and completed 120 offscreen frames with its source +project paths hidden. Its device is a **software** Vulkan implementation; the +Khronos validation layer was not active on that Windows worker. The +[P1 dossier's Windows report](../p1-iteration-2026-09-24/windows-4ac02ee/playable-report.json) +retains the source/package identities and result. This does not establish +physical Windows GPU compatibility. ![Lua game rendered by the relocated Release Player](lua.png) diff --git a/docs/validation/p1-iteration-2026-09-24/CMakeCache.txt.gz b/docs/validation/p1-iteration-2026-09-24/CMakeCache.txt.gz new file mode 100644 index 0000000..59a84b1 Binary files /dev/null and b/docs/validation/p1-iteration-2026-09-24/CMakeCache.txt.gz differ diff --git a/docs/validation/p1-iteration-2026-09-24/README.md b/docs/validation/p1-iteration-2026-09-24/README.md new file mode 100644 index 0000000..6e5e2ea --- /dev/null +++ b/docs/validation/p1-iteration-2026-09-24/README.md @@ -0,0 +1,119 @@ +# P1 gameplay iteration: measured Linux workflow + +The [unaltered version 2 workflow report](report.json) was produced by a clean +`6c2e8fa80036315a695f67f3c53524165fb4b10a` checkout on 2026-09-24. +It used disposable copies of the checked-in `collect-3d` and `examples/lua` +projects. Every sample, process log and Player profile is retained under `raw/`; +[the run log](workflow.log) shows the order and completion. The report identifies +each input revision by SHA-256, and records all command arguments, phase labels, +configuration and dirty-tree state. Its SHA-256 is +`fd463c0cd12eed0a22143aa68bd732386804b0df4ecb2a3d9caa26f59dcfe6e2`. + +The original report's `toolchain.slang` is `null` because that version looked +for `slangc` on `PATH`, while CMake used a configured executable. A **separate** +[post-run provenance supplement](provenance.json), generated after commit +`abd8c21` from the surviving disposable [compressed CMake cache](CMakeCache.txt.gz), hashes +the selected CMake, Ninja, C/C++ compiler, Slang, Editor and UI-probe binaries. +It binds to the original report hash and records both script revisions. The +measured report was not rewritten. Subsequent workflow runs include these +identities in their report directly. `4ac02ee` changed only the Windows CI export +fixture location; neither follow-up is presented as the measured code revision. + +## Measurement conditions and results + +The host ran Linux 7.0, Ryzen 7 1700, 32 GiB RAM, RTX 2080 Ti and NVIDIA 595.84. +The disposable project used Debug, Clang 21.1.8, CMake 4.2.3, Ninja 1.13.2 and +Slang 2026.18. The Player rendered offscreen Vulkan at 1280×720 with validation +active and full-frame readback. The run did not overlap the separate P3 GPU sweep. +Build times still depend on ambient CPU load, filesystem cache and prepared +dependencies. The `cold` row means an empty project `.faset` cache, **not** a cold +OS page cache or a first dependency download. + +| Observation | Samples | Median | Nearest-rank p95 | Scope | +| --- | ---: | ---: | ---: | --- | +| Initial configure and native build | 1 | 106.01 s | — | Disposable Debug project | +| Unchanged build | 5 | 11.53 s | 13.12 s | All five reused the verified schema/package generation | +| Changed `Gameplay.cpp` build | 5 | 28.16 s | 30.33 s | One warm-up edit excluded | +| Changed `Gameplay.hpp` build | 5 | 23.89 s | 25.51 s | One warm-up edit excluded | +| Watched Lua edit to reload log | 5 | 0.502 s | 0.504 s | Persistent Player; includes watcher polling | +| First completed offscreen Player frame | 5 | 0.284 s | 0.333 s | From `main()`; excludes OS loader and window presentation | +| Synthetic Editor input to rendered state | 100 | 13.97 ms | 18.03 ms | Ten warm-ups; offscreen retained-UI frame, not input-to-photon | + +The intentional C++ compile failure took 10.00 s and the corrected recovery +build 19.93 s. The failed job preserved its prior successful build pointer. +The run also imported the small Blender bundle cold and cached in 49 and 52 ms, +respectively; Editor process startup dominates that tiny asset sample, so those +two values do not establish import-cache speedup. The raw +[failed-build job](raw/build_failure-01-stdout.txt) exposed a navigation defect: +the compiler named the immutable source snapshot, and the original structured +diagnostic omitted `file`. A later fix maps only the verified staged `Scripts` +subtree to project-relative source. A [real failed-build replay](diagnostic-replay.json) +with the corrected Editor returns `Scripts/Gameplay.cpp`, line 73, column 2. +The `build_diagnostics` test also covers project-contained snapshot paths and +Windows drives; `build_schema_publication` verifies that an error after 250 +third-party warnings survives the 200-row diagnostic limit. These are separate +from this unmodified measurement. + +The [3,000-frame lifecycle profile](raw/cpp-3000-frame-lifecycle.json) completed +with zero Vulkan validation errors. Maximum explicit Vulkan allocation was +15,787,008 bytes in both frames 101–200 and 2901–3000, a measured growth of zero; +the live texture count remained one. These counters exclude driver-internal +memory and do not prove absence of all resource leaks. + +The generated [527-entity scene](raw/generated-512.scene.json) adds 512 seeded +copies to the 15-entity source and ran for 240 offscreen frames with zero Vulkan +validation errors. Its [raw profile](raw/generated-512-profile.json) reports p95 +frame wall 149.39 ms, simulation 48.19 ms, scene snapshot 68.12 ms, renderer call +36.51 ms and GPU timestamp 0.911 ms. It exposes a significant CPU scaling cost +in this synthetic content; it is not a typical-game benchmark or a Release budget +failure for the tiny checked-in sample. + +## Reference budgets and coverage + +The [2026-09-18 Release reference baseline](../linux-release-2026-09-18/README.md) +measured the **exact** `collect-2d` and `collect-3d` packaged scenes on this host, +at 1280×720 with validation/readback. Its 240-frame p95s met the initial tracking +budgets: frame 2.684/2.732 ms versus ≤4; GPU 0.579/0.600 ms versus ≤1; readback +0.633/0.608 ms versus ≤1; simulation 0.258/0.300 ms and snapshot 0.215/0.257 ms +versus ≤0.5 each. Explicit allocations were about 15.02/15.06 MiB versus +≤20 MiB; first-frame startup from `main()` was 265.5/260.8 ms versus ≤500 ms. +That baseline was an evolving working tree in September, not a fresh Release +measurement of `6c2e8fa`; its numbers are **historical** and are not compared with +this Debug workflow's timing. A current-revision, quiet-host Release rerun remains +needed before claiming the budgets again. + +The [Lua-only Linux Release dossier](../lua-release-2026-09-24/README.md) separately +records a relocated package that validated and rendered 120 frames after hiding +its source project, with 0 validation errors. The final fixture placement was +checked in clean-revision [`4ac02ee` Windows graphics CI](https://github.com/emil28092005/Faset_Engine/actions/runs/35937433040): +61/61 CTests passed on pinned SwiftShader, the real 2D/3D Release export +integration passed, and **all three** relocated Release games (`collect-2d`, +`collect-3d`, Lua-only) validated and rendered 120/120 frames with source paths +unavailable. The [Windows playable report](windows-4ac02ee/playable-report.json) +contains package and source hashes, device identity, result details and capture +checksums; [integration results](windows-4ac02ee/integration-result-2.json), +[integration manifests](windows-4ac02ee/integration-manifest-2.json), +[Vulkan probe](windows-4ac02ee/vulkan-probe.json) and +[toolchain record](windows-4ac02ee/toolchain.json) preserve representative raw +evidence. The parallel [native/manual CI](https://github.com/emil28092005/Faset_Engine/actions/runs/35937433211) +passed on Linux and Windows. This is **software** Vulkan; Windows did not have an +active Khronos validation layer (`validation_enabled: false`), and no physical +Windows GPU/driver performance claim follows. A later CI run must cover the +`d7a7a7c` real diagnostic-navigation assertion added after this export run. + +## P1 acceptance record + +| Area | Evidence and current limit | +| --- | --- | +| Lua | Linux native and Release [relocated Lua result](../lua-release-2026-09-24/README.md); Windows CPU/SwiftShader 61-test suite and [relocated Lua-only Release report](windows-4ac02ee/playable-report.json), 120 completed frames. | +| Cache and rollback | [Five verified hits](report.json), `build_cache` and `build_schema_publication` contracts for headers, toolchain, schema/shader corruption and source races; the raw failed/recovered build retains the previous pointer. | +| Diagnostics | `build_diagnostics` fixtures cover Clang, clang-cl, Lua, Unicode and unparseable output. The raw real failure above found a staged-source mapping gap; [the replay](diagnostic-replay.json), parser case, warning-flood case and real BuildService integration assertion cover the correction. | +| Starters/navigation | [Four runnable C++/Lua × 2D/3D starters](../p1-starters-linux-2026-09-24.md) plus launcher/CLI and source-open tests. | +| Autosave | `editor_session_settings`, UI tests and [workspace behavior](../../manual/editor/workspace.md#create-and-save-a-scene): idle coalescing, unnamed Save As, external/revision conflicts, Undo and recovery. | +| Iteration | This report, 179 raw files, 3,000-frame and seeded larger-scene profiles; no CI timing gates. | +| Documentation | The English Manual describes build/reload, templates, navigation, autosave and profile interpretation; strict MkDocs and full platform test totals are recorded in the implementation journal. | + +The [profiling guide](../../manual/editor/profiling.md#measure-editor-c-and-lua-iteration) +documents how to repeat the run and interpret its deliberately distinct timing +labels. C++ hot reload, state-preserving Lua reload and Player-world MCP are not +part of this P1 contract. diff --git a/docs/validation/p1-iteration-2026-09-24/diagnostic-replay.json b/docs/validation/p1-iteration-2026-09-24/diagnostic-replay.json new file mode 100644 index 0000000..7069afc --- /dev/null +++ b/docs/validation/p1-iteration-2026-09-24/diagnostic-replay.json @@ -0,0 +1,20 @@ +{ + "diagnostics": [ + { + "column": 2, + "file": "Scripts/Gameplay.cpp", + "line": 73, + "message": "intentional_build_failure", + "phase": "Compiling and linking Player", + "severity": "error" + } + ], + "error": "Process exited with code 1; see job log", + "id": "3bbfe90e-eb6d-4474-ac78-f020e5d88a66", + "kind": "build", + "log": "$ \"cmake\" \"-S\" \"/home/emil/Desktop/.worktrees/Faset_Engine-p1-p3\" \"-B\" \"/tmp/faset-p1-diagnostics-integration-20260924-1/project/.faset/build/Debug\" \"-G\" \"Ninja\" \"-DCMAKE_BUILD_TYPE=Debug\" \"-DBUILD_TESTING=OFF\" \"-DFASET_BUILD_EDITOR=OFF\" \"-DFASET_BUILD_RENDERER=ON\" \"-DFASET_BUILD_RUNTIME=ON\" \"-DFASET_BUILD_ASSETS=ON\" \"-DFASET_GAMEPLAY_SOURCE_DIR=/tmp/faset-p1-diagnostics-integration-20260924-1/project/.faset/cache/source-snapshots/18846f880db68da5b59db64a314faed73a502415d53818b77d6b47158344076f/Scripts\" \"-DCMAKE_C_COMPILER=/usr/bin/clang\" \"-DCMAKE_CXX_COMPILER=/usr/bin/clang++\" \"-DCMAKE_BUILD_TYPE=Debug\" \"-DFASET_ENABLE_LUA=OFF\"\n-- Using the multi-header code from /tmp/faset-p1-diagnostics-integration-20260924-1/project/.faset/build/Debug/_deps/json-src/include/\n-- CMake C compiler: Clang\n-- CMake C++ compiler: Clang\n-- CMake system name: Linux\n-- CMake host system processor: x86_64\n-- Box2D using Unix\n-- CMake C compiler: Clang\n-- CMake C++ compiler: Clang\n-- CMake system name: Linux\n-- CMake host system processor: x86_64\n-- Box3D using Unix\n-- dynamic libasound -> libasound.so.2\n-- Checking for module 'jack'\n-- Package 'jack' not found\n-- Checking for module 'libpipewire-0.3>=0.3.44'\n-- Found libpipewire-0.3, version 1.6.2\n-- dynamic libpipewire-0.3 -> libpipewire-0.3.so.0\n-- Checking for module 'libpulse>=0.9.15'\n-- Found libpulse, version 17.0\n-- dynamic libpulse -> libpulse.so.0\n-- Checking for module 'sndio'\n-- Found sndio, version 1.10.0\n-- dynamic libsndio -> libsndio.so.7\n-- dynamic libX11 -> libX11.so.6\n-- dynamic libXext -> libXext.so.6\n-- dynamic libXcursor -> libXcursor.so.1\n-- dynamic libXi -> libXi.so.6\n-- dynamic libXfixes -> libXfixes.so.3\n-- dynamic libXrandr -> libXrandr.so.2\n-- dynamic libXrender -> libXrender.so.1\n-- dynamic libXss -> libXss.so.1\n-- Checking for module 'libdrm'\n-- Found libdrm, version 2.4.131\n-- Checking for module 'gbm'\n-- Found gbm, version 26.0.8-1ubuntu0.3\n-- dynamic libdrm -> libdrm.so.2\n-- dynamic libgbm -> libgbm.so.1\n-- Checking for modules 'wayland-client>=1.18;wayland-egl;wayland-cursor;egl;xkbcommon>=0.5.0'\n-- Found wayland-client, version 1.24.0\n-- Found wayland-egl, version 18.1.0\n-- Found wayland-cursor, version 1.24.0\n-- Found egl, version 1.5\n-- Found xkbcommon, version 1.13.1\n-- dynamic libwayland-client -> libwayland-client.so.0\n-- dynamic libwayland-egl -> libwayland-egl.so.1\n-- dynamic libwayland-cursor -> libwayland-cursor.so.0\n-- dynamic libxkbcommon -> libxkbcommon.so.0\n-- dynamic libdecor-0 -> libdecor-0.so.0\n-- dynamic libudev -> libudev.so.1\n-- Checking for one of the modules 'liburing-ffi'\n-- Checking for module 'libusb-1.0>=1.0.16'\n-- Package 'libusb-1.0' not found\n-- Could NOT find LibUSB (missing: LibUSB_LIBRARY LibUSB_INCLUDE_PATH) (found version \"LibUSB_VERSION-NOTFOUND\")\n-- \n-- SDL3 was configured with the following options:\n-- \n-- Platform: Linux-7.0.0-31-generic\n-- 64-bit: TRUE\n-- Compiler: /usr/bin/clang\n-- Revision: SDL3-3.2.20-HEAD-HASH-NOTFOUND\n-- Vendor: \n-- \n-- Subsystems:\n-- Audio: ON\n-- Video: ON\n-- GPU: ON\n-- Render: ON\n-- Camera: ON\n-- Joystick: ON\n-- Haptic: ON\n-- Hidapi: ON\n-- Power: ON\n-- Sensor: ON\n-- Dialog: ON\n-- \n-- Options:\n-- SDL_ALSA (Wanted: ON): ON\n-- SDL_ALSA_SHARED (Wanted: ON): ON\n-- SDL_ALTIVEC (Wanted: OFF): OFF\n-- SDL_ARMNEON (Wanted: OFF): OFF\n-- SDL_ASAN (Wanted: OFF): OFF\n-- SDL_ASSEMBLY (Wanted: ON): ON\n-- SDL_ASSERTIONS (Wanted: auto): auto\n-- SDL_AVX (Wanted: ON): ON\n-- SDL_AVX2 (Wanted: ON): ON\n-- SDL_AVX512F (Wanted: ON): ON\n-- SDL_BACKGROUNDING_SIGNAL (Wanted: OFF): OFF\n-- SDL_CCACHE (Wanted: OFF): OFF\n-- SDL_CLANG_TIDY (Wanted: OFF): OFF\n-- SDL_CLOCK_GETTIME (Wanted: ON): ON\n-- SDL_COCOA (Wanted: OFF): OFF\n-- SDL_DBUS (Wanted: ON): ON\n-- SDL_DEPS_SHARED (Wanted: ON): OFF\n-- SDL_DIRECTX (Wanted: OFF): OFF\n-- SDL_DISKAUDIO (Wanted: ON): ON\n-- SDL_DUMMYAUDIO (Wanted: ON): ON\n-- SDL_DUMMYCAMERA (Wanted: ON): ON\n-- SDL_DUMMYVIDEO (Wanted: ON): ON\n-- SDL_EXAMPLES (Wanted: OFF): OFF\n-- SDL_EXAMPLES_LINK_SHARED (Wanted: OFF): OFF\n-- SDL_FOREGROUNDING_SIGNAL (Wanted: OFF): OFF\n-- SDL_GCC_ATOMICS (Wanted: ON): ON\n-- SDL_GPU_DXVK (Wanted: OFF): OFF\n-- SDL_HIDAPI (Wanted: ON): ON\n-- SDL_HIDAPI_JOYSTICK (Wanted: ON): ON\n-- SDL_HIDAPI_LIBUSB (Wanted: ON): OFF\n-- SDL_HIDAPI_LIBUSB_SHARED (Wanted: ON): OFF\n-- SDL_IBUS (Wanted: ON): ON\n-- SDL_INSTALL (Wanted: OFF): OFF\n-- SDL_INSTALL_TESTS (Wanted: OFF): OFF\n-- SDL_JACK (Wanted: ON): OFF\n-- SDL_JACK_SHARED (Wanted: ON): OFF\n-- SDL_KMSDRM (Wanted: ON): ON\n-- SDL_KMSDRM_SHARED (Wanted: ON): ON\n-- SDL_LASX (Wanted: OFF): OFF\n-- SDL_LIBC (Wanted: ON): ON\n-- SDL_LIBICONV (Wanted: OFF): OFF\n-- SDL_LIBUDEV (Wanted: ON): ON\n-- SDL_LIBURING (Wanted: ON): OFF\n-- SDL_LSX (Wanted: OFF): OFF\n-- SDL_METAL (Wanted: OFF): OFF\n-- SDL_MMX (Wanted: ON): ON\n-- SDL_OFFSCREEN (Wanted: ON): ON\n-- SDL_OPENGL (Wanted: ON): ON\n-- SDL_OPENGLES (Wanted: ON): ON\n-- SDL_OPENVR (Wanted: OFF): OFF\n-- SDL_OSS (Wanted: OFF): OFF\n-- SDL_PIPEWIRE (Wanted: ON): ON\n-- SDL_PIPEWIRE_SHARED (Wanted: ON): ON\n-- SDL_PTHREADS (Wanted: ON): ON\n-- SDL_PTHREADS_SEM (Wanted: ON): ON\n-- SDL_PULSEAUDIO (Wanted: ON): ON\n-- SDL_PULSEAUDIO_SHARED (Wanted: ON): ON\n-- SDL_RENDER_D3D (Wanted: OFF): OFF\n-- SDL_RENDER_D3D11 (Wanted: OFF): OFF\n-- SDL_RENDER_D3D12 (Wanted: OFF): OFF\n-- SDL_RENDER_GPU (Wanted: ON): ON\n-- SDL_RENDER_METAL (Wanted: ON): OFF\n-- SDL_RENDER_VULKAN (Wanted: ON): ON\n-- SDL_ROCKCHIP (Wanted: OFF): OFF\n-- SDL_RPATH (Wanted: ON): OFF\n-- SDL_RPI (Wanted: OFF): OFF\n-- SDL_SNDIO (Wanted: ON): ON\n-- SDL_SNDIO_SHARED (Wanted: ON): ON\n-- SDL_SSE (Wanted: ON): ON\n-- SDL_SSE2 (Wanted: ON): ON\n-- SDL_SSE3 (Wanted: ON): ON\n-- SDL_SSE4_1 (Wanted: ON): ON\n-- SDL_SSE4_2 (Wanted: ON): ON\n-- SDL_SYSTEM_ICONV (Wanted: ON): ON\n-- SDL_TESTS (Wanted: OFF): OFF\n-- SDL_TESTS_LINK_SHARED (Wanted: OFF): OFF\n-- SDL_UNINSTALL (Wanted: OFF): OFF\n-- SDL_VIRTUAL_JOYSTICK (Wanted: ON): ON\n-- SDL_VIVANTE (Wanted: OFF): OFF\n-- SDL_VULKAN (Wanted: ON): ON\n-- SDL_WASAPI (Wanted: OFF): OFF\n-- SDL_WAYLAND (Wanted: ON): ON\n-- SDL_WAYLAND_LIBDECOR (Wanted: ON): ON\n-- SDL_WAYLAND_LIBDECOR_SHARED (Wanted: ON): ON\n-- SDL_WAYLAND_SHARED (Wanted: ON): ON\n-- SDL_X11 (Wanted: ON): ON\n-- SDL_X11_SHARED (Wanted: ON): ON\n-- SDL_X11_XCURSOR (Wanted: ON): ON\n-- SDL_X11_XDBE (Wanted: ON): ON\n-- SDL_X11_XFIXES (Wanted: ON): ON\n-- SDL_X11_XINPUT (Wanted: ON): ON\n-- SDL_X11_XRANDR (Wanted: ON): ON\n-- SDL_X11_XSCRNSAVER (Wanted: ON): ON\n-- SDL_X11_XSHAPE (Wanted: ON): ON\n-- SDL_X11_XSYNC (Wanted: ON): ON\n-- SDL_XINPUT (Wanted: OFF): OFF\n-- \n-- Build Shared Library: OFF\n-- Build Static Library: ON\n-- Build Static Library with Position Independent Code: \n-- \n-- If something was not detected, although the libraries\n-- were installed, then make sure you have set the\n-- CMAKE_C_FLAGS and CMAKE_PREFIX_PATH CMake variables correctly.\n-- \n-- Configuring done (2.0s)\n-- Generating done (0.1s)\n-- Build files have been written to: /tmp/faset-p1-diagnostics-integration-20260924-1/project/.faset/build/Debug\n$ \"cmake\" \"--build\" \"/tmp/faset-p1-diagnostics-integration-20260924-1/project/.faset/build/Debug\" \"--config\" \"Debug\" \"--parallel\" \"4\" \"--target\" \"faset_player\" \"faset_schema_exporter\"\n[0/2] Re-checking globbed directories...\n[1/5] Building CXX object CMakeFiles/faset_gameplay.dir/tmp/faset-p1-diagnostics-integration-20260924-1/project/.faset/cache/source-snapshots/18846f880db68da5b59db64a314faed73a502415d53818b77d6b47158344076f/Scripts/Gameplay.cpp.o\nFAILED: [code=1] CMakeFiles/faset_gameplay.dir/tmp/faset-p1-diagnostics-integration-20260924-1/project/.faset/cache/source-snapshots/18846f880db68da5b59db64a314faed73a502415d53818b77d6b47158344076f/Scripts/Gameplay.cpp.o \n/usr/bin/clang++ -I/tmp/faset-p1-diagnostics-integration-20260924-1/project/.faset/cache/source-snapshots/18846f880db68da5b59db64a314faed73a502415d53818b77d6b47158344076f/Scripts -I/home/emil/Desktop/.worktrees/Faset_Engine-p1-p3/cmake/../include -I/tmp/faset-p1-diagnostics-integration-20260924-1/project/.faset/build/Debug/_deps/json-src/include -g -std=c++20 -fPIC -Wall -Wextra -Wpedantic -MD -MT CMakeFiles/faset_gameplay.dir/tmp/faset-p1-diagnostics-integration-20260924-1/project/.faset/cache/source-snapshots/18846f880db68da5b59db64a314faed73a502415d53818b77d6b47158344076f/Scripts/Gameplay.cpp.o -MF CMakeFiles/faset_gameplay.dir/tmp/faset-p1-diagnostics-integration-20260924-1/project/.faset/cache/source-snapshots/18846f880db68da5b59db64a314faed73a502415d53818b77d6b47158344076f/Scripts/Gameplay.cpp.o.d -o CMakeFiles/faset_gameplay.dir/tmp/faset-p1-diagnostics-integration-20260924-1/project/.faset/cache/source-snapshots/18846f880db68da5b59db64a314faed73a502415d53818b77d6b47158344076f/Scripts/Gameplay.cpp.o -c /tmp/faset-p1-diagnostics-integration-20260924-1/project/.faset/cache/source-snapshots/18846f880db68da5b59db64a314faed73a502415d53818b77d6b47158344076f/Scripts/Gameplay.cpp\n/tmp/faset-p1-diagnostics-integration-20260924-1/project/.faset/cache/source-snapshots/18846f880db68da5b59db64a314faed73a502415d53818b77d6b47158344076f/Scripts/Gameplay.cpp:73:2: error: intentional_build_failure\n 73 | #error intentional_build_failure\n | ^\n1 error generated.\nninja: build stopped: subcommand failed.\n", + "progress": 0.25, + "result": {}, + "stage": "Failed", + "state": "failed" +} diff --git a/docs/validation/p1-iteration-2026-09-24/provenance.json b/docs/validation/p1-iteration-2026-09-24/provenance.json new file mode 100644 index 0000000..abedd05 --- /dev/null +++ b/docs/validation/p1-iteration-2026-09-24/provenance.json @@ -0,0 +1,53 @@ +{ + "format": "faset.workflow-provenance-supplement", + "version": 1, + "captured_at_utc": "2026-09-24T00:17:12.501486+00:00", + "measurement_revision": "6c2e8fa80036315a695f67f3c53524165fb4b10a", + "collector_revision": "abd8c21273ac886f6afe30e728a27a65b882f11f", + "report_sha256": "fd463c0cd12eed0a22143aa68bd732386804b0df4ecb2a3d9caa26f59dcfe6e2", + "measurement_script_sha256": "dc13c1b253b8093ac4a528b7194a1e54e0cb00fdfe0881021e6740de40717ee3", + "collector_script_sha256": "8fd8098c11e01ef6e0b2c0681f26d62b1dedf0e25840222642ec5d77df248868", + "archived_cmake_cache": "CMakeCache.txt.gz", + "binary_provenance": { + "cmake_cache_sha256": "d82a2b2ed39430f9ebba82b87b182a1a8822e2419a69778eb4dadcb074064c73", + "binaries": { + "cmake": { + "path": "/usr/bin/cmake", + "sha256": "6e1dccda39845415d68eabb934c598998949c99ec4668625d571aee1827b05c7", + "version": "cmake version 4.2.3" + }, + "ninja": { + "path": "/usr/bin/ninja", + "sha256": "91e9548850cda2799facfdaa7abe33f9e978832f85e98212255708a7bbe437f2", + "version": "1.13.2" + }, + "c": { + "path": "/usr/lib/llvm-21/bin/clang", + "sha256": "412bbe8c60571a1eb06f48fde89635033621caeb01a9b4ee76d46711bae8e932", + "version": "Ubuntu clang version 21.1.8 (6ubuntu1)" + }, + "cxx": { + "path": "/usr/lib/llvm-21/bin/clang", + "sha256": "412bbe8c60571a1eb06f48fde89635033621caeb01a9b4ee76d46711bae8e932", + "version": "Ubuntu clang version 21.1.8 (6ubuntu1)" + }, + "slang": { + "path": "/home/emil/Desktop/Faset_Engine/.cache/slang/bin/slangc", + "sha256": "ff47ad16a3110e43f96a45e90720e6f894371d27f5e47715b298159e395b75e8", + "version": "2026.18" + }, + "editor": { + "path": "/home/emil/Desktop/.worktrees/Faset_Engine-p1-p3/build/linux-debug/faset_editor", + "sha256": "e0cd1a3e7dec54e6960723b1a9068602a17e84e14e490289ea6de6ebf3964657", + "version": null + }, + "ui_latency_binary": { + "path": "/home/emil/Desktop/.worktrees/Faset_Engine-p1-p3/build/linux-debug/faset_editor_ui_latency", + "sha256": "c1b7f68c0e68d5c38d458330d22cbaa7dd6ed2d2962df520fd99cf7eb71ea1ed", + "version": null + } + } + }, + "note": "Captured after the completed run from its surviving disposable CMake cache and unchanged measured binaries; report.json is the unmodified original run output.", + "cmake_cache_archive_sha256": "da52ab111b3b1a14a73f322e4ad7594ac55e72512074ec92c1889f03ae98a38b" +} diff --git a/docs/validation/p1-iteration-2026-09-24/raw/build_failure-01-memory.json b/docs/validation/p1-iteration-2026-09-24/raw/build_failure-01-memory.json new file mode 100644 index 0000000..0b1d5bd --- /dev/null +++ b/docs/validation/p1-iteration-2026-09-24/raw/build_failure-01-memory.json @@ -0,0 +1,2 @@ +Command exited with non-zero status 1 +{"peak_rss_kib":303308} diff --git a/docs/validation/p1-iteration-2026-09-24/raw/build_failure-01-stderr.txt b/docs/validation/p1-iteration-2026-09-24/raw/build_failure-01-stderr.txt new file mode 100644 index 0000000..e69de29 diff --git a/docs/validation/p1-iteration-2026-09-24/raw/build_failure-01-stdout.txt b/docs/validation/p1-iteration-2026-09-24/raw/build_failure-01-stdout.txt new file mode 100644 index 0000000..532cd0b --- /dev/null +++ b/docs/validation/p1-iteration-2026-09-24/raw/build_failure-01-stdout.txt @@ -0,0 +1,33 @@ +{ + "diagnostics": [ + { + "column": 2, + "line": 11, + "message": "FASET_P1_EXPECTED_BUILD_FAILURE", + "phase": "Compiling and linking Player", + "severity": "error" + }, + { + "column": 2, + "line": 11, + "message": "FASET_P1_EXPECTED_BUILD_FAILURE", + "phase": "Compiling and linking Player", + "severity": "error" + }, + { + "column": 2, + "line": 11, + "message": "FASET_P1_EXPECTED_BUILD_FAILURE", + "phase": "Compiling and linking Player", + "severity": "error" + } + ], + "error": "Process exited with code 1; see job log", + "id": "7457f26a-00c1-46b0-b2d9-2785234307a0", + "kind": "build", + "log": "$ \"cmake\" \"-S\" \"/home/emil/Desktop/.worktrees/Faset_Engine-p1-p3\" \"-B\" \"/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug\" \"-G\" \"Ninja\" \"-DCMAKE_BUILD_TYPE=Debug\" \"-DBUILD_TESTING=OFF\" \"-DFASET_BUILD_EDITOR=OFF\" \"-DFASET_BUILD_RENDERER=ON\" \"-DFASET_BUILD_RUNTIME=ON\" \"-DFASET_BUILD_ASSETS=ON\" \"-DFASET_GAMEPLAY_SOURCE_DIR=/tmp/faset-p1-workflows-20260924-3/project/.faset/cache/source-snapshots/6e32194a75449bd4316b64ff6d2920b05eb0f8db5011871d70daa8ae8a2332ff/Scripts\" \"-DCMAKE_C_COMPILER=/usr/bin/clang\" \"-DCMAKE_CXX_COMPILER=/usr/bin/clang++\" \"-DCMAKE_BUILD_TYPE=Debug\" \"-DFASET_ENABLE_LUA=OFF\"\n-- Using the multi-header code from /tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/json-src/include/\n-- CMake C compiler: Clang\n-- CMake C++ compiler: Clang\n-- CMake system name: Linux\n-- CMake host system processor: x86_64\n-- Box2D using Unix\n-- CMake C compiler: Clang\n-- CMake C++ compiler: Clang\n-- CMake system name: Linux\n-- CMake host system processor: x86_64\n-- Box3D using Unix\n-- dynamic libasound -> libasound.so.2\n-- Checking for module 'jack'\n-- Package 'jack' not found\n-- Checking for module 'libpipewire-0.3>=0.3.44'\n-- Found libpipewire-0.3, version 1.6.2\n-- dynamic libpipewire-0.3 -> libpipewire-0.3.so.0\n-- Checking for module 'libpulse>=0.9.15'\n-- Found libpulse, version 17.0\n-- dynamic libpulse -> libpulse.so.0\n-- Checking for module 'sndio'\n-- Found sndio, version 1.10.0\n-- dynamic libsndio -> libsndio.so.7\n-- dynamic libX11 -> libX11.so.6\n-- dynamic libXext -> libXext.so.6\n-- dynamic libXcursor -> libXcursor.so.1\n-- dynamic libXi -> libXi.so.6\n-- dynamic libXfixes -> libXfixes.so.3\n-- dynamic libXrandr -> libXrandr.so.2\n-- dynamic libXrender -> libXrender.so.1\n-- dynamic libXss -> libXss.so.1\n-- Checking for module 'libdrm'\n-- Found libdrm, version 2.4.131\n-- Checking for module 'gbm'\n-- Found gbm, version 26.0.8-1ubuntu0.3\n-- dynamic libdrm -> libdrm.so.2\n-- dynamic libgbm -> libgbm.so.1\n-- Checking for modules 'wayland-client>=1.18;wayland-egl;wayland-cursor;egl;xkbcommon>=0.5.0'\n-- Found wayland-client, version 1.24.0\n-- Found wayland-egl, version 18.1.0\n-- Found wayland-cursor, version 1.24.0\n-- Found egl, version 1.5\n-- Found xkbcommon, version 1.13.1\n-- dynamic libwayland-client -> libwayland-client.so.0\n-- dynamic libwayland-egl -> libwayland-egl.so.1\n-- dynamic libwayland-cursor -> libwayland-cursor.so.0\n-- dynamic libxkbcommon -> libxkbcommon.so.0\n-- dynamic libdecor-0 -> libdecor-0.so.0\n-- dynamic libudev -> libudev.so.1\n-- Checking for one of the modules 'liburing-ffi'\n-- Checking for module 'libusb-1.0>=1.0.16'\n-- Package 'libusb-1.0' not found\n-- Could NOT find LibUSB (missing: LibUSB_LIBRARY LibUSB_INCLUDE_PATH) (found version \"LibUSB_VERSION-NOTFOUND\")\n-- \n-- SDL3 was configured with the following options:\n-- \n-- Platform: Linux-7.0.0-31-generic\n-- 64-bit: TRUE\n-- Compiler: /usr/bin/clang\n-- Revision: SDL3-3.2.20-HEAD-HASH-NOTFOUND\n-- Vendor: \n-- \n-- Subsystems:\n-- Audio: ON\n-- Video: ON\n-- GPU: ON\n-- Render: ON\n-- Camera: ON\n-- Joystick: ON\n-- Haptic: ON\n-- Hidapi: ON\n-- Power: ON\n-- Sensor: ON\n-- Dialog: ON\n-- \n-- Options:\n-- SDL_ALSA (Wanted: ON): ON\n-- SDL_ALSA_SHARED (Wanted: ON): ON\n-- SDL_ALTIVEC (Wanted: OFF): OFF\n-- SDL_ARMNEON (Wanted: OFF): OFF\n-- SDL_ASAN (Wanted: OFF): OFF\n-- SDL_ASSEMBLY (Wanted: ON): ON\n-- SDL_ASSERTIONS (Wanted: auto): auto\n-- SDL_AVX (Wanted: ON): ON\n-- SDL_AVX2 (Wanted: ON): ON\n-- SDL_AVX512F (Wanted: ON): ON\n-- SDL_BACKGROUNDING_SIGNAL (Wanted: OFF): OFF\n-- SDL_CCACHE (Wanted: OFF): OFF\n-- SDL_CLANG_TIDY (Wanted: OFF): OFF\n-- SDL_CLOCK_GETTIME (Wanted: ON): ON\n-- SDL_COCOA (Wanted: OFF): OFF\n-- SDL_DBUS (Wanted: ON): ON\n-- SDL_DEPS_SHARED (Wanted: ON): OFF\n-- SDL_DIRECTX (Wanted: OFF): OFF\n-- SDL_DISKAUDIO (Wanted: ON): ON\n-- SDL_DUMMYAUDIO (Wanted: ON): ON\n-- SDL_DUMMYCAMERA (Wanted: ON): ON\n-- SDL_DUMMYVIDEO (Wanted: ON): ON\n-- SDL_EXAMPLES (Wanted: OFF): OFF\n-- SDL_EXAMPLES_LINK_SHARED (Wanted: OFF): OFF\n-- SDL_FOREGROUNDING_SIGNAL (Wanted: OFF): OFF\n-- SDL_GCC_ATOMICS (Wanted: ON): ON\n-- SDL_GPU_DXVK (Wanted: OFF): OFF\n-- SDL_HIDAPI (Wanted: ON): ON\n-- SDL_HIDAPI_JOYSTICK (Wanted: ON): ON\n-- SDL_HIDAPI_LIBUSB (Wanted: ON): OFF\n-- SDL_HIDAPI_LIBUSB_SHARED (Wanted: ON): OFF\n-- SDL_IBUS (Wanted: ON): ON\n-- SDL_INSTALL (Wanted: OFF): OFF\n-- SDL_INSTALL_TESTS (Wanted: OFF): OFF\n-- SDL_JACK (Wanted: ON): OFF\n-- SDL_JACK_SHARED (Wanted: ON): OFF\n-- SDL_KMSDRM (Wanted: ON): ON\n-- SDL_KMSDRM_SHARED (Wanted: ON): ON\n-- SDL_LASX (Wanted: OFF): OFF\n-- SDL_LIBC (Wanted: ON): ON\n-- SDL_LIBICONV (Wanted: OFF): OFF\n-- SDL_LIBUDEV (Wanted: ON): ON\n-- SDL_LIBURING (Wanted: ON): OFF\n-- SDL_LSX (Wanted: OFF): OFF\n-- SDL_METAL (Wanted: OFF): OFF\n-- SDL_MMX (Wanted: ON): ON\n-- SDL_OFFSCREEN (Wanted: ON): ON\n-- SDL_OPENGL (Wanted: ON): ON\n-- SDL_OPENGLES (Wanted: ON): ON\n-- SDL_OPENVR (Wanted: OFF): OFF\n-- SDL_OSS (Wanted: OFF): OFF\n-- SDL_PIPEWIRE (Wanted: ON): ON\n-- SDL_PIPEWIRE_SHARED (Wanted: ON): ON\n-- SDL_PTHREADS (Wanted: ON): ON\n-- SDL_PTHREADS_SEM (Wanted: ON): ON\n-- SDL_PULSEAUDIO (Wanted: ON): ON\n-- SDL_PULSEAUDIO_SHARED (Wanted: ON): ON\n-- SDL_RENDER_D3D (Wanted: OFF): OFF\n-- SDL_RENDER_D3D11 (Wanted: OFF): OFF\n-- SDL_RENDER_D3D12 (Wanted: OFF): OFF\n-- SDL_RENDER_GPU (Wanted: ON): ON\n-- SDL_RENDER_METAL (Wanted: ON): OFF\n-- SDL_RENDER_VULKAN (Wanted: ON): ON\n-- SDL_ROCKCHIP (Wanted: OFF): OFF\n-- SDL_RPATH (Wanted: ON): OFF\n-- SDL_RPI (Wanted: OFF): OFF\n-- SDL_SNDIO (Wanted: ON): ON\n-- SDL_SNDIO_SHARED (Wanted: ON): ON\n-- SDL_SSE (Wanted: ON): ON\n-- SDL_SSE2 (Wanted: ON): ON\n-- SDL_SSE3 (Wanted: ON): ON\n-- SDL_SSE4_1 (Wanted: ON): ON\n-- SDL_SSE4_2 (Wanted: ON): ON\n-- SDL_SYSTEM_ICONV (Wanted: ON): ON\n-- SDL_TESTS (Wanted: OFF): OFF\n-- SDL_TESTS_LINK_SHARED (Wanted: OFF): OFF\n-- SDL_UNINSTALL (Wanted: OFF): OFF\n-- SDL_VIRTUAL_JOYSTICK (Wanted: ON): ON\n-- SDL_VIVANTE (Wanted: OFF): OFF\n-- SDL_VULKAN (Wanted: ON): ON\n-- SDL_WASAPI (Wanted: OFF): OFF\n-- SDL_WAYLAND (Wanted: ON): ON\n-- SDL_WAYLAND_LIBDECOR (Wanted: ON): ON\n-- SDL_WAYLAND_LIBDECOR_SHARED (Wanted: ON): ON\n-- SDL_WAYLAND_SHARED (Wanted: ON): ON\n-- SDL_X11 (Wanted: ON): ON\n-- SDL_X11_SHARED (Wanted: ON): ON\n-- SDL_X11_XCURSOR (Wanted: ON): ON\n-- SDL_X11_XDBE (Wanted: ON): ON\n-- SDL_X11_XFIXES (Wanted: ON): ON\n-- SDL_X11_XINPUT (Wanted: ON): ON\n-- SDL_X11_XRANDR (Wanted: ON): ON\n-- SDL_X11_XSCRNSAVER (Wanted: ON): ON\n-- SDL_X11_XSHAPE (Wanted: ON): ON\n-- SDL_X11_XSYNC (Wanted: ON): ON\n-- SDL_XINPUT (Wanted: OFF): OFF\n-- \n-- Build Shared Library: OFF\n-- Build Static Library: ON\n-- Build Static Library with Position Independent Code: \n-- \n-- If something was not detected, although the libraries\n-- were installed, then make sure you have set the\n-- CMAKE_C_FLAGS and CMAKE_PREFIX_PATH CMake variables correctly.\n-- \n-- Configuring done (2.1s)\n-- Generating done (0.1s)\n-- Build files have been written to: /tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug\n$ \"cmake\" \"--build\" \"/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug\" \"--config\" \"Debug\" \"--parallel\" \"4\" \"--target\" \"faset_player\" \"faset_schema_exporter\"\n[0/2] Re-checking globbed directories...\n[1/7] Building CXX object CMakeFiles/faset_schema_exporter.dir/apps/schema_exporter_main.cpp.o\nFAILED: [code=1] CMakeFiles/faset_schema_exporter.dir/apps/schema_exporter_main.cpp.o \n/usr/bin/clang++ -DFASET_VERSION=\\\"0.1.0\\\" -I/home/emil/Desktop/.worktrees/Faset_Engine-p1-p3/include -I/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/json-src/include -I/tmp/faset-p1-workflows-20260924-3/project/.faset/cache/source-snapshots/6e32194a75449bd4316b64ff6d2920b05eb0f8db5011871d70daa8ae8a2332ff/Scripts -I/home/emil/Desktop/.worktrees/Faset_Engine-p1-p3/cmake/../include -g -std=c++20 -fPIE -Wall -Wextra -Wpedantic -MD -MT CMakeFiles/faset_schema_exporter.dir/apps/schema_exporter_main.cpp.o -MF CMakeFiles/faset_schema_exporter.dir/apps/schema_exporter_main.cpp.o.d -o CMakeFiles/faset_schema_exporter.dir/apps/schema_exporter_main.cpp.o -c /home/emil/Desktop/.worktrees/Faset_Engine-p1-p3/apps/schema_exporter_main.cpp\nIn file included from /home/emil/Desktop/.worktrees/Faset_Engine-p1-p3/apps/schema_exporter_main.cpp:1:\n/tmp/faset-p1-workflows-20260924-3/project/.faset/cache/source-snapshots/6e32194a75449bd4316b64ff6d2920b05eb0f8db5011871d70daa8ae8a2332ff/Scripts/Gameplay.hpp:11:2: error: FASET_P1_EXPECTED_BUILD_FAILURE\n 11 | #error FASET_P1_EXPECTED_BUILD_FAILURE\n | ^\n1 error generated.\n[2/7] Building CXX object CMakeFiles/faset_gameplay.dir/tmp/faset-p1-workflows-20260924-3/project/.faset/cache/source-snapshots/6e32194a75449bd4316b64ff6d2920b05eb0f8db5011871d70daa8ae8a2332ff/Scripts/Gameplay.cpp.o\nFAILED: [code=1] CMakeFiles/faset_gameplay.dir/tmp/faset-p1-workflows-20260924-3/project/.faset/cache/source-snapshots/6e32194a75449bd4316b64ff6d2920b05eb0f8db5011871d70daa8ae8a2332ff/Scripts/Gameplay.cpp.o \n/usr/bin/clang++ -I/tmp/faset-p1-workflows-20260924-3/project/.faset/cache/source-snapshots/6e32194a75449bd4316b64ff6d2920b05eb0f8db5011871d70daa8ae8a2332ff/Scripts -I/home/emil/Desktop/.worktrees/Faset_Engine-p1-p3/cmake/../include -I/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/json-src/include -g -std=c++20 -fPIC -Wall -Wextra -Wpedantic -MD -MT CMakeFiles/faset_gameplay.dir/tmp/faset-p1-workflows-20260924-3/project/.faset/cache/source-snapshots/6e32194a75449bd4316b64ff6d2920b05eb0f8db5011871d70daa8ae8a2332ff/Scripts/Gameplay.cpp.o -MF CMakeFiles/faset_gameplay.dir/tmp/faset-p1-workflows-20260924-3/project/.faset/cache/source-snapshots/6e32194a75449bd4316b64ff6d2920b05eb0f8db5011871d70daa8ae8a2332ff/Scripts/Gameplay.cpp.o.d -o CMakeFiles/faset_gameplay.dir/tmp/faset-p1-workflows-20260924-3/project/.faset/cache/source-snapshots/6e32194a75449bd4316b64ff6d2920b05eb0f8db5011871d70daa8ae8a2332ff/Scripts/Gameplay.cpp.o -c /tmp/faset-p1-workflows-20260924-3/project/.faset/cache/source-snapshots/6e32194a75449bd4316b64ff6d2920b05eb0f8db5011871d70daa8ae8a2332ff/Scripts/Gameplay.cpp\nIn file included from /tmp/faset-p1-workflows-20260924-3/project/.faset/cache/source-snapshots/6e32194a75449bd4316b64ff6d2920b05eb0f8db5011871d70daa8ae8a2332ff/Scripts/Gameplay.cpp:1:\n/tmp/faset-p1-workflows-20260924-3/project/.faset/cache/source-snapshots/6e32194a75449bd4316b64ff6d2920b05eb0f8db5011871d70daa8ae8a2332ff/Scripts/Gameplay.hpp:11:2: error: FASET_P1_EXPECTED_BUILD_FAILURE\n 11 | #error FASET_P1_EXPECTED_BUILD_FAILURE\n | ^\n1 error generated.\n[3/7] Building CXX object CMakeFiles/faset_player.dir/apps/player_main.cpp.o\nFAILED: [code=1] CMakeFiles/faset_player.dir/apps/player_main.cpp.o \n/usr/bin/clang++ -DFASET_VERSION=\\\"0.1.0\\\" -I/home/emil/Desktop/.worktrees/Faset_Engine-p1-p3/include -I/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/json-src/include -I/home/emil/Desktop/.worktrees/Faset_Engine-p1-p3/cmake/../include -I/tmp/faset-p1-workflows-20260924-3/project/.faset/cache/source-snapshots/6e32194a75449bd4316b64ff6d2920b05eb0f8db5011871d70daa8ae8a2332ff/Scripts -g -std=c++20 -fPIE -Wall -Wextra -Wpedantic -MD -MT CMakeFiles/faset_player.dir/apps/player_main.cpp.o -MF CMakeFiles/faset_player.dir/apps/player_main.cpp.o.d -o CMakeFiles/faset_player.dir/apps/player_main.cpp.o -c /home/emil/Desktop/.worktrees/Faset_Engine-p1-p3/apps/player_main.cpp\nIn file included from /home/emil/Desktop/.worktrees/Faset_Engine-p1-p3/apps/player_main.cpp:1:\n/tmp/faset-p1-workflows-20260924-3/project/.faset/cache/source-snapshots/6e32194a75449bd4316b64ff6d2920b05eb0f8db5011871d70daa8ae8a2332ff/Scripts/Gameplay.hpp:11:2: error: FASET_P1_EXPECTED_BUILD_FAILURE\n 11 | #error FASET_P1_EXPECTED_BUILD_FAILURE\n | ^\n1 error generated.\nninja: build stopped: subcommand failed.\n", + "progress": 0.25, + "result": {}, + "stage": "Failed", + "state": "failed" +} diff --git a/docs/validation/p1-iteration-2026-09-24/raw/build_failure-01.json b/docs/validation/p1-iteration-2026-09-24/raw/build_failure-01.json new file mode 100644 index 0000000..7930fd1 --- /dev/null +++ b/docs/validation/p1-iteration-2026-09-24/raw/build_failure-01.json @@ -0,0 +1,17 @@ +{ + "seconds": 9.99945926599321, + "returncode": 1, + "build_configuration": "Debug", + "source_hash": "9cf76ceab03f32fc0baf1eebf6db150fe386fe685ee3a9137271a806f97bdff9", + "command": [ + "/home/emil/Desktop/.worktrees/Faset_Engine-p1-p3/build/linux-debug/faset_editor", + "--project", + "/tmp/faset-p1-workflows-20260924-3/project", + "--command", + "{\"name\": \"faset_build\", \"arguments\": {}}", + "--wait" + ], + "stdout": "raw/build_failure-01-stdout.txt", + "stderr": "raw/build_failure-01-stderr.txt", + "peak_rss_kib": 303308 +} diff --git a/docs/validation/p1-iteration-2026-09-24/raw/build_recovery-01-memory.json b/docs/validation/p1-iteration-2026-09-24/raw/build_recovery-01-memory.json new file mode 100644 index 0000000..5e6c02e --- /dev/null +++ b/docs/validation/p1-iteration-2026-09-24/raw/build_recovery-01-memory.json @@ -0,0 +1 @@ +{"peak_rss_kib":351984} diff --git a/docs/validation/p1-iteration-2026-09-24/raw/build_recovery-01-stderr.txt b/docs/validation/p1-iteration-2026-09-24/raw/build_recovery-01-stderr.txt new file mode 100644 index 0000000..e69de29 diff --git a/docs/validation/p1-iteration-2026-09-24/raw/build_recovery-01-stdout.txt b/docs/validation/p1-iteration-2026-09-24/raw/build_recovery-01-stdout.txt new file mode 100644 index 0000000..9716468 --- /dev/null +++ b/docs/validation/p1-iteration-2026-09-24/raw/build_recovery-01-stdout.txt @@ -0,0 +1,29 @@ +{ + "diagnostics": [], + "error": "", + "id": "2bc1e1c5-c47c-4a63-9114-7dcc0183990b", + "kind": "build", + "log": "$ \"cmake\" \"-S\" \"/home/emil/Desktop/.worktrees/Faset_Engine-p1-p3\" \"-B\" \"/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug\" \"-G\" \"Ninja\" \"-DCMAKE_BUILD_TYPE=Debug\" \"-DBUILD_TESTING=OFF\" \"-DFASET_BUILD_EDITOR=OFF\" \"-DFASET_BUILD_RENDERER=ON\" \"-DFASET_BUILD_RUNTIME=ON\" \"-DFASET_BUILD_ASSETS=ON\" \"-DFASET_GAMEPLAY_SOURCE_DIR=/tmp/faset-p1-workflows-20260924-3/project/.faset/cache/source-snapshots/169a4194255015a44a25e280767dd442e1a6130e9170e63e827c3a9331d7c79a/Scripts\" \"-DCMAKE_C_COMPILER=/usr/bin/clang\" \"-DCMAKE_CXX_COMPILER=/usr/bin/clang++\" \"-DCMAKE_BUILD_TYPE=Debug\" \"-DFASET_ENABLE_LUA=OFF\"\n-- Using the multi-header code from /tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/json-src/include/\n-- CMake C compiler: Clang\n-- CMake C++ compiler: Clang\n-- CMake system name: Linux\n-- CMake host system processor: x86_64\n-- Box2D using Unix\n-- CMake C compiler: Clang\n-- CMake C++ compiler: Clang\n-- CMake system name: Linux\n-- CMake host system processor: x86_64\n-- Box3D using Unix\n-- dynamic libasound -> libasound.so.2\n-- Checking for module 'jack'\n-- Package 'jack' not found\n-- Checking for module 'libpipewire-0.3>=0.3.44'\n-- Found libpipewire-0.3, version 1.6.2\n-- dynamic libpipewire-0.3 -> libpipewire-0.3.so.0\n-- Checking for module 'libpulse>=0.9.15'\n-- Found libpulse, version 17.0\n-- dynamic libpulse -> libpulse.so.0\n-- Checking for module 'sndio'\n-- Found sndio, version 1.10.0\n-- dynamic libsndio -> libsndio.so.7\n-- dynamic libX11 -> libX11.so.6\n-- dynamic libXext -> libXext.so.6\n-- dynamic libXcursor -> libXcursor.so.1\n-- dynamic libXi -> libXi.so.6\n-- dynamic libXfixes -> libXfixes.so.3\n-- dynamic libXrandr -> libXrandr.so.2\n-- dynamic libXrender -> libXrender.so.1\n-- dynamic libXss -> libXss.so.1\n-- Checking for module 'libdrm'\n-- Found libdrm, version 2.4.131\n-- Checking for module 'gbm'\n-- Found gbm, version 26.0.8-1ubuntu0.3\n-- dynamic libdrm -> libdrm.so.2\n-- dynamic libgbm -> libgbm.so.1\n-- Checking for modules 'wayland-client>=1.18;wayland-egl;wayland-cursor;egl;xkbcommon>=0.5.0'\n-- Found wayland-client, version 1.24.0\n-- Found wayland-egl, version 18.1.0\n-- Found wayland-cursor, version 1.24.0\n-- Found egl, version 1.5\n-- Found xkbcommon, version 1.13.1\n-- dynamic libwayland-client -> libwayland-client.so.0\n-- dynamic libwayland-egl -> libwayland-egl.so.1\n-- dynamic libwayland-cursor -> libwayland-cursor.so.0\n-- dynamic libxkbcommon -> libxkbcommon.so.0\n-- dynamic libdecor-0 -> libdecor-0.so.0\n-- dynamic libudev -> libudev.so.1\n-- Checking for one of the modules 'liburing-ffi'\n-- Checking for module 'libusb-1.0>=1.0.16'\n-- Package 'libusb-1.0' not found\n-- Could NOT find LibUSB (missing: LibUSB_LIBRARY LibUSB_INCLUDE_PATH) (found version \"LibUSB_VERSION-NOTFOUND\")\n-- \n-- SDL3 was configured with the following options:\n-- \n-- Platform: Linux-7.0.0-31-generic\n-- 64-bit: TRUE\n-- Compiler: /usr/bin/clang\n-- Revision: SDL3-3.2.20-HEAD-HASH-NOTFOUND\n-- Vendor: \n-- \n-- Subsystems:\n-- Audio: ON\n-- Video: ON\n-- GPU: ON\n-- Render: ON\n-- Camera: ON\n-- Joystick: ON\n-- Haptic: ON\n-- Hidapi: ON\n-- Power: ON\n-- Sensor: ON\n-- Dialog: ON\n-- \n-- Options:\n-- SDL_ALSA (Wanted: ON): ON\n-- SDL_ALSA_SHARED (Wanted: ON): ON\n-- SDL_ALTIVEC (Wanted: OFF): OFF\n-- SDL_ARMNEON (Wanted: OFF): OFF\n-- SDL_ASAN (Wanted: OFF): OFF\n-- SDL_ASSEMBLY (Wanted: ON): ON\n-- SDL_ASSERTIONS (Wanted: auto): auto\n-- SDL_AVX (Wanted: ON): ON\n-- SDL_AVX2 (Wanted: ON): ON\n-- SDL_AVX512F (Wanted: ON): ON\n-- SDL_BACKGROUNDING_SIGNAL (Wanted: OFF): OFF\n-- SDL_CCACHE (Wanted: OFF): OFF\n-- SDL_CLANG_TIDY (Wanted: OFF): OFF\n-- SDL_CLOCK_GETTIME (Wanted: ON): ON\n-- SDL_COCOA (Wanted: OFF): OFF\n-- SDL_DBUS (Wanted: ON): ON\n-- SDL_DEPS_SHARED (Wanted: ON): OFF\n-- SDL_DIRECTX (Wanted: OFF): OFF\n-- SDL_DISKAUDIO (Wanted: ON): ON\n-- SDL_DUMMYAUDIO (Wanted: ON): ON\n-- SDL_DUMMYCAMERA (Wanted: ON): ON\n-- SDL_DUMMYVIDEO (Wanted: ON): ON\n-- SDL_EXAMPLES (Wanted: OFF): OFF\n-- SDL_EXAMPLES_LINK_SHARED (Wanted: OFF): OFF\n-- SDL_FOREGROUNDING_SIGNAL (Wanted: OFF): OFF\n-- SDL_GCC_ATOMICS (Wanted: ON): ON\n-- SDL_GPU_DXVK (Wanted: OFF): OFF\n-- SDL_HIDAPI (Wanted: ON): ON\n-- SDL_HIDAPI_JOYSTICK (Wanted: ON): ON\n-- SDL_HIDAPI_LIBUSB (Wanted: ON): OFF\n-- SDL_HIDAPI_LIBUSB_SHARED (Wanted: ON): OFF\n-- SDL_IBUS (Wanted: ON): ON\n-- SDL_INSTALL (Wanted: OFF): OFF\n-- SDL_INSTALL_TESTS (Wanted: OFF): OFF\n-- SDL_JACK (Wanted: ON): OFF\n-- SDL_JACK_SHARED (Wanted: ON): OFF\n-- SDL_KMSDRM (Wanted: ON): ON\n-- SDL_KMSDRM_SHARED (Wanted: ON): ON\n-- SDL_LASX (Wanted: OFF): OFF\n-- SDL_LIBC (Wanted: ON): ON\n-- SDL_LIBICONV (Wanted: OFF): OFF\n-- SDL_LIBUDEV (Wanted: ON): ON\n-- SDL_LIBURING (Wanted: ON): OFF\n-- SDL_LSX (Wanted: OFF): OFF\n-- SDL_METAL (Wanted: OFF): OFF\n-- SDL_MMX (Wanted: ON): ON\n-- SDL_OFFSCREEN (Wanted: ON): ON\n-- SDL_OPENGL (Wanted: ON): ON\n-- SDL_OPENGLES (Wanted: ON): ON\n-- SDL_OPENVR (Wanted: OFF): OFF\n-- SDL_OSS (Wanted: OFF): OFF\n-- SDL_PIPEWIRE (Wanted: ON): ON\n-- SDL_PIPEWIRE_SHARED (Wanted: ON): ON\n-- SDL_PTHREADS (Wanted: ON): ON\n-- SDL_PTHREADS_SEM (Wanted: ON): ON\n-- SDL_PULSEAUDIO (Wanted: ON): ON\n-- SDL_PULSEAUDIO_SHARED (Wanted: ON): ON\n-- SDL_RENDER_D3D (Wanted: OFF): OFF\n-- SDL_RENDER_D3D11 (Wanted: OFF): OFF\n-- SDL_RENDER_D3D12 (Wanted: OFF): OFF\n-- SDL_RENDER_GPU (Wanted: ON): ON\n-- SDL_RENDER_METAL (Wanted: ON): OFF\n-- SDL_RENDER_VULKAN (Wanted: ON): ON\n-- SDL_ROCKCHIP (Wanted: OFF): OFF\n-- SDL_RPATH (Wanted: ON): OFF\n-- SDL_RPI (Wanted: OFF): OFF\n-- SDL_SNDIO (Wanted: ON): ON\n-- SDL_SNDIO_SHARED (Wanted: ON): ON\n-- SDL_SSE (Wanted: ON): ON\n-- SDL_SSE2 (Wanted: ON): ON\n-- SDL_SSE3 (Wanted: ON): ON\n-- SDL_SSE4_1 (Wanted: ON): ON\n-- SDL_SSE4_2 (Wanted: ON): ON\n-- SDL_SYSTEM_ICONV (Wanted: ON): ON\n-- SDL_TESTS (Wanted: OFF): OFF\n-- SDL_TESTS_LINK_SHARED (Wanted: OFF): OFF\n-- SDL_UNINSTALL (Wanted: OFF): OFF\n-- SDL_VIRTUAL_JOYSTICK (Wanted: ON): ON\n-- SDL_VIVANTE (Wanted: OFF): OFF\n-- SDL_VULKAN (Wanted: ON): ON\n-- SDL_WASAPI (Wanted: OFF): OFF\n-- SDL_WAYLAND (Wanted: ON): ON\n-- SDL_WAYLAND_LIBDECOR (Wanted: ON): ON\n-- SDL_WAYLAND_LIBDECOR_SHARED (Wanted: ON): ON\n-- SDL_WAYLAND_SHARED (Wanted: ON): ON\n-- SDL_X11 (Wanted: ON): ON\n-- SDL_X11_SHARED (Wanted: ON): ON\n-- SDL_X11_XCURSOR (Wanted: ON): ON\n-- SDL_X11_XDBE (Wanted: ON): ON\n-- SDL_X11_XFIXES (Wanted: ON): ON\n-- SDL_X11_XINPUT (Wanted: ON): ON\n-- SDL_X11_XRANDR (Wanted: ON): ON\n-- SDL_X11_XSCRNSAVER (Wanted: ON): ON\n-- SDL_X11_XSHAPE (Wanted: ON): ON\n-- SDL_X11_XSYNC (Wanted: ON): ON\n-- SDL_XINPUT (Wanted: OFF): OFF\n-- \n-- Build Shared Library: OFF\n-- Build Static Library: ON\n-- Build Static Library with Position Independent Code: \n-- \n-- If something was not detected, although the libraries\n-- were installed, then make sure you have set the\n-- CMAKE_C_FLAGS and CMAKE_PREFIX_PATH CMake variables correctly.\n-- \n-- Configuring done (2.0s)\n-- Generating done (0.1s)\n-- Build files have been written to: /tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug\n$ \"cmake\" \"--build\" \"/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug\" \"--config\" \"Debug\" \"--parallel\" \"4\" \"--target\" \"faset_player\" \"faset_schema_exporter\"\n[0/2] Re-checking globbed directories...\n[1/5] Building CXX object CMakeFiles/faset_schema_exporter.dir/apps/schema_exporter_main.cpp.o\n[2/5] Linking CXX executable faset_schema_exporter\n[3/5] Building CXX object CMakeFiles/faset_player.dir/apps/player_main.cpp.o\n[4/5] Linking CXX executable faset_player\nVerified schema/package cache hit: 87b1c9a0-2493-4aa5-84ff-1b078f010980\n", + "progress": 1.0, + "result": { + "build_directory": "/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug", + "configuration": "Debug", + "directory": "/tmp/faset-p1-workflows-20260924-3/project/.faset/cache/builds/87b1c9a0-2493-4aa5-84ff-1b078f010980", + "fingerprint": "ee0f49484229e4cbf7fa26a4272c36fd5fd544898b8d05b8563f2c64a73b79cf", + "generation": "87b1c9a0-2493-4aa5-84ff-1b078f010980", + "generation_reused": true, + "lua_enabled": false, + "lua_fingerprint": "", + "phase_times_ms": { + "configure": 3367, + "native_build": 9309, + "schema_package": 0, + "total": 19882 + }, + "player": "/tmp/faset-p1-workflows-20260924-3/project/.faset/cache/builds/87b1c9a0-2493-4aa5-84ff-1b078f010980/faset_player", + "schema": "/tmp/faset-p1-workflows-20260924-3/project/.faset/cache/builds/87b1c9a0-2493-4aa5-84ff-1b078f010980/schema.json", + "schema_cache_hit": true + }, + "stage": "Complete", + "state": "succeeded" +} diff --git a/docs/validation/p1-iteration-2026-09-24/raw/build_recovery-01.json b/docs/validation/p1-iteration-2026-09-24/raw/build_recovery-01.json new file mode 100644 index 0000000..70cb5a6 --- /dev/null +++ b/docs/validation/p1-iteration-2026-09-24/raw/build_recovery-01.json @@ -0,0 +1,17 @@ +{ + "seconds": 19.928895885997918, + "returncode": 0, + "build_configuration": "Debug", + "source_hash": "801fb7ba8f67c774ab1d7ec6350c8f099bf37aa6cd34afc952f7e81954df971e", + "command": [ + "/home/emil/Desktop/.worktrees/Faset_Engine-p1-p3/build/linux-debug/faset_editor", + "--project", + "/tmp/faset-p1-workflows-20260924-3/project", + "--command", + "{\"name\": \"faset_build\", \"arguments\": {}}", + "--wait" + ], + "stdout": "raw/build_recovery-01-stdout.txt", + "stderr": "raw/build_recovery-01-stderr.txt", + "peak_rss_kib": 351984 +} diff --git a/docs/validation/p1-iteration-2026-09-24/raw/cached_asset_import-01-memory.json b/docs/validation/p1-iteration-2026-09-24/raw/cached_asset_import-01-memory.json new file mode 100644 index 0000000..063d587 --- /dev/null +++ b/docs/validation/p1-iteration-2026-09-24/raw/cached_asset_import-01-memory.json @@ -0,0 +1 @@ +{"peak_rss_kib":9248} diff --git a/docs/validation/p1-iteration-2026-09-24/raw/cached_asset_import-01-stderr.txt b/docs/validation/p1-iteration-2026-09-24/raw/cached_asset_import-01-stderr.txt new file mode 100644 index 0000000..e69de29 diff --git a/docs/validation/p1-iteration-2026-09-24/raw/cached_asset_import-01-stdout.txt b/docs/validation/p1-iteration-2026-09-24/raw/cached_asset_import-01-stdout.txt new file mode 100644 index 0000000..56ab804 --- /dev/null +++ b/docs/validation/p1-iteration-2026-09-24/raw/cached_asset_import-01-stdout.txt @@ -0,0 +1,210 @@ +{ + "error": "", + "id": "import-ae79d218-16e3-4275-a83b-1c3ac2aa99f3", + "kind": "import", + "progress": 1.0, + "request": { + "allow_removed_outputs": false, + "path": "Assets/exit-arch/manifest.json", + "settings": null + }, + "result": { + "asset_id": "5832763b-3ed0-44d6-9088-0b524f196a91", + "cache_hit": true, + "diagnostics": [], + "generation": "4a5bfcc1437a7b4d65c388da2beace0308cceda8e16503d08ce676260f21d5c2", + "manifest": { + "asset_id": "5832763b-3ed0-44d6-9088-0b524f196a91", + "files": [ + { + "path": "meshes/mesh-fc069a07a87e0f831fd92efdbc4efa1f-0.fmesh", + "sha256": "98b38aca7d2786c58a2265ba4d1f2255123f03d31d947e239232cf55bfdc2c97", + "size": 928 + }, + { + "path": "meshes/mesh-0961e2a3f92977836a3aa80cab09277e-0.fmesh", + "sha256": "98b38aca7d2786c58a2265ba4d1f2255123f03d31d947e239232cf55bfdc2c97", + "size": 928 + }, + { + "path": "meshes/mesh-93b5b3e52cb6bb120fefb80e2d8e222b-0.fmesh", + "sha256": "3875c16ea628d4126373ebfe07816621fbad3961596a2fcd112f1eec0e378071", + "size": 928 + } + ], + "generation": "4a5bfcc1437a7b4d65c388da2beace0308cceda8e16503d08ce676260f21d5c2", + "importer": "faset-gltf-1/cgltf-1.15", + "input_key": { + "bundle_sha256": "7a13347adc89761fb02ebeab3c58ba87f319cd62f53ec87a3bb61bcd066ffa55", + "dependencies": {}, + "importer": "faset-gltf-1/cgltf-1.15", + "settings": {}, + "source": "ee6c748a212905fc9c465cbe95c033e94b80be643624f4f240ad5353761205b3", + "target_profile": "desktop-static-pbr-v1", + "toolchain": { + "cgltf": "360db1a95480fe102ae9c69b27c5d101167ff5ba", + "stb": "2c980bb59875b0d32144a71867fbdebb2f77cd20" + } + }, + "kind": "scene", + "materials": [ + { + "alpha_cutoff": 0.5, + "alpha_mode": "OPAQUE", + "base_color": [ + 0.2199999988079071, + 0.28999999165534973, + 0.3400000035762787, + 1.0 + ], + "base_color_texture": -1, + "double_sided": true, + "emissive": [ + 0.0, + 0.0, + 0.0 + ], + "emissive_texture": -1, + "format": "faset.material", + "id": "material-bb63b094febbf90bb7049c9bcf7587bc", + "metallic": 0.07999999821186066, + "metallic_roughness_texture": -1, + "name": "Weathered stone", + "normal_texture": -1, + "occlusion_texture": -1, + "roughness": 0.800000011920929, + "unlit": false, + "version": 1 + } + ], + "meshes": [ + { + "id": "mesh-fc069a07a87e0f831fd92efdbc4efa1f", + "name": "Cube.001", + "primitives": [ + { + "material": 0, + "path": "meshes/mesh-fc069a07a87e0f831fd92efdbc4efa1f-0.fmesh" + } + ] + }, + { + "id": "mesh-0961e2a3f92977836a3aa80cab09277e", + "name": "Cube.002", + "primitives": [ + { + "material": 0, + "path": "meshes/mesh-0961e2a3f92977836a3aa80cab09277e-0.fmesh" + } + ] + }, + { + "id": "mesh-93b5b3e52cb6bb120fefb80e2d8e222b", + "name": "Cube.003", + "primitives": [ + { + "material": 0, + "path": "meshes/mesh-93b5b3e52cb6bb120fefb80e2d8e222b-0.fmesh" + } + ] + } + ], + "nodes": [ + { + "id": "node-cec6e8cea80cf5a98ba3263a0156bee4", + "local_transform": [ + 1.0, + 0.0, + 0.0, + 0.0, + 0.0, + 1.0, + 0.0, + 0.0, + 0.0, + 0.0, + 1.0, + 0.0, + 0.0, + 1.4500000476837158, + 1.2999999523162842, + 1.0 + ], + "mesh": 0, + "name": "Left post", + "parent_id": "", + "stable_source_id": true + }, + { + "id": "node-5f8a90a6c4d27020d20bd4fa81d1d958", + "local_transform": [ + 1.0, + 0.0, + 0.0, + 0.0, + 0.0, + 1.0, + 0.0, + 0.0, + 0.0, + 0.0, + 1.0, + 0.0, + 0.0, + 1.4500000476837158, + -1.2999999523162842, + 1.0 + ], + "mesh": 1, + "name": "Right post", + "parent_id": "", + "stable_source_id": true + }, + { + "id": "node-482463e486a8d1fd741340c653cd128f", + "local_transform": [ + 1.0, + 0.0, + 0.0, + 0.0, + 0.0, + 1.0, + 0.0, + 0.0, + 0.0, + 0.0, + 1.0, + 0.0, + 0.0, + 3.0, + 0.0, + 1.0 + ], + "mesh": 2, + "name": "Lintel", + "parent_id": "", + "stable_source_id": true + } + ], + "outputs": [ + "node-cec6e8cea80cf5a98ba3263a0156bee4", + "node-5f8a90a6c4d27020d20bd4fa81d1d958", + "node-482463e486a8d1fd741340c653cd128f", + "mesh-fc069a07a87e0f831fd92efdbc4efa1f", + "mesh-0961e2a3f92977836a3aa80cab09277e", + "mesh-93b5b3e52cb6bb120fefb80e2d8e222b", + "material-bb63b094febbf90bb7049c9bcf7587bc" + ], + "payload_source": "/tmp/faset-p1-workflows-20260924-3/project/Assets/exit-arch/payload/ee6c748a212905fc9c465cbe95c033e94b80be643624f4f240ad5353761205b3.glb", + "schema_version": 1, + "settings": {}, + "source": "/tmp/faset-p1-workflows-20260924-3/project/Assets/exit-arch/manifest.json", + "source_sha256": "ee6c748a212905fc9c465cbe95c033e94b80be643624f4f240ad5353761205b3", + "textures": [] + }, + "previous_generation": "4a5bfcc1437a7b4d65c388da2beace0308cceda8e16503d08ce676260f21d5c2", + "removed_output_ids": [] + }, + "stage": "complete", + "state": "succeeded" +} diff --git a/docs/validation/p1-iteration-2026-09-24/raw/cached_asset_import-01.json b/docs/validation/p1-iteration-2026-09-24/raw/cached_asset_import-01.json new file mode 100644 index 0000000..c3cebaf --- /dev/null +++ b/docs/validation/p1-iteration-2026-09-24/raw/cached_asset_import-01.json @@ -0,0 +1,17 @@ +{ + "seconds": 0.05242176400497556, + "returncode": 0, + "build_configuration": "Debug", + "source_hash": "5d419786a6861d7f14ed4eca54634694d8cd43be5dbbd60a2c6790db665c3a6a", + "command": [ + "/home/emil/Desktop/.worktrees/Faset_Engine-p1-p3/build/linux-debug/faset_editor", + "--project", + "/tmp/faset-p1-workflows-20260924-3/project", + "--command", + "{\"name\": \"faset_import\", \"arguments\": {\"path\": \"Assets/exit-arch/manifest.json\"}}", + "--wait" + ], + "stdout": "raw/cached_asset_import-01-stdout.txt", + "stderr": "raw/cached_asset_import-01-stderr.txt", + "peak_rss_kib": 9248 +} diff --git a/docs/validation/p1-iteration-2026-09-24/raw/changed_cpp_build-01-memory.json b/docs/validation/p1-iteration-2026-09-24/raw/changed_cpp_build-01-memory.json new file mode 100644 index 0000000..a909c56 --- /dev/null +++ b/docs/validation/p1-iteration-2026-09-24/raw/changed_cpp_build-01-memory.json @@ -0,0 +1 @@ +{"peak_rss_kib":353052} diff --git a/docs/validation/p1-iteration-2026-09-24/raw/changed_cpp_build-01-stderr.txt b/docs/validation/p1-iteration-2026-09-24/raw/changed_cpp_build-01-stderr.txt new file mode 100644 index 0000000..e69de29 diff --git a/docs/validation/p1-iteration-2026-09-24/raw/changed_cpp_build-01-stdout.txt b/docs/validation/p1-iteration-2026-09-24/raw/changed_cpp_build-01-stdout.txt new file mode 100644 index 0000000..c2c5b4d --- /dev/null +++ b/docs/validation/p1-iteration-2026-09-24/raw/changed_cpp_build-01-stdout.txt @@ -0,0 +1,29 @@ +{ + "diagnostics": [], + "error": "", + "id": "817d7286-2b46-44cc-8450-0b659b1e6aef", + "kind": "build", + "log": "$ \"cmake\" \"-S\" \"/home/emil/Desktop/.worktrees/Faset_Engine-p1-p3\" \"-B\" \"/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug\" \"-G\" \"Ninja\" \"-DCMAKE_BUILD_TYPE=Debug\" \"-DBUILD_TESTING=OFF\" \"-DFASET_BUILD_EDITOR=OFF\" \"-DFASET_BUILD_RENDERER=ON\" \"-DFASET_BUILD_RUNTIME=ON\" \"-DFASET_BUILD_ASSETS=ON\" \"-DFASET_GAMEPLAY_SOURCE_DIR=/tmp/faset-p1-workflows-20260924-3/project/.faset/cache/source-snapshots/2dba985ba45faa08adcf50dc87b2b5620bac0f343ebc0a2cac5809b83693cc05/Scripts\" \"-DCMAKE_C_COMPILER=/usr/bin/clang\" \"-DCMAKE_CXX_COMPILER=/usr/bin/clang++\" \"-DCMAKE_BUILD_TYPE=Debug\" \"-DFASET_ENABLE_LUA=OFF\"\n-- Using the multi-header code from /tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/json-src/include/\n-- CMake C compiler: Clang\n-- CMake C++ compiler: Clang\n-- CMake system name: Linux\n-- CMake host system processor: x86_64\n-- Box2D using Unix\n-- CMake C compiler: Clang\n-- CMake C++ compiler: Clang\n-- CMake system name: Linux\n-- CMake host system processor: x86_64\n-- Box3D using Unix\n-- dynamic libasound -> libasound.so.2\n-- Checking for module 'jack'\n-- Package 'jack' not found\n-- Checking for module 'libpipewire-0.3>=0.3.44'\n-- Found libpipewire-0.3, version 1.6.2\n-- dynamic libpipewire-0.3 -> libpipewire-0.3.so.0\n-- Checking for module 'libpulse>=0.9.15'\n-- Found libpulse, version 17.0\n-- dynamic libpulse -> libpulse.so.0\n-- Checking for module 'sndio'\n-- Found sndio, version 1.10.0\n-- dynamic libsndio -> libsndio.so.7\n-- dynamic libX11 -> libX11.so.6\n-- dynamic libXext -> libXext.so.6\n-- dynamic libXcursor -> libXcursor.so.1\n-- dynamic libXi -> libXi.so.6\n-- dynamic libXfixes -> libXfixes.so.3\n-- dynamic libXrandr -> libXrandr.so.2\n-- dynamic libXrender -> libXrender.so.1\n-- dynamic libXss -> libXss.so.1\n-- Checking for module 'libdrm'\n-- Found libdrm, version 2.4.131\n-- Checking for module 'gbm'\n-- Found gbm, version 26.0.8-1ubuntu0.3\n-- dynamic libdrm -> libdrm.so.2\n-- dynamic libgbm -> libgbm.so.1\n-- Checking for modules 'wayland-client>=1.18;wayland-egl;wayland-cursor;egl;xkbcommon>=0.5.0'\n-- Found wayland-client, version 1.24.0\n-- Found wayland-egl, version 18.1.0\n-- Found wayland-cursor, version 1.24.0\n-- Found egl, version 1.5\n-- Found xkbcommon, version 1.13.1\n-- dynamic libwayland-client -> libwayland-client.so.0\n-- dynamic libwayland-egl -> libwayland-egl.so.1\n-- dynamic libwayland-cursor -> libwayland-cursor.so.0\n-- dynamic libxkbcommon -> libxkbcommon.so.0\n-- dynamic libdecor-0 -> libdecor-0.so.0\n-- dynamic libudev -> libudev.so.1\n-- Checking for one of the modules 'liburing-ffi'\n-- Checking for module 'libusb-1.0>=1.0.16'\n-- Package 'libusb-1.0' not found\n-- Could NOT find LibUSB (missing: LibUSB_LIBRARY LibUSB_INCLUDE_PATH) (found version \"LibUSB_VERSION-NOTFOUND\")\n-- \n-- SDL3 was configured with the following options:\n-- \n-- Platform: Linux-7.0.0-31-generic\n-- 64-bit: TRUE\n-- Compiler: /usr/bin/clang\n-- Revision: SDL3-3.2.20-HEAD-HASH-NOTFOUND\n-- Vendor: \n-- \n-- Subsystems:\n-- Audio: ON\n-- Video: ON\n-- GPU: ON\n-- Render: ON\n-- Camera: ON\n-- Joystick: ON\n-- Haptic: ON\n-- Hidapi: ON\n-- Power: ON\n-- Sensor: ON\n-- Dialog: ON\n-- \n-- Options:\n-- SDL_ALSA (Wanted: ON): ON\n-- SDL_ALSA_SHARED (Wanted: ON): ON\n-- SDL_ALTIVEC (Wanted: OFF): OFF\n-- SDL_ARMNEON (Wanted: OFF): OFF\n-- SDL_ASAN (Wanted: OFF): OFF\n-- SDL_ASSEMBLY (Wanted: ON): ON\n-- SDL_ASSERTIONS (Wanted: auto): auto\n-- SDL_AVX (Wanted: ON): ON\n-- SDL_AVX2 (Wanted: ON): ON\n-- SDL_AVX512F (Wanted: ON): ON\n-- SDL_BACKGROUNDING_SIGNAL (Wanted: OFF): OFF\n-- SDL_CCACHE (Wanted: OFF): OFF\n-- SDL_CLANG_TIDY (Wanted: OFF): OFF\n-- SDL_CLOCK_GETTIME (Wanted: ON): ON\n-- SDL_COCOA (Wanted: OFF): OFF\n-- SDL_DBUS (Wanted: ON): ON\n-- SDL_DEPS_SHARED (Wanted: ON): OFF\n-- SDL_DIRECTX (Wanted: OFF): OFF\n-- SDL_DISKAUDIO (Wanted: ON): ON\n-- SDL_DUMMYAUDIO (Wanted: ON): ON\n-- SDL_DUMMYCAMERA (Wanted: ON): ON\n-- SDL_DUMMYVIDEO (Wanted: ON): ON\n-- SDL_EXAMPLES (Wanted: OFF): OFF\n-- SDL_EXAMPLES_LINK_SHARED (Wanted: OFF): OFF\n-- SDL_FOREGROUNDING_SIGNAL (Wanted: OFF): OFF\n-- SDL_GCC_ATOMICS (Wanted: ON): ON\n-- SDL_GPU_DXVK (Wanted: OFF): OFF\n-- SDL_HIDAPI (Wanted: ON): ON\n-- SDL_HIDAPI_JOYSTICK (Wanted: ON): ON\n-- SDL_HIDAPI_LIBUSB (Wanted: ON): OFF\n-- SDL_HIDAPI_LIBUSB_SHARED (Wanted: ON): OFF\n-- SDL_IBUS (Wanted: ON): ON\n-- SDL_INSTALL (Wanted: OFF): OFF\n-- SDL_INSTALL_TESTS (Wanted: OFF): OFF\n-- SDL_JACK (Wanted: ON): OFF\n-- SDL_JACK_SHARED (Wanted: ON): OFF\n-- SDL_KMSDRM (Wanted: ON): ON\n-- SDL_KMSDRM_SHARED (Wanted: ON): ON\n-- SDL_LASX (Wanted: OFF): OFF\n-- SDL_LIBC (Wanted: ON): ON\n-- SDL_LIBICONV (Wanted: OFF): OFF\n-- SDL_LIBUDEV (Wanted: ON): ON\n-- SDL_LIBURING (Wanted: ON): OFF\n-- SDL_LSX (Wanted: OFF): OFF\n-- SDL_METAL (Wanted: OFF): OFF\n-- SDL_MMX (Wanted: ON): ON\n-- SDL_OFFSCREEN (Wanted: ON): ON\n-- SDL_OPENGL (Wanted: ON): ON\n-- SDL_OPENGLES (Wanted: ON): ON\n-- SDL_OPENVR (Wanted: OFF): OFF\n-- SDL_OSS (Wanted: OFF): OFF\n-- SDL_PIPEWIRE (Wanted: ON): ON\n-- SDL_PIPEWIRE_SHARED (Wanted: ON): ON\n-- SDL_PTHREADS (Wanted: ON): ON\n-- SDL_PTHREADS_SEM (Wanted: ON): ON\n-- SDL_PULSEAUDIO (Wanted: ON): ON\n-- SDL_PULSEAUDIO_SHARED (Wanted: ON): ON\n-- SDL_RENDER_D3D (Wanted: OFF): OFF\n-- SDL_RENDER_D3D11 (Wanted: OFF): OFF\n-- SDL_RENDER_D3D12 (Wanted: OFF): OFF\n-- SDL_RENDER_GPU (Wanted: ON): ON\n-- SDL_RENDER_METAL (Wanted: ON): OFF\n-- SDL_RENDER_VULKAN (Wanted: ON): ON\n-- SDL_ROCKCHIP (Wanted: OFF): OFF\n-- SDL_RPATH (Wanted: ON): OFF\n-- SDL_RPI (Wanted: OFF): OFF\n-- SDL_SNDIO (Wanted: ON): ON\n-- SDL_SNDIO_SHARED (Wanted: ON): ON\n-- SDL_SSE (Wanted: ON): ON\n-- SDL_SSE2 (Wanted: ON): ON\n-- SDL_SSE3 (Wanted: ON): ON\n-- SDL_SSE4_1 (Wanted: ON): ON\n-- SDL_SSE4_2 (Wanted: ON): ON\n-- SDL_SYSTEM_ICONV (Wanted: ON): ON\n-- SDL_TESTS (Wanted: OFF): OFF\n-- SDL_TESTS_LINK_SHARED (Wanted: OFF): OFF\n-- SDL_UNINSTALL (Wanted: OFF): OFF\n-- SDL_VIRTUAL_JOYSTICK (Wanted: ON): ON\n-- SDL_VIVANTE (Wanted: OFF): OFF\n-- SDL_VULKAN (Wanted: ON): ON\n-- SDL_WASAPI (Wanted: OFF): OFF\n-- SDL_WAYLAND (Wanted: ON): ON\n-- SDL_WAYLAND_LIBDECOR (Wanted: ON): ON\n-- SDL_WAYLAND_LIBDECOR_SHARED (Wanted: ON): ON\n-- SDL_WAYLAND_SHARED (Wanted: ON): ON\n-- SDL_X11 (Wanted: ON): ON\n-- SDL_X11_SHARED (Wanted: ON): ON\n-- SDL_X11_XCURSOR (Wanted: ON): ON\n-- SDL_X11_XDBE (Wanted: ON): ON\n-- SDL_X11_XFIXES (Wanted: ON): ON\n-- SDL_X11_XINPUT (Wanted: ON): ON\n-- SDL_X11_XRANDR (Wanted: ON): ON\n-- SDL_X11_XSCRNSAVER (Wanted: ON): ON\n-- SDL_X11_XSHAPE (Wanted: ON): ON\n-- SDL_X11_XSYNC (Wanted: ON): ON\n-- SDL_XINPUT (Wanted: OFF): OFF\n-- \n-- Build Shared Library: OFF\n-- Build Static Library: ON\n-- Build Static Library with Position Independent Code: \n-- \n-- If something was not detected, although the libraries\n-- were installed, then make sure you have set the\n-- CMAKE_C_FLAGS and CMAKE_PREFIX_PATH CMake variables correctly.\n-- \n-- Configuring done (2.4s)\n-- Generating done (0.1s)\n-- Build files have been written to: /tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug\n$ \"cmake\" \"--build\" \"/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug\" \"--config\" \"Debug\" \"--parallel\" \"4\" \"--target\" \"faset_player\" \"faset_schema_exporter\"\n[0/2] Re-checking globbed directories...\n[1/7] Building CXX object CMakeFiles/faset_schema_exporter.dir/apps/schema_exporter_main.cpp.o\n[2/7] Building CXX object CMakeFiles/faset_gameplay.dir/tmp/faset-p1-workflows-20260924-3/project/.faset/cache/source-snapshots/2dba985ba45faa08adcf50dc87b2b5620bac0f343ebc0a2cac5809b83693cc05/Scripts/Gameplay.cpp.o\n[3/7] Linking CXX static library libfaset_gameplay.a\n[4/7] Linking CXX executable faset_schema_exporter\n[5/7] Building CXX object CMakeFiles/faset_player.dir/apps/player_main.cpp.o\n[6/7] Linking CXX executable faset_player\n$ \"/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/faset_schema_exporter\" \"--output\" \"/tmp/faset-p1-workflows-20260924-3/project/.faset/cache/builds/.staging-817d7286-2b46-44cc-8450-0b659b1e6aef/schema.json\"\n$ \"/usr/bin/ldd\" \"/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/faset_player\"\n\tlinux-vdso.so.1 (0x00007b72b64c7000)\n\tlibvulkan.so.1 => /usr/lib/x86_64-linux-gnu/libvulkan.so.1 (0x00007b72b5b8f000)\n\tlibm.so.6 => /usr/lib/x86_64-linux-gnu/libm.so.6 (0x00007b72b5a69000)\n\tlibstdc++.so.6 => /usr/lib/x86_64-linux-gnu/libstdc++.so.6 (0x00007b72b5600000)\n\tlibgcc_s.so.1 => /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 (0x00007b72b5a3b000)\n\tlibc.so.6 => /usr/lib/x86_64-linux-gnu/libc.so.6 (0x00007b72b5200000)\n\t/lib64/ld-linux-x86-64.so.2 (0x00007b72b64c9000)\n", + "progress": 1.0, + "result": { + "build_directory": "/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug", + "configuration": "Debug", + "directory": "/tmp/faset-p1-workflows-20260924-3/project/.faset/cache/builds/817d7286-2b46-44cc-8450-0b659b1e6aef", + "fingerprint": "7a703576a7b3719abc7ec09fad1be1194a4b7db19a82e17d5b752b463ac6d611", + "generation": "817d7286-2b46-44cc-8450-0b659b1e6aef", + "generation_reused": false, + "lua_enabled": false, + "lua_fingerprint": "", + "phase_times_ms": { + "configure": 4028, + "native_build": 12731, + "schema_package": 13019, + "total": 29778 + }, + "player": "/tmp/faset-p1-workflows-20260924-3/project/.faset/cache/builds/817d7286-2b46-44cc-8450-0b659b1e6aef/faset_player", + "schema": "/tmp/faset-p1-workflows-20260924-3/project/.faset/cache/builds/817d7286-2b46-44cc-8450-0b659b1e6aef/schema.json", + "schema_cache_hit": false + }, + "stage": "Complete", + "state": "succeeded" +} diff --git a/docs/validation/p1-iteration-2026-09-24/raw/changed_cpp_build-01.json b/docs/validation/p1-iteration-2026-09-24/raw/changed_cpp_build-01.json new file mode 100644 index 0000000..c08afd1 --- /dev/null +++ b/docs/validation/p1-iteration-2026-09-24/raw/changed_cpp_build-01.json @@ -0,0 +1,17 @@ +{ + "seconds": 29.83193460397888, + "returncode": 0, + "build_configuration": "Debug", + "source_hash": "f94e26cbed75fee4b6f565adb64f525eb702221116ecb4fb3034b08bb2f5647a", + "command": [ + "/home/emil/Desktop/.worktrees/Faset_Engine-p1-p3/build/linux-debug/faset_editor", + "--project", + "/tmp/faset-p1-workflows-20260924-3/project", + "--command", + "{\"name\": \"faset_build\", \"arguments\": {}}", + "--wait" + ], + "stdout": "raw/changed_cpp_build-01-stdout.txt", + "stderr": "raw/changed_cpp_build-01-stderr.txt", + "peak_rss_kib": 353052 +} diff --git a/docs/validation/p1-iteration-2026-09-24/raw/changed_cpp_build-02-memory.json b/docs/validation/p1-iteration-2026-09-24/raw/changed_cpp_build-02-memory.json new file mode 100644 index 0000000..6fb1c12 --- /dev/null +++ b/docs/validation/p1-iteration-2026-09-24/raw/changed_cpp_build-02-memory.json @@ -0,0 +1 @@ +{"peak_rss_kib":353088} diff --git a/docs/validation/p1-iteration-2026-09-24/raw/changed_cpp_build-02-stderr.txt b/docs/validation/p1-iteration-2026-09-24/raw/changed_cpp_build-02-stderr.txt new file mode 100644 index 0000000..e69de29 diff --git a/docs/validation/p1-iteration-2026-09-24/raw/changed_cpp_build-02-stdout.txt b/docs/validation/p1-iteration-2026-09-24/raw/changed_cpp_build-02-stdout.txt new file mode 100644 index 0000000..3c76788 --- /dev/null +++ b/docs/validation/p1-iteration-2026-09-24/raw/changed_cpp_build-02-stdout.txt @@ -0,0 +1,29 @@ +{ + "diagnostics": [], + "error": "", + "id": "86bcab10-1f31-4fcd-9b0b-029fbae2319f", + "kind": "build", + "log": "$ \"cmake\" \"-S\" \"/home/emil/Desktop/.worktrees/Faset_Engine-p1-p3\" \"-B\" \"/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug\" \"-G\" \"Ninja\" \"-DCMAKE_BUILD_TYPE=Debug\" \"-DBUILD_TESTING=OFF\" \"-DFASET_BUILD_EDITOR=OFF\" \"-DFASET_BUILD_RENDERER=ON\" \"-DFASET_BUILD_RUNTIME=ON\" \"-DFASET_BUILD_ASSETS=ON\" \"-DFASET_GAMEPLAY_SOURCE_DIR=/tmp/faset-p1-workflows-20260924-3/project/.faset/cache/source-snapshots/4d613203a29e138a2da533f1f3471b9728fa189492b4ab83439b79c7c85a13ee/Scripts\" \"-DCMAKE_C_COMPILER=/usr/bin/clang\" \"-DCMAKE_CXX_COMPILER=/usr/bin/clang++\" \"-DCMAKE_BUILD_TYPE=Debug\" \"-DFASET_ENABLE_LUA=OFF\"\n-- Using the multi-header code from /tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/json-src/include/\n-- CMake C compiler: Clang\n-- CMake C++ compiler: Clang\n-- CMake system name: Linux\n-- CMake host system processor: x86_64\n-- Box2D using Unix\n-- CMake C compiler: Clang\n-- CMake C++ compiler: Clang\n-- CMake system name: Linux\n-- CMake host system processor: x86_64\n-- Box3D using Unix\n-- dynamic libasound -> libasound.so.2\n-- Checking for module 'jack'\n-- Package 'jack' not found\n-- Checking for module 'libpipewire-0.3>=0.3.44'\n-- Found libpipewire-0.3, version 1.6.2\n-- dynamic libpipewire-0.3 -> libpipewire-0.3.so.0\n-- Checking for module 'libpulse>=0.9.15'\n-- Found libpulse, version 17.0\n-- dynamic libpulse -> libpulse.so.0\n-- Checking for module 'sndio'\n-- Found sndio, version 1.10.0\n-- dynamic libsndio -> libsndio.so.7\n-- dynamic libX11 -> libX11.so.6\n-- dynamic libXext -> libXext.so.6\n-- dynamic libXcursor -> libXcursor.so.1\n-- dynamic libXi -> libXi.so.6\n-- dynamic libXfixes -> libXfixes.so.3\n-- dynamic libXrandr -> libXrandr.so.2\n-- dynamic libXrender -> libXrender.so.1\n-- dynamic libXss -> libXss.so.1\n-- Checking for module 'libdrm'\n-- Found libdrm, version 2.4.131\n-- Checking for module 'gbm'\n-- Found gbm, version 26.0.8-1ubuntu0.3\n-- dynamic libdrm -> libdrm.so.2\n-- dynamic libgbm -> libgbm.so.1\n-- Checking for modules 'wayland-client>=1.18;wayland-egl;wayland-cursor;egl;xkbcommon>=0.5.0'\n-- Found wayland-client, version 1.24.0\n-- Found wayland-egl, version 18.1.0\n-- Found wayland-cursor, version 1.24.0\n-- Found egl, version 1.5\n-- Found xkbcommon, version 1.13.1\n-- dynamic libwayland-client -> libwayland-client.so.0\n-- dynamic libwayland-egl -> libwayland-egl.so.1\n-- dynamic libwayland-cursor -> libwayland-cursor.so.0\n-- dynamic libxkbcommon -> libxkbcommon.so.0\n-- dynamic libdecor-0 -> libdecor-0.so.0\n-- dynamic libudev -> libudev.so.1\n-- Checking for one of the modules 'liburing-ffi'\n-- Checking for module 'libusb-1.0>=1.0.16'\n-- Package 'libusb-1.0' not found\n-- Could NOT find LibUSB (missing: LibUSB_LIBRARY LibUSB_INCLUDE_PATH) (found version \"LibUSB_VERSION-NOTFOUND\")\n-- \n-- SDL3 was configured with the following options:\n-- \n-- Platform: Linux-7.0.0-31-generic\n-- 64-bit: TRUE\n-- Compiler: /usr/bin/clang\n-- Revision: SDL3-3.2.20-HEAD-HASH-NOTFOUND\n-- Vendor: \n-- \n-- Subsystems:\n-- Audio: ON\n-- Video: ON\n-- GPU: ON\n-- Render: ON\n-- Camera: ON\n-- Joystick: ON\n-- Haptic: ON\n-- Hidapi: ON\n-- Power: ON\n-- Sensor: ON\n-- Dialog: ON\n-- \n-- Options:\n-- SDL_ALSA (Wanted: ON): ON\n-- SDL_ALSA_SHARED (Wanted: ON): ON\n-- SDL_ALTIVEC (Wanted: OFF): OFF\n-- SDL_ARMNEON (Wanted: OFF): OFF\n-- SDL_ASAN (Wanted: OFF): OFF\n-- SDL_ASSEMBLY (Wanted: ON): ON\n-- SDL_ASSERTIONS (Wanted: auto): auto\n-- SDL_AVX (Wanted: ON): ON\n-- SDL_AVX2 (Wanted: ON): ON\n-- SDL_AVX512F (Wanted: ON): ON\n-- SDL_BACKGROUNDING_SIGNAL (Wanted: OFF): OFF\n-- SDL_CCACHE (Wanted: OFF): OFF\n-- SDL_CLANG_TIDY (Wanted: OFF): OFF\n-- SDL_CLOCK_GETTIME (Wanted: ON): ON\n-- SDL_COCOA (Wanted: OFF): OFF\n-- SDL_DBUS (Wanted: ON): ON\n-- SDL_DEPS_SHARED (Wanted: ON): OFF\n-- SDL_DIRECTX (Wanted: OFF): OFF\n-- SDL_DISKAUDIO (Wanted: ON): ON\n-- SDL_DUMMYAUDIO (Wanted: ON): ON\n-- SDL_DUMMYCAMERA (Wanted: ON): ON\n-- SDL_DUMMYVIDEO (Wanted: ON): ON\n-- SDL_EXAMPLES (Wanted: OFF): OFF\n-- SDL_EXAMPLES_LINK_SHARED (Wanted: OFF): OFF\n-- SDL_FOREGROUNDING_SIGNAL (Wanted: OFF): OFF\n-- SDL_GCC_ATOMICS (Wanted: ON): ON\n-- SDL_GPU_DXVK (Wanted: OFF): OFF\n-- SDL_HIDAPI (Wanted: ON): ON\n-- SDL_HIDAPI_JOYSTICK (Wanted: ON): ON\n-- SDL_HIDAPI_LIBUSB (Wanted: ON): OFF\n-- SDL_HIDAPI_LIBUSB_SHARED (Wanted: ON): OFF\n-- SDL_IBUS (Wanted: ON): ON\n-- SDL_INSTALL (Wanted: OFF): OFF\n-- SDL_INSTALL_TESTS (Wanted: OFF): OFF\n-- SDL_JACK (Wanted: ON): OFF\n-- SDL_JACK_SHARED (Wanted: ON): OFF\n-- SDL_KMSDRM (Wanted: ON): ON\n-- SDL_KMSDRM_SHARED (Wanted: ON): ON\n-- SDL_LASX (Wanted: OFF): OFF\n-- SDL_LIBC (Wanted: ON): ON\n-- SDL_LIBICONV (Wanted: OFF): OFF\n-- SDL_LIBUDEV (Wanted: ON): ON\n-- SDL_LIBURING (Wanted: ON): OFF\n-- SDL_LSX (Wanted: OFF): OFF\n-- SDL_METAL (Wanted: OFF): OFF\n-- SDL_MMX (Wanted: ON): ON\n-- SDL_OFFSCREEN (Wanted: ON): ON\n-- SDL_OPENGL (Wanted: ON): ON\n-- SDL_OPENGLES (Wanted: ON): ON\n-- SDL_OPENVR (Wanted: OFF): OFF\n-- SDL_OSS (Wanted: OFF): OFF\n-- SDL_PIPEWIRE (Wanted: ON): ON\n-- SDL_PIPEWIRE_SHARED (Wanted: ON): ON\n-- SDL_PTHREADS (Wanted: ON): ON\n-- SDL_PTHREADS_SEM (Wanted: ON): ON\n-- SDL_PULSEAUDIO (Wanted: ON): ON\n-- SDL_PULSEAUDIO_SHARED (Wanted: ON): ON\n-- SDL_RENDER_D3D (Wanted: OFF): OFF\n-- SDL_RENDER_D3D11 (Wanted: OFF): OFF\n-- SDL_RENDER_D3D12 (Wanted: OFF): OFF\n-- SDL_RENDER_GPU (Wanted: ON): ON\n-- SDL_RENDER_METAL (Wanted: ON): OFF\n-- SDL_RENDER_VULKAN (Wanted: ON): ON\n-- SDL_ROCKCHIP (Wanted: OFF): OFF\n-- SDL_RPATH (Wanted: ON): OFF\n-- SDL_RPI (Wanted: OFF): OFF\n-- SDL_SNDIO (Wanted: ON): ON\n-- SDL_SNDIO_SHARED (Wanted: ON): ON\n-- SDL_SSE (Wanted: ON): ON\n-- SDL_SSE2 (Wanted: ON): ON\n-- SDL_SSE3 (Wanted: ON): ON\n-- SDL_SSE4_1 (Wanted: ON): ON\n-- SDL_SSE4_2 (Wanted: ON): ON\n-- SDL_SYSTEM_ICONV (Wanted: ON): ON\n-- SDL_TESTS (Wanted: OFF): OFF\n-- SDL_TESTS_LINK_SHARED (Wanted: OFF): OFF\n-- SDL_UNINSTALL (Wanted: OFF): OFF\n-- SDL_VIRTUAL_JOYSTICK (Wanted: ON): ON\n-- SDL_VIVANTE (Wanted: OFF): OFF\n-- SDL_VULKAN (Wanted: ON): ON\n-- SDL_WASAPI (Wanted: OFF): OFF\n-- SDL_WAYLAND (Wanted: ON): ON\n-- SDL_WAYLAND_LIBDECOR (Wanted: ON): ON\n-- SDL_WAYLAND_LIBDECOR_SHARED (Wanted: ON): ON\n-- SDL_WAYLAND_SHARED (Wanted: ON): ON\n-- SDL_X11 (Wanted: ON): ON\n-- SDL_X11_SHARED (Wanted: ON): ON\n-- SDL_X11_XCURSOR (Wanted: ON): ON\n-- SDL_X11_XDBE (Wanted: ON): ON\n-- SDL_X11_XFIXES (Wanted: ON): ON\n-- SDL_X11_XINPUT (Wanted: ON): ON\n-- SDL_X11_XRANDR (Wanted: ON): ON\n-- SDL_X11_XSCRNSAVER (Wanted: ON): ON\n-- SDL_X11_XSHAPE (Wanted: ON): ON\n-- SDL_X11_XSYNC (Wanted: ON): ON\n-- SDL_XINPUT (Wanted: OFF): OFF\n-- \n-- Build Shared Library: OFF\n-- Build Static Library: ON\n-- Build Static Library with Position Independent Code: \n-- \n-- If something was not detected, although the libraries\n-- were installed, then make sure you have set the\n-- CMAKE_C_FLAGS and CMAKE_PREFIX_PATH CMake variables correctly.\n-- \n-- Configuring done (2.5s)\n-- Generating done (0.2s)\n-- Build files have been written to: /tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug\n$ \"cmake\" \"--build\" \"/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug\" \"--config\" \"Debug\" \"--parallel\" \"4\" \"--target\" \"faset_player\" \"faset_schema_exporter\"\n[0/2] Re-checking globbed directories...\n[1/7] Building CXX object CMakeFiles/faset_schema_exporter.dir/apps/schema_exporter_main.cpp.o\n[2/7] Building CXX object CMakeFiles/faset_gameplay.dir/tmp/faset-p1-workflows-20260924-3/project/.faset/cache/source-snapshots/4d613203a29e138a2da533f1f3471b9728fa189492b4ab83439b79c7c85a13ee/Scripts/Gameplay.cpp.o\n[3/7] Linking CXX static library libfaset_gameplay.a\n[4/7] Linking CXX executable faset_schema_exporter\n[5/7] Building CXX object CMakeFiles/faset_player.dir/apps/player_main.cpp.o\n[6/7] Linking CXX executable faset_player\n$ \"/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/faset_schema_exporter\" \"--output\" \"/tmp/faset-p1-workflows-20260924-3/project/.faset/cache/builds/.staging-86bcab10-1f31-4fcd-9b0b-029fbae2319f/schema.json\"\n$ \"/usr/bin/ldd\" \"/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/faset_player\"\n\tlinux-vdso.so.1 (0x0000721007070000)\n\tlibvulkan.so.1 => /usr/lib/x86_64-linux-gnu/libvulkan.so.1 (0x0000721006738000)\n\tlibm.so.6 => /usr/lib/x86_64-linux-gnu/libm.so.6 (0x0000721006612000)\n\tlibstdc++.so.6 => /usr/lib/x86_64-linux-gnu/libstdc++.so.6 (0x0000721006200000)\n\tlibgcc_s.so.1 => /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 (0x00007210065e4000)\n\tlibc.so.6 => /usr/lib/x86_64-linux-gnu/libc.so.6 (0x0000721005e00000)\n\t/lib64/ld-linux-x86-64.so.2 (0x0000721007072000)\n", + "progress": 1.0, + "result": { + "build_directory": "/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug", + "configuration": "Debug", + "directory": "/tmp/faset-p1-workflows-20260924-3/project/.faset/cache/builds/86bcab10-1f31-4fcd-9b0b-029fbae2319f", + "fingerprint": "3aa1b19da817b10f4b28495f59e10676f4c6da878ad7ac980d30f593855df095", + "generation": "86bcab10-1f31-4fcd-9b0b-029fbae2319f", + "generation_reused": false, + "lua_enabled": false, + "lua_fingerprint": "", + "phase_times_ms": { + "configure": 4282, + "native_build": 12462, + "schema_package": 13530, + "total": 30275 + }, + "player": "/tmp/faset-p1-workflows-20260924-3/project/.faset/cache/builds/86bcab10-1f31-4fcd-9b0b-029fbae2319f/faset_player", + "schema": "/tmp/faset-p1-workflows-20260924-3/project/.faset/cache/builds/86bcab10-1f31-4fcd-9b0b-029fbae2319f/schema.json", + "schema_cache_hit": false + }, + "stage": "Complete", + "state": "succeeded" +} diff --git a/docs/validation/p1-iteration-2026-09-24/raw/changed_cpp_build-02.json b/docs/validation/p1-iteration-2026-09-24/raw/changed_cpp_build-02.json new file mode 100644 index 0000000..ac10117 --- /dev/null +++ b/docs/validation/p1-iteration-2026-09-24/raw/changed_cpp_build-02.json @@ -0,0 +1,17 @@ +{ + "seconds": 30.331249505019514, + "returncode": 0, + "build_configuration": "Debug", + "source_hash": "34bb0f6974f75e16bd13b79ea568c79b6d3baddb4387a461e7d4e4fc2d08e439", + "command": [ + "/home/emil/Desktop/.worktrees/Faset_Engine-p1-p3/build/linux-debug/faset_editor", + "--project", + "/tmp/faset-p1-workflows-20260924-3/project", + "--command", + "{\"name\": \"faset_build\", \"arguments\": {}}", + "--wait" + ], + "stdout": "raw/changed_cpp_build-02-stdout.txt", + "stderr": "raw/changed_cpp_build-02-stderr.txt", + "peak_rss_kib": 353088 +} diff --git a/docs/validation/p1-iteration-2026-09-24/raw/changed_cpp_build-03-memory.json b/docs/validation/p1-iteration-2026-09-24/raw/changed_cpp_build-03-memory.json new file mode 100644 index 0000000..df1b592 --- /dev/null +++ b/docs/validation/p1-iteration-2026-09-24/raw/changed_cpp_build-03-memory.json @@ -0,0 +1 @@ +{"peak_rss_kib":352196} diff --git a/docs/validation/p1-iteration-2026-09-24/raw/changed_cpp_build-03-stderr.txt b/docs/validation/p1-iteration-2026-09-24/raw/changed_cpp_build-03-stderr.txt new file mode 100644 index 0000000..e69de29 diff --git a/docs/validation/p1-iteration-2026-09-24/raw/changed_cpp_build-03-stdout.txt b/docs/validation/p1-iteration-2026-09-24/raw/changed_cpp_build-03-stdout.txt new file mode 100644 index 0000000..8764f28 --- /dev/null +++ b/docs/validation/p1-iteration-2026-09-24/raw/changed_cpp_build-03-stdout.txt @@ -0,0 +1,29 @@ +{ + "diagnostics": [], + "error": "", + "id": "088220e5-ee23-4655-a081-ed43bf0e5482", + "kind": "build", + "log": "$ \"cmake\" \"-S\" \"/home/emil/Desktop/.worktrees/Faset_Engine-p1-p3\" \"-B\" \"/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug\" \"-G\" \"Ninja\" \"-DCMAKE_BUILD_TYPE=Debug\" \"-DBUILD_TESTING=OFF\" \"-DFASET_BUILD_EDITOR=OFF\" \"-DFASET_BUILD_RENDERER=ON\" \"-DFASET_BUILD_RUNTIME=ON\" \"-DFASET_BUILD_ASSETS=ON\" \"-DFASET_GAMEPLAY_SOURCE_DIR=/tmp/faset-p1-workflows-20260924-3/project/.faset/cache/source-snapshots/93ae61f94376ad4d59e0b28721c6288678df12ab478441280b8b9688c54a2717/Scripts\" \"-DCMAKE_C_COMPILER=/usr/bin/clang\" \"-DCMAKE_CXX_COMPILER=/usr/bin/clang++\" \"-DCMAKE_BUILD_TYPE=Debug\" \"-DFASET_ENABLE_LUA=OFF\"\n-- Using the multi-header code from /tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/json-src/include/\n-- CMake C compiler: Clang\n-- CMake C++ compiler: Clang\n-- CMake system name: Linux\n-- CMake host system processor: x86_64\n-- Box2D using Unix\n-- CMake C compiler: Clang\n-- CMake C++ compiler: Clang\n-- CMake system name: Linux\n-- CMake host system processor: x86_64\n-- Box3D using Unix\n-- dynamic libasound -> libasound.so.2\n-- Checking for module 'jack'\n-- Package 'jack' not found\n-- Checking for module 'libpipewire-0.3>=0.3.44'\n-- Found libpipewire-0.3, version 1.6.2\n-- dynamic libpipewire-0.3 -> libpipewire-0.3.so.0\n-- Checking for module 'libpulse>=0.9.15'\n-- Found libpulse, version 17.0\n-- dynamic libpulse -> libpulse.so.0\n-- Checking for module 'sndio'\n-- Found sndio, version 1.10.0\n-- dynamic libsndio -> libsndio.so.7\n-- dynamic libX11 -> libX11.so.6\n-- dynamic libXext -> libXext.so.6\n-- dynamic libXcursor -> libXcursor.so.1\n-- dynamic libXi -> libXi.so.6\n-- dynamic libXfixes -> libXfixes.so.3\n-- dynamic libXrandr -> libXrandr.so.2\n-- dynamic libXrender -> libXrender.so.1\n-- dynamic libXss -> libXss.so.1\n-- Checking for module 'libdrm'\n-- Found libdrm, version 2.4.131\n-- Checking for module 'gbm'\n-- Found gbm, version 26.0.8-1ubuntu0.3\n-- dynamic libdrm -> libdrm.so.2\n-- dynamic libgbm -> libgbm.so.1\n-- Checking for modules 'wayland-client>=1.18;wayland-egl;wayland-cursor;egl;xkbcommon>=0.5.0'\n-- Found wayland-client, version 1.24.0\n-- Found wayland-egl, version 18.1.0\n-- Found wayland-cursor, version 1.24.0\n-- Found egl, version 1.5\n-- Found xkbcommon, version 1.13.1\n-- dynamic libwayland-client -> libwayland-client.so.0\n-- dynamic libwayland-egl -> libwayland-egl.so.1\n-- dynamic libwayland-cursor -> libwayland-cursor.so.0\n-- dynamic libxkbcommon -> libxkbcommon.so.0\n-- dynamic libdecor-0 -> libdecor-0.so.0\n-- dynamic libudev -> libudev.so.1\n-- Checking for one of the modules 'liburing-ffi'\n-- Checking for module 'libusb-1.0>=1.0.16'\n-- Package 'libusb-1.0' not found\n-- Could NOT find LibUSB (missing: LibUSB_LIBRARY LibUSB_INCLUDE_PATH) (found version \"LibUSB_VERSION-NOTFOUND\")\n-- \n-- SDL3 was configured with the following options:\n-- \n-- Platform: Linux-7.0.0-31-generic\n-- 64-bit: TRUE\n-- Compiler: /usr/bin/clang\n-- Revision: SDL3-3.2.20-HEAD-HASH-NOTFOUND\n-- Vendor: \n-- \n-- Subsystems:\n-- Audio: ON\n-- Video: ON\n-- GPU: ON\n-- Render: ON\n-- Camera: ON\n-- Joystick: ON\n-- Haptic: ON\n-- Hidapi: ON\n-- Power: ON\n-- Sensor: ON\n-- Dialog: ON\n-- \n-- Options:\n-- SDL_ALSA (Wanted: ON): ON\n-- SDL_ALSA_SHARED (Wanted: ON): ON\n-- SDL_ALTIVEC (Wanted: OFF): OFF\n-- SDL_ARMNEON (Wanted: OFF): OFF\n-- SDL_ASAN (Wanted: OFF): OFF\n-- SDL_ASSEMBLY (Wanted: ON): ON\n-- SDL_ASSERTIONS (Wanted: auto): auto\n-- SDL_AVX (Wanted: ON): ON\n-- SDL_AVX2 (Wanted: ON): ON\n-- SDL_AVX512F (Wanted: ON): ON\n-- SDL_BACKGROUNDING_SIGNAL (Wanted: OFF): OFF\n-- SDL_CCACHE (Wanted: OFF): OFF\n-- SDL_CLANG_TIDY (Wanted: OFF): OFF\n-- SDL_CLOCK_GETTIME (Wanted: ON): ON\n-- SDL_COCOA (Wanted: OFF): OFF\n-- SDL_DBUS (Wanted: ON): ON\n-- SDL_DEPS_SHARED (Wanted: ON): OFF\n-- SDL_DIRECTX (Wanted: OFF): OFF\n-- SDL_DISKAUDIO (Wanted: ON): ON\n-- SDL_DUMMYAUDIO (Wanted: ON): ON\n-- SDL_DUMMYCAMERA (Wanted: ON): ON\n-- SDL_DUMMYVIDEO (Wanted: ON): ON\n-- SDL_EXAMPLES (Wanted: OFF): OFF\n-- SDL_EXAMPLES_LINK_SHARED (Wanted: OFF): OFF\n-- SDL_FOREGROUNDING_SIGNAL (Wanted: OFF): OFF\n-- SDL_GCC_ATOMICS (Wanted: ON): ON\n-- SDL_GPU_DXVK (Wanted: OFF): OFF\n-- SDL_HIDAPI (Wanted: ON): ON\n-- SDL_HIDAPI_JOYSTICK (Wanted: ON): ON\n-- SDL_HIDAPI_LIBUSB (Wanted: ON): OFF\n-- SDL_HIDAPI_LIBUSB_SHARED (Wanted: ON): OFF\n-- SDL_IBUS (Wanted: ON): ON\n-- SDL_INSTALL (Wanted: OFF): OFF\n-- SDL_INSTALL_TESTS (Wanted: OFF): OFF\n-- SDL_JACK (Wanted: ON): OFF\n-- SDL_JACK_SHARED (Wanted: ON): OFF\n-- SDL_KMSDRM (Wanted: ON): ON\n-- SDL_KMSDRM_SHARED (Wanted: ON): ON\n-- SDL_LASX (Wanted: OFF): OFF\n-- SDL_LIBC (Wanted: ON): ON\n-- SDL_LIBICONV (Wanted: OFF): OFF\n-- SDL_LIBUDEV (Wanted: ON): ON\n-- SDL_LIBURING (Wanted: ON): OFF\n-- SDL_LSX (Wanted: OFF): OFF\n-- SDL_METAL (Wanted: OFF): OFF\n-- SDL_MMX (Wanted: ON): ON\n-- SDL_OFFSCREEN (Wanted: ON): ON\n-- SDL_OPENGL (Wanted: ON): ON\n-- SDL_OPENGLES (Wanted: ON): ON\n-- SDL_OPENVR (Wanted: OFF): OFF\n-- SDL_OSS (Wanted: OFF): OFF\n-- SDL_PIPEWIRE (Wanted: ON): ON\n-- SDL_PIPEWIRE_SHARED (Wanted: ON): ON\n-- SDL_PTHREADS (Wanted: ON): ON\n-- SDL_PTHREADS_SEM (Wanted: ON): ON\n-- SDL_PULSEAUDIO (Wanted: ON): ON\n-- SDL_PULSEAUDIO_SHARED (Wanted: ON): ON\n-- SDL_RENDER_D3D (Wanted: OFF): OFF\n-- SDL_RENDER_D3D11 (Wanted: OFF): OFF\n-- SDL_RENDER_D3D12 (Wanted: OFF): OFF\n-- SDL_RENDER_GPU (Wanted: ON): ON\n-- SDL_RENDER_METAL (Wanted: ON): OFF\n-- SDL_RENDER_VULKAN (Wanted: ON): ON\n-- SDL_ROCKCHIP (Wanted: OFF): OFF\n-- SDL_RPATH (Wanted: ON): OFF\n-- SDL_RPI (Wanted: OFF): OFF\n-- SDL_SNDIO (Wanted: ON): ON\n-- SDL_SNDIO_SHARED (Wanted: ON): ON\n-- SDL_SSE (Wanted: ON): ON\n-- SDL_SSE2 (Wanted: ON): ON\n-- SDL_SSE3 (Wanted: ON): ON\n-- SDL_SSE4_1 (Wanted: ON): ON\n-- SDL_SSE4_2 (Wanted: ON): ON\n-- SDL_SYSTEM_ICONV (Wanted: ON): ON\n-- SDL_TESTS (Wanted: OFF): OFF\n-- SDL_TESTS_LINK_SHARED (Wanted: OFF): OFF\n-- SDL_UNINSTALL (Wanted: OFF): OFF\n-- SDL_VIRTUAL_JOYSTICK (Wanted: ON): ON\n-- SDL_VIVANTE (Wanted: OFF): OFF\n-- SDL_VULKAN (Wanted: ON): ON\n-- SDL_WASAPI (Wanted: OFF): OFF\n-- SDL_WAYLAND (Wanted: ON): ON\n-- SDL_WAYLAND_LIBDECOR (Wanted: ON): ON\n-- SDL_WAYLAND_LIBDECOR_SHARED (Wanted: ON): ON\n-- SDL_WAYLAND_SHARED (Wanted: ON): ON\n-- SDL_X11 (Wanted: ON): ON\n-- SDL_X11_SHARED (Wanted: ON): ON\n-- SDL_X11_XCURSOR (Wanted: ON): ON\n-- SDL_X11_XDBE (Wanted: ON): ON\n-- SDL_X11_XFIXES (Wanted: ON): ON\n-- SDL_X11_XINPUT (Wanted: ON): ON\n-- SDL_X11_XRANDR (Wanted: ON): ON\n-- SDL_X11_XSCRNSAVER (Wanted: ON): ON\n-- SDL_X11_XSHAPE (Wanted: ON): ON\n-- SDL_X11_XSYNC (Wanted: ON): ON\n-- SDL_XINPUT (Wanted: OFF): OFF\n-- \n-- Build Shared Library: OFF\n-- Build Static Library: ON\n-- Build Static Library with Position Independent Code: \n-- \n-- If something was not detected, although the libraries\n-- were installed, then make sure you have set the\n-- CMAKE_C_FLAGS and CMAKE_PREFIX_PATH CMake variables correctly.\n-- \n-- Configuring done (2.5s)\n-- Generating done (0.1s)\n-- Build files have been written to: /tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug\n$ \"cmake\" \"--build\" \"/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug\" \"--config\" \"Debug\" \"--parallel\" \"4\" \"--target\" \"faset_player\" \"faset_schema_exporter\"\n[0/2] Re-checking globbed directories...\n[1/7] Building CXX object CMakeFiles/faset_schema_exporter.dir/apps/schema_exporter_main.cpp.o\n[2/7] Building CXX object CMakeFiles/faset_gameplay.dir/tmp/faset-p1-workflows-20260924-3/project/.faset/cache/source-snapshots/93ae61f94376ad4d59e0b28721c6288678df12ab478441280b8b9688c54a2717/Scripts/Gameplay.cpp.o\n[3/7] Linking CXX static library libfaset_gameplay.a\n[4/7] Linking CXX executable faset_schema_exporter\n[5/7] Building CXX object CMakeFiles/faset_player.dir/apps/player_main.cpp.o\n[6/7] Linking CXX executable faset_player\n$ \"/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/faset_schema_exporter\" \"--output\" \"/tmp/faset-p1-workflows-20260924-3/project/.faset/cache/builds/.staging-088220e5-ee23-4655-a081-ed43bf0e5482/schema.json\"\n$ \"/usr/bin/ldd\" \"/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/faset_player\"\n\tlinux-vdso.so.1 (0x00007e54077e1000)\n\tlibvulkan.so.1 => /usr/lib/x86_64-linux-gnu/libvulkan.so.1 (0x00007e5406ea9000)\n\tlibm.so.6 => /usr/lib/x86_64-linux-gnu/libm.so.6 (0x00007e5406d83000)\n\tlibstdc++.so.6 => /usr/lib/x86_64-linux-gnu/libstdc++.so.6 (0x00007e5406a00000)\n\tlibgcc_s.so.1 => /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 (0x00007e5406d55000)\n\tlibc.so.6 => /usr/lib/x86_64-linux-gnu/libc.so.6 (0x00007e5406600000)\n\t/lib64/ld-linux-x86-64.so.2 (0x00007e54077e3000)\n", + "progress": 1.0, + "result": { + "build_directory": "/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug", + "configuration": "Debug", + "directory": "/tmp/faset-p1-workflows-20260924-3/project/.faset/cache/builds/088220e5-ee23-4655-a081-ed43bf0e5482", + "fingerprint": "b5bab23523a498dd4089b6a5f8aef45b142c23edcc00ee853b024259315ebc0a", + "generation": "088220e5-ee23-4655-a081-ed43bf0e5482", + "generation_reused": false, + "lua_enabled": false, + "lua_fingerprint": "", + "phase_times_ms": { + "configure": 4206, + "native_build": 11687, + "schema_package": 12220, + "total": 28114 + }, + "player": "/tmp/faset-p1-workflows-20260924-3/project/.faset/cache/builds/088220e5-ee23-4655-a081-ed43bf0e5482/faset_player", + "schema": "/tmp/faset-p1-workflows-20260924-3/project/.faset/cache/builds/088220e5-ee23-4655-a081-ed43bf0e5482/schema.json", + "schema_cache_hit": false + }, + "stage": "Complete", + "state": "succeeded" +} diff --git a/docs/validation/p1-iteration-2026-09-24/raw/changed_cpp_build-03.json b/docs/validation/p1-iteration-2026-09-24/raw/changed_cpp_build-03.json new file mode 100644 index 0000000..14ce39f --- /dev/null +++ b/docs/validation/p1-iteration-2026-09-24/raw/changed_cpp_build-03.json @@ -0,0 +1,17 @@ +{ + "seconds": 28.16259147101664, + "returncode": 0, + "build_configuration": "Debug", + "source_hash": "3fe71ff715f01db9806ddf106732ba8feb0accba537dd67dc27e138e7779e1ce", + "command": [ + "/home/emil/Desktop/.worktrees/Faset_Engine-p1-p3/build/linux-debug/faset_editor", + "--project", + "/tmp/faset-p1-workflows-20260924-3/project", + "--command", + "{\"name\": \"faset_build\", \"arguments\": {}}", + "--wait" + ], + "stdout": "raw/changed_cpp_build-03-stdout.txt", + "stderr": "raw/changed_cpp_build-03-stderr.txt", + "peak_rss_kib": 352196 +} diff --git a/docs/validation/p1-iteration-2026-09-24/raw/changed_cpp_build-04-memory.json b/docs/validation/p1-iteration-2026-09-24/raw/changed_cpp_build-04-memory.json new file mode 100644 index 0000000..106cf8e --- /dev/null +++ b/docs/validation/p1-iteration-2026-09-24/raw/changed_cpp_build-04-memory.json @@ -0,0 +1 @@ +{"peak_rss_kib":350492} diff --git a/docs/validation/p1-iteration-2026-09-24/raw/changed_cpp_build-04-stderr.txt b/docs/validation/p1-iteration-2026-09-24/raw/changed_cpp_build-04-stderr.txt new file mode 100644 index 0000000..e69de29 diff --git a/docs/validation/p1-iteration-2026-09-24/raw/changed_cpp_build-04-stdout.txt b/docs/validation/p1-iteration-2026-09-24/raw/changed_cpp_build-04-stdout.txt new file mode 100644 index 0000000..08b3b56 --- /dev/null +++ b/docs/validation/p1-iteration-2026-09-24/raw/changed_cpp_build-04-stdout.txt @@ -0,0 +1,29 @@ +{ + "diagnostics": [], + "error": "", + "id": "31b265c7-ed45-4d18-a5eb-a0841fe8ceb7", + "kind": "build", + "log": "$ \"cmake\" \"-S\" \"/home/emil/Desktop/.worktrees/Faset_Engine-p1-p3\" \"-B\" \"/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug\" \"-G\" \"Ninja\" \"-DCMAKE_BUILD_TYPE=Debug\" \"-DBUILD_TESTING=OFF\" \"-DFASET_BUILD_EDITOR=OFF\" \"-DFASET_BUILD_RENDERER=ON\" \"-DFASET_BUILD_RUNTIME=ON\" \"-DFASET_BUILD_ASSETS=ON\" \"-DFASET_GAMEPLAY_SOURCE_DIR=/tmp/faset-p1-workflows-20260924-3/project/.faset/cache/source-snapshots/7b546a54c2515e16a4a76757f26221d1c7d50bd91e7223963aa9cb294d9a3c2c/Scripts\" \"-DCMAKE_C_COMPILER=/usr/bin/clang\" \"-DCMAKE_CXX_COMPILER=/usr/bin/clang++\" \"-DCMAKE_BUILD_TYPE=Debug\" \"-DFASET_ENABLE_LUA=OFF\"\n-- Using the multi-header code from /tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/json-src/include/\n-- CMake C compiler: Clang\n-- CMake C++ compiler: Clang\n-- CMake system name: Linux\n-- CMake host system processor: x86_64\n-- Box2D using Unix\n-- CMake C compiler: Clang\n-- CMake C++ compiler: Clang\n-- CMake system name: Linux\n-- CMake host system processor: x86_64\n-- Box3D using Unix\n-- dynamic libasound -> libasound.so.2\n-- Checking for module 'jack'\n-- Package 'jack' not found\n-- Checking for module 'libpipewire-0.3>=0.3.44'\n-- Found libpipewire-0.3, version 1.6.2\n-- dynamic libpipewire-0.3 -> libpipewire-0.3.so.0\n-- Checking for module 'libpulse>=0.9.15'\n-- Found libpulse, version 17.0\n-- dynamic libpulse -> libpulse.so.0\n-- Checking for module 'sndio'\n-- Found sndio, version 1.10.0\n-- dynamic libsndio -> libsndio.so.7\n-- dynamic libX11 -> libX11.so.6\n-- dynamic libXext -> libXext.so.6\n-- dynamic libXcursor -> libXcursor.so.1\n-- dynamic libXi -> libXi.so.6\n-- dynamic libXfixes -> libXfixes.so.3\n-- dynamic libXrandr -> libXrandr.so.2\n-- dynamic libXrender -> libXrender.so.1\n-- dynamic libXss -> libXss.so.1\n-- Checking for module 'libdrm'\n-- Found libdrm, version 2.4.131\n-- Checking for module 'gbm'\n-- Found gbm, version 26.0.8-1ubuntu0.3\n-- dynamic libdrm -> libdrm.so.2\n-- dynamic libgbm -> libgbm.so.1\n-- Checking for modules 'wayland-client>=1.18;wayland-egl;wayland-cursor;egl;xkbcommon>=0.5.0'\n-- Found wayland-client, version 1.24.0\n-- Found wayland-egl, version 18.1.0\n-- Found wayland-cursor, version 1.24.0\n-- Found egl, version 1.5\n-- Found xkbcommon, version 1.13.1\n-- dynamic libwayland-client -> libwayland-client.so.0\n-- dynamic libwayland-egl -> libwayland-egl.so.1\n-- dynamic libwayland-cursor -> libwayland-cursor.so.0\n-- dynamic libxkbcommon -> libxkbcommon.so.0\n-- dynamic libdecor-0 -> libdecor-0.so.0\n-- dynamic libudev -> libudev.so.1\n-- Checking for one of the modules 'liburing-ffi'\n-- Checking for module 'libusb-1.0>=1.0.16'\n-- Package 'libusb-1.0' not found\n-- Could NOT find LibUSB (missing: LibUSB_LIBRARY LibUSB_INCLUDE_PATH) (found version \"LibUSB_VERSION-NOTFOUND\")\n-- \n-- SDL3 was configured with the following options:\n-- \n-- Platform: Linux-7.0.0-31-generic\n-- 64-bit: TRUE\n-- Compiler: /usr/bin/clang\n-- Revision: SDL3-3.2.20-HEAD-HASH-NOTFOUND\n-- Vendor: \n-- \n-- Subsystems:\n-- Audio: ON\n-- Video: ON\n-- GPU: ON\n-- Render: ON\n-- Camera: ON\n-- Joystick: ON\n-- Haptic: ON\n-- Hidapi: ON\n-- Power: ON\n-- Sensor: ON\n-- Dialog: ON\n-- \n-- Options:\n-- SDL_ALSA (Wanted: ON): ON\n-- SDL_ALSA_SHARED (Wanted: ON): ON\n-- SDL_ALTIVEC (Wanted: OFF): OFF\n-- SDL_ARMNEON (Wanted: OFF): OFF\n-- SDL_ASAN (Wanted: OFF): OFF\n-- SDL_ASSEMBLY (Wanted: ON): ON\n-- SDL_ASSERTIONS (Wanted: auto): auto\n-- SDL_AVX (Wanted: ON): ON\n-- SDL_AVX2 (Wanted: ON): ON\n-- SDL_AVX512F (Wanted: ON): ON\n-- SDL_BACKGROUNDING_SIGNAL (Wanted: OFF): OFF\n-- SDL_CCACHE (Wanted: OFF): OFF\n-- SDL_CLANG_TIDY (Wanted: OFF): OFF\n-- SDL_CLOCK_GETTIME (Wanted: ON): ON\n-- SDL_COCOA (Wanted: OFF): OFF\n-- SDL_DBUS (Wanted: ON): ON\n-- SDL_DEPS_SHARED (Wanted: ON): OFF\n-- SDL_DIRECTX (Wanted: OFF): OFF\n-- SDL_DISKAUDIO (Wanted: ON): ON\n-- SDL_DUMMYAUDIO (Wanted: ON): ON\n-- SDL_DUMMYCAMERA (Wanted: ON): ON\n-- SDL_DUMMYVIDEO (Wanted: ON): ON\n-- SDL_EXAMPLES (Wanted: OFF): OFF\n-- SDL_EXAMPLES_LINK_SHARED (Wanted: OFF): OFF\n-- SDL_FOREGROUNDING_SIGNAL (Wanted: OFF): OFF\n-- SDL_GCC_ATOMICS (Wanted: ON): ON\n-- SDL_GPU_DXVK (Wanted: OFF): OFF\n-- SDL_HIDAPI (Wanted: ON): ON\n-- SDL_HIDAPI_JOYSTICK (Wanted: ON): ON\n-- SDL_HIDAPI_LIBUSB (Wanted: ON): OFF\n-- SDL_HIDAPI_LIBUSB_SHARED (Wanted: ON): OFF\n-- SDL_IBUS (Wanted: ON): ON\n-- SDL_INSTALL (Wanted: OFF): OFF\n-- SDL_INSTALL_TESTS (Wanted: OFF): OFF\n-- SDL_JACK (Wanted: ON): OFF\n-- SDL_JACK_SHARED (Wanted: ON): OFF\n-- SDL_KMSDRM (Wanted: ON): ON\n-- SDL_KMSDRM_SHARED (Wanted: ON): ON\n-- SDL_LASX (Wanted: OFF): OFF\n-- SDL_LIBC (Wanted: ON): ON\n-- SDL_LIBICONV (Wanted: OFF): OFF\n-- SDL_LIBUDEV (Wanted: ON): ON\n-- SDL_LIBURING (Wanted: ON): OFF\n-- SDL_LSX (Wanted: OFF): OFF\n-- SDL_METAL (Wanted: OFF): OFF\n-- SDL_MMX (Wanted: ON): ON\n-- SDL_OFFSCREEN (Wanted: ON): ON\n-- SDL_OPENGL (Wanted: ON): ON\n-- SDL_OPENGLES (Wanted: ON): ON\n-- SDL_OPENVR (Wanted: OFF): OFF\n-- SDL_OSS (Wanted: OFF): OFF\n-- SDL_PIPEWIRE (Wanted: ON): ON\n-- SDL_PIPEWIRE_SHARED (Wanted: ON): ON\n-- SDL_PTHREADS (Wanted: ON): ON\n-- SDL_PTHREADS_SEM (Wanted: ON): ON\n-- SDL_PULSEAUDIO (Wanted: ON): ON\n-- SDL_PULSEAUDIO_SHARED (Wanted: ON): ON\n-- SDL_RENDER_D3D (Wanted: OFF): OFF\n-- SDL_RENDER_D3D11 (Wanted: OFF): OFF\n-- SDL_RENDER_D3D12 (Wanted: OFF): OFF\n-- SDL_RENDER_GPU (Wanted: ON): ON\n-- SDL_RENDER_METAL (Wanted: ON): OFF\n-- SDL_RENDER_VULKAN (Wanted: ON): ON\n-- SDL_ROCKCHIP (Wanted: OFF): OFF\n-- SDL_RPATH (Wanted: ON): OFF\n-- SDL_RPI (Wanted: OFF): OFF\n-- SDL_SNDIO (Wanted: ON): ON\n-- SDL_SNDIO_SHARED (Wanted: ON): ON\n-- SDL_SSE (Wanted: ON): ON\n-- SDL_SSE2 (Wanted: ON): ON\n-- SDL_SSE3 (Wanted: ON): ON\n-- SDL_SSE4_1 (Wanted: ON): ON\n-- SDL_SSE4_2 (Wanted: ON): ON\n-- SDL_SYSTEM_ICONV (Wanted: ON): ON\n-- SDL_TESTS (Wanted: OFF): OFF\n-- SDL_TESTS_LINK_SHARED (Wanted: OFF): OFF\n-- SDL_UNINSTALL (Wanted: OFF): OFF\n-- SDL_VIRTUAL_JOYSTICK (Wanted: ON): ON\n-- SDL_VIVANTE (Wanted: OFF): OFF\n-- SDL_VULKAN (Wanted: ON): ON\n-- SDL_WASAPI (Wanted: OFF): OFF\n-- SDL_WAYLAND (Wanted: ON): ON\n-- SDL_WAYLAND_LIBDECOR (Wanted: ON): ON\n-- SDL_WAYLAND_LIBDECOR_SHARED (Wanted: ON): ON\n-- SDL_WAYLAND_SHARED (Wanted: ON): ON\n-- SDL_X11 (Wanted: ON): ON\n-- SDL_X11_SHARED (Wanted: ON): ON\n-- SDL_X11_XCURSOR (Wanted: ON): ON\n-- SDL_X11_XDBE (Wanted: ON): ON\n-- SDL_X11_XFIXES (Wanted: ON): ON\n-- SDL_X11_XINPUT (Wanted: ON): ON\n-- SDL_X11_XRANDR (Wanted: ON): ON\n-- SDL_X11_XSCRNSAVER (Wanted: ON): ON\n-- SDL_X11_XSHAPE (Wanted: ON): ON\n-- SDL_X11_XSYNC (Wanted: ON): ON\n-- SDL_XINPUT (Wanted: OFF): OFF\n-- \n-- Build Shared Library: OFF\n-- Build Static Library: ON\n-- Build Static Library with Position Independent Code: \n-- \n-- If something was not detected, although the libraries\n-- were installed, then make sure you have set the\n-- CMAKE_C_FLAGS and CMAKE_PREFIX_PATH CMake variables correctly.\n-- \n-- Configuring done (2.1s)\n-- Generating done (0.1s)\n-- Build files have been written to: /tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug\n$ \"cmake\" \"--build\" \"/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug\" \"--config\" \"Debug\" \"--parallel\" \"4\" \"--target\" \"faset_player\" \"faset_schema_exporter\"\n[0/2] Re-checking globbed directories...\n[1/7] Building CXX object CMakeFiles/faset_schema_exporter.dir/apps/schema_exporter_main.cpp.o\n[2/7] Building CXX object CMakeFiles/faset_gameplay.dir/tmp/faset-p1-workflows-20260924-3/project/.faset/cache/source-snapshots/7b546a54c2515e16a4a76757f26221d1c7d50bd91e7223963aa9cb294d9a3c2c/Scripts/Gameplay.cpp.o\n[3/7] Linking CXX static library libfaset_gameplay.a\n[4/7] Linking CXX executable faset_schema_exporter\n[5/7] Building CXX object CMakeFiles/faset_player.dir/apps/player_main.cpp.o\n[6/7] Linking CXX executable faset_player\n$ \"/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/faset_schema_exporter\" \"--output\" \"/tmp/faset-p1-workflows-20260924-3/project/.faset/cache/builds/.staging-31b265c7-ed45-4d18-a5eb-a0841fe8ceb7/schema.json\"\n$ \"/usr/bin/ldd\" \"/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/faset_player\"\n\tlinux-vdso.so.1 (0x000075b9a7463000)\n\tlibvulkan.so.1 => /usr/lib/x86_64-linux-gnu/libvulkan.so.1 (0x000075b9a6b2b000)\n\tlibm.so.6 => /usr/lib/x86_64-linux-gnu/libm.so.6 (0x000075b9a6a05000)\n\tlibstdc++.so.6 => /usr/lib/x86_64-linux-gnu/libstdc++.so.6 (0x000075b9a6600000)\n\tlibgcc_s.so.1 => /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 (0x000075b9a69d7000)\n\tlibc.so.6 => /usr/lib/x86_64-linux-gnu/libc.so.6 (0x000075b9a6200000)\n\t/lib64/ld-linux-x86-64.so.2 (0x000075b9a7465000)\n", + "progress": 1.0, + "result": { + "build_directory": "/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug", + "configuration": "Debug", + "directory": "/tmp/faset-p1-workflows-20260924-3/project/.faset/cache/builds/31b265c7-ed45-4d18-a5eb-a0841fe8ceb7", + "fingerprint": "07aa3bc404c68b1955a4d75e9c3090cda1ec08fe966521e140f53b457bf093fc", + "generation": "31b265c7-ed45-4d18-a5eb-a0841fe8ceb7", + "generation_reused": false, + "lua_enabled": false, + "lua_fingerprint": "", + "phase_times_ms": { + "configure": 3633, + "native_build": 9153, + "schema_package": 11031, + "total": 23818 + }, + "player": "/tmp/faset-p1-workflows-20260924-3/project/.faset/cache/builds/31b265c7-ed45-4d18-a5eb-a0841fe8ceb7/faset_player", + "schema": "/tmp/faset-p1-workflows-20260924-3/project/.faset/cache/builds/31b265c7-ed45-4d18-a5eb-a0841fe8ceb7/schema.json", + "schema_cache_hit": false + }, + "stage": "Complete", + "state": "succeeded" +} diff --git a/docs/validation/p1-iteration-2026-09-24/raw/changed_cpp_build-04.json b/docs/validation/p1-iteration-2026-09-24/raw/changed_cpp_build-04.json new file mode 100644 index 0000000..35bf48b --- /dev/null +++ b/docs/validation/p1-iteration-2026-09-24/raw/changed_cpp_build-04.json @@ -0,0 +1,17 @@ +{ + "seconds": 23.87008932500612, + "returncode": 0, + "build_configuration": "Debug", + "source_hash": "df24f88db381080b0a35932ec60ca4f8e4e8d60cc5de6390c131c3320895b25d", + "command": [ + "/home/emil/Desktop/.worktrees/Faset_Engine-p1-p3/build/linux-debug/faset_editor", + "--project", + "/tmp/faset-p1-workflows-20260924-3/project", + "--command", + "{\"name\": \"faset_build\", \"arguments\": {}}", + "--wait" + ], + "stdout": "raw/changed_cpp_build-04-stdout.txt", + "stderr": "raw/changed_cpp_build-04-stderr.txt", + "peak_rss_kib": 350492 +} diff --git a/docs/validation/p1-iteration-2026-09-24/raw/changed_cpp_build-05-memory.json b/docs/validation/p1-iteration-2026-09-24/raw/changed_cpp_build-05-memory.json new file mode 100644 index 0000000..4744d01 --- /dev/null +++ b/docs/validation/p1-iteration-2026-09-24/raw/changed_cpp_build-05-memory.json @@ -0,0 +1 @@ +{"peak_rss_kib":350092} diff --git a/docs/validation/p1-iteration-2026-09-24/raw/changed_cpp_build-05-stderr.txt b/docs/validation/p1-iteration-2026-09-24/raw/changed_cpp_build-05-stderr.txt new file mode 100644 index 0000000..e69de29 diff --git a/docs/validation/p1-iteration-2026-09-24/raw/changed_cpp_build-05-stdout.txt b/docs/validation/p1-iteration-2026-09-24/raw/changed_cpp_build-05-stdout.txt new file mode 100644 index 0000000..315eb80 --- /dev/null +++ b/docs/validation/p1-iteration-2026-09-24/raw/changed_cpp_build-05-stdout.txt @@ -0,0 +1,29 @@ +{ + "diagnostics": [], + "error": "", + "id": "84acf862-c53f-4286-ba8a-836d6f41826b", + "kind": "build", + "log": "$ \"cmake\" \"-S\" \"/home/emil/Desktop/.worktrees/Faset_Engine-p1-p3\" \"-B\" \"/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug\" \"-G\" \"Ninja\" \"-DCMAKE_BUILD_TYPE=Debug\" \"-DBUILD_TESTING=OFF\" \"-DFASET_BUILD_EDITOR=OFF\" \"-DFASET_BUILD_RENDERER=ON\" \"-DFASET_BUILD_RUNTIME=ON\" \"-DFASET_BUILD_ASSETS=ON\" \"-DFASET_GAMEPLAY_SOURCE_DIR=/tmp/faset-p1-workflows-20260924-3/project/.faset/cache/source-snapshots/bceda926ca58e98f281f1b41d41c723bd9b58f679cc2b7458e450e095588b9a2/Scripts\" \"-DCMAKE_C_COMPILER=/usr/bin/clang\" \"-DCMAKE_CXX_COMPILER=/usr/bin/clang++\" \"-DCMAKE_BUILD_TYPE=Debug\" \"-DFASET_ENABLE_LUA=OFF\"\n-- Using the multi-header code from /tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/json-src/include/\n-- CMake C compiler: Clang\n-- CMake C++ compiler: Clang\n-- CMake system name: Linux\n-- CMake host system processor: x86_64\n-- Box2D using Unix\n-- CMake C compiler: Clang\n-- CMake C++ compiler: Clang\n-- CMake system name: Linux\n-- CMake host system processor: x86_64\n-- Box3D using Unix\n-- dynamic libasound -> libasound.so.2\n-- Checking for module 'jack'\n-- Package 'jack' not found\n-- Checking for module 'libpipewire-0.3>=0.3.44'\n-- Found libpipewire-0.3, version 1.6.2\n-- dynamic libpipewire-0.3 -> libpipewire-0.3.so.0\n-- Checking for module 'libpulse>=0.9.15'\n-- Found libpulse, version 17.0\n-- dynamic libpulse -> libpulse.so.0\n-- Checking for module 'sndio'\n-- Found sndio, version 1.10.0\n-- dynamic libsndio -> libsndio.so.7\n-- dynamic libX11 -> libX11.so.6\n-- dynamic libXext -> libXext.so.6\n-- dynamic libXcursor -> libXcursor.so.1\n-- dynamic libXi -> libXi.so.6\n-- dynamic libXfixes -> libXfixes.so.3\n-- dynamic libXrandr -> libXrandr.so.2\n-- dynamic libXrender -> libXrender.so.1\n-- dynamic libXss -> libXss.so.1\n-- Checking for module 'libdrm'\n-- Found libdrm, version 2.4.131\n-- Checking for module 'gbm'\n-- Found gbm, version 26.0.8-1ubuntu0.3\n-- dynamic libdrm -> libdrm.so.2\n-- dynamic libgbm -> libgbm.so.1\n-- Checking for modules 'wayland-client>=1.18;wayland-egl;wayland-cursor;egl;xkbcommon>=0.5.0'\n-- Found wayland-client, version 1.24.0\n-- Found wayland-egl, version 18.1.0\n-- Found wayland-cursor, version 1.24.0\n-- Found egl, version 1.5\n-- Found xkbcommon, version 1.13.1\n-- dynamic libwayland-client -> libwayland-client.so.0\n-- dynamic libwayland-egl -> libwayland-egl.so.1\n-- dynamic libwayland-cursor -> libwayland-cursor.so.0\n-- dynamic libxkbcommon -> libxkbcommon.so.0\n-- dynamic libdecor-0 -> libdecor-0.so.0\n-- dynamic libudev -> libudev.so.1\n-- Checking for one of the modules 'liburing-ffi'\n-- Checking for module 'libusb-1.0>=1.0.16'\n-- Package 'libusb-1.0' not found\n-- Could NOT find LibUSB (missing: LibUSB_LIBRARY LibUSB_INCLUDE_PATH) (found version \"LibUSB_VERSION-NOTFOUND\")\n-- \n-- SDL3 was configured with the following options:\n-- \n-- Platform: Linux-7.0.0-31-generic\n-- 64-bit: TRUE\n-- Compiler: /usr/bin/clang\n-- Revision: SDL3-3.2.20-HEAD-HASH-NOTFOUND\n-- Vendor: \n-- \n-- Subsystems:\n-- Audio: ON\n-- Video: ON\n-- GPU: ON\n-- Render: ON\n-- Camera: ON\n-- Joystick: ON\n-- Haptic: ON\n-- Hidapi: ON\n-- Power: ON\n-- Sensor: ON\n-- Dialog: ON\n-- \n-- Options:\n-- SDL_ALSA (Wanted: ON): ON\n-- SDL_ALSA_SHARED (Wanted: ON): ON\n-- SDL_ALTIVEC (Wanted: OFF): OFF\n-- SDL_ARMNEON (Wanted: OFF): OFF\n-- SDL_ASAN (Wanted: OFF): OFF\n-- SDL_ASSEMBLY (Wanted: ON): ON\n-- SDL_ASSERTIONS (Wanted: auto): auto\n-- SDL_AVX (Wanted: ON): ON\n-- SDL_AVX2 (Wanted: ON): ON\n-- SDL_AVX512F (Wanted: ON): ON\n-- SDL_BACKGROUNDING_SIGNAL (Wanted: OFF): OFF\n-- SDL_CCACHE (Wanted: OFF): OFF\n-- SDL_CLANG_TIDY (Wanted: OFF): OFF\n-- SDL_CLOCK_GETTIME (Wanted: ON): ON\n-- SDL_COCOA (Wanted: OFF): OFF\n-- SDL_DBUS (Wanted: ON): ON\n-- SDL_DEPS_SHARED (Wanted: ON): OFF\n-- SDL_DIRECTX (Wanted: OFF): OFF\n-- SDL_DISKAUDIO (Wanted: ON): ON\n-- SDL_DUMMYAUDIO (Wanted: ON): ON\n-- SDL_DUMMYCAMERA (Wanted: ON): ON\n-- SDL_DUMMYVIDEO (Wanted: ON): ON\n-- SDL_EXAMPLES (Wanted: OFF): OFF\n-- SDL_EXAMPLES_LINK_SHARED (Wanted: OFF): OFF\n-- SDL_FOREGROUNDING_SIGNAL (Wanted: OFF): OFF\n-- SDL_GCC_ATOMICS (Wanted: ON): ON\n-- SDL_GPU_DXVK (Wanted: OFF): OFF\n-- SDL_HIDAPI (Wanted: ON): ON\n-- SDL_HIDAPI_JOYSTICK (Wanted: ON): ON\n-- SDL_HIDAPI_LIBUSB (Wanted: ON): OFF\n-- SDL_HIDAPI_LIBUSB_SHARED (Wanted: ON): OFF\n-- SDL_IBUS (Wanted: ON): ON\n-- SDL_INSTALL (Wanted: OFF): OFF\n-- SDL_INSTALL_TESTS (Wanted: OFF): OFF\n-- SDL_JACK (Wanted: ON): OFF\n-- SDL_JACK_SHARED (Wanted: ON): OFF\n-- SDL_KMSDRM (Wanted: ON): ON\n-- SDL_KMSDRM_SHARED (Wanted: ON): ON\n-- SDL_LASX (Wanted: OFF): OFF\n-- SDL_LIBC (Wanted: ON): ON\n-- SDL_LIBICONV (Wanted: OFF): OFF\n-- SDL_LIBUDEV (Wanted: ON): ON\n-- SDL_LIBURING (Wanted: ON): OFF\n-- SDL_LSX (Wanted: OFF): OFF\n-- SDL_METAL (Wanted: OFF): OFF\n-- SDL_MMX (Wanted: ON): ON\n-- SDL_OFFSCREEN (Wanted: ON): ON\n-- SDL_OPENGL (Wanted: ON): ON\n-- SDL_OPENGLES (Wanted: ON): ON\n-- SDL_OPENVR (Wanted: OFF): OFF\n-- SDL_OSS (Wanted: OFF): OFF\n-- SDL_PIPEWIRE (Wanted: ON): ON\n-- SDL_PIPEWIRE_SHARED (Wanted: ON): ON\n-- SDL_PTHREADS (Wanted: ON): ON\n-- SDL_PTHREADS_SEM (Wanted: ON): ON\n-- SDL_PULSEAUDIO (Wanted: ON): ON\n-- SDL_PULSEAUDIO_SHARED (Wanted: ON): ON\n-- SDL_RENDER_D3D (Wanted: OFF): OFF\n-- SDL_RENDER_D3D11 (Wanted: OFF): OFF\n-- SDL_RENDER_D3D12 (Wanted: OFF): OFF\n-- SDL_RENDER_GPU (Wanted: ON): ON\n-- SDL_RENDER_METAL (Wanted: ON): OFF\n-- SDL_RENDER_VULKAN (Wanted: ON): ON\n-- SDL_ROCKCHIP (Wanted: OFF): OFF\n-- SDL_RPATH (Wanted: ON): OFF\n-- SDL_RPI (Wanted: OFF): OFF\n-- SDL_SNDIO (Wanted: ON): ON\n-- SDL_SNDIO_SHARED (Wanted: ON): ON\n-- SDL_SSE (Wanted: ON): ON\n-- SDL_SSE2 (Wanted: ON): ON\n-- SDL_SSE3 (Wanted: ON): ON\n-- SDL_SSE4_1 (Wanted: ON): ON\n-- SDL_SSE4_2 (Wanted: ON): ON\n-- SDL_SYSTEM_ICONV (Wanted: ON): ON\n-- SDL_TESTS (Wanted: OFF): OFF\n-- SDL_TESTS_LINK_SHARED (Wanted: OFF): OFF\n-- SDL_UNINSTALL (Wanted: OFF): OFF\n-- SDL_VIRTUAL_JOYSTICK (Wanted: ON): ON\n-- SDL_VIVANTE (Wanted: OFF): OFF\n-- SDL_VULKAN (Wanted: ON): ON\n-- SDL_WASAPI (Wanted: OFF): OFF\n-- SDL_WAYLAND (Wanted: ON): ON\n-- SDL_WAYLAND_LIBDECOR (Wanted: ON): ON\n-- SDL_WAYLAND_LIBDECOR_SHARED (Wanted: ON): ON\n-- SDL_WAYLAND_SHARED (Wanted: ON): ON\n-- SDL_X11 (Wanted: ON): ON\n-- SDL_X11_SHARED (Wanted: ON): ON\n-- SDL_X11_XCURSOR (Wanted: ON): ON\n-- SDL_X11_XDBE (Wanted: ON): ON\n-- SDL_X11_XFIXES (Wanted: ON): ON\n-- SDL_X11_XINPUT (Wanted: ON): ON\n-- SDL_X11_XRANDR (Wanted: ON): ON\n-- SDL_X11_XSCRNSAVER (Wanted: ON): ON\n-- SDL_X11_XSHAPE (Wanted: ON): ON\n-- SDL_X11_XSYNC (Wanted: ON): ON\n-- SDL_XINPUT (Wanted: OFF): OFF\n-- \n-- Build Shared Library: OFF\n-- Build Static Library: ON\n-- Build Static Library with Position Independent Code: \n-- \n-- If something was not detected, although the libraries\n-- were installed, then make sure you have set the\n-- CMAKE_C_FLAGS and CMAKE_PREFIX_PATH CMake variables correctly.\n-- \n-- Configuring done (2.0s)\n-- Generating done (0.1s)\n-- Build files have been written to: /tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug\n$ \"cmake\" \"--build\" \"/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug\" \"--config\" \"Debug\" \"--parallel\" \"4\" \"--target\" \"faset_player\" \"faset_schema_exporter\"\n[0/2] Re-checking globbed directories...\n[1/7] Building CXX object CMakeFiles/faset_schema_exporter.dir/apps/schema_exporter_main.cpp.o\n[2/7] Building CXX object CMakeFiles/faset_gameplay.dir/tmp/faset-p1-workflows-20260924-3/project/.faset/cache/source-snapshots/bceda926ca58e98f281f1b41d41c723bd9b58f679cc2b7458e450e095588b9a2/Scripts/Gameplay.cpp.o\n[3/7] Linking CXX static library libfaset_gameplay.a\n[4/7] Linking CXX executable faset_schema_exporter\n[5/7] Building CXX object CMakeFiles/faset_player.dir/apps/player_main.cpp.o\n[6/7] Linking CXX executable faset_player\n$ \"/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/faset_schema_exporter\" \"--output\" \"/tmp/faset-p1-workflows-20260924-3/project/.faset/cache/builds/.staging-84acf862-c53f-4286-ba8a-836d6f41826b/schema.json\"\n$ \"/usr/bin/ldd\" \"/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/faset_player\"\n\tlinux-vdso.so.1 (0x0000703a50558000)\n\tlibvulkan.so.1 => /usr/lib/x86_64-linux-gnu/libvulkan.so.1 (0x0000703a4fc20000)\n\tlibm.so.6 => /usr/lib/x86_64-linux-gnu/libm.so.6 (0x0000703a4fafa000)\n\tlibstdc++.so.6 => /usr/lib/x86_64-linux-gnu/libstdc++.so.6 (0x0000703a4f800000)\n\tlibgcc_s.so.1 => /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 (0x0000703a4facc000)\n\tlibc.so.6 => /usr/lib/x86_64-linux-gnu/libc.so.6 (0x0000703a4f400000)\n\t/lib64/ld-linux-x86-64.so.2 (0x0000703a5055a000)\n", + "progress": 1.0, + "result": { + "build_directory": "/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug", + "configuration": "Debug", + "directory": "/tmp/faset-p1-workflows-20260924-3/project/.faset/cache/builds/84acf862-c53f-4286-ba8a-836d6f41826b", + "fingerprint": "8d1407f87e743f03b42b9accff168b9dae3e9b24ab22f5c1fd66ecdb82840a16", + "generation": "84acf862-c53f-4286-ba8a-836d6f41826b", + "generation_reused": false, + "lua_enabled": false, + "lua_fingerprint": "", + "phase_times_ms": { + "configure": 3411, + "native_build": 8898, + "schema_package": 10922, + "total": 23231 + }, + "player": "/tmp/faset-p1-workflows-20260924-3/project/.faset/cache/builds/84acf862-c53f-4286-ba8a-836d6f41826b/faset_player", + "schema": "/tmp/faset-p1-workflows-20260924-3/project/.faset/cache/builds/84acf862-c53f-4286-ba8a-836d6f41826b/schema.json", + "schema_cache_hit": false + }, + "stage": "Complete", + "state": "succeeded" +} diff --git a/docs/validation/p1-iteration-2026-09-24/raw/changed_cpp_build-05.json b/docs/validation/p1-iteration-2026-09-24/raw/changed_cpp_build-05.json new file mode 100644 index 0000000..3b6afa3 --- /dev/null +++ b/docs/validation/p1-iteration-2026-09-24/raw/changed_cpp_build-05.json @@ -0,0 +1,17 @@ +{ + "seconds": 23.2658868439903, + "returncode": 0, + "build_configuration": "Debug", + "source_hash": "7eff8ea8356f18111f2c7707d0cb68cc3c492462043c9bfae0911498ed567012", + "command": [ + "/home/emil/Desktop/.worktrees/Faset_Engine-p1-p3/build/linux-debug/faset_editor", + "--project", + "/tmp/faset-p1-workflows-20260924-3/project", + "--command", + "{\"name\": \"faset_build\", \"arguments\": {}}", + "--wait" + ], + "stdout": "raw/changed_cpp_build-05-stdout.txt", + "stderr": "raw/changed_cpp_build-05-stderr.txt", + "peak_rss_kib": 350092 +} diff --git a/docs/validation/p1-iteration-2026-09-24/raw/changed_header_build-01-memory.json b/docs/validation/p1-iteration-2026-09-24/raw/changed_header_build-01-memory.json new file mode 100644 index 0000000..51e3af4 --- /dev/null +++ b/docs/validation/p1-iteration-2026-09-24/raw/changed_header_build-01-memory.json @@ -0,0 +1 @@ +{"peak_rss_kib":353760} diff --git a/docs/validation/p1-iteration-2026-09-24/raw/changed_header_build-01-stderr.txt b/docs/validation/p1-iteration-2026-09-24/raw/changed_header_build-01-stderr.txt new file mode 100644 index 0000000..e69de29 diff --git a/docs/validation/p1-iteration-2026-09-24/raw/changed_header_build-01-stdout.txt b/docs/validation/p1-iteration-2026-09-24/raw/changed_header_build-01-stdout.txt new file mode 100644 index 0000000..1157b57 --- /dev/null +++ b/docs/validation/p1-iteration-2026-09-24/raw/changed_header_build-01-stdout.txt @@ -0,0 +1,29 @@ +{ + "diagnostics": [], + "error": "", + "id": "0aa05563-8c9e-4862-9902-7507b4623809", + "kind": "build", + "log": "$ \"cmake\" \"-S\" \"/home/emil/Desktop/.worktrees/Faset_Engine-p1-p3\" \"-B\" \"/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug\" \"-G\" \"Ninja\" \"-DCMAKE_BUILD_TYPE=Debug\" \"-DBUILD_TESTING=OFF\" \"-DFASET_BUILD_EDITOR=OFF\" \"-DFASET_BUILD_RENDERER=ON\" \"-DFASET_BUILD_RUNTIME=ON\" \"-DFASET_BUILD_ASSETS=ON\" \"-DFASET_GAMEPLAY_SOURCE_DIR=/tmp/faset-p1-workflows-20260924-3/project/.faset/cache/source-snapshots/8b5b7d52e723bc986dc493e4f9c6780413124e0285e589d0b4663fe265924aa5/Scripts\" \"-DCMAKE_C_COMPILER=/usr/bin/clang\" \"-DCMAKE_CXX_COMPILER=/usr/bin/clang++\" \"-DCMAKE_BUILD_TYPE=Debug\" \"-DFASET_ENABLE_LUA=OFF\"\n-- Using the multi-header code from /tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/json-src/include/\n-- CMake C compiler: Clang\n-- CMake C++ compiler: Clang\n-- CMake system name: Linux\n-- CMake host system processor: x86_64\n-- Box2D using Unix\n-- CMake C compiler: Clang\n-- CMake C++ compiler: Clang\n-- CMake system name: Linux\n-- CMake host system processor: x86_64\n-- Box3D using Unix\n-- dynamic libasound -> libasound.so.2\n-- Checking for module 'jack'\n-- Package 'jack' not found\n-- Checking for module 'libpipewire-0.3>=0.3.44'\n-- Found libpipewire-0.3, version 1.6.2\n-- dynamic libpipewire-0.3 -> libpipewire-0.3.so.0\n-- Checking for module 'libpulse>=0.9.15'\n-- Found libpulse, version 17.0\n-- dynamic libpulse -> libpulse.so.0\n-- Checking for module 'sndio'\n-- Found sndio, version 1.10.0\n-- dynamic libsndio -> libsndio.so.7\n-- dynamic libX11 -> libX11.so.6\n-- dynamic libXext -> libXext.so.6\n-- dynamic libXcursor -> libXcursor.so.1\n-- dynamic libXi -> libXi.so.6\n-- dynamic libXfixes -> libXfixes.so.3\n-- dynamic libXrandr -> libXrandr.so.2\n-- dynamic libXrender -> libXrender.so.1\n-- dynamic libXss -> libXss.so.1\n-- Checking for module 'libdrm'\n-- Found libdrm, version 2.4.131\n-- Checking for module 'gbm'\n-- Found gbm, version 26.0.8-1ubuntu0.3\n-- dynamic libdrm -> libdrm.so.2\n-- dynamic libgbm -> libgbm.so.1\n-- Checking for modules 'wayland-client>=1.18;wayland-egl;wayland-cursor;egl;xkbcommon>=0.5.0'\n-- Found wayland-client, version 1.24.0\n-- Found wayland-egl, version 18.1.0\n-- Found wayland-cursor, version 1.24.0\n-- Found egl, version 1.5\n-- Found xkbcommon, version 1.13.1\n-- dynamic libwayland-client -> libwayland-client.so.0\n-- dynamic libwayland-egl -> libwayland-egl.so.1\n-- dynamic libwayland-cursor -> libwayland-cursor.so.0\n-- dynamic libxkbcommon -> libxkbcommon.so.0\n-- dynamic libdecor-0 -> libdecor-0.so.0\n-- dynamic libudev -> libudev.so.1\n-- Checking for one of the modules 'liburing-ffi'\n-- Checking for module 'libusb-1.0>=1.0.16'\n-- Package 'libusb-1.0' not found\n-- Could NOT find LibUSB (missing: LibUSB_LIBRARY LibUSB_INCLUDE_PATH) (found version \"LibUSB_VERSION-NOTFOUND\")\n-- \n-- SDL3 was configured with the following options:\n-- \n-- Platform: Linux-7.0.0-31-generic\n-- 64-bit: TRUE\n-- Compiler: /usr/bin/clang\n-- Revision: SDL3-3.2.20-HEAD-HASH-NOTFOUND\n-- Vendor: \n-- \n-- Subsystems:\n-- Audio: ON\n-- Video: ON\n-- GPU: ON\n-- Render: ON\n-- Camera: ON\n-- Joystick: ON\n-- Haptic: ON\n-- Hidapi: ON\n-- Power: ON\n-- Sensor: ON\n-- Dialog: ON\n-- \n-- Options:\n-- SDL_ALSA (Wanted: ON): ON\n-- SDL_ALSA_SHARED (Wanted: ON): ON\n-- SDL_ALTIVEC (Wanted: OFF): OFF\n-- SDL_ARMNEON (Wanted: OFF): OFF\n-- SDL_ASAN (Wanted: OFF): OFF\n-- SDL_ASSEMBLY (Wanted: ON): ON\n-- SDL_ASSERTIONS (Wanted: auto): auto\n-- SDL_AVX (Wanted: ON): ON\n-- SDL_AVX2 (Wanted: ON): ON\n-- SDL_AVX512F (Wanted: ON): ON\n-- SDL_BACKGROUNDING_SIGNAL (Wanted: OFF): OFF\n-- SDL_CCACHE (Wanted: OFF): OFF\n-- SDL_CLANG_TIDY (Wanted: OFF): OFF\n-- SDL_CLOCK_GETTIME (Wanted: ON): ON\n-- SDL_COCOA (Wanted: OFF): OFF\n-- SDL_DBUS (Wanted: ON): ON\n-- SDL_DEPS_SHARED (Wanted: ON): OFF\n-- SDL_DIRECTX (Wanted: OFF): OFF\n-- SDL_DISKAUDIO (Wanted: ON): ON\n-- SDL_DUMMYAUDIO (Wanted: ON): ON\n-- SDL_DUMMYCAMERA (Wanted: ON): ON\n-- SDL_DUMMYVIDEO (Wanted: ON): ON\n-- SDL_EXAMPLES (Wanted: OFF): OFF\n-- SDL_EXAMPLES_LINK_SHARED (Wanted: OFF): OFF\n-- SDL_FOREGROUNDING_SIGNAL (Wanted: OFF): OFF\n-- SDL_GCC_ATOMICS (Wanted: ON): ON\n-- SDL_GPU_DXVK (Wanted: OFF): OFF\n-- SDL_HIDAPI (Wanted: ON): ON\n-- SDL_HIDAPI_JOYSTICK (Wanted: ON): ON\n-- SDL_HIDAPI_LIBUSB (Wanted: ON): OFF\n-- SDL_HIDAPI_LIBUSB_SHARED (Wanted: ON): OFF\n-- SDL_IBUS (Wanted: ON): ON\n-- SDL_INSTALL (Wanted: OFF): OFF\n-- SDL_INSTALL_TESTS (Wanted: OFF): OFF\n-- SDL_JACK (Wanted: ON): OFF\n-- SDL_JACK_SHARED (Wanted: ON): OFF\n-- SDL_KMSDRM (Wanted: ON): ON\n-- SDL_KMSDRM_SHARED (Wanted: ON): ON\n-- SDL_LASX (Wanted: OFF): OFF\n-- SDL_LIBC (Wanted: ON): ON\n-- SDL_LIBICONV (Wanted: OFF): OFF\n-- SDL_LIBUDEV (Wanted: ON): ON\n-- SDL_LIBURING (Wanted: ON): OFF\n-- SDL_LSX (Wanted: OFF): OFF\n-- SDL_METAL (Wanted: OFF): OFF\n-- SDL_MMX (Wanted: ON): ON\n-- SDL_OFFSCREEN (Wanted: ON): ON\n-- SDL_OPENGL (Wanted: ON): ON\n-- SDL_OPENGLES (Wanted: ON): ON\n-- SDL_OPENVR (Wanted: OFF): OFF\n-- SDL_OSS (Wanted: OFF): OFF\n-- SDL_PIPEWIRE (Wanted: ON): ON\n-- SDL_PIPEWIRE_SHARED (Wanted: ON): ON\n-- SDL_PTHREADS (Wanted: ON): ON\n-- SDL_PTHREADS_SEM (Wanted: ON): ON\n-- SDL_PULSEAUDIO (Wanted: ON): ON\n-- SDL_PULSEAUDIO_SHARED (Wanted: ON): ON\n-- SDL_RENDER_D3D (Wanted: OFF): OFF\n-- SDL_RENDER_D3D11 (Wanted: OFF): OFF\n-- SDL_RENDER_D3D12 (Wanted: OFF): OFF\n-- SDL_RENDER_GPU (Wanted: ON): ON\n-- SDL_RENDER_METAL (Wanted: ON): OFF\n-- SDL_RENDER_VULKAN (Wanted: ON): ON\n-- SDL_ROCKCHIP (Wanted: OFF): OFF\n-- SDL_RPATH (Wanted: ON): OFF\n-- SDL_RPI (Wanted: OFF): OFF\n-- SDL_SNDIO (Wanted: ON): ON\n-- SDL_SNDIO_SHARED (Wanted: ON): ON\n-- SDL_SSE (Wanted: ON): ON\n-- SDL_SSE2 (Wanted: ON): ON\n-- SDL_SSE3 (Wanted: ON): ON\n-- SDL_SSE4_1 (Wanted: ON): ON\n-- SDL_SSE4_2 (Wanted: ON): ON\n-- SDL_SYSTEM_ICONV (Wanted: ON): ON\n-- SDL_TESTS (Wanted: OFF): OFF\n-- SDL_TESTS_LINK_SHARED (Wanted: OFF): OFF\n-- SDL_UNINSTALL (Wanted: OFF): OFF\n-- SDL_VIRTUAL_JOYSTICK (Wanted: ON): ON\n-- SDL_VIVANTE (Wanted: OFF): OFF\n-- SDL_VULKAN (Wanted: ON): ON\n-- SDL_WASAPI (Wanted: OFF): OFF\n-- SDL_WAYLAND (Wanted: ON): ON\n-- SDL_WAYLAND_LIBDECOR (Wanted: ON): ON\n-- SDL_WAYLAND_LIBDECOR_SHARED (Wanted: ON): ON\n-- SDL_WAYLAND_SHARED (Wanted: ON): ON\n-- SDL_X11 (Wanted: ON): ON\n-- SDL_X11_SHARED (Wanted: ON): ON\n-- SDL_X11_XCURSOR (Wanted: ON): ON\n-- SDL_X11_XDBE (Wanted: ON): ON\n-- SDL_X11_XFIXES (Wanted: ON): ON\n-- SDL_X11_XINPUT (Wanted: ON): ON\n-- SDL_X11_XRANDR (Wanted: ON): ON\n-- SDL_X11_XSCRNSAVER (Wanted: ON): ON\n-- SDL_X11_XSHAPE (Wanted: ON): ON\n-- SDL_X11_XSYNC (Wanted: ON): ON\n-- SDL_XINPUT (Wanted: OFF): OFF\n-- \n-- Build Shared Library: OFF\n-- Build Static Library: ON\n-- Build Static Library with Position Independent Code: \n-- \n-- If something was not detected, although the libraries\n-- were installed, then make sure you have set the\n-- CMAKE_C_FLAGS and CMAKE_PREFIX_PATH CMake variables correctly.\n-- \n-- Configuring done (2.2s)\n-- Generating done (0.1s)\n-- Build files have been written to: /tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug\n$ \"cmake\" \"--build\" \"/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug\" \"--config\" \"Debug\" \"--parallel\" \"4\" \"--target\" \"faset_player\" \"faset_schema_exporter\"\n[0/2] Re-checking globbed directories...\n[1/7] Building CXX object CMakeFiles/faset_schema_exporter.dir/apps/schema_exporter_main.cpp.o\n[2/7] Building CXX object CMakeFiles/faset_gameplay.dir/tmp/faset-p1-workflows-20260924-3/project/.faset/cache/source-snapshots/8b5b7d52e723bc986dc493e4f9c6780413124e0285e589d0b4663fe265924aa5/Scripts/Gameplay.cpp.o\n[3/7] Linking CXX static library libfaset_gameplay.a\n[4/7] Linking CXX executable faset_schema_exporter\n[5/7] Building CXX object CMakeFiles/faset_player.dir/apps/player_main.cpp.o\n[6/7] Linking CXX executable faset_player\n$ \"/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/faset_schema_exporter\" \"--output\" \"/tmp/faset-p1-workflows-20260924-3/project/.faset/cache/builds/.staging-0aa05563-8c9e-4862-9902-7507b4623809/schema.json\"\n$ \"/usr/bin/ldd\" \"/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/faset_player\"\n\tlinux-vdso.so.1 (0x00007f20329d5000)\n\tlibvulkan.so.1 => /usr/lib/x86_64-linux-gnu/libvulkan.so.1 (0x00007f203209d000)\n\tlibm.so.6 => /usr/lib/x86_64-linux-gnu/libm.so.6 (0x00007f2031f77000)\n\tlibstdc++.so.6 => /usr/lib/x86_64-linux-gnu/libstdc++.so.6 (0x00007f2031c00000)\n\tlibgcc_s.so.1 => /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 (0x00007f2031f49000)\n\tlibc.so.6 => /usr/lib/x86_64-linux-gnu/libc.so.6 (0x00007f2031800000)\n\t/lib64/ld-linux-x86-64.so.2 (0x00007f20329d7000)\n", + "progress": 1.0, + "result": { + "build_directory": "/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug", + "configuration": "Debug", + "directory": "/tmp/faset-p1-workflows-20260924-3/project/.faset/cache/builds/0aa05563-8c9e-4862-9902-7507b4623809", + "fingerprint": "a6d8d2a89d65222a2ad3ee78e57173a3e932f6add2a9272ee96de37eb49a76b1", + "generation": "0aa05563-8c9e-4862-9902-7507b4623809", + "generation_reused": false, + "lua_enabled": false, + "lua_fingerprint": "", + "phase_times_ms": { + "configure": 3817, + "native_build": 9000, + "schema_package": 12648, + "total": 25465 + }, + "player": "/tmp/faset-p1-workflows-20260924-3/project/.faset/cache/builds/0aa05563-8c9e-4862-9902-7507b4623809/faset_player", + "schema": "/tmp/faset-p1-workflows-20260924-3/project/.faset/cache/builds/0aa05563-8c9e-4862-9902-7507b4623809/schema.json", + "schema_cache_hit": false + }, + "stage": "Complete", + "state": "succeeded" +} diff --git a/docs/validation/p1-iteration-2026-09-24/raw/changed_header_build-01.json b/docs/validation/p1-iteration-2026-09-24/raw/changed_header_build-01.json new file mode 100644 index 0000000..61829f5 --- /dev/null +++ b/docs/validation/p1-iteration-2026-09-24/raw/changed_header_build-01.json @@ -0,0 +1,17 @@ +{ + "seconds": 25.510155372990994, + "returncode": 0, + "build_configuration": "Debug", + "source_hash": "84196f783326fe0af644e753ab6b34cc23ccbce5959d8b3ec822b5e60144f41a", + "command": [ + "/home/emil/Desktop/.worktrees/Faset_Engine-p1-p3/build/linux-debug/faset_editor", + "--project", + "/tmp/faset-p1-workflows-20260924-3/project", + "--command", + "{\"name\": \"faset_build\", \"arguments\": {}}", + "--wait" + ], + "stdout": "raw/changed_header_build-01-stdout.txt", + "stderr": "raw/changed_header_build-01-stderr.txt", + "peak_rss_kib": 353760 +} diff --git a/docs/validation/p1-iteration-2026-09-24/raw/changed_header_build-02-memory.json b/docs/validation/p1-iteration-2026-09-24/raw/changed_header_build-02-memory.json new file mode 100644 index 0000000..5a1780e --- /dev/null +++ b/docs/validation/p1-iteration-2026-09-24/raw/changed_header_build-02-memory.json @@ -0,0 +1 @@ +{"peak_rss_kib":350316} diff --git a/docs/validation/p1-iteration-2026-09-24/raw/changed_header_build-02-stderr.txt b/docs/validation/p1-iteration-2026-09-24/raw/changed_header_build-02-stderr.txt new file mode 100644 index 0000000..e69de29 diff --git a/docs/validation/p1-iteration-2026-09-24/raw/changed_header_build-02-stdout.txt b/docs/validation/p1-iteration-2026-09-24/raw/changed_header_build-02-stdout.txt new file mode 100644 index 0000000..563255c --- /dev/null +++ b/docs/validation/p1-iteration-2026-09-24/raw/changed_header_build-02-stdout.txt @@ -0,0 +1,29 @@ +{ + "diagnostics": [], + "error": "", + "id": "0dbc73d2-7300-437d-82ad-46384b786e8e", + "kind": "build", + "log": "$ \"cmake\" \"-S\" \"/home/emil/Desktop/.worktrees/Faset_Engine-p1-p3\" \"-B\" \"/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug\" \"-G\" \"Ninja\" \"-DCMAKE_BUILD_TYPE=Debug\" \"-DBUILD_TESTING=OFF\" \"-DFASET_BUILD_EDITOR=OFF\" \"-DFASET_BUILD_RENDERER=ON\" \"-DFASET_BUILD_RUNTIME=ON\" \"-DFASET_BUILD_ASSETS=ON\" \"-DFASET_GAMEPLAY_SOURCE_DIR=/tmp/faset-p1-workflows-20260924-3/project/.faset/cache/source-snapshots/8f1a16ee574ee0b78c62b1c3d25d346fcfcc94ddee58ce7f83e846714c4fd99f/Scripts\" \"-DCMAKE_C_COMPILER=/usr/bin/clang\" \"-DCMAKE_CXX_COMPILER=/usr/bin/clang++\" \"-DCMAKE_BUILD_TYPE=Debug\" \"-DFASET_ENABLE_LUA=OFF\"\n-- Using the multi-header code from /tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/json-src/include/\n-- CMake C compiler: Clang\n-- CMake C++ compiler: Clang\n-- CMake system name: Linux\n-- CMake host system processor: x86_64\n-- Box2D using Unix\n-- CMake C compiler: Clang\n-- CMake C++ compiler: Clang\n-- CMake system name: Linux\n-- CMake host system processor: x86_64\n-- Box3D using Unix\n-- dynamic libasound -> libasound.so.2\n-- Checking for module 'jack'\n-- Package 'jack' not found\n-- Checking for module 'libpipewire-0.3>=0.3.44'\n-- Found libpipewire-0.3, version 1.6.2\n-- dynamic libpipewire-0.3 -> libpipewire-0.3.so.0\n-- Checking for module 'libpulse>=0.9.15'\n-- Found libpulse, version 17.0\n-- dynamic libpulse -> libpulse.so.0\n-- Checking for module 'sndio'\n-- Found sndio, version 1.10.0\n-- dynamic libsndio -> libsndio.so.7\n-- dynamic libX11 -> libX11.so.6\n-- dynamic libXext -> libXext.so.6\n-- dynamic libXcursor -> libXcursor.so.1\n-- dynamic libXi -> libXi.so.6\n-- dynamic libXfixes -> libXfixes.so.3\n-- dynamic libXrandr -> libXrandr.so.2\n-- dynamic libXrender -> libXrender.so.1\n-- dynamic libXss -> libXss.so.1\n-- Checking for module 'libdrm'\n-- Found libdrm, version 2.4.131\n-- Checking for module 'gbm'\n-- Found gbm, version 26.0.8-1ubuntu0.3\n-- dynamic libdrm -> libdrm.so.2\n-- dynamic libgbm -> libgbm.so.1\n-- Checking for modules 'wayland-client>=1.18;wayland-egl;wayland-cursor;egl;xkbcommon>=0.5.0'\n-- Found wayland-client, version 1.24.0\n-- Found wayland-egl, version 18.1.0\n-- Found wayland-cursor, version 1.24.0\n-- Found egl, version 1.5\n-- Found xkbcommon, version 1.13.1\n-- dynamic libwayland-client -> libwayland-client.so.0\n-- dynamic libwayland-egl -> libwayland-egl.so.1\n-- dynamic libwayland-cursor -> libwayland-cursor.so.0\n-- dynamic libxkbcommon -> libxkbcommon.so.0\n-- dynamic libdecor-0 -> libdecor-0.so.0\n-- dynamic libudev -> libudev.so.1\n-- Checking for one of the modules 'liburing-ffi'\n-- Checking for module 'libusb-1.0>=1.0.16'\n-- Package 'libusb-1.0' not found\n-- Could NOT find LibUSB (missing: LibUSB_LIBRARY LibUSB_INCLUDE_PATH) (found version \"LibUSB_VERSION-NOTFOUND\")\n-- \n-- SDL3 was configured with the following options:\n-- \n-- Platform: Linux-7.0.0-31-generic\n-- 64-bit: TRUE\n-- Compiler: /usr/bin/clang\n-- Revision: SDL3-3.2.20-HEAD-HASH-NOTFOUND\n-- Vendor: \n-- \n-- Subsystems:\n-- Audio: ON\n-- Video: ON\n-- GPU: ON\n-- Render: ON\n-- Camera: ON\n-- Joystick: ON\n-- Haptic: ON\n-- Hidapi: ON\n-- Power: ON\n-- Sensor: ON\n-- Dialog: ON\n-- \n-- Options:\n-- SDL_ALSA (Wanted: ON): ON\n-- SDL_ALSA_SHARED (Wanted: ON): ON\n-- SDL_ALTIVEC (Wanted: OFF): OFF\n-- SDL_ARMNEON (Wanted: OFF): OFF\n-- SDL_ASAN (Wanted: OFF): OFF\n-- SDL_ASSEMBLY (Wanted: ON): ON\n-- SDL_ASSERTIONS (Wanted: auto): auto\n-- SDL_AVX (Wanted: ON): ON\n-- SDL_AVX2 (Wanted: ON): ON\n-- SDL_AVX512F (Wanted: ON): ON\n-- SDL_BACKGROUNDING_SIGNAL (Wanted: OFF): OFF\n-- SDL_CCACHE (Wanted: OFF): OFF\n-- SDL_CLANG_TIDY (Wanted: OFF): OFF\n-- SDL_CLOCK_GETTIME (Wanted: ON): ON\n-- SDL_COCOA (Wanted: OFF): OFF\n-- SDL_DBUS (Wanted: ON): ON\n-- SDL_DEPS_SHARED (Wanted: ON): OFF\n-- SDL_DIRECTX (Wanted: OFF): OFF\n-- SDL_DISKAUDIO (Wanted: ON): ON\n-- SDL_DUMMYAUDIO (Wanted: ON): ON\n-- SDL_DUMMYCAMERA (Wanted: ON): ON\n-- SDL_DUMMYVIDEO (Wanted: ON): ON\n-- SDL_EXAMPLES (Wanted: OFF): OFF\n-- SDL_EXAMPLES_LINK_SHARED (Wanted: OFF): OFF\n-- SDL_FOREGROUNDING_SIGNAL (Wanted: OFF): OFF\n-- SDL_GCC_ATOMICS (Wanted: ON): ON\n-- SDL_GPU_DXVK (Wanted: OFF): OFF\n-- SDL_HIDAPI (Wanted: ON): ON\n-- SDL_HIDAPI_JOYSTICK (Wanted: ON): ON\n-- SDL_HIDAPI_LIBUSB (Wanted: ON): OFF\n-- SDL_HIDAPI_LIBUSB_SHARED (Wanted: ON): OFF\n-- SDL_IBUS (Wanted: ON): ON\n-- SDL_INSTALL (Wanted: OFF): OFF\n-- SDL_INSTALL_TESTS (Wanted: OFF): OFF\n-- SDL_JACK (Wanted: ON): OFF\n-- SDL_JACK_SHARED (Wanted: ON): OFF\n-- SDL_KMSDRM (Wanted: ON): ON\n-- SDL_KMSDRM_SHARED (Wanted: ON): ON\n-- SDL_LASX (Wanted: OFF): OFF\n-- SDL_LIBC (Wanted: ON): ON\n-- SDL_LIBICONV (Wanted: OFF): OFF\n-- SDL_LIBUDEV (Wanted: ON): ON\n-- SDL_LIBURING (Wanted: ON): OFF\n-- SDL_LSX (Wanted: OFF): OFF\n-- SDL_METAL (Wanted: OFF): OFF\n-- SDL_MMX (Wanted: ON): ON\n-- SDL_OFFSCREEN (Wanted: ON): ON\n-- SDL_OPENGL (Wanted: ON): ON\n-- SDL_OPENGLES (Wanted: ON): ON\n-- SDL_OPENVR (Wanted: OFF): OFF\n-- SDL_OSS (Wanted: OFF): OFF\n-- SDL_PIPEWIRE (Wanted: ON): ON\n-- SDL_PIPEWIRE_SHARED (Wanted: ON): ON\n-- SDL_PTHREADS (Wanted: ON): ON\n-- SDL_PTHREADS_SEM (Wanted: ON): ON\n-- SDL_PULSEAUDIO (Wanted: ON): ON\n-- SDL_PULSEAUDIO_SHARED (Wanted: ON): ON\n-- SDL_RENDER_D3D (Wanted: OFF): OFF\n-- SDL_RENDER_D3D11 (Wanted: OFF): OFF\n-- SDL_RENDER_D3D12 (Wanted: OFF): OFF\n-- SDL_RENDER_GPU (Wanted: ON): ON\n-- SDL_RENDER_METAL (Wanted: ON): OFF\n-- SDL_RENDER_VULKAN (Wanted: ON): ON\n-- SDL_ROCKCHIP (Wanted: OFF): OFF\n-- SDL_RPATH (Wanted: ON): OFF\n-- SDL_RPI (Wanted: OFF): OFF\n-- SDL_SNDIO (Wanted: ON): ON\n-- SDL_SNDIO_SHARED (Wanted: ON): ON\n-- SDL_SSE (Wanted: ON): ON\n-- SDL_SSE2 (Wanted: ON): ON\n-- SDL_SSE3 (Wanted: ON): ON\n-- SDL_SSE4_1 (Wanted: ON): ON\n-- SDL_SSE4_2 (Wanted: ON): ON\n-- SDL_SYSTEM_ICONV (Wanted: ON): ON\n-- SDL_TESTS (Wanted: OFF): OFF\n-- SDL_TESTS_LINK_SHARED (Wanted: OFF): OFF\n-- SDL_UNINSTALL (Wanted: OFF): OFF\n-- SDL_VIRTUAL_JOYSTICK (Wanted: ON): ON\n-- SDL_VIVANTE (Wanted: OFF): OFF\n-- SDL_VULKAN (Wanted: ON): ON\n-- SDL_WASAPI (Wanted: OFF): OFF\n-- SDL_WAYLAND (Wanted: ON): ON\n-- SDL_WAYLAND_LIBDECOR (Wanted: ON): ON\n-- SDL_WAYLAND_LIBDECOR_SHARED (Wanted: ON): ON\n-- SDL_WAYLAND_SHARED (Wanted: ON): ON\n-- SDL_X11 (Wanted: ON): ON\n-- SDL_X11_SHARED (Wanted: ON): ON\n-- SDL_X11_XCURSOR (Wanted: ON): ON\n-- SDL_X11_XDBE (Wanted: ON): ON\n-- SDL_X11_XFIXES (Wanted: ON): ON\n-- SDL_X11_XINPUT (Wanted: ON): ON\n-- SDL_X11_XRANDR (Wanted: ON): ON\n-- SDL_X11_XSCRNSAVER (Wanted: ON): ON\n-- SDL_X11_XSHAPE (Wanted: ON): ON\n-- SDL_X11_XSYNC (Wanted: ON): ON\n-- SDL_XINPUT (Wanted: OFF): OFF\n-- \n-- Build Shared Library: OFF\n-- Build Static Library: ON\n-- Build Static Library with Position Independent Code: \n-- \n-- If something was not detected, although the libraries\n-- were installed, then make sure you have set the\n-- CMAKE_C_FLAGS and CMAKE_PREFIX_PATH CMake variables correctly.\n-- \n-- Configuring done (2.1s)\n-- Generating done (0.1s)\n-- Build files have been written to: /tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug\n$ \"cmake\" \"--build\" \"/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug\" \"--config\" \"Debug\" \"--parallel\" \"4\" \"--target\" \"faset_player\" \"faset_schema_exporter\"\n[0/2] Re-checking globbed directories...\n[1/7] Building CXX object CMakeFiles/faset_schema_exporter.dir/apps/schema_exporter_main.cpp.o\n[2/7] Building CXX object CMakeFiles/faset_gameplay.dir/tmp/faset-p1-workflows-20260924-3/project/.faset/cache/source-snapshots/8f1a16ee574ee0b78c62b1c3d25d346fcfcc94ddee58ce7f83e846714c4fd99f/Scripts/Gameplay.cpp.o\n[3/7] Linking CXX static library libfaset_gameplay.a\n[4/7] Linking CXX executable faset_schema_exporter\n[5/7] Building CXX object CMakeFiles/faset_player.dir/apps/player_main.cpp.o\n[6/7] Linking CXX executable faset_player\n$ \"/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/faset_schema_exporter\" \"--output\" \"/tmp/faset-p1-workflows-20260924-3/project/.faset/cache/builds/.staging-0dbc73d2-7300-437d-82ad-46384b786e8e/schema.json\"\n$ \"/usr/bin/ldd\" \"/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/faset_player\"\n\tlinux-vdso.so.1 (0x00007ccf250e2000)\n\tlibvulkan.so.1 => /usr/lib/x86_64-linux-gnu/libvulkan.so.1 (0x00007ccf247aa000)\n\tlibm.so.6 => /usr/lib/x86_64-linux-gnu/libm.so.6 (0x00007ccf24684000)\n\tlibstdc++.so.6 => /usr/lib/x86_64-linux-gnu/libstdc++.so.6 (0x00007ccf24200000)\n\tlibgcc_s.so.1 => /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 (0x00007ccf24656000)\n\tlibc.so.6 => /usr/lib/x86_64-linux-gnu/libc.so.6 (0x00007ccf23e00000)\n\t/lib64/ld-linux-x86-64.so.2 (0x00007ccf250e4000)\n", + "progress": 1.0, + "result": { + "build_directory": "/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug", + "configuration": "Debug", + "directory": "/tmp/faset-p1-workflows-20260924-3/project/.faset/cache/builds/0dbc73d2-7300-437d-82ad-46384b786e8e", + "fingerprint": "7748b6af1ba4baa3034c92d0f2faf6666702d7e17117a2b2fcaaa77e052d1c17", + "generation": "0dbc73d2-7300-437d-82ad-46384b786e8e", + "generation_reused": false, + "lua_enabled": false, + "lua_fingerprint": "", + "phase_times_ms": { + "configure": 3587, + "native_build": 9846, + "schema_package": 10986, + "total": 24420 + }, + "player": "/tmp/faset-p1-workflows-20260924-3/project/.faset/cache/builds/0dbc73d2-7300-437d-82ad-46384b786e8e/faset_player", + "schema": "/tmp/faset-p1-workflows-20260924-3/project/.faset/cache/builds/0dbc73d2-7300-437d-82ad-46384b786e8e/schema.json", + "schema_cache_hit": false + }, + "stage": "Complete", + "state": "succeeded" +} diff --git a/docs/validation/p1-iteration-2026-09-24/raw/changed_header_build-02.json b/docs/validation/p1-iteration-2026-09-24/raw/changed_header_build-02.json new file mode 100644 index 0000000..2f4f870 --- /dev/null +++ b/docs/validation/p1-iteration-2026-09-24/raw/changed_header_build-02.json @@ -0,0 +1,17 @@ +{ + "seconds": 24.47404430899769, + "returncode": 0, + "build_configuration": "Debug", + "source_hash": "a02a44499754c3efe8249d1411ba9e7df0a7ce7cd8209b5280db9ef5b19dbf49", + "command": [ + "/home/emil/Desktop/.worktrees/Faset_Engine-p1-p3/build/linux-debug/faset_editor", + "--project", + "/tmp/faset-p1-workflows-20260924-3/project", + "--command", + "{\"name\": \"faset_build\", \"arguments\": {}}", + "--wait" + ], + "stdout": "raw/changed_header_build-02-stdout.txt", + "stderr": "raw/changed_header_build-02-stderr.txt", + "peak_rss_kib": 350316 +} diff --git a/docs/validation/p1-iteration-2026-09-24/raw/changed_header_build-03-memory.json b/docs/validation/p1-iteration-2026-09-24/raw/changed_header_build-03-memory.json new file mode 100644 index 0000000..0efecce --- /dev/null +++ b/docs/validation/p1-iteration-2026-09-24/raw/changed_header_build-03-memory.json @@ -0,0 +1 @@ +{"peak_rss_kib":353336} diff --git a/docs/validation/p1-iteration-2026-09-24/raw/changed_header_build-03-stderr.txt b/docs/validation/p1-iteration-2026-09-24/raw/changed_header_build-03-stderr.txt new file mode 100644 index 0000000..e69de29 diff --git a/docs/validation/p1-iteration-2026-09-24/raw/changed_header_build-03-stdout.txt b/docs/validation/p1-iteration-2026-09-24/raw/changed_header_build-03-stdout.txt new file mode 100644 index 0000000..f30b4a1 --- /dev/null +++ b/docs/validation/p1-iteration-2026-09-24/raw/changed_header_build-03-stdout.txt @@ -0,0 +1,29 @@ +{ + "diagnostics": [], + "error": "", + "id": "ca80db71-e025-45d4-8a49-87ffcd47d790", + "kind": "build", + "log": "$ \"cmake\" \"-S\" \"/home/emil/Desktop/.worktrees/Faset_Engine-p1-p3\" \"-B\" \"/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug\" \"-G\" \"Ninja\" \"-DCMAKE_BUILD_TYPE=Debug\" \"-DBUILD_TESTING=OFF\" \"-DFASET_BUILD_EDITOR=OFF\" \"-DFASET_BUILD_RENDERER=ON\" \"-DFASET_BUILD_RUNTIME=ON\" \"-DFASET_BUILD_ASSETS=ON\" \"-DFASET_GAMEPLAY_SOURCE_DIR=/tmp/faset-p1-workflows-20260924-3/project/.faset/cache/source-snapshots/0730d6f9bc991205a5636bbc4fa718fca28d04202e08b9ef1eb9d512939bb427/Scripts\" \"-DCMAKE_C_COMPILER=/usr/bin/clang\" \"-DCMAKE_CXX_COMPILER=/usr/bin/clang++\" \"-DCMAKE_BUILD_TYPE=Debug\" \"-DFASET_ENABLE_LUA=OFF\"\n-- Using the multi-header code from /tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/json-src/include/\n-- CMake C compiler: Clang\n-- CMake C++ compiler: Clang\n-- CMake system name: Linux\n-- CMake host system processor: x86_64\n-- Box2D using Unix\n-- CMake C compiler: Clang\n-- CMake C++ compiler: Clang\n-- CMake system name: Linux\n-- CMake host system processor: x86_64\n-- Box3D using Unix\n-- dynamic libasound -> libasound.so.2\n-- Checking for module 'jack'\n-- Package 'jack' not found\n-- Checking for module 'libpipewire-0.3>=0.3.44'\n-- Found libpipewire-0.3, version 1.6.2\n-- dynamic libpipewire-0.3 -> libpipewire-0.3.so.0\n-- Checking for module 'libpulse>=0.9.15'\n-- Found libpulse, version 17.0\n-- dynamic libpulse -> libpulse.so.0\n-- Checking for module 'sndio'\n-- Found sndio, version 1.10.0\n-- dynamic libsndio -> libsndio.so.7\n-- dynamic libX11 -> libX11.so.6\n-- dynamic libXext -> libXext.so.6\n-- dynamic libXcursor -> libXcursor.so.1\n-- dynamic libXi -> libXi.so.6\n-- dynamic libXfixes -> libXfixes.so.3\n-- dynamic libXrandr -> libXrandr.so.2\n-- dynamic libXrender -> libXrender.so.1\n-- dynamic libXss -> libXss.so.1\n-- Checking for module 'libdrm'\n-- Found libdrm, version 2.4.131\n-- Checking for module 'gbm'\n-- Found gbm, version 26.0.8-1ubuntu0.3\n-- dynamic libdrm -> libdrm.so.2\n-- dynamic libgbm -> libgbm.so.1\n-- Checking for modules 'wayland-client>=1.18;wayland-egl;wayland-cursor;egl;xkbcommon>=0.5.0'\n-- Found wayland-client, version 1.24.0\n-- Found wayland-egl, version 18.1.0\n-- Found wayland-cursor, version 1.24.0\n-- Found egl, version 1.5\n-- Found xkbcommon, version 1.13.1\n-- dynamic libwayland-client -> libwayland-client.so.0\n-- dynamic libwayland-egl -> libwayland-egl.so.1\n-- dynamic libwayland-cursor -> libwayland-cursor.so.0\n-- dynamic libxkbcommon -> libxkbcommon.so.0\n-- dynamic libdecor-0 -> libdecor-0.so.0\n-- dynamic libudev -> libudev.so.1\n-- Checking for one of the modules 'liburing-ffi'\n-- Checking for module 'libusb-1.0>=1.0.16'\n-- Package 'libusb-1.0' not found\n-- Could NOT find LibUSB (missing: LibUSB_LIBRARY LibUSB_INCLUDE_PATH) (found version \"LibUSB_VERSION-NOTFOUND\")\n-- \n-- SDL3 was configured with the following options:\n-- \n-- Platform: Linux-7.0.0-31-generic\n-- 64-bit: TRUE\n-- Compiler: /usr/bin/clang\n-- Revision: SDL3-3.2.20-HEAD-HASH-NOTFOUND\n-- Vendor: \n-- \n-- Subsystems:\n-- Audio: ON\n-- Video: ON\n-- GPU: ON\n-- Render: ON\n-- Camera: ON\n-- Joystick: ON\n-- Haptic: ON\n-- Hidapi: ON\n-- Power: ON\n-- Sensor: ON\n-- Dialog: ON\n-- \n-- Options:\n-- SDL_ALSA (Wanted: ON): ON\n-- SDL_ALSA_SHARED (Wanted: ON): ON\n-- SDL_ALTIVEC (Wanted: OFF): OFF\n-- SDL_ARMNEON (Wanted: OFF): OFF\n-- SDL_ASAN (Wanted: OFF): OFF\n-- SDL_ASSEMBLY (Wanted: ON): ON\n-- SDL_ASSERTIONS (Wanted: auto): auto\n-- SDL_AVX (Wanted: ON): ON\n-- SDL_AVX2 (Wanted: ON): ON\n-- SDL_AVX512F (Wanted: ON): ON\n-- SDL_BACKGROUNDING_SIGNAL (Wanted: OFF): OFF\n-- SDL_CCACHE (Wanted: OFF): OFF\n-- SDL_CLANG_TIDY (Wanted: OFF): OFF\n-- SDL_CLOCK_GETTIME (Wanted: ON): ON\n-- SDL_COCOA (Wanted: OFF): OFF\n-- SDL_DBUS (Wanted: ON): ON\n-- SDL_DEPS_SHARED (Wanted: ON): OFF\n-- SDL_DIRECTX (Wanted: OFF): OFF\n-- SDL_DISKAUDIO (Wanted: ON): ON\n-- SDL_DUMMYAUDIO (Wanted: ON): ON\n-- SDL_DUMMYCAMERA (Wanted: ON): ON\n-- SDL_DUMMYVIDEO (Wanted: ON): ON\n-- SDL_EXAMPLES (Wanted: OFF): OFF\n-- SDL_EXAMPLES_LINK_SHARED (Wanted: OFF): OFF\n-- SDL_FOREGROUNDING_SIGNAL (Wanted: OFF): OFF\n-- SDL_GCC_ATOMICS (Wanted: ON): ON\n-- SDL_GPU_DXVK (Wanted: OFF): OFF\n-- SDL_HIDAPI (Wanted: ON): ON\n-- SDL_HIDAPI_JOYSTICK (Wanted: ON): ON\n-- SDL_HIDAPI_LIBUSB (Wanted: ON): OFF\n-- SDL_HIDAPI_LIBUSB_SHARED (Wanted: ON): OFF\n-- SDL_IBUS (Wanted: ON): ON\n-- SDL_INSTALL (Wanted: OFF): OFF\n-- SDL_INSTALL_TESTS (Wanted: OFF): OFF\n-- SDL_JACK (Wanted: ON): OFF\n-- SDL_JACK_SHARED (Wanted: ON): OFF\n-- SDL_KMSDRM (Wanted: ON): ON\n-- SDL_KMSDRM_SHARED (Wanted: ON): ON\n-- SDL_LASX (Wanted: OFF): OFF\n-- SDL_LIBC (Wanted: ON): ON\n-- SDL_LIBICONV (Wanted: OFF): OFF\n-- SDL_LIBUDEV (Wanted: ON): ON\n-- SDL_LIBURING (Wanted: ON): OFF\n-- SDL_LSX (Wanted: OFF): OFF\n-- SDL_METAL (Wanted: OFF): OFF\n-- SDL_MMX (Wanted: ON): ON\n-- SDL_OFFSCREEN (Wanted: ON): ON\n-- SDL_OPENGL (Wanted: ON): ON\n-- SDL_OPENGLES (Wanted: ON): ON\n-- SDL_OPENVR (Wanted: OFF): OFF\n-- SDL_OSS (Wanted: OFF): OFF\n-- SDL_PIPEWIRE (Wanted: ON): ON\n-- SDL_PIPEWIRE_SHARED (Wanted: ON): ON\n-- SDL_PTHREADS (Wanted: ON): ON\n-- SDL_PTHREADS_SEM (Wanted: ON): ON\n-- SDL_PULSEAUDIO (Wanted: ON): ON\n-- SDL_PULSEAUDIO_SHARED (Wanted: ON): ON\n-- SDL_RENDER_D3D (Wanted: OFF): OFF\n-- SDL_RENDER_D3D11 (Wanted: OFF): OFF\n-- SDL_RENDER_D3D12 (Wanted: OFF): OFF\n-- SDL_RENDER_GPU (Wanted: ON): ON\n-- SDL_RENDER_METAL (Wanted: ON): OFF\n-- SDL_RENDER_VULKAN (Wanted: ON): ON\n-- SDL_ROCKCHIP (Wanted: OFF): OFF\n-- SDL_RPATH (Wanted: ON): OFF\n-- SDL_RPI (Wanted: OFF): OFF\n-- SDL_SNDIO (Wanted: ON): ON\n-- SDL_SNDIO_SHARED (Wanted: ON): ON\n-- SDL_SSE (Wanted: ON): ON\n-- SDL_SSE2 (Wanted: ON): ON\n-- SDL_SSE3 (Wanted: ON): ON\n-- SDL_SSE4_1 (Wanted: ON): ON\n-- SDL_SSE4_2 (Wanted: ON): ON\n-- SDL_SYSTEM_ICONV (Wanted: ON): ON\n-- SDL_TESTS (Wanted: OFF): OFF\n-- SDL_TESTS_LINK_SHARED (Wanted: OFF): OFF\n-- SDL_UNINSTALL (Wanted: OFF): OFF\n-- SDL_VIRTUAL_JOYSTICK (Wanted: ON): ON\n-- SDL_VIVANTE (Wanted: OFF): OFF\n-- SDL_VULKAN (Wanted: ON): ON\n-- SDL_WASAPI (Wanted: OFF): OFF\n-- SDL_WAYLAND (Wanted: ON): ON\n-- SDL_WAYLAND_LIBDECOR (Wanted: ON): ON\n-- SDL_WAYLAND_LIBDECOR_SHARED (Wanted: ON): ON\n-- SDL_WAYLAND_SHARED (Wanted: ON): ON\n-- SDL_X11 (Wanted: ON): ON\n-- SDL_X11_SHARED (Wanted: ON): ON\n-- SDL_X11_XCURSOR (Wanted: ON): ON\n-- SDL_X11_XDBE (Wanted: ON): ON\n-- SDL_X11_XFIXES (Wanted: ON): ON\n-- SDL_X11_XINPUT (Wanted: ON): ON\n-- SDL_X11_XRANDR (Wanted: ON): ON\n-- SDL_X11_XSCRNSAVER (Wanted: ON): ON\n-- SDL_X11_XSHAPE (Wanted: ON): ON\n-- SDL_X11_XSYNC (Wanted: ON): ON\n-- SDL_XINPUT (Wanted: OFF): OFF\n-- \n-- Build Shared Library: OFF\n-- Build Static Library: ON\n-- Build Static Library with Position Independent Code: \n-- \n-- If something was not detected, although the libraries\n-- were installed, then make sure you have set the\n-- CMAKE_C_FLAGS and CMAKE_PREFIX_PATH CMake variables correctly.\n-- \n-- Configuring done (2.1s)\n-- Generating done (0.1s)\n-- Build files have been written to: /tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug\n$ \"cmake\" \"--build\" \"/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug\" \"--config\" \"Debug\" \"--parallel\" \"4\" \"--target\" \"faset_player\" \"faset_schema_exporter\"\n[0/2] Re-checking globbed directories...\n[1/7] Building CXX object CMakeFiles/faset_schema_exporter.dir/apps/schema_exporter_main.cpp.o\n[2/7] Building CXX object CMakeFiles/faset_gameplay.dir/tmp/faset-p1-workflows-20260924-3/project/.faset/cache/source-snapshots/0730d6f9bc991205a5636bbc4fa718fca28d04202e08b9ef1eb9d512939bb427/Scripts/Gameplay.cpp.o\n[3/7] Linking CXX static library libfaset_gameplay.a\n[4/7] Linking CXX executable faset_schema_exporter\n[5/7] Building CXX object CMakeFiles/faset_player.dir/apps/player_main.cpp.o\n[6/7] Linking CXX executable faset_player\n$ \"/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/faset_schema_exporter\" \"--output\" \"/tmp/faset-p1-workflows-20260924-3/project/.faset/cache/builds/.staging-ca80db71-e025-45d4-8a49-87ffcd47d790/schema.json\"\n$ \"/usr/bin/ldd\" \"/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/faset_player\"\n\tlinux-vdso.so.1 (0x0000797ad739c000)\n\tlibvulkan.so.1 => /usr/lib/x86_64-linux-gnu/libvulkan.so.1 (0x0000797ad6a64000)\n\tlibm.so.6 => /usr/lib/x86_64-linux-gnu/libm.so.6 (0x0000797ad693e000)\n\tlibstdc++.so.6 => /usr/lib/x86_64-linux-gnu/libstdc++.so.6 (0x0000797ad6600000)\n\tlibgcc_s.so.1 => /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 (0x0000797ad6910000)\n\tlibc.so.6 => /usr/lib/x86_64-linux-gnu/libc.so.6 (0x0000797ad6200000)\n\t/lib64/ld-linux-x86-64.so.2 (0x0000797ad739e000)\n", + "progress": 1.0, + "result": { + "build_directory": "/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug", + "configuration": "Debug", + "directory": "/tmp/faset-p1-workflows-20260924-3/project/.faset/cache/builds/ca80db71-e025-45d4-8a49-87ffcd47d790", + "fingerprint": "517f2822746676665c1670a42a08212d85020f3ab245d1960f74be4b3621d564", + "generation": "ca80db71-e025-45d4-8a49-87ffcd47d790", + "generation_reused": false, + "lua_enabled": false, + "lua_fingerprint": "", + "phase_times_ms": { + "configure": 3412, + "native_build": 9185, + "schema_package": 10918, + "total": 23515 + }, + "player": "/tmp/faset-p1-workflows-20260924-3/project/.faset/cache/builds/ca80db71-e025-45d4-8a49-87ffcd47d790/faset_player", + "schema": "/tmp/faset-p1-workflows-20260924-3/project/.faset/cache/builds/ca80db71-e025-45d4-8a49-87ffcd47d790/schema.json", + "schema_cache_hit": false + }, + "stage": "Complete", + "state": "succeeded" +} diff --git a/docs/validation/p1-iteration-2026-09-24/raw/changed_header_build-03.json b/docs/validation/p1-iteration-2026-09-24/raw/changed_header_build-03.json new file mode 100644 index 0000000..503ffd5 --- /dev/null +++ b/docs/validation/p1-iteration-2026-09-24/raw/changed_header_build-03.json @@ -0,0 +1,17 @@ +{ + "seconds": 23.558627322985558, + "returncode": 0, + "build_configuration": "Debug", + "source_hash": "2ce729db59e1897b43c04a6bb2de43016d296a7aa1df2e4db5c68e27f2525d84", + "command": [ + "/home/emil/Desktop/.worktrees/Faset_Engine-p1-p3/build/linux-debug/faset_editor", + "--project", + "/tmp/faset-p1-workflows-20260924-3/project", + "--command", + "{\"name\": \"faset_build\", \"arguments\": {}}", + "--wait" + ], + "stdout": "raw/changed_header_build-03-stdout.txt", + "stderr": "raw/changed_header_build-03-stderr.txt", + "peak_rss_kib": 353336 +} diff --git a/docs/validation/p1-iteration-2026-09-24/raw/changed_header_build-04-memory.json b/docs/validation/p1-iteration-2026-09-24/raw/changed_header_build-04-memory.json new file mode 100644 index 0000000..fb607fa --- /dev/null +++ b/docs/validation/p1-iteration-2026-09-24/raw/changed_header_build-04-memory.json @@ -0,0 +1 @@ +{"peak_rss_kib":353788} diff --git a/docs/validation/p1-iteration-2026-09-24/raw/changed_header_build-04-stderr.txt b/docs/validation/p1-iteration-2026-09-24/raw/changed_header_build-04-stderr.txt new file mode 100644 index 0000000..e69de29 diff --git a/docs/validation/p1-iteration-2026-09-24/raw/changed_header_build-04-stdout.txt b/docs/validation/p1-iteration-2026-09-24/raw/changed_header_build-04-stdout.txt new file mode 100644 index 0000000..ca76fae --- /dev/null +++ b/docs/validation/p1-iteration-2026-09-24/raw/changed_header_build-04-stdout.txt @@ -0,0 +1,29 @@ +{ + "diagnostics": [], + "error": "", + "id": "dcb26d66-b6f1-4fd1-a8ec-ce44b6e1d43a", + "kind": "build", + "log": "$ \"cmake\" \"-S\" \"/home/emil/Desktop/.worktrees/Faset_Engine-p1-p3\" \"-B\" \"/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug\" \"-G\" \"Ninja\" \"-DCMAKE_BUILD_TYPE=Debug\" \"-DBUILD_TESTING=OFF\" \"-DFASET_BUILD_EDITOR=OFF\" \"-DFASET_BUILD_RENDERER=ON\" \"-DFASET_BUILD_RUNTIME=ON\" \"-DFASET_BUILD_ASSETS=ON\" \"-DFASET_GAMEPLAY_SOURCE_DIR=/tmp/faset-p1-workflows-20260924-3/project/.faset/cache/source-snapshots/a1cf334cf5f27bd632d348d478f68e8f685af37ff7cc81b01ff95b6c06b92806/Scripts\" \"-DCMAKE_C_COMPILER=/usr/bin/clang\" \"-DCMAKE_CXX_COMPILER=/usr/bin/clang++\" \"-DCMAKE_BUILD_TYPE=Debug\" \"-DFASET_ENABLE_LUA=OFF\"\n-- Using the multi-header code from /tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/json-src/include/\n-- CMake C compiler: Clang\n-- CMake C++ compiler: Clang\n-- CMake system name: Linux\n-- CMake host system processor: x86_64\n-- Box2D using Unix\n-- CMake C compiler: Clang\n-- CMake C++ compiler: Clang\n-- CMake system name: Linux\n-- CMake host system processor: x86_64\n-- Box3D using Unix\n-- dynamic libasound -> libasound.so.2\n-- Checking for module 'jack'\n-- Package 'jack' not found\n-- Checking for module 'libpipewire-0.3>=0.3.44'\n-- Found libpipewire-0.3, version 1.6.2\n-- dynamic libpipewire-0.3 -> libpipewire-0.3.so.0\n-- Checking for module 'libpulse>=0.9.15'\n-- Found libpulse, version 17.0\n-- dynamic libpulse -> libpulse.so.0\n-- Checking for module 'sndio'\n-- Found sndio, version 1.10.0\n-- dynamic libsndio -> libsndio.so.7\n-- dynamic libX11 -> libX11.so.6\n-- dynamic libXext -> libXext.so.6\n-- dynamic libXcursor -> libXcursor.so.1\n-- dynamic libXi -> libXi.so.6\n-- dynamic libXfixes -> libXfixes.so.3\n-- dynamic libXrandr -> libXrandr.so.2\n-- dynamic libXrender -> libXrender.so.1\n-- dynamic libXss -> libXss.so.1\n-- Checking for module 'libdrm'\n-- Found libdrm, version 2.4.131\n-- Checking for module 'gbm'\n-- Found gbm, version 26.0.8-1ubuntu0.3\n-- dynamic libdrm -> libdrm.so.2\n-- dynamic libgbm -> libgbm.so.1\n-- Checking for modules 'wayland-client>=1.18;wayland-egl;wayland-cursor;egl;xkbcommon>=0.5.0'\n-- Found wayland-client, version 1.24.0\n-- Found wayland-egl, version 18.1.0\n-- Found wayland-cursor, version 1.24.0\n-- Found egl, version 1.5\n-- Found xkbcommon, version 1.13.1\n-- dynamic libwayland-client -> libwayland-client.so.0\n-- dynamic libwayland-egl -> libwayland-egl.so.1\n-- dynamic libwayland-cursor -> libwayland-cursor.so.0\n-- dynamic libxkbcommon -> libxkbcommon.so.0\n-- dynamic libdecor-0 -> libdecor-0.so.0\n-- dynamic libudev -> libudev.so.1\n-- Checking for one of the modules 'liburing-ffi'\n-- Checking for module 'libusb-1.0>=1.0.16'\n-- Package 'libusb-1.0' not found\n-- Could NOT find LibUSB (missing: LibUSB_LIBRARY LibUSB_INCLUDE_PATH) (found version \"LibUSB_VERSION-NOTFOUND\")\n-- \n-- SDL3 was configured with the following options:\n-- \n-- Platform: Linux-7.0.0-31-generic\n-- 64-bit: TRUE\n-- Compiler: /usr/bin/clang\n-- Revision: SDL3-3.2.20-HEAD-HASH-NOTFOUND\n-- Vendor: \n-- \n-- Subsystems:\n-- Audio: ON\n-- Video: ON\n-- GPU: ON\n-- Render: ON\n-- Camera: ON\n-- Joystick: ON\n-- Haptic: ON\n-- Hidapi: ON\n-- Power: ON\n-- Sensor: ON\n-- Dialog: ON\n-- \n-- Options:\n-- SDL_ALSA (Wanted: ON): ON\n-- SDL_ALSA_SHARED (Wanted: ON): ON\n-- SDL_ALTIVEC (Wanted: OFF): OFF\n-- SDL_ARMNEON (Wanted: OFF): OFF\n-- SDL_ASAN (Wanted: OFF): OFF\n-- SDL_ASSEMBLY (Wanted: ON): ON\n-- SDL_ASSERTIONS (Wanted: auto): auto\n-- SDL_AVX (Wanted: ON): ON\n-- SDL_AVX2 (Wanted: ON): ON\n-- SDL_AVX512F (Wanted: ON): ON\n-- SDL_BACKGROUNDING_SIGNAL (Wanted: OFF): OFF\n-- SDL_CCACHE (Wanted: OFF): OFF\n-- SDL_CLANG_TIDY (Wanted: OFF): OFF\n-- SDL_CLOCK_GETTIME (Wanted: ON): ON\n-- SDL_COCOA (Wanted: OFF): OFF\n-- SDL_DBUS (Wanted: ON): ON\n-- SDL_DEPS_SHARED (Wanted: ON): OFF\n-- SDL_DIRECTX (Wanted: OFF): OFF\n-- SDL_DISKAUDIO (Wanted: ON): ON\n-- SDL_DUMMYAUDIO (Wanted: ON): ON\n-- SDL_DUMMYCAMERA (Wanted: ON): ON\n-- SDL_DUMMYVIDEO (Wanted: ON): ON\n-- SDL_EXAMPLES (Wanted: OFF): OFF\n-- SDL_EXAMPLES_LINK_SHARED (Wanted: OFF): OFF\n-- SDL_FOREGROUNDING_SIGNAL (Wanted: OFF): OFF\n-- SDL_GCC_ATOMICS (Wanted: ON): ON\n-- SDL_GPU_DXVK (Wanted: OFF): OFF\n-- SDL_HIDAPI (Wanted: ON): ON\n-- SDL_HIDAPI_JOYSTICK (Wanted: ON): ON\n-- SDL_HIDAPI_LIBUSB (Wanted: ON): OFF\n-- SDL_HIDAPI_LIBUSB_SHARED (Wanted: ON): OFF\n-- SDL_IBUS (Wanted: ON): ON\n-- SDL_INSTALL (Wanted: OFF): OFF\n-- SDL_INSTALL_TESTS (Wanted: OFF): OFF\n-- SDL_JACK (Wanted: ON): OFF\n-- SDL_JACK_SHARED (Wanted: ON): OFF\n-- SDL_KMSDRM (Wanted: ON): ON\n-- SDL_KMSDRM_SHARED (Wanted: ON): ON\n-- SDL_LASX (Wanted: OFF): OFF\n-- SDL_LIBC (Wanted: ON): ON\n-- SDL_LIBICONV (Wanted: OFF): OFF\n-- SDL_LIBUDEV (Wanted: ON): ON\n-- SDL_LIBURING (Wanted: ON): OFF\n-- SDL_LSX (Wanted: OFF): OFF\n-- SDL_METAL (Wanted: OFF): OFF\n-- SDL_MMX (Wanted: ON): ON\n-- SDL_OFFSCREEN (Wanted: ON): ON\n-- SDL_OPENGL (Wanted: ON): ON\n-- SDL_OPENGLES (Wanted: ON): ON\n-- SDL_OPENVR (Wanted: OFF): OFF\n-- SDL_OSS (Wanted: OFF): OFF\n-- SDL_PIPEWIRE (Wanted: ON): ON\n-- SDL_PIPEWIRE_SHARED (Wanted: ON): ON\n-- SDL_PTHREADS (Wanted: ON): ON\n-- SDL_PTHREADS_SEM (Wanted: ON): ON\n-- SDL_PULSEAUDIO (Wanted: ON): ON\n-- SDL_PULSEAUDIO_SHARED (Wanted: ON): ON\n-- SDL_RENDER_D3D (Wanted: OFF): OFF\n-- SDL_RENDER_D3D11 (Wanted: OFF): OFF\n-- SDL_RENDER_D3D12 (Wanted: OFF): OFF\n-- SDL_RENDER_GPU (Wanted: ON): ON\n-- SDL_RENDER_METAL (Wanted: ON): OFF\n-- SDL_RENDER_VULKAN (Wanted: ON): ON\n-- SDL_ROCKCHIP (Wanted: OFF): OFF\n-- SDL_RPATH (Wanted: ON): OFF\n-- SDL_RPI (Wanted: OFF): OFF\n-- SDL_SNDIO (Wanted: ON): ON\n-- SDL_SNDIO_SHARED (Wanted: ON): ON\n-- SDL_SSE (Wanted: ON): ON\n-- SDL_SSE2 (Wanted: ON): ON\n-- SDL_SSE3 (Wanted: ON): ON\n-- SDL_SSE4_1 (Wanted: ON): ON\n-- SDL_SSE4_2 (Wanted: ON): ON\n-- SDL_SYSTEM_ICONV (Wanted: ON): ON\n-- SDL_TESTS (Wanted: OFF): OFF\n-- SDL_TESTS_LINK_SHARED (Wanted: OFF): OFF\n-- SDL_UNINSTALL (Wanted: OFF): OFF\n-- SDL_VIRTUAL_JOYSTICK (Wanted: ON): ON\n-- SDL_VIVANTE (Wanted: OFF): OFF\n-- SDL_VULKAN (Wanted: ON): ON\n-- SDL_WASAPI (Wanted: OFF): OFF\n-- SDL_WAYLAND (Wanted: ON): ON\n-- SDL_WAYLAND_LIBDECOR (Wanted: ON): ON\n-- SDL_WAYLAND_LIBDECOR_SHARED (Wanted: ON): ON\n-- SDL_WAYLAND_SHARED (Wanted: ON): ON\n-- SDL_X11 (Wanted: ON): ON\n-- SDL_X11_SHARED (Wanted: ON): ON\n-- SDL_X11_XCURSOR (Wanted: ON): ON\n-- SDL_X11_XDBE (Wanted: ON): ON\n-- SDL_X11_XFIXES (Wanted: ON): ON\n-- SDL_X11_XINPUT (Wanted: ON): ON\n-- SDL_X11_XRANDR (Wanted: ON): ON\n-- SDL_X11_XSCRNSAVER (Wanted: ON): ON\n-- SDL_X11_XSHAPE (Wanted: ON): ON\n-- SDL_X11_XSYNC (Wanted: ON): ON\n-- SDL_XINPUT (Wanted: OFF): OFF\n-- \n-- Build Shared Library: OFF\n-- Build Static Library: ON\n-- Build Static Library with Position Independent Code: \n-- \n-- If something was not detected, although the libraries\n-- were installed, then make sure you have set the\n-- CMAKE_C_FLAGS and CMAKE_PREFIX_PATH CMake variables correctly.\n-- \n-- Configuring done (2.1s)\n-- Generating done (0.1s)\n-- Build files have been written to: /tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug\n$ \"cmake\" \"--build\" \"/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug\" \"--config\" \"Debug\" \"--parallel\" \"4\" \"--target\" \"faset_player\" \"faset_schema_exporter\"\n[0/2] Re-checking globbed directories...\n[1/7] Building CXX object CMakeFiles/faset_schema_exporter.dir/apps/schema_exporter_main.cpp.o\n[2/7] Building CXX object CMakeFiles/faset_gameplay.dir/tmp/faset-p1-workflows-20260924-3/project/.faset/cache/source-snapshots/a1cf334cf5f27bd632d348d478f68e8f685af37ff7cc81b01ff95b6c06b92806/Scripts/Gameplay.cpp.o\n[3/7] Linking CXX static library libfaset_gameplay.a\n[4/7] Linking CXX executable faset_schema_exporter\n[5/7] Building CXX object CMakeFiles/faset_player.dir/apps/player_main.cpp.o\n[6/7] Linking CXX executable faset_player\n$ \"/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/faset_schema_exporter\" \"--output\" \"/tmp/faset-p1-workflows-20260924-3/project/.faset/cache/builds/.staging-dcb26d66-b6f1-4fd1-a8ec-ce44b6e1d43a/schema.json\"\n$ \"/usr/bin/ldd\" \"/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/faset_player\"\n\tlinux-vdso.so.1 (0x00007c6401481000)\n\tlibvulkan.so.1 => /usr/lib/x86_64-linux-gnu/libvulkan.so.1 (0x00007c6400b49000)\n\tlibm.so.6 => /usr/lib/x86_64-linux-gnu/libm.so.6 (0x00007c6400a23000)\n\tlibstdc++.so.6 => /usr/lib/x86_64-linux-gnu/libstdc++.so.6 (0x00007c6400600000)\n\tlibgcc_s.so.1 => /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 (0x00007c64009f5000)\n\tlibc.so.6 => /usr/lib/x86_64-linux-gnu/libc.so.6 (0x00007c6400200000)\n\t/lib64/ld-linux-x86-64.so.2 (0x00007c6401483000)\n", + "progress": 1.0, + "result": { + "build_directory": "/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug", + "configuration": "Debug", + "directory": "/tmp/faset-p1-workflows-20260924-3/project/.faset/cache/builds/dcb26d66-b6f1-4fd1-a8ec-ce44b6e1d43a", + "fingerprint": "212f9dcfec45d134ee31888225104e7cc3fd4910af6490f74ea0508a55e3cc4d", + "generation": "dcb26d66-b6f1-4fd1-a8ec-ce44b6e1d43a", + "generation_reused": false, + "lua_enabled": false, + "lua_fingerprint": "", + "phase_times_ms": { + "configure": 3588, + "native_build": 9560, + "schema_package": 10675, + "total": 23824 + }, + "player": "/tmp/faset-p1-workflows-20260924-3/project/.faset/cache/builds/dcb26d66-b6f1-4fd1-a8ec-ce44b6e1d43a/faset_player", + "schema": "/tmp/faset-p1-workflows-20260924-3/project/.faset/cache/builds/dcb26d66-b6f1-4fd1-a8ec-ce44b6e1d43a/schema.json", + "schema_cache_hit": false + }, + "stage": "Complete", + "state": "succeeded" +} diff --git a/docs/validation/p1-iteration-2026-09-24/raw/changed_header_build-04.json b/docs/validation/p1-iteration-2026-09-24/raw/changed_header_build-04.json new file mode 100644 index 0000000..64f2ba6 --- /dev/null +++ b/docs/validation/p1-iteration-2026-09-24/raw/changed_header_build-04.json @@ -0,0 +1,17 @@ +{ + "seconds": 23.88723594098701, + "returncode": 0, + "build_configuration": "Debug", + "source_hash": "dd368d4b5f5b3e442274eab2fac3bcbf7b8f49fc95e638859d8751ee19566f0e", + "command": [ + "/home/emil/Desktop/.worktrees/Faset_Engine-p1-p3/build/linux-debug/faset_editor", + "--project", + "/tmp/faset-p1-workflows-20260924-3/project", + "--command", + "{\"name\": \"faset_build\", \"arguments\": {}}", + "--wait" + ], + "stdout": "raw/changed_header_build-04-stdout.txt", + "stderr": "raw/changed_header_build-04-stderr.txt", + "peak_rss_kib": 353788 +} diff --git a/docs/validation/p1-iteration-2026-09-24/raw/changed_header_build-05-memory.json b/docs/validation/p1-iteration-2026-09-24/raw/changed_header_build-05-memory.json new file mode 100644 index 0000000..92cc24f --- /dev/null +++ b/docs/validation/p1-iteration-2026-09-24/raw/changed_header_build-05-memory.json @@ -0,0 +1 @@ +{"peak_rss_kib":353780} diff --git a/docs/validation/p1-iteration-2026-09-24/raw/changed_header_build-05-stderr.txt b/docs/validation/p1-iteration-2026-09-24/raw/changed_header_build-05-stderr.txt new file mode 100644 index 0000000..e69de29 diff --git a/docs/validation/p1-iteration-2026-09-24/raw/changed_header_build-05-stdout.txt b/docs/validation/p1-iteration-2026-09-24/raw/changed_header_build-05-stdout.txt new file mode 100644 index 0000000..123149d --- /dev/null +++ b/docs/validation/p1-iteration-2026-09-24/raw/changed_header_build-05-stdout.txt @@ -0,0 +1,29 @@ +{ + "diagnostics": [], + "error": "", + "id": "87b1c9a0-2493-4aa5-84ff-1b078f010980", + "kind": "build", + "log": "$ \"cmake\" \"-S\" \"/home/emil/Desktop/.worktrees/Faset_Engine-p1-p3\" \"-B\" \"/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug\" \"-G\" \"Ninja\" \"-DCMAKE_BUILD_TYPE=Debug\" \"-DBUILD_TESTING=OFF\" \"-DFASET_BUILD_EDITOR=OFF\" \"-DFASET_BUILD_RENDERER=ON\" \"-DFASET_BUILD_RUNTIME=ON\" \"-DFASET_BUILD_ASSETS=ON\" \"-DFASET_GAMEPLAY_SOURCE_DIR=/tmp/faset-p1-workflows-20260924-3/project/.faset/cache/source-snapshots/169a4194255015a44a25e280767dd442e1a6130e9170e63e827c3a9331d7c79a/Scripts\" \"-DCMAKE_C_COMPILER=/usr/bin/clang\" \"-DCMAKE_CXX_COMPILER=/usr/bin/clang++\" \"-DCMAKE_BUILD_TYPE=Debug\" \"-DFASET_ENABLE_LUA=OFF\"\n-- Using the multi-header code from /tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/json-src/include/\n-- CMake C compiler: Clang\n-- CMake C++ compiler: Clang\n-- CMake system name: Linux\n-- CMake host system processor: x86_64\n-- Box2D using Unix\n-- CMake C compiler: Clang\n-- CMake C++ compiler: Clang\n-- CMake system name: Linux\n-- CMake host system processor: x86_64\n-- Box3D using Unix\n-- dynamic libasound -> libasound.so.2\n-- Checking for module 'jack'\n-- Package 'jack' not found\n-- Checking for module 'libpipewire-0.3>=0.3.44'\n-- Found libpipewire-0.3, version 1.6.2\n-- dynamic libpipewire-0.3 -> libpipewire-0.3.so.0\n-- Checking for module 'libpulse>=0.9.15'\n-- Found libpulse, version 17.0\n-- dynamic libpulse -> libpulse.so.0\n-- Checking for module 'sndio'\n-- Found sndio, version 1.10.0\n-- dynamic libsndio -> libsndio.so.7\n-- dynamic libX11 -> libX11.so.6\n-- dynamic libXext -> libXext.so.6\n-- dynamic libXcursor -> libXcursor.so.1\n-- dynamic libXi -> libXi.so.6\n-- dynamic libXfixes -> libXfixes.so.3\n-- dynamic libXrandr -> libXrandr.so.2\n-- dynamic libXrender -> libXrender.so.1\n-- dynamic libXss -> libXss.so.1\n-- Checking for module 'libdrm'\n-- Found libdrm, version 2.4.131\n-- Checking for module 'gbm'\n-- Found gbm, version 26.0.8-1ubuntu0.3\n-- dynamic libdrm -> libdrm.so.2\n-- dynamic libgbm -> libgbm.so.1\n-- Checking for modules 'wayland-client>=1.18;wayland-egl;wayland-cursor;egl;xkbcommon>=0.5.0'\n-- Found wayland-client, version 1.24.0\n-- Found wayland-egl, version 18.1.0\n-- Found wayland-cursor, version 1.24.0\n-- Found egl, version 1.5\n-- Found xkbcommon, version 1.13.1\n-- dynamic libwayland-client -> libwayland-client.so.0\n-- dynamic libwayland-egl -> libwayland-egl.so.1\n-- dynamic libwayland-cursor -> libwayland-cursor.so.0\n-- dynamic libxkbcommon -> libxkbcommon.so.0\n-- dynamic libdecor-0 -> libdecor-0.so.0\n-- dynamic libudev -> libudev.so.1\n-- Checking for one of the modules 'liburing-ffi'\n-- Checking for module 'libusb-1.0>=1.0.16'\n-- Package 'libusb-1.0' not found\n-- Could NOT find LibUSB (missing: LibUSB_LIBRARY LibUSB_INCLUDE_PATH) (found version \"LibUSB_VERSION-NOTFOUND\")\n-- \n-- SDL3 was configured with the following options:\n-- \n-- Platform: Linux-7.0.0-31-generic\n-- 64-bit: TRUE\n-- Compiler: /usr/bin/clang\n-- Revision: SDL3-3.2.20-HEAD-HASH-NOTFOUND\n-- Vendor: \n-- \n-- Subsystems:\n-- Audio: ON\n-- Video: ON\n-- GPU: ON\n-- Render: ON\n-- Camera: ON\n-- Joystick: ON\n-- Haptic: ON\n-- Hidapi: ON\n-- Power: ON\n-- Sensor: ON\n-- Dialog: ON\n-- \n-- Options:\n-- SDL_ALSA (Wanted: ON): ON\n-- SDL_ALSA_SHARED (Wanted: ON): ON\n-- SDL_ALTIVEC (Wanted: OFF): OFF\n-- SDL_ARMNEON (Wanted: OFF): OFF\n-- SDL_ASAN (Wanted: OFF): OFF\n-- SDL_ASSEMBLY (Wanted: ON): ON\n-- SDL_ASSERTIONS (Wanted: auto): auto\n-- SDL_AVX (Wanted: ON): ON\n-- SDL_AVX2 (Wanted: ON): ON\n-- SDL_AVX512F (Wanted: ON): ON\n-- SDL_BACKGROUNDING_SIGNAL (Wanted: OFF): OFF\n-- SDL_CCACHE (Wanted: OFF): OFF\n-- SDL_CLANG_TIDY (Wanted: OFF): OFF\n-- SDL_CLOCK_GETTIME (Wanted: ON): ON\n-- SDL_COCOA (Wanted: OFF): OFF\n-- SDL_DBUS (Wanted: ON): ON\n-- SDL_DEPS_SHARED (Wanted: ON): OFF\n-- SDL_DIRECTX (Wanted: OFF): OFF\n-- SDL_DISKAUDIO (Wanted: ON): ON\n-- SDL_DUMMYAUDIO (Wanted: ON): ON\n-- SDL_DUMMYCAMERA (Wanted: ON): ON\n-- SDL_DUMMYVIDEO (Wanted: ON): ON\n-- SDL_EXAMPLES (Wanted: OFF): OFF\n-- SDL_EXAMPLES_LINK_SHARED (Wanted: OFF): OFF\n-- SDL_FOREGROUNDING_SIGNAL (Wanted: OFF): OFF\n-- SDL_GCC_ATOMICS (Wanted: ON): ON\n-- SDL_GPU_DXVK (Wanted: OFF): OFF\n-- SDL_HIDAPI (Wanted: ON): ON\n-- SDL_HIDAPI_JOYSTICK (Wanted: ON): ON\n-- SDL_HIDAPI_LIBUSB (Wanted: ON): OFF\n-- SDL_HIDAPI_LIBUSB_SHARED (Wanted: ON): OFF\n-- SDL_IBUS (Wanted: ON): ON\n-- SDL_INSTALL (Wanted: OFF): OFF\n-- SDL_INSTALL_TESTS (Wanted: OFF): OFF\n-- SDL_JACK (Wanted: ON): OFF\n-- SDL_JACK_SHARED (Wanted: ON): OFF\n-- SDL_KMSDRM (Wanted: ON): ON\n-- SDL_KMSDRM_SHARED (Wanted: ON): ON\n-- SDL_LASX (Wanted: OFF): OFF\n-- SDL_LIBC (Wanted: ON): ON\n-- SDL_LIBICONV (Wanted: OFF): OFF\n-- SDL_LIBUDEV (Wanted: ON): ON\n-- SDL_LIBURING (Wanted: ON): OFF\n-- SDL_LSX (Wanted: OFF): OFF\n-- SDL_METAL (Wanted: OFF): OFF\n-- SDL_MMX (Wanted: ON): ON\n-- SDL_OFFSCREEN (Wanted: ON): ON\n-- SDL_OPENGL (Wanted: ON): ON\n-- SDL_OPENGLES (Wanted: ON): ON\n-- SDL_OPENVR (Wanted: OFF): OFF\n-- SDL_OSS (Wanted: OFF): OFF\n-- SDL_PIPEWIRE (Wanted: ON): ON\n-- SDL_PIPEWIRE_SHARED (Wanted: ON): ON\n-- SDL_PTHREADS (Wanted: ON): ON\n-- SDL_PTHREADS_SEM (Wanted: ON): ON\n-- SDL_PULSEAUDIO (Wanted: ON): ON\n-- SDL_PULSEAUDIO_SHARED (Wanted: ON): ON\n-- SDL_RENDER_D3D (Wanted: OFF): OFF\n-- SDL_RENDER_D3D11 (Wanted: OFF): OFF\n-- SDL_RENDER_D3D12 (Wanted: OFF): OFF\n-- SDL_RENDER_GPU (Wanted: ON): ON\n-- SDL_RENDER_METAL (Wanted: ON): OFF\n-- SDL_RENDER_VULKAN (Wanted: ON): ON\n-- SDL_ROCKCHIP (Wanted: OFF): OFF\n-- SDL_RPATH (Wanted: ON): OFF\n-- SDL_RPI (Wanted: OFF): OFF\n-- SDL_SNDIO (Wanted: ON): ON\n-- SDL_SNDIO_SHARED (Wanted: ON): ON\n-- SDL_SSE (Wanted: ON): ON\n-- SDL_SSE2 (Wanted: ON): ON\n-- SDL_SSE3 (Wanted: ON): ON\n-- SDL_SSE4_1 (Wanted: ON): ON\n-- SDL_SSE4_2 (Wanted: ON): ON\n-- SDL_SYSTEM_ICONV (Wanted: ON): ON\n-- SDL_TESTS (Wanted: OFF): OFF\n-- SDL_TESTS_LINK_SHARED (Wanted: OFF): OFF\n-- SDL_UNINSTALL (Wanted: OFF): OFF\n-- SDL_VIRTUAL_JOYSTICK (Wanted: ON): ON\n-- SDL_VIVANTE (Wanted: OFF): OFF\n-- SDL_VULKAN (Wanted: ON): ON\n-- SDL_WASAPI (Wanted: OFF): OFF\n-- SDL_WAYLAND (Wanted: ON): ON\n-- SDL_WAYLAND_LIBDECOR (Wanted: ON): ON\n-- SDL_WAYLAND_LIBDECOR_SHARED (Wanted: ON): ON\n-- SDL_WAYLAND_SHARED (Wanted: ON): ON\n-- SDL_X11 (Wanted: ON): ON\n-- SDL_X11_SHARED (Wanted: ON): ON\n-- SDL_X11_XCURSOR (Wanted: ON): ON\n-- SDL_X11_XDBE (Wanted: ON): ON\n-- SDL_X11_XFIXES (Wanted: ON): ON\n-- SDL_X11_XINPUT (Wanted: ON): ON\n-- SDL_X11_XRANDR (Wanted: ON): ON\n-- SDL_X11_XSCRNSAVER (Wanted: ON): ON\n-- SDL_X11_XSHAPE (Wanted: ON): ON\n-- SDL_X11_XSYNC (Wanted: ON): ON\n-- SDL_XINPUT (Wanted: OFF): OFF\n-- \n-- Build Shared Library: OFF\n-- Build Static Library: ON\n-- Build Static Library with Position Independent Code: \n-- \n-- If something was not detected, although the libraries\n-- were installed, then make sure you have set the\n-- CMAKE_C_FLAGS and CMAKE_PREFIX_PATH CMake variables correctly.\n-- \n-- Configuring done (2.1s)\n-- Generating done (0.1s)\n-- Build files have been written to: /tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug\n$ \"cmake\" \"--build\" \"/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug\" \"--config\" \"Debug\" \"--parallel\" \"4\" \"--target\" \"faset_player\" \"faset_schema_exporter\"\n[0/2] Re-checking globbed directories...\n[1/7] Building CXX object CMakeFiles/faset_schema_exporter.dir/apps/schema_exporter_main.cpp.o\n[2/7] Building CXX object CMakeFiles/faset_gameplay.dir/tmp/faset-p1-workflows-20260924-3/project/.faset/cache/source-snapshots/169a4194255015a44a25e280767dd442e1a6130e9170e63e827c3a9331d7c79a/Scripts/Gameplay.cpp.o\n[3/7] Linking CXX static library libfaset_gameplay.a\n[4/7] Linking CXX executable faset_schema_exporter\n[5/7] Building CXX object CMakeFiles/faset_player.dir/apps/player_main.cpp.o\n[6/7] Linking CXX executable faset_player\n$ \"/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/faset_schema_exporter\" \"--output\" \"/tmp/faset-p1-workflows-20260924-3/project/.faset/cache/builds/.staging-87b1c9a0-2493-4aa5-84ff-1b078f010980/schema.json\"\n$ \"/usr/bin/ldd\" \"/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/faset_player\"\n\tlinux-vdso.so.1 (0x000075cb5abdd000)\n\tlibvulkan.so.1 => /usr/lib/x86_64-linux-gnu/libvulkan.so.1 (0x000075cb5a2a5000)\n\tlibm.so.6 => /usr/lib/x86_64-linux-gnu/libm.so.6 (0x000075cb5a17f000)\n\tlibstdc++.so.6 => /usr/lib/x86_64-linux-gnu/libstdc++.so.6 (0x000075cb59e00000)\n\tlibgcc_s.so.1 => /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 (0x000075cb5a151000)\n\tlibc.so.6 => /usr/lib/x86_64-linux-gnu/libc.so.6 (0x000075cb59a00000)\n\t/lib64/ld-linux-x86-64.so.2 (0x000075cb5abdf000)\n", + "progress": 1.0, + "result": { + "build_directory": "/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug", + "configuration": "Debug", + "directory": "/tmp/faset-p1-workflows-20260924-3/project/.faset/cache/builds/87b1c9a0-2493-4aa5-84ff-1b078f010980", + "fingerprint": "ee0f49484229e4cbf7fa26a4272c36fd5fd544898b8d05b8563f2c64a73b79cf", + "generation": "87b1c9a0-2493-4aa5-84ff-1b078f010980", + "generation_reused": false, + "lua_enabled": false, + "lua_fingerprint": "", + "phase_times_ms": { + "configure": 3591, + "native_build": 8864, + "schema_package": 11009, + "total": 23465 + }, + "player": "/tmp/faset-p1-workflows-20260924-3/project/.faset/cache/builds/87b1c9a0-2493-4aa5-84ff-1b078f010980/faset_player", + "schema": "/tmp/faset-p1-workflows-20260924-3/project/.faset/cache/builds/87b1c9a0-2493-4aa5-84ff-1b078f010980/schema.json", + "schema_cache_hit": false + }, + "stage": "Complete", + "state": "succeeded" +} diff --git a/docs/validation/p1-iteration-2026-09-24/raw/changed_header_build-05.json b/docs/validation/p1-iteration-2026-09-24/raw/changed_header_build-05.json new file mode 100644 index 0000000..a8e8c0a --- /dev/null +++ b/docs/validation/p1-iteration-2026-09-24/raw/changed_header_build-05.json @@ -0,0 +1,17 @@ +{ + "seconds": 23.52752869098913, + "returncode": 0, + "build_configuration": "Debug", + "source_hash": "801fb7ba8f67c774ab1d7ec6350c8f099bf37aa6cd34afc952f7e81954df971e", + "command": [ + "/home/emil/Desktop/.worktrees/Faset_Engine-p1-p3/build/linux-debug/faset_editor", + "--project", + "/tmp/faset-p1-workflows-20260924-3/project", + "--command", + "{\"name\": \"faset_build\", \"arguments\": {}}", + "--wait" + ], + "stdout": "raw/changed_header_build-05-stdout.txt", + "stderr": "raw/changed_header_build-05-stderr.txt", + "peak_rss_kib": 353780 +} diff --git a/docs/validation/p1-iteration-2026-09-24/raw/cold_asset_import-01-memory.json b/docs/validation/p1-iteration-2026-09-24/raw/cold_asset_import-01-memory.json new file mode 100644 index 0000000..063d587 --- /dev/null +++ b/docs/validation/p1-iteration-2026-09-24/raw/cold_asset_import-01-memory.json @@ -0,0 +1 @@ +{"peak_rss_kib":9248} diff --git a/docs/validation/p1-iteration-2026-09-24/raw/cold_asset_import-01-stderr.txt b/docs/validation/p1-iteration-2026-09-24/raw/cold_asset_import-01-stderr.txt new file mode 100644 index 0000000..e69de29 diff --git a/docs/validation/p1-iteration-2026-09-24/raw/cold_asset_import-01-stdout.txt b/docs/validation/p1-iteration-2026-09-24/raw/cold_asset_import-01-stdout.txt new file mode 100644 index 0000000..c1669ef --- /dev/null +++ b/docs/validation/p1-iteration-2026-09-24/raw/cold_asset_import-01-stdout.txt @@ -0,0 +1,210 @@ +{ + "error": "", + "id": "import-057b55f6-bdf7-4db3-bbc4-62396067f1c2", + "kind": "import", + "progress": 1.0, + "request": { + "allow_removed_outputs": false, + "path": "Assets/exit-arch/manifest.json", + "settings": null + }, + "result": { + "asset_id": "5832763b-3ed0-44d6-9088-0b524f196a91", + "cache_hit": false, + "diagnostics": [], + "generation": "4a5bfcc1437a7b4d65c388da2beace0308cceda8e16503d08ce676260f21d5c2", + "manifest": { + "asset_id": "5832763b-3ed0-44d6-9088-0b524f196a91", + "files": [ + { + "path": "meshes/mesh-fc069a07a87e0f831fd92efdbc4efa1f-0.fmesh", + "sha256": "98b38aca7d2786c58a2265ba4d1f2255123f03d31d947e239232cf55bfdc2c97", + "size": 928 + }, + { + "path": "meshes/mesh-0961e2a3f92977836a3aa80cab09277e-0.fmesh", + "sha256": "98b38aca7d2786c58a2265ba4d1f2255123f03d31d947e239232cf55bfdc2c97", + "size": 928 + }, + { + "path": "meshes/mesh-93b5b3e52cb6bb120fefb80e2d8e222b-0.fmesh", + "sha256": "3875c16ea628d4126373ebfe07816621fbad3961596a2fcd112f1eec0e378071", + "size": 928 + } + ], + "generation": "4a5bfcc1437a7b4d65c388da2beace0308cceda8e16503d08ce676260f21d5c2", + "importer": "faset-gltf-1/cgltf-1.15", + "input_key": { + "bundle_sha256": "7a13347adc89761fb02ebeab3c58ba87f319cd62f53ec87a3bb61bcd066ffa55", + "dependencies": {}, + "importer": "faset-gltf-1/cgltf-1.15", + "settings": {}, + "source": "ee6c748a212905fc9c465cbe95c033e94b80be643624f4f240ad5353761205b3", + "target_profile": "desktop-static-pbr-v1", + "toolchain": { + "cgltf": "360db1a95480fe102ae9c69b27c5d101167ff5ba", + "stb": "2c980bb59875b0d32144a71867fbdebb2f77cd20" + } + }, + "kind": "scene", + "materials": [ + { + "alpha_cutoff": 0.5, + "alpha_mode": "OPAQUE", + "base_color": [ + 0.2199999988079071, + 0.28999999165534973, + 0.3400000035762787, + 1.0 + ], + "base_color_texture": -1, + "double_sided": true, + "emissive": [ + 0.0, + 0.0, + 0.0 + ], + "emissive_texture": -1, + "format": "faset.material", + "id": "material-bb63b094febbf90bb7049c9bcf7587bc", + "metallic": 0.07999999821186066, + "metallic_roughness_texture": -1, + "name": "Weathered stone", + "normal_texture": -1, + "occlusion_texture": -1, + "roughness": 0.800000011920929, + "unlit": false, + "version": 1 + } + ], + "meshes": [ + { + "id": "mesh-fc069a07a87e0f831fd92efdbc4efa1f", + "name": "Cube.001", + "primitives": [ + { + "material": 0, + "path": "meshes/mesh-fc069a07a87e0f831fd92efdbc4efa1f-0.fmesh" + } + ] + }, + { + "id": "mesh-0961e2a3f92977836a3aa80cab09277e", + "name": "Cube.002", + "primitives": [ + { + "material": 0, + "path": "meshes/mesh-0961e2a3f92977836a3aa80cab09277e-0.fmesh" + } + ] + }, + { + "id": "mesh-93b5b3e52cb6bb120fefb80e2d8e222b", + "name": "Cube.003", + "primitives": [ + { + "material": 0, + "path": "meshes/mesh-93b5b3e52cb6bb120fefb80e2d8e222b-0.fmesh" + } + ] + } + ], + "nodes": [ + { + "id": "node-cec6e8cea80cf5a98ba3263a0156bee4", + "local_transform": [ + 1.0, + 0.0, + 0.0, + 0.0, + 0.0, + 1.0, + 0.0, + 0.0, + 0.0, + 0.0, + 1.0, + 0.0, + 0.0, + 1.4500000476837158, + 1.2999999523162842, + 1.0 + ], + "mesh": 0, + "name": "Left post", + "parent_id": "", + "stable_source_id": true + }, + { + "id": "node-5f8a90a6c4d27020d20bd4fa81d1d958", + "local_transform": [ + 1.0, + 0.0, + 0.0, + 0.0, + 0.0, + 1.0, + 0.0, + 0.0, + 0.0, + 0.0, + 1.0, + 0.0, + 0.0, + 1.4500000476837158, + -1.2999999523162842, + 1.0 + ], + "mesh": 1, + "name": "Right post", + "parent_id": "", + "stable_source_id": true + }, + { + "id": "node-482463e486a8d1fd741340c653cd128f", + "local_transform": [ + 1.0, + 0.0, + 0.0, + 0.0, + 0.0, + 1.0, + 0.0, + 0.0, + 0.0, + 0.0, + 1.0, + 0.0, + 0.0, + 3.0, + 0.0, + 1.0 + ], + "mesh": 2, + "name": "Lintel", + "parent_id": "", + "stable_source_id": true + } + ], + "outputs": [ + "node-cec6e8cea80cf5a98ba3263a0156bee4", + "node-5f8a90a6c4d27020d20bd4fa81d1d958", + "node-482463e486a8d1fd741340c653cd128f", + "mesh-fc069a07a87e0f831fd92efdbc4efa1f", + "mesh-0961e2a3f92977836a3aa80cab09277e", + "mesh-93b5b3e52cb6bb120fefb80e2d8e222b", + "material-bb63b094febbf90bb7049c9bcf7587bc" + ], + "payload_source": "/tmp/faset-p1-workflows-20260924-3/project/Assets/exit-arch/payload/ee6c748a212905fc9c465cbe95c033e94b80be643624f4f240ad5353761205b3.glb", + "schema_version": 1, + "settings": {}, + "source": "/tmp/faset-p1-workflows-20260924-3/project/Assets/exit-arch/manifest.json", + "source_sha256": "ee6c748a212905fc9c465cbe95c033e94b80be643624f4f240ad5353761205b3", + "textures": [] + }, + "previous_generation": "", + "removed_output_ids": [] + }, + "stage": "complete", + "state": "succeeded" +} diff --git a/docs/validation/p1-iteration-2026-09-24/raw/cold_asset_import-01.json b/docs/validation/p1-iteration-2026-09-24/raw/cold_asset_import-01.json new file mode 100644 index 0000000..1e6df3d --- /dev/null +++ b/docs/validation/p1-iteration-2026-09-24/raw/cold_asset_import-01.json @@ -0,0 +1,17 @@ +{ + "seconds": 0.049359967990312725, + "returncode": 0, + "build_configuration": "Debug", + "source_hash": "5d419786a6861d7f14ed4eca54634694d8cd43be5dbbd60a2c6790db665c3a6a", + "command": [ + "/home/emil/Desktop/.worktrees/Faset_Engine-p1-p3/build/linux-debug/faset_editor", + "--project", + "/tmp/faset-p1-workflows-20260924-3/project", + "--command", + "{\"name\": \"faset_import\", \"arguments\": {\"path\": \"Assets/exit-arch/manifest.json\"}}", + "--wait" + ], + "stdout": "raw/cold_asset_import-01-stdout.txt", + "stderr": "raw/cold_asset_import-01-stderr.txt", + "peak_rss_kib": 9248 +} diff --git a/docs/validation/p1-iteration-2026-09-24/raw/cold_configure_build-01-memory.json b/docs/validation/p1-iteration-2026-09-24/raw/cold_configure_build-01-memory.json new file mode 100644 index 0000000..aa75a3b --- /dev/null +++ b/docs/validation/p1-iteration-2026-09-24/raw/cold_configure_build-01-memory.json @@ -0,0 +1 @@ +{"peak_rss_kib":399412} diff --git a/docs/validation/p1-iteration-2026-09-24/raw/cold_configure_build-01-stderr.txt b/docs/validation/p1-iteration-2026-09-24/raw/cold_configure_build-01-stderr.txt new file mode 100644 index 0000000..e69de29 diff --git a/docs/validation/p1-iteration-2026-09-24/raw/cold_configure_build-01-stdout.txt b/docs/validation/p1-iteration-2026-09-24/raw/cold_configure_build-01-stdout.txt new file mode 100644 index 0000000..a39eebd --- /dev/null +++ b/docs/validation/p1-iteration-2026-09-24/raw/cold_configure_build-01-stdout.txt @@ -0,0 +1,1430 @@ +{ + "diagnostics": [ + { + "column": 12, + "line": 175, + "message": "comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]", + "phase": "Compiling and linking Player", + "severity": "warning" + }, + { + "column": 9, + "line": 193, + "message": "comparison of integers of different signs: 'int32_t' (aka 'int') and 'unsigned long' [-Wsign-compare]", + "phase": "Compiling and linking Player", + "severity": "warning" + }, + { + "column": 19, + "line": 33, + "message": "comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]", + "phase": "Compiling and linking Player", + "severity": "warning" + }, + { + "column": 47, + "line": 76, + "message": "unused parameter 'userdata' [-Wunused-parameter]", + "phase": "Compiling and linking Player", + "severity": "warning" + }, + { + "column": 46, + "line": 215, + "message": "unused parameter 'userdata' [-Wunused-parameter]", + "phase": "Compiling and linking Player", + "severity": "warning" + }, + { + "column": 46, + "line": 123, + "message": "unused parameter 'userdata' [-Wunused-parameter]", + "phase": "Compiling and linking Player", + "severity": "warning" + }, + { + "column": 68, + "line": 123, + "message": "unused parameter 'name' [-Wunused-parameter]", + "phase": "Compiling and linking Player", + "severity": "warning" + }, + { + "column": 86, + "line": 123, + "message": "unused parameter 'oldValue' [-Wunused-parameter]", + "phase": "Compiling and linking Player", + "severity": "warning" + }, + { + "column": 108, + "line": 123, + "message": "unused parameter 'hint' [-Wunused-parameter]", + "phase": "Compiling and linking Player", + "severity": "warning" + }, + { + "column": 27, + "line": 195, + "message": "comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]", + "phase": "Compiling and linking Player", + "severity": "warning" + }, + { + "column": 39, + "line": 210, + "message": "comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]", + "phase": "Compiling and linking Player", + "severity": "warning" + }, + { + "column": 35, + "line": 245, + "message": "comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]", + "phase": "Compiling and linking Player", + "severity": "warning" + }, + { + "column": 39, + "line": 251, + "message": "comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]", + "phase": "Compiling and linking Player", + "severity": "warning" + }, + { + "column": 19, + "line": 284, + "message": "comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]", + "phase": "Compiling and linking Player", + "severity": "warning" + }, + { + "column": 39, + "line": 358, + "message": "comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]", + "phase": "Compiling and linking Player", + "severity": "warning" + }, + { + "column": 27, + "line": 381, + "message": "comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]", + "phase": "Compiling and linking Player", + "severity": "warning" + }, + { + "column": 27, + "line": 393, + "message": "comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]", + "phase": "Compiling and linking Player", + "severity": "warning" + }, + { + "column": 23, + "line": 419, + "message": "comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]", + "phase": "Compiling and linking Player", + "severity": "warning" + }, + { + "column": 13, + "line": 600, + "message": "comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]", + "phase": "Compiling and linking Player", + "severity": "warning" + }, + { + "column": 41, + "line": 645, + "message": "unused parameter 'userdata' [-Wunused-parameter]", + "phase": "Compiling and linking Player", + "severity": "warning" + }, + { + "column": 55, + "line": 645, + "message": "unused parameter 'category' [-Wunused-parameter]", + "phase": "Compiling and linking Player", + "severity": "warning" + }, + { + "column": 44, + "line": 141, + "message": "unused parameter 'unused' [-Wunused-parameter]", + "phase": "Compiling and linking Player", + "severity": "warning" + }, + { + "column": 38, + "line": 146, + "message": "unused parameter 'unused' [-Wunused-parameter]", + "phase": "Compiling and linking Player", + "severity": "warning" + }, + { + "column": 71, + "line": 193, + "message": "unused parameter 'table' [-Wunused-parameter]", + "phase": "Compiling and linking Player", + "severity": "warning" + }, + { + "column": 46, + "line": 213, + "message": "unused parameter 'userdata' [-Wunused-parameter]", + "phase": "Compiling and linking Player", + "severity": "warning" + }, + { + "column": 77, + "line": 213, + "message": "unused parameter 'table' [-Wunused-parameter]", + "phase": "Compiling and linking Player", + "severity": "warning" + }, + { + "column": 83, + "line": 57, + "message": "unused parameter 'data' [-Wunused-parameter]", + "phase": "Compiling and linking Player", + "severity": "warning" + }, + { + "column": 45, + "line": 105, + "message": "unused parameter 'userdata' [-Wunused-parameter]", + "phase": "Compiling and linking Player", + "severity": "warning" + }, + { + "column": 76, + "line": 105, + "message": "unused parameter 'table' [-Wunused-parameter]", + "phase": "Compiling and linking Player", + "severity": "warning" + }, + { + "column": 95, + "line": 105, + "message": "unused parameter 'key' [-Wunused-parameter]", + "phase": "Compiling and linking Player", + "severity": "warning" + }, + { + "column": 74, + "line": 206, + "message": "unused parameter 'table' [-Wunused-parameter]", + "phase": "Compiling and linking Player", + "severity": "warning" + }, + { + "column": 51, + "line": 398, + "message": "unused parameter 'userdata' [-Wunused-parameter]", + "phase": "Compiling and linking Player", + "severity": "warning" + }, + { + "column": 42, + "line": 408, + "message": "unused parameter 'userdata' [-Wunused-parameter]", + "phase": "Compiling and linking Player", + "severity": "warning" + }, + { + "column": 54, + "line": 780, + "message": "unused parameter 'userdata' [-Wunused-parameter]", + "phase": "Compiling and linking Player", + "severity": "warning" + }, + { + "column": 56, + "line": 245, + "message": "comparison of integers of different signs: 'unsigned long' and 'const int' [-Wsign-compare]", + "phase": "Compiling and linking Player", + "severity": "warning" + }, + { + "column": 53, + "line": 482, + "message": "expanded from macro 'SDL_assert'", + "phase": "Compiling and linking Player", + "severity": "note" + }, + { + "column": 19, + "line": 364, + "message": "expanded from macro 'SDL_enabled_assert'", + "phase": "Compiling and linking Player", + "severity": "note" + }, + { + "column": 81, + "line": 262, + "message": "unused parameter 'len' [-Wunused-parameter]", + "phase": "Compiling and linking Player", + "severity": "warning" + }, + { + "column": 47, + "line": 373, + "message": "unused parameter 'queue' [-Wunused-parameter]", + "phase": "Compiling and linking Player", + "severity": "warning" + }, + { + "column": 99, + "line": 94, + "message": "unused parameter 'chans' [-Wunused-parameter]", + "phase": "Compiling and linking Player", + "severity": "warning" + }, + { + "column": 101, + "line": 112, + "message": "unused parameter 'chans' [-Wunused-parameter]", + "phase": "Compiling and linking Player", + "severity": "warning" + }, + { + "column": 33, + "line": 350, + "message": "comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]", + "phase": "Compiling and linking Player", + "severity": "warning" + }, + { + "column": 53, + "line": 482, + "message": "expanded from macro 'SDL_assert'", + "phase": "Compiling and linking Player", + "severity": "note" + }, + { + "column": 19, + "line": 364, + "message": "expanded from macro 'SDL_enabled_assert'", + "phase": "Compiling and linking Player", + "severity": "note" + }, + { + "column": 33, + "line": 351, + "message": "comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]", + "phase": "Compiling and linking Player", + "severity": "warning" + }, + { + "column": 53, + "line": 482, + "message": "expanded from macro 'SDL_assert'", + "phase": "Compiling and linking Player", + "severity": "note" + }, + { + "column": 19, + "line": 364, + "message": "expanded from macro 'SDL_enabled_assert'", + "phase": "Compiling and linking Player", + "severity": "note" + }, + { + "column": 33, + "line": 397, + "message": "comparison of integers of different signs: 'const int' and 'unsigned long' [-Wsign-compare]", + "phase": "Compiling and linking Player", + "severity": "warning" + }, + { + "column": 29, + "line": 2128, + "message": "expanded from macro 'SDL_max'", + "phase": "Compiling and linking Player", + "severity": "note" + }, + { + "column": 139, + "line": 617, + "message": "unused parameter 'isinput' [-Wunused-parameter]", + "phase": "Compiling and linking Player", + "severity": "warning" + }, + { + "column": 52, + "line": 831, + "message": "unused parameter 'userdata' [-Wunused-parameter]", + "phase": "Compiling and linking Player", + "severity": "warning" + }, + { + "column": 83, + "line": 831, + "message": "unused parameter 'len' [-Wunused-parameter]", + "phase": "Compiling and linking Player", + "severity": "warning" + }, + { + "column": 51, + "line": 1329, + "message": "unused parameter 'userdata' [-Wunused-parameter]", + "phase": "Compiling and linking Player", + "severity": "warning" + }, + { + "column": 73, + "line": 1329, + "message": "unused parameter 'buf' [-Wunused-parameter]", + "phase": "Compiling and linking Player", + "severity": "warning" + }, + { + "column": 82, + "line": 1329, + "message": "unused parameter 'len' [-Wunused-parameter]", + "phase": "Compiling and linking Player", + "severity": "warning" + }, + { + "column": 47, + "line": 311, + "message": "unused parameter 'device' [-Wunused-parameter]", + "phase": "Compiling and linking Player", + "severity": "warning" + }, + { + "column": 68, + "line": 311, + "message": "unused parameter 'buffer' [-Wunused-parameter]", + "phase": "Compiling and linking Player", + "severity": "warning" + }, + { + "column": 80, + "line": 311, + "message": "unused parameter 'buflen' [-Wunused-parameter]", + "phase": "Compiling and linking Player", + "severity": "warning" + }, + { + "column": 64, + "line": 316, + "message": "unused parameter 'buffer_size' [-Wunused-parameter]", + "phase": "Compiling and linking Player", + "severity": "warning" + }, + { + "column": 51, + "line": 328, + "message": "unused parameter 'device' [-Wunused-parameter]", + "phase": "Compiling and linking Player", + "severity": "warning" + }, + { + "column": 60, + "line": 805, + "message": "unused parameter 'device' [-Wunused-parameter]", + "phase": "Compiling and linking Player", + "severity": "warning" + }, + { + "column": 58, + "line": 806, + "message": "unused parameter 'device' [-Wunused-parameter]", + "phase": "Compiling and linking Player", + "severity": "warning" + }, + { + "column": 58, + "line": 807, + "message": "unused parameter 'device' [-Wunused-parameter]", + "phase": "Compiling and linking Player", + "severity": "warning" + }, + { + "column": 79, + "line": 807, + "message": "unused parameter 'buffer' [-Wunused-parameter]", + "phase": "Compiling and linking Player", + "severity": "warning" + }, + { + "column": 91, + "line": 807, + "message": "unused parameter 'buffer_size' [-Wunused-parameter]", + "phase": "Compiling and linking Player", + "severity": "warning" + }, + { + "column": 67, + "line": 808, + "message": "unused parameter 'device' [-Wunused-parameter]", + "phase": "Compiling and linking Player", + "severity": "warning" + }, + { + "column": 62, + "line": 809, + "message": "unused parameter 'device' [-Wunused-parameter]", + "phase": "Compiling and linking Player", + "severity": "warning" + }, + { + "column": 59, + "line": 810, + "message": "unused parameter 'device' [-Wunused-parameter]", + "phase": "Compiling and linking Player", + "severity": "warning" + }, + { + "column": 64, + "line": 813, + "message": "unused parameter 'device' [-Wunused-parameter]", + "phase": "Compiling and linking Player", + "severity": "warning" + }, + { + "column": 62, + "line": 832, + "message": "unused parameter 'device' [-Wunused-parameter]", + "phase": "Compiling and linking Player", + "severity": "warning" + }, + { + "column": 59, + "line": 838, + "message": "unused parameter 'device' [-Wunused-parameter]", + "phase": "Compiling and linking Player", + "severity": "warning" + }, + { + "column": 73, + "line": 838, + "message": "unused parameter 'buffer' [-Wunused-parameter]", + "phase": "Compiling and linking Player", + "severity": "warning" + }, + { + "column": 85, + "line": 838, + "message": "unused parameter 'buflen' [-Wunused-parameter]", + "phase": "Compiling and linking Player", + "severity": "warning" + }, + { + "column": 58, + "line": 844, + "message": "unused parameter 'device' [-Wunused-parameter]", + "phase": "Compiling and linking Player", + "severity": "warning" + }, + { + "column": 77, + "line": 877, + "message": "unused parameter 'table' [-Wunused-parameter]", + "phase": "Compiling and linking Player", + "severity": "warning" + }, + { + "column": 47, + "line": 905, + "message": "unused parameter 'userdata' [-Wunused-parameter]", + "phase": "Compiling and linking Player", + "severity": "warning" + }, + { + "column": 57, + "line": 1051, + "message": "unused parameter 'userdata' [-Wunused-parameter]", + "phase": "Compiling and linking Player", + "severity": "warning" + }, + { + "column": 88, + "line": 1051, + "message": "unused parameter 'table' [-Wunused-parameter]", + "phase": "Compiling and linking Player", + "severity": "warning" + }, + { + "column": 47, + "line": 1106, + "message": "unused parameter 'device' [-Wunused-parameter]", + "phase": "Compiling and linking Player", + "severity": "warning" + }, + { + "column": 76, + "line": 1406, + "message": "unused parameter 'table' [-Wunused-parameter]", + "phase": "Compiling and linking Player", + "severity": "warning" + }, + { + "column": 84, + "line": 1477, + "message": "unused parameter 'table' [-Wunused-parameter]", + "phase": "Compiling and linking Player", + "severity": "warning" + }, + { + "column": 34, + "line": 62, + "message": "unused parameter 'outUserHandle' [-Wunused-parameter]", + "phase": "Compiling and linking Player", + "severity": "warning" + }, + { + "column": 39, + "line": 68, + "message": "unused parameter 'device' [-Wunused-parameter]", + "phase": "Compiling and linking Player", + "severity": "warning" + }, + { + "column": 38, + "line": 73, + "message": "unused parameter 'device' [-Wunused-parameter]", + "phase": "Compiling and linking Player", + "severity": "warning" + }, + { + "column": 65, + "line": 679, + "message": "comparison of integers of different signs: 'Sint64' (aka 'long') and 'unsigned long' [-Wsign-compare]", + "phase": "Compiling and linking Player", + "severity": "warning" + }, + { + "column": 65, + "line": 1070, + "message": "comparison of integers of different signs: 'Sint64' (aka 'long') and 'unsigned long' [-Wsign-compare]", + "phase": "Compiling and linking Player", + "severity": "warning" + }, + { + "column": 68, + "line": 1231, + "message": "comparison of integers of different signs: 'Sint64' (aka 'long') and 'unsigned long' [-Wsign-compare]", + "phase": "Compiling and linking Player", + "severity": "warning" + }, + { + "column": 68, + "line": 1362, + "message": "comparison of integers of different signs: 'Sint64' (aka 'long') and 'unsigned long' [-Wsign-compare]", + "phase": "Compiling and linking Player", + "severity": "warning" + }, + { + "column": 66, + "line": 1426, + "message": "comparison of integers of different signs: 'Sint64' (aka 'long') and 'unsigned long' [-Wsign-compare]", + "phase": "Compiling and linking Player", + "severity": "warning" + }, + { + "column": 23, + "line": 266, + "message": "comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]", + "phase": "Compiling and linking Player", + "severity": "warning" + }, + { + "column": 90, + "line": 618, + "message": "unused parameter 'table' [-Wunused-parameter]", + "phase": "Compiling and linking Player", + "severity": "warning" + }, + { + "column": 109, + "line": 618, + "message": "unused parameter 'key' [-Wunused-parameter]", + "phase": "Compiling and linking Player", + "severity": "warning" + }, + { + "column": 71, + "line": 709, + "message": "unused parameter 'table' [-Wunused-parameter]", + "phase": "Compiling and linking Player", + "severity": "warning" + }, + { + "column": 107, + "line": 709, + "message": "unused parameter 'value' [-Wunused-parameter]", + "phase": "Compiling and linking Player", + "severity": "warning" + }, + { + "column": 40, + "line": 784, + "message": "unused parameter 'device' [-Wunused-parameter]", + "phase": "Compiling and linking Player", + "severity": "warning" + }, + { + "column": 43, + "line": 927, + "message": "unused parameter 'device' [-Wunused-parameter]", + "phase": "Compiling and linking Player", + "severity": "warning" + }, + { + "column": 23, + "line": 1021, + "message": "comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]", + "phase": "Compiling and linking Player", + "severity": "warning" + }, + { + "column": 23, + "line": 1026, + "message": "comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]", + "phase": "Compiling and linking Player", + "severity": "warning" + }, + { + "column": 23, + "line": 1054, + "message": "comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]", + "phase": "Compiling and linking Player", + "severity": "warning" + }, + { + "column": 49, + "line": 1436, + "message": "unused parameter 'userdata' [-Wunused-parameter]", + "phase": "Compiling and linking Player", + "severity": "warning" + }, + { + "column": 71, + "line": 1436, + "message": "unused parameter 'key' [-Wunused-parameter]", + "phase": "Compiling and linking Player", + "severity": "warning" + }, + { + "column": 55, + "line": 34, + "message": "comparison of integers of different signs: 'int' and 'SDL_DisplayOrientation' (aka 'enum SDL_DisplayOrientation') [-Wsign-compare]", + "phase": "Compiling and linking Player", + "severity": "warning" + }, + { + "column": 75, + "line": 74, + "message": "unused parameter 'name' [-Wunused-parameter]", + "phase": "Compiling and linking Player", + "severity": "warning" + }, + { + "column": 93, + "line": 74, + "message": "unused parameter 'oldValue' [-Wunused-parameter]", + "phase": "Compiling and linking Player", + "severity": "warning" + }, + { + "column": 28, + "line": 104, + "message": "unused parameter 'vendor' [-Wunused-parameter]", + "phase": "Compiling and linking Player", + "severity": "warning" + }, + { + "column": 43, + "line": 104, + "message": "unused parameter 'product' [-Wunused-parameter]", + "phase": "Compiling and linking Player", + "severity": "warning" + }, + { + "column": 27, + "line": 628, + "message": "comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]", + "phase": "Compiling and linking Player", + "severity": "warning" + }, + { + "column": 23, + "line": 652, + "message": "comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]", + "phase": "Compiling and linking Player", + "severity": "warning" + }, + { + "column": 23, + "line": 658, + "message": "comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]", + "phase": "Compiling and linking Player", + "severity": "warning" + }, + { + "column": 19, + "line": 1014, + "message": "comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]", + "phase": "Compiling and linking Player", + "severity": "warning" + }, + { + "column": 68, + "line": 227, + "message": "unused parameter 'state' [-Wunused-parameter]", + "phase": "Compiling and linking Player", + "severity": "warning" + }, + { + "column": 58, + "line": 397, + "message": "unused parameter 'userdata' [-Wunused-parameter]", + "phase": "Compiling and linking Player", + "severity": "warning" + }, + { + "column": 80, + "line": 397, + "message": "unused parameter 'name' [-Wunused-parameter]", + "phase": "Compiling and linking Player", + "severity": "warning" + }, + { + "column": 98, + "line": 397, + "message": "unused parameter 'oldValue' [-Wunused-parameter]", + "phase": "Compiling and linking Player", + "severity": "warning" + }, + { + "column": 56, + "line": 408, + "message": "unused parameter 'userdata' [-Wunused-parameter]", + "phase": "Compiling and linking Player", + "severity": "warning" + }, + { + "column": 78, + "line": 408, + "message": "unused parameter 'name' [-Wunused-parameter]", + "phase": "Compiling and linking Player", + "severity": "warning" + }, + { + "column": 96, + "line": 408, + "message": "unused parameter 'oldValue' [-Wunused-parameter]", + "phase": "Compiling and linking Player", + "severity": "warning" + }, + { + "column": 51, + "line": 415, + "message": "unused parameter 'userdata' [-Wunused-parameter]", + "phase": "Compiling and linking Player", + "severity": "warning" + }, + { + "column": 73, + "line": 415, + "message": "unused parameter 'name' [-Wunused-parameter]", + "phase": "Compiling and linking Player", + "severity": "warning" + }, + { + "column": 91, + "line": 415, + "message": "unused parameter 'oldValue' [-Wunused-parameter]", + "phase": "Compiling and linking Player", + "severity": "warning" + }, + { + "column": 51, + "line": 428, + "message": "unused parameter 'userdata' [-Wunused-parameter]", + "phase": "Compiling and linking Player", + "severity": "warning" + }, + { + "column": 73, + "line": 428, + "message": "unused parameter 'name' [-Wunused-parameter]", + "phase": "Compiling and linking Player", + "severity": "warning" + }, + { + "column": 91, + "line": 428, + "message": "unused parameter 'oldValue' [-Wunused-parameter]", + "phase": "Compiling and linking Player", + "severity": "warning" + }, + { + "column": 19, + "line": 927, + "message": "comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]", + "phase": "Compiling and linking Player", + "severity": "warning" + }, + { + "column": 31, + "line": 1489, + "message": "comparison of integers of different signs: 'Sint64' (aka 'long') and 'Uint64' (aka 'unsigned long') [-Wsign-compare]", + "phase": "Compiling and linking Player", + "severity": "warning" + }, + { + "column": 29, + "line": 2110, + "message": "expanded from macro 'SDL_min'", + "phase": "Compiling and linking Player", + "severity": "note" + }, + { + "column": 27, + "line": 1500, + "message": "comparison of integers of different signs: 'Sint64' (aka 'long') and 'Uint64' (aka 'unsigned long') [-Wsign-compare]", + "phase": "Compiling and linking Player", + "severity": "warning" + }, + { + "column": 29, + "line": 2110, + "message": "expanded from macro 'SDL_min'", + "phase": "Compiling and linking Player", + "severity": "note" + }, + { + "column": 27, + "line": 51, + "message": "comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]", + "phase": "Compiling and linking Player", + "severity": "warning" + }, + { + "column": 19, + "line": 397, + "message": "comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]", + "phase": "Compiling and linking Player", + "severity": "warning" + }, + { + "column": 25, + "line": 415, + "message": "comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]", + "phase": "Compiling and linking Player", + "severity": "warning" + }, + { + "column": 27, + "line": 419, + "message": "comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]", + "phase": "Compiling and linking Player", + "severity": "warning" + }, + { + "column": 23, + "line": 429, + "message": "comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]", + "phase": "Compiling and linking Player", + "severity": "warning" + }, + { + "column": 41, + "line": 78, + "message": "cast from 'void (*)(int, siginfo_t *, void *)' to 'void (*)(int)' converts to incompatible function type [-Wcast-function-type-mismatch]", + "phase": "Compiling and linking Player", + "severity": "warning" + }, + { + "column": 19, + "line": 48, + "message": "comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]", + "phase": "Compiling and linking Player", + "severity": "warning" + }, + { + "column": 81, + "line": 53, + "message": "unused parameter 'name' [-Wunused-parameter]", + "phase": "Compiling and linking Player", + "severity": "warning" + }, + { + "column": 99, + "line": 53, + "message": "unused parameter 'oldValue' [-Wunused-parameter]", + "phase": "Compiling and linking Player", + "severity": "warning" + }, + { + "column": 83, + "line": 68, + "message": "unused parameter 'name' [-Wunused-parameter]", + "phase": "Compiling and linking Player", + "severity": "warning" + }, + { + "column": 101, + "line": 68, + "message": "unused parameter 'oldValue' [-Wunused-parameter]", + "phase": "Compiling and linking Player", + "severity": "warning" + }, + { + "column": 82, + "line": 79, + "message": "unused parameter 'name' [-Wunused-parameter]", + "phase": "Compiling and linking Player", + "severity": "warning" + }, + { + "column": 100, + "line": 79, + "message": "unused parameter 'oldValue' [-Wunused-parameter]", + "phase": "Compiling and linking Player", + "severity": "warning" + }, + { + "column": 84, + "line": 92, + "message": "unused parameter 'name' [-Wunused-parameter]", + "phase": "Compiling and linking Player", + "severity": "warning" + }, + { + "column": 102, + "line": 92, + "message": "unused parameter 'oldValue' [-Wunused-parameter]", + "phase": "Compiling and linking Player", + "severity": "warning" + }, + { + "column": 84, + "line": 105, + "message": "unused parameter 'name' [-Wunused-parameter]", + "phase": "Compiling and linking Player", + "severity": "warning" + }, + { + "column": 102, + "line": 105, + "message": "unused parameter 'oldValue' [-Wunused-parameter]", + "phase": "Compiling and linking Player", + "severity": "warning" + }, + { + "column": 85, + "line": 112, + "message": "unused parameter 'name' [-Wunused-parameter]", + "phase": "Compiling and linking Player", + "severity": "warning" + }, + { + "column": 103, + "line": 112, + "message": "unused parameter 'oldValue' [-Wunused-parameter]", + "phase": "Compiling and linking Player", + "severity": "warning" + }, + { + "column": 79, + "line": 119, + "message": "unused parameter 'name' [-Wunused-parameter]", + "phase": "Compiling and linking Player", + "severity": "warning" + }, + { + "column": 97, + "line": 119, + "message": "unused parameter 'oldValue' [-Wunused-parameter]", + "phase": "Compiling and linking Player", + "severity": "warning" + }, + { + "column": 77, + "line": 131, + "message": "unused parameter 'name' [-Wunused-parameter]", + "phase": "Compiling and linking Player", + "severity": "warning" + }, + { + "column": 95, + "line": 131, + "message": "unused parameter 'oldValue' [-Wunused-parameter]", + "phase": "Compiling and linking Player", + "severity": "warning" + }, + { + "column": 77, + "line": 163, + "message": "unused parameter 'name' [-Wunused-parameter]", + "phase": "Compiling and linking Player", + "severity": "warning" + }, + { + "column": 95, + "line": 163, + "message": "unused parameter 'oldValue' [-Wunused-parameter]", + "phase": "Compiling and linking Player", + "severity": "warning" + }, + { + "column": 75, + "line": 188, + "message": "unused parameter 'name' [-Wunused-parameter]", + "phase": "Compiling and linking Player", + "severity": "warning" + }, + { + "column": 93, + "line": 188, + "message": "unused parameter 'oldValue' [-Wunused-parameter]", + "phase": "Compiling and linking Player", + "severity": "warning" + }, + { + "column": 75, + "line": 195, + "message": "unused parameter 'name' [-Wunused-parameter]", + "phase": "Compiling and linking Player", + "severity": "warning" + }, + { + "column": 93, + "line": 195, + "message": "unused parameter 'oldValue' [-Wunused-parameter]", + "phase": "Compiling and linking Player", + "severity": "warning" + }, + { + "column": 77, + "line": 214, + "message": "unused parameter 'name' [-Wunused-parameter]", + "phase": "Compiling and linking Player", + "severity": "warning" + }, + { + "column": 95, + "line": 214, + "message": "unused parameter 'oldValue' [-Wunused-parameter]", + "phase": "Compiling and linking Player", + "severity": "warning" + }, + { + "column": 84, + "line": 225, + "message": "unused parameter 'name' [-Wunused-parameter]", + "phase": "Compiling and linking Player", + "severity": "warning" + }, + { + "column": 102, + "line": 225, + "message": "unused parameter 'oldValue' [-Wunused-parameter]", + "phase": "Compiling and linking Player", + "severity": "warning" + }, + { + "column": 87, + "line": 232, + "message": "unused parameter 'name' [-Wunused-parameter]", + "phase": "Compiling and linking Player", + "severity": "warning" + }, + { + "column": 105, + "line": 232, + "message": "unused parameter 'oldValue' [-Wunused-parameter]", + "phase": "Compiling and linking Player", + "severity": "warning" + }, + { + "column": 77, + "line": 241, + "message": "unused parameter 'name' [-Wunused-parameter]", + "phase": "Compiling and linking Player", + "severity": "warning" + }, + { + "column": 95, + "line": 241, + "message": "unused parameter 'oldValue' [-Wunused-parameter]", + "phase": "Compiling and linking Player", + "severity": "warning" + }, + { + "column": 25, + "line": 333, + "message": "unused parameter 'vendor' [-Wunused-parameter]", + "phase": "Compiling and linking Player", + "severity": "warning" + }, + { + "column": 40, + "line": 333, + "message": "unused parameter 'product' [-Wunused-parameter]", + "phase": "Compiling and linking Player", + "severity": "warning" + }, + { + "column": 79, + "line": 618, + "message": "unused parameter 'buttonstate' [-Wunused-parameter]", + "phase": "Compiling and linking Player", + "severity": "warning" + }, + { + "column": 23, + "line": 37, + "message": "comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]", + "phase": "Compiling and linking Player", + "severity": "warning" + }, + { + "column": 23, + "line": 44, + "message": "comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]", + "phase": "Compiling and linking Player", + "severity": "warning" + }, + { + "column": 31, + "line": 262, + "message": "comparison of integers of different signs: 'const int' and 'unsigned long' [-Wsign-compare]", + "phase": "Compiling and linking Player", + "severity": "warning" + }, + { + "column": 53, + "line": 482, + "message": "expanded from macro 'SDL_assert'", + "phase": "Compiling and linking Player", + "severity": "note" + }, + { + "column": 19, + "line": 364, + "message": "expanded from macro 'SDL_enabled_assert'", + "phase": "Compiling and linking Player", + "severity": "note" + }, + { + "column": 82, + "line": 458, + "message": "unused parameter 'userdata' [-Wunused-parameter]", + "phase": "Compiling and linking Player", + "severity": "warning" + }, + { + "column": 114, + "line": 463, + "message": "unused parameter 'userdata' [-Wunused-parameter]", + "phase": "Compiling and linking Player", + "severity": "warning" + }, + { + "column": 27, + "line": 491, + "message": "comparison of integers of different signs: 'const int' and 'unsigned long' [-Wsign-compare]", + "phase": "Compiling and linking Player", + "severity": "warning" + }, + { + "column": 23, + "line": 523, + "message": "comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]", + "phase": "Compiling and linking Player", + "severity": "warning" + }, + { + "column": 23, + "line": 35, + "message": "comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]", + "phase": "Compiling and linking Player", + "severity": "warning" + }, + { + "column": 60, + "line": 450, + "message": "unused parameter 'status' [-Wunused-parameter]", + "phase": "Compiling and linking Player", + "severity": "warning" + }, + { + "column": 86, + "line": 768, + "message": "unused parameter 'status' [-Wunused-parameter]", + "phase": "Compiling and linking Player", + "severity": "warning" + }, + { + "column": 93, + "line": 774, + "message": "unused parameter 'status' [-Wunused-parameter]", + "phase": "Compiling and linking Player", + "severity": "warning" + }, + { + "column": 94, + "line": 1019, + "message": "unused parameter 'status' [-Wunused-parameter]", + "phase": "Compiling and linking Player", + "severity": "warning" + }, + { + "column": 101, + "line": 1049, + "message": "unused parameter 'status' [-Wunused-parameter]", + "phase": "Compiling and linking Player", + "severity": "warning" + }, + { + "column": 14, + "line": 1159, + "message": "comparison of integers of different signs: 'Sint64' (aka 'long') and 'unsigned long' [-Wsign-compare]", + "phase": "Compiling and linking Player", + "severity": "warning" + }, + { + "column": 26, + "line": 1172, + "message": "comparison of integers of different signs: 'Sint64' (aka 'long') and 'unsigned long' [-Wsign-compare]", + "phase": "Compiling and linking Player", + "severity": "warning" + }, + { + "column": 42, + "line": 135, + "message": "unused parameter 'error_str' [-Wunused-parameter]", + "phase": "Compiling and linking Player", + "severity": "warning" + }, + { + "column": 5, + "line": 944, + "message": "initializing 'int (*)(void *, const unsigned char *, size_t)' (aka 'int (*)(void *, const unsigned char *, unsigned long)') with an expression of type 'void *' converts between void pointer and function pointer [-Wpedantic]", + "phase": "Compiling and linking Player", + "severity": "warning" + }, + { + "column": 5, + "line": 945, + "message": "initializing 'int (*)(void *, unsigned char *, size_t, int)' (aka 'int (*)(void *, unsigned char *, unsigned long, int)') with an expression of type 'void *' converts between void pointer and function pointer [-Wpedantic]", + "phase": "Compiling and linking Player", + "severity": "warning" + }, + { + "column": 5, + "line": 946, + "message": "initializing 'int (*)(void *, unsigned char *, size_t)' (aka 'int (*)(void *, unsigned char *, unsigned long)') with an expression of type 'void *' converts between void pointer and function pointer [-Wpedantic]", + "phase": "Compiling and linking Player", + "severity": "warning" + }, + { + "column": 5, + "line": 947, + "message": "initializing 'int (*)(void *, int)' with an expression of type 'void *' converts between void pointer and function pointer [-Wpedantic]", + "phase": "Compiling and linking Player", + "severity": "warning" + }, + { + "column": 5, + "line": 948, + "message": "initializing 'int (*)(void *, const unsigned char *, size_t)' (aka 'int (*)(void *, const unsigned char *, unsigned long)') with an expression of type 'void *' converts between void pointer and function pointer [-Wpedantic]", + "phase": "Compiling and linking Player", + "severity": "warning" + }, + { + "column": 5, + "line": 949, + "message": "initializing 'int (*)(void *, unsigned char *, size_t)' (aka 'int (*)(void *, unsigned char *, unsigned long)') with an expression of type 'void *' converts between void pointer and function pointer [-Wpedantic]", + "phase": "Compiling and linking Player", + "severity": "warning" + }, + { + "column": 5, + "line": 950, + "message": "initializing 'int (*)(void *, unsigned char *, size_t)' (aka 'int (*)(void *, unsigned char *, unsigned long)') with an expression of type 'void *' converts between void pointer and function pointer [-Wpedantic]", + "phase": "Compiling and linking Player", + "severity": "warning" + }, + { + "column": 5, + "line": 951, + "message": "initializing 'void (*)(void *)' with an expression of type 'void *' converts between void pointer and function pointer [-Wpedantic]", + "phase": "Compiling and linking Player", + "severity": "warning" + }, + { + "column": 5, + "line": 952, + "message": "initializing 'int (*)(void *, wchar_t *, size_t)' (aka 'int (*)(void *, int *, unsigned long)') with an expression of type 'void *' converts between void pointer and function pointer [-Wpedantic]", + "phase": "Compiling and linking Player", + "severity": "warning" + }, + { + "column": 5, + "line": 953, + "message": "initializing 'int (*)(void *, wchar_t *, size_t)' (aka 'int (*)(void *, int *, unsigned long)') with an expression of type 'void *' converts between void pointer and function pointer [-Wpedantic]", + "phase": "Compiling and linking Player", + "severity": "warning" + }, + { + "column": 5, + "line": 954, + "message": "initializing 'int (*)(void *, wchar_t *, size_t)' (aka 'int (*)(void *, int *, unsigned long)') with an expression of type 'void *' converts between void pointer and function pointer [-Wpedantic]", + "phase": "Compiling and linking Player", + "severity": "warning" + }, + { + "column": 5, + "line": 955, + "message": "initializing 'int (*)(void *, int, wchar_t *, size_t)' (aka 'int (*)(void *, int, int *, unsigned long)') with an expression of type 'void *' converts between void pointer and function pointer [-Wpedantic]", + "phase": "Compiling and linking Player", + "severity": "warning" + }, + { + "column": 5, + "line": 956, + "message": "initializing 'struct hid_device_info *(*)(void *)' with an expression of type 'void *' converts between void pointer and function pointer [-Wpedantic]", + "phase": "Compiling and linking Player", + "severity": "warning" + }, + { + "column": 5, + "line": 957, + "message": "initializing 'int (*)(void *, unsigned char *, size_t)' (aka 'int (*)(void *, unsigned char *, unsigned long)') with an expression of type 'void *' converts between void pointer and function pointer [-Wpedantic]", + "phase": "Compiling and linking Player", + "severity": "warning" + } + ], + "error": "", + "id": "8d6cac5f-fe69-494b-b0e7-c54e0124c525", + "kind": "build", + "log": "$ \"cmake\" \"-S\" \"/home/emil/Desktop/.worktrees/Faset_Engine-p1-p3\" \"-B\" \"/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug\" \"-G\" \"Ninja\" \"-DCMAKE_BUILD_TYPE=Debug\" \"-DBUILD_TESTING=OFF\" \"-DFASET_BUILD_EDITOR=OFF\" \"-DFASET_BUILD_RENDERER=ON\" \"-DFASET_BUILD_RUNTIME=ON\" \"-DFASET_BUILD_ASSETS=ON\" \"-DFASET_GAMEPLAY_SOURCE_DIR=/tmp/faset-p1-workflows-20260924-3/project/.faset/cache/source-snapshots/bcd7892b1befc56ea9f2971271ee7b78dd33a74421e58f42d5a1fa4b5d84e04f/Scripts\" \"-DCMAKE_C_COMPILER=/usr/bin/clang\" \"-DCMAKE_CXX_COMPILER=/usr/bin/clang++\" \"-DCMAKE_BUILD_TYPE=Debug\" \"-DFASET_ENABLE_LUA=OFF\"\n-- The C compiler identification is Clang 21.1.8\n-- The CXX compiler identification is Clang 21.1.8\n-- Detecting C compiler ABI info\n-- Detecting C compiler ABI info - done\n-- Check for working C compiler: /usr/bin/clang - skipped\n-- Detecting C compile features\n-- Detecting C compile features - done\n-- Detecting CXX compiler ABI info\n-- Detecting CXX compiler ABI info - done\n-- Check for working CXX compiler: /usr/bin/clang++ - skipped\n-- Detecting CXX compile features\n-- Detecting CXX compile features - done\n-- Performing Test CMAKE_HAVE_LIBC_PTHREAD\n-- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success\n-- Found Threads: TRUE\n-- Using the multi-header code from /tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/json-src/include/\n-- CMake C compiler: Clang\n-- CMake C++ compiler: Clang\n-- CMake system name: Linux\n-- CMake host system processor: x86_64\n-- Box2D using Unix\n-- CMake C compiler: Clang\n-- CMake C++ compiler: Clang\n-- CMake system name: Linux\n-- CMake host system processor: x86_64\n-- Box3D using Unix\n-- Found PkgConfig: /usr/bin/pkg-config (found version \"2.5.1\")\n-- Detecting Target CPU Architecture\n-- Detecting Target CPU Architecture - X64\n-- Performing Test HAVE_GCC_WALL\n-- Performing Test HAVE_GCC_WALL - Success\n-- Performing Test HAVE_GCC_WUNDEF\n-- Performing Test HAVE_GCC_WUNDEF - Success\n-- Performing Test HAVE_GCC_WFLOAT_CONVERSION\n-- Performing Test HAVE_GCC_WFLOAT_CONVERSION - Success\n-- Performing Test HAVE_GCC_NO_STRICT_ALIASING\n-- Performing Test HAVE_GCC_NO_STRICT_ALIASING - Success\n-- Performing Test HAVE_GCC_WDOCUMENTATION\n-- Performing Test HAVE_GCC_WDOCUMENTATION - Success\n-- Performing Test HAVE_GCC_WDOCUMENTATION_UNKNOWN_COMMAND\n-- Performing Test HAVE_GCC_WDOCUMENTATION_UNKNOWN_COMMAND - Success\n-- Performing Test HAVE_GCC_COMMENT_BLOCK_COMMANDS\n-- Performing Test HAVE_GCC_COMMENT_BLOCK_COMMANDS - Success\n-- Performing Test HAVE_GCC_WSHADOW\n-- Performing Test HAVE_GCC_WSHADOW - Success\n-- Performing Test HAVE_GCC_WUNUSED_LOCAL_TYPEDEFS\n-- Performing Test HAVE_GCC_WUNUSED_LOCAL_TYPEDEFS - Success\n-- Performing Test HAVE_GCC_WIMPLICIT_FALLTHROUGH\n-- Performing Test HAVE_GCC_WIMPLICIT_FALLTHROUGH - Success\n-- Performing Test COMPILER_SUPPORTS_FCOLOR_DIAGNOSTICS\n-- Performing Test COMPILER_SUPPORTS_FCOLOR_DIAGNOSTICS - Success\n-- Looking for __GLIBC__\n-- Looking for __GLIBC__ - found\n-- Performing Test LINKER_SUPPORTS_VERSION_SCRIPT\n-- Performing Test LINKER_SUPPORTS_VERSION_SCRIPT - Success\n-- Performing Test COMPILER_SUPPORTS_GCC_ATOMICS\n-- Performing Test COMPILER_SUPPORTS_GCC_ATOMICS - Success\n-- Performing Test HAVE_GCC_FVISIBILITY\n-- Performing Test HAVE_GCC_FVISIBILITY - Success\n-- Performing Test LINKER_SUPPORTS_WL_NO_UNDEFINED\n-- Performing Test LINKER_SUPPORTS_WL_NO_UNDEFINED - Success\n-- Performing Test COMPILER_SUPPORTS_MMX\n-- Performing Test COMPILER_SUPPORTS_MMX - Success\n-- Performing Test COMPILER_SUPPORTS_SSE\n-- Performing Test COMPILER_SUPPORTS_SSE - Success\n-- Performing Test COMPILER_SUPPORTS_SSE2\n-- Performing Test COMPILER_SUPPORTS_SSE2 - Success\n-- Performing Test COMPILER_SUPPORTS_SSE3\n-- Performing Test COMPILER_SUPPORTS_SSE3 - Success\n-- Performing Test COMPILER_SUPPORTS_SSE4_1\n-- Performing Test COMPILER_SUPPORTS_SSE4_1 - Success\n-- Performing Test COMPILER_SUPPORTS_SSE4_2\n-- Performing Test COMPILER_SUPPORTS_SSE4_2 - Success\n-- Performing Test COMPILER_SUPPORTS_AVX\n-- Performing Test COMPILER_SUPPORTS_AVX - Success\n-- Performing Test COMPILER_SUPPORTS_AVX2\n-- Performing Test COMPILER_SUPPORTS_AVX2 - Success\n-- Performing Test COMPILER_SUPPORTS_AVX512F\n-- Performing Test COMPILER_SUPPORTS_AVX512F - Success\n-- Looking for alloca.h\n-- Looking for alloca.h - found\n-- Looking for float.h\n-- Looking for float.h - found\n-- Looking for iconv.h\n-- Looking for iconv.h - found\n-- Looking for inttypes.h\n-- Looking for inttypes.h - found\n-- Looking for limits.h\n-- Looking for limits.h - found\n-- Looking for malloc.h\n-- Looking for malloc.h - found\n-- Looking for math.h\n-- Looking for math.h - found\n-- Looking for memory.h\n-- Looking for memory.h - found\n-- Looking for signal.h\n-- Looking for signal.h - found\n-- Looking for stdarg.h\n-- Looking for stdarg.h - found\n-- Looking for stdbool.h\n-- Looking for stdbool.h - found\n-- Looking for stddef.h\n-- Looking for stddef.h - found\n-- Looking for stdint.h\n-- Looking for stdint.h - found\n-- Looking for stdio.h\n-- Looking for stdio.h - found\n-- Looking for stdlib.h\n-- Looking for stdlib.h - found\n-- Looking for string.h\n-- Looking for string.h - found\n-- Looking for strings.h\n-- Looking for strings.h - found\n-- Looking for sys/types.h\n-- Looking for sys/types.h - found\n-- Looking for time.h\n-- Looking for time.h - found\n-- Looking for wchar.h\n-- Looking for wchar.h - found\n-- Looking for pow in m\n-- Looking for pow in m - found\n-- Looking for abs\n-- Looking for abs - found\n-- Looking for acos\n-- Looking for acos - found\n-- Looking for acosf\n-- Looking for acosf - found\n-- Looking for asin\n-- Looking for asin - found\n-- Looking for asinf\n-- Looking for asinf - found\n-- Looking for atan\n-- Looking for atan - found\n-- Looking for atan2\n-- Looking for atan2 - found\n-- Looking for atan2f\n-- Looking for atan2f - found\n-- Looking for atanf\n-- Looking for atanf - found\n-- Looking for atof\n-- Looking for atof - found\n-- Looking for atoi\n-- Looking for atoi - found\n-- Looking for bcopy\n-- Looking for bcopy - found\n-- Looking for ceil\n-- Looking for ceil - found\n-- Looking for ceilf\n-- Looking for ceilf - found\n-- Looking for copysign\n-- Looking for copysign - found\n-- Looking for copysignf\n-- Looking for copysignf - found\n-- Looking for cos\n-- Looking for cos - found\n-- Looking for cosf\n-- Looking for cosf - found\n-- Looking for _Exit\n-- Looking for _Exit - found\n-- Looking for exp\n-- Looking for exp - found\n-- Looking for expf\n-- Looking for expf - found\n-- Looking for fabs\n-- Looking for fabs - found\n-- Looking for fabsf\n-- Looking for fabsf - found\n-- Looking for floor\n-- Looking for floor - found\n-- Looking for floorf\n-- Looking for floorf - found\n-- Looking for fmod\n-- Looking for fmod - found\n-- Looking for fmodf\n-- Looking for fmodf - found\n-- Looking for fopen64\n-- Looking for fopen64 - found\n-- Looking for fseeko\n-- Looking for fseeko - found\n-- Looking for fseeko64\n-- Looking for fseeko64 - found\n-- Looking for getenv\n-- Looking for getenv - found\n-- Looking for _i64toa\n-- Looking for _i64toa - not found\n-- Looking for index\n-- Looking for index - found\n-- Looking for itoa\n-- Looking for itoa - not found\n-- Looking for log\n-- Looking for log - found\n-- Looking for log10\n-- Looking for log10 - found\n-- Looking for log10f\n-- Looking for log10f - found\n-- Looking for logf\n-- Looking for logf - found\n-- Looking for lround\n-- Looking for lround - found\n-- Looking for lroundf\n-- Looking for lroundf - found\n-- Looking for _ltoa\n-- Looking for _ltoa - not found\n-- Looking for malloc\n-- Looking for malloc - found\n-- Looking for memcmp\n-- Looking for memcmp - found\n-- Looking for memcpy\n-- Looking for memcpy - found\n-- Looking for memmove\n-- Looking for memmove - found\n-- Looking for memset\n-- Looking for memset - found\n-- Looking for modf\n-- Looking for modf - found\n-- Looking for modff\n-- Looking for modff - found\n-- Looking for pow\n-- Looking for pow - found\n-- Looking for powf\n-- Looking for powf - found\n-- Looking for putenv\n-- Looking for putenv - found\n-- Looking for rindex\n-- Looking for rindex - found\n-- Looking for round\n-- Looking for round - found\n-- Looking for roundf\n-- Looking for roundf - found\n-- Looking for scalbn\n-- Looking for scalbn - found\n-- Looking for scalbnf\n-- Looking for scalbnf - found\n-- Looking for setenv\n-- Looking for setenv - found\n-- Looking for sin\n-- Looking for sin - found\n-- Looking for sinf\n-- Looking for sinf - found\n-- Looking for sqr\n-- Looking for sqr - not found\n-- Looking for sqrt\n-- Looking for sqrt - found\n-- Looking for sqrtf\n-- Looking for sqrtf - found\n-- Looking for sscanf\n-- Looking for sscanf - found\n-- Looking for strchr\n-- Looking for strchr - found\n-- Looking for strcmp\n-- Looking for strcmp - found\n-- Looking for strlcat\n-- Looking for strlcat - found\n-- Looking for strlcpy\n-- Looking for strlcpy - found\n-- Looking for strlen\n-- Looking for strlen - found\n-- Looking for strncmp\n-- Looking for strncmp - found\n-- Looking for strnlen\n-- Looking for strnlen - found\n-- Looking for strpbrk\n-- Looking for strpbrk - found\n-- Looking for strrchr\n-- Looking for strrchr - found\n-- Looking for strstr\n-- Looking for strstr - found\n-- Looking for strnstr\n-- Looking for strnstr - not found\n-- Looking for strtod\n-- Looking for strtod - found\n-- Looking for strtok_r\n-- Looking for strtok_r - found\n-- Looking for strtol\n-- Looking for strtol - found\n-- Looking for strtoll\n-- Looking for strtoll - found\n-- Looking for strtoul\n-- Looking for strtoul - found\n-- Looking for strtoull\n-- Looking for strtoull - found\n-- Looking for tan\n-- Looking for tan - found\n-- Looking for tanf\n-- Looking for tanf - found\n-- Looking for trunc\n-- Looking for trunc - found\n-- Looking for truncf\n-- Looking for truncf - found\n-- Looking for unsetenv\n-- Looking for unsetenv - found\n-- Looking for vsnprintf\n-- Looking for vsnprintf - found\n-- Looking for vsscanf\n-- Looking for vsscanf - found\n-- Looking for wcsnlen\n-- Looking for wcsnlen - found\n-- Looking for wcscmp\n-- Looking for wcscmp - found\n-- Looking for wcsdup\n-- Looking for wcsdup - found\n-- Looking for wcslcat\n-- Looking for wcslcat - found\n-- Looking for wcslcpy\n-- Looking for wcslcpy - found\n-- Looking for wcslen\n-- Looking for wcslen - found\n-- Looking for wcsncmp\n-- Looking for wcsncmp - found\n-- Looking for wcsstr\n-- Looking for wcsstr - found\n-- Looking for wcstol\n-- Looking for wcstol - found\n-- Looking for strcasestr\n-- Looking for strcasestr - found\n-- Performing Test LIBC_HAS_ISINF\n-- Performing Test LIBC_HAS_ISINF - Success\n-- Performing Test LIBC_ISINF_HANDLES_FLOAT\n-- Performing Test LIBC_ISINF_HANDLES_FLOAT - Success\n-- Performing Test LIBC_HAS_ISINFF\n-- Performing Test LIBC_HAS_ISINFF - Success\n-- Performing Test LIBC_HAS_ISNAN\n-- Performing Test LIBC_HAS_ISNAN - Success\n-- Performing Test LIBC_ISNAN_HANDLES_FLOAT\n-- Performing Test LIBC_ISNAN_HANDLES_FLOAT - Success\n-- Performing Test LIBC_HAS_ISNANF\n-- Performing Test LIBC_HAS_ISNANF - Success\n-- Looking for fdatasync\n-- Looking for fdatasync - found\n-- Looking for gethostname\n-- Looking for gethostname - found\n-- Looking for getpagesize\n-- Looking for getpagesize - found\n-- Looking for sigaction\n-- Looking for sigaction - found\n-- Looking for setjmp\n-- Looking for setjmp - found\n-- Looking for nanosleep\n-- Looking for nanosleep - found\n-- Looking for gmtime_r\n-- Looking for gmtime_r - found\n-- Looking for localtime_r\n-- Looking for localtime_r - found\n-- Looking for nl_langinfo\n-- Looking for nl_langinfo - found\n-- Looking for sysconf\n-- Looking for sysconf - found\n-- Looking for sysctlbyname\n-- Looking for sysctlbyname - not found\n-- Looking for getauxval\n-- Looking for getauxval - found\n-- Looking for elf_aux_info\n-- Looking for elf_aux_info - not found\n-- Looking for poll\n-- Looking for poll - found\n-- Looking for memfd_create\n-- Looking for memfd_create - found\n-- Looking for posix_fallocate\n-- Looking for posix_fallocate - found\n-- Performing Test ICONV_IN_LIBC\n-- Performing Test ICONV_IN_LIBC - Success\n-- Performing Test ICONV_IN_LIBICONV\n-- Performing Test ICONV_IN_LIBICONV - Failed\n-- Performing Test HAVE_SA_SIGACTION\n-- Performing Test HAVE_SA_SIGACTION - Success\n-- Performing Test HAVE_ST_MTIM\n-- Performing Test HAVE_ST_MTIM - Success\n-- Looking for dlopen\n-- Looking for dlopen - found\n-- Performing Test HAVE_O_CLOEXEC\n-- Performing Test HAVE_O_CLOEXEC - Success\n-- Found ALSA: /usr/lib/x86_64-linux-gnu/libasound.so (found version \"1.2.15.3\")\n-- dynamic libasound -> libasound.so.2\n-- Checking for module 'jack'\n-- Package 'jack' not found\n-- Checking for module 'libpipewire-0.3>=0.3.44'\n-- Found libpipewire-0.3, version 1.6.2\n-- dynamic libpipewire-0.3 -> libpipewire-0.3.so.0\n-- Checking for module 'libpulse>=0.9.15'\n-- Found libpulse, version 17.0\n-- dynamic libpulse -> libpulse.so.0\n-- Checking for module 'sndio'\n-- Found sndio, version 1.10.0\n-- dynamic libsndio -> libsndio.so.7\n-- Found X11: /usr/include\n-- Looking for XOpenDisplay in /usr/lib/x86_64-linux-gnu/libX11.so;/usr/lib/x86_64-linux-gnu/libXext.so\n-- Looking for XOpenDisplay in /usr/lib/x86_64-linux-gnu/libX11.so;/usr/lib/x86_64-linux-gnu/libXext.so - found\n-- Looking for gethostbyname\n-- Looking for gethostbyname - found\n-- Looking for connect\n-- Looking for connect - found\n-- Looking for remove\n-- Looking for remove - found\n-- Looking for shmat\n-- Looking for shmat - found\n-- Looking for IceConnectionNumber in ICE\n-- Looking for IceConnectionNumber in ICE - found\n-- dynamic libX11 -> libX11.so.6\n-- dynamic libXext -> libXext.so.6\n-- dynamic libXcursor -> libXcursor.so.1\n-- dynamic libXi -> libXi.so.6\n-- dynamic libXfixes -> libXfixes.so.3\n-- dynamic libXrandr -> libXrandr.so.2\n-- dynamic libXrender -> libXrender.so.1\n-- dynamic libXss -> libXss.so.1\n-- Looking for shmat\n-- Looking for shmat - found\n-- Performing Test HAVE_XGENERICEVENT\n-- Performing Test HAVE_XGENERICEVENT - Success\n-- Looking for XkbLookupKeySym\n-- Looking for XkbLookupKeySym - found\n-- Performing Test HAVE_XINPUT2_MULTITOUCH\n-- Performing Test HAVE_XINPUT2_MULTITOUCH - Success\n-- Performing Test HAVE_XFIXES_H\n-- Performing Test HAVE_XFIXES_H - Success\n-- Found OpenGL: /usr/lib/x86_64-linux-gnu/libOpenGL.so\n-- Performing Test HAVE_OPENGL_EGL\n-- Performing Test HAVE_OPENGL_EGL - Success\n-- Checking for module 'libdrm'\n-- Found libdrm, version 2.4.131\n-- Checking for module 'gbm'\n-- Found gbm, version 26.0.8-1ubuntu0.3\n-- dynamic libdrm -> libdrm.so.2\n-- dynamic libgbm -> libgbm.so.1\n-- Performing Test HAVE_OPENGL_GLX\n-- Performing Test HAVE_OPENGL_GLX - Success\n-- Performing Test HAVE_OPENGL\n-- Performing Test HAVE_OPENGL - Success\n-- Performing Test HAVE_OPENGLES_V1\n-- Performing Test HAVE_OPENGLES_V1 - Success\n-- Performing Test HAVE_OPENGLES_V2\n-- Performing Test HAVE_OPENGLES_V2 - Success\n-- Checking for modules 'wayland-client>=1.18;wayland-egl;wayland-cursor;egl;xkbcommon>=0.5.0'\n-- Found wayland-client, version 1.24.0\n-- Found wayland-egl, version 18.1.0\n-- Found wayland-cursor, version 1.24.0\n-- Found egl, version 1.5\n-- Found xkbcommon, version 1.13.1\n-- dynamic libwayland-client -> libwayland-client.so.0\n-- dynamic libwayland-egl -> libwayland-egl.so.1\n-- dynamic libwayland-cursor -> libwayland-cursor.so.0\n-- dynamic libxkbcommon -> libxkbcommon.so.0\n-- Checking for module 'libdecor-0'\n-- Found libdecor-0, version 0.2.5\n-- dynamic libdecor-0 -> libdecor-0.so.0\n-- Performing Test HAVE_LINUX_INPUT_H\n-- Performing Test HAVE_LINUX_INPUT_H - Success\n-- Performing Test HAVE_INPUT_KD\n-- Performing Test HAVE_INPUT_KD - Success\n-- Performing Test HAVE_LINUX_VIDEODEV2_H\n-- Performing Test HAVE_LINUX_VIDEODEV2_H - Success\n-- Looking for libudev.h\n-- Looking for libudev.h - found\n-- dynamic libudev -> libudev.so.1\n-- Looking for sys/inotify.h\n-- Looking for sys/inotify.h - found\n-- Looking for inotify_init\n-- Looking for inotify_init - found\n-- Looking for inotify_init1\n-- Looking for inotify_init1 - found\n-- Checking for one of the modules 'dbus-1;dbus'\n-- Checking for one of the modules 'ibus-1.0;ibus'\n-- Checking for one of the modules 'liburing-ffi'\n-- Checking for module 'libusb-1.0>=1.0.16'\n-- Package 'libusb-1.0' not found\n-- Could NOT find LibUSB (missing: LibUSB_LIBRARY LibUSB_INCLUDE_PATH) (found version \"LibUSB_VERSION-NOTFOUND\")\n-- Performing Test HAVE_PTHREADS\n-- Performing Test HAVE_PTHREADS - Success\n-- Performing Test HAVE_RECURSIVE_MUTEXES\n-- Performing Test HAVE_RECURSIVE_MUTEXES - Success\n-- Performing Test HAVE_PTHREADS_SEM\n-- Performing Test HAVE_PTHREADS_SEM - Success\n-- Performing Test COMPILER_HAS_SEM_TIMEDWAIT\n-- Performing Test COMPILER_HAS_SEM_TIMEDWAIT - Success\n-- Looking for pthread.h\n-- Looking for pthread.h - found\n-- Looking for pthread_np.h\n-- Looking for pthread_np.h - not found\n-- Performing Test HAVE_PTHREAD_SETNAME_NP\n-- Performing Test HAVE_PTHREAD_SETNAME_NP - Success\n-- Looking for clock_gettime in c\n-- Looking for clock_gettime in c - found\n-- Performing Test HAVE_POSIX_SPAWN\n-- Performing Test HAVE_POSIX_SPAWN - Success\n-- \n-- SDL3 was configured with the following options:\n-- \n-- Platform: Linux-7.0.0-31-generic\n-- 64-bit: TRUE\n-- Compiler: /usr/bin/clang\n-- Revision: SDL3-3.2.20-HEAD-HASH-NOTFOUND\n-- Vendor: \n-- \n-- Subsystems:\n-- Audio: ON\n-- Video: ON\n-- GPU: ON\n-- Render: ON\n-- Camera: ON\n-- Joystick: ON\n-- Haptic: ON\n-- Hidapi: ON\n-- Power: ON\n-- Sensor: ON\n-- Dialog: ON\n-- \n-- Options:\n-- SDL_ALSA (Wanted: ON): ON\n-- SDL_ALSA_SHARED (Wanted: ON): ON\n-- SDL_ALTIVEC (Wanted: OFF): OFF\n-- SDL_ARMNEON (Wanted: OFF): OFF\n-- SDL_ASAN (Wanted: OFF): OFF\n-- SDL_ASSEMBLY (Wanted: ON): ON\n-- SDL_ASSERTIONS (Wanted: auto): auto\n-- SDL_AVX (Wanted: ON): ON\n-- SDL_AVX2 (Wanted: ON): ON\n-- SDL_AVX512F (Wanted: ON): ON\n-- SDL_BACKGROUNDING_SIGNAL (Wanted: OFF): OFF\n-- SDL_CCACHE (Wanted: OFF): OFF\n-- SDL_CLANG_TIDY (Wanted: OFF): OFF\n-- SDL_CLOCK_GETTIME (Wanted: ON): ON\n-- SDL_COCOA (Wanted: OFF): OFF\n-- SDL_DBUS (Wanted: ON): ON\n-- SDL_DEPS_SHARED (Wanted: ON): OFF\n-- SDL_DIRECTX (Wanted: OFF): OFF\n-- SDL_DISKAUDIO (Wanted: ON): ON\n-- SDL_DUMMYAUDIO (Wanted: ON): ON\n-- SDL_DUMMYCAMERA (Wanted: ON): ON\n-- SDL_DUMMYVIDEO (Wanted: ON): ON\n-- SDL_EXAMPLES (Wanted: OFF): OFF\n-- SDL_EXAMPLES_LINK_SHARED (Wanted: OFF): OFF\n-- SDL_FOREGROUNDING_SIGNAL (Wanted: OFF): OFF\n-- SDL_GCC_ATOMICS (Wanted: ON): ON\n-- SDL_GPU_DXVK (Wanted: OFF): OFF\n-- SDL_HIDAPI (Wanted: ON): ON\n-- SDL_HIDAPI_JOYSTICK (Wanted: ON): ON\n-- SDL_HIDAPI_LIBUSB (Wanted: ON): OFF\n-- SDL_HIDAPI_LIBUSB_SHARED (Wanted: ON): OFF\n-- SDL_IBUS (Wanted: ON): ON\n-- SDL_INSTALL (Wanted: OFF): OFF\n-- SDL_INSTALL_TESTS (Wanted: OFF): OFF\n-- SDL_JACK (Wanted: ON): OFF\n-- SDL_JACK_SHARED (Wanted: ON): OFF\n-- SDL_KMSDRM (Wanted: ON): ON\n-- SDL_KMSDRM_SHARED (Wanted: ON): ON\n-- SDL_LASX (Wanted: OFF): OFF\n-- SDL_LIBC (Wanted: ON): ON\n-- SDL_LIBICONV (Wanted: OFF): OFF\n-- SDL_LIBUDEV (Wanted: ON): ON\n-- SDL_LIBURING (Wanted: ON): OFF\n-- SDL_LSX (Wanted: OFF): OFF\n-- SDL_METAL (Wanted: OFF): OFF\n-- SDL_MMX (Wanted: ON): ON\n-- SDL_OFFSCREEN (Wanted: ON): ON\n-- SDL_OPENGL (Wanted: ON): ON\n-- SDL_OPENGLES (Wanted: ON): ON\n-- SDL_OPENVR (Wanted: OFF): OFF\n-- SDL_OSS (Wanted: OFF): OFF\n-- SDL_PIPEWIRE (Wanted: ON): ON\n-- SDL_PIPEWIRE_SHARED (Wanted: ON): ON\n-- SDL_PTHREADS (Wanted: ON): ON\n-- SDL_PTHREADS_SEM (Wanted: ON): ON\n-- SDL_PULSEAUDIO (Wanted: ON): ON\n-- SDL_PULSEAUDIO_SHARED (Wanted: ON): ON\n-- SDL_RENDER_D3D (Wanted: OFF): OFF\n-- SDL_RENDER_D3D11 (Wanted: OFF): OFF\n-- SDL_RENDER_D3D12 (Wanted: OFF): OFF\n-- SDL_RENDER_GPU (Wanted: ON): ON\n-- SDL_RENDER_METAL (Wanted: ON): OFF\n-- SDL_RENDER_VULKAN (Wanted: ON): ON\n-- SDL_ROCKCHIP (Wanted: OFF): OFF\n-- SDL_RPATH (Wanted: ON): OFF\n-- SDL_RPI (Wanted: OFF): OFF\n-- SDL_SNDIO (Wanted: ON): ON\n-- SDL_SNDIO_SHARED (Wanted: ON): ON\n-- SDL_SSE (Wanted: ON): ON\n-- SDL_SSE2 (Wanted: ON): ON\n-- SDL_SSE3 (Wanted: ON): ON\n-- SDL_SSE4_1 (Wanted: ON): ON\n-- SDL_SSE4_2 (Wanted: ON): ON\n-- SDL_SYSTEM_ICONV (Wanted: ON): ON\n-- SDL_TESTS (Wanted: OFF): OFF\n-- SDL_TESTS_LINK_SHARED (Wanted: OFF): OFF\n-- SDL_UNINSTALL (Wanted: OFF): OFF\n-- SDL_VIRTUAL_JOYSTICK (Wanted: ON): ON\n-- SDL_VIVANTE (Wanted: OFF): OFF\n-- SDL_VULKAN (Wanted: ON): ON\n-- SDL_WASAPI (Wanted: OFF): OFF\n-- SDL_WAYLAND (Wanted: ON): ON\n-- SDL_WAYLAND_LIBDECOR (Wanted: ON): ON\n-- SDL_WAYLAND_LIBDECOR_SHARED (Wanted: ON): ON\n-- SDL_WAYLAND_SHARED (Wanted: ON): ON\n-- SDL_X11 (Wanted: ON): ON\n-- SDL_X11_SHARED (Wanted: ON): ON\n-- SDL_X11_XCURSOR (Wanted: ON): ON\n-- SDL_X11_XDBE (Wanted: ON): ON\n-- SDL_X11_XFIXES (Wanted: ON): ON\n-- SDL_X11_XINPUT (Wanted: ON): ON\n-- SDL_X11_XRANDR (Wanted: ON): ON\n-- SDL_X11_XSCRNSAVER (Wanted: ON): ON\n-- SDL_X11_XSHAPE (Wanted: ON): ON\n-- SDL_X11_XSYNC (Wanted: ON): ON\n-- SDL_XINPUT (Wanted: OFF): OFF\n-- \n-- Build Shared Library: OFF\n-- Build Static Library: ON\n-- Build Static Library with Position Independent Code: \n-- \n-- If something was not detected, although the libraries\n-- were installed, then make sure you have set the\n-- CMAKE_C_FLAGS and CMAKE_PREFIX_PATH CMake variables correctly.\n-- \n-- Found Vulkan: /usr/lib/x86_64-linux-gnu/libvulkan.so (found suitable version \"1.4.341\", minimum required is \"1.3\") found components: glslangValidator missing components: glslc\n-- Found Python3: /home/emil/.local/bin/python3.11 (found version \"3.11.15\") found components: Interpreter\n-- Configuring done (45.9s)\n-- Generating done (0.1s)\n-- Build files have been written to: /tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug\n$ \"cmake\" \"--build\" \"/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug\" \"--config\" \"Debug\" \"--parallel\" \"4\" \"--target\" \"faset_player\" \"faset_schema_exporter\"\n[0/2] Re-checking globbed directories...\n[1/471] Building C object _deps/sdl3-build/CMakeFiles/SDL_uclibc.dir/src/libm/e_exp.c.o\n[2/471] Building C object _deps/sdl3-build/CMakeFiles/SDL_uclibc.dir/src/libm/e_log.c.o\n[3/471] Building C object _deps/sdl3-build/CMakeFiles/SDL_uclibc.dir/src/libm/e_fmod.c.o\n[4/471] Building C object _deps/sdl3-build/CMakeFiles/SDL_uclibc.dir/src/libm/e_atan2.c.o\n[5/471] Building C object _deps/sdl3-build/CMakeFiles/SDL_uclibc.dir/src/libm/e_log10.c.o\n[6/471] Building C object _deps/sdl3-build/CMakeFiles/SDL_uclibc.dir/src/libm/e_rem_pio2.c.o\n[7/471] Building C object _deps/sdl3-build/CMakeFiles/SDL_uclibc.dir/src/libm/e_pow.c.o\n[8/471] Building C object _deps/sdl3-build/CMakeFiles/SDL_uclibc.dir/src/libm/e_sqrt.c.o\n[9/471] Building C object _deps/sdl3-build/CMakeFiles/SDL_uclibc.dir/src/libm/k_cos.c.o\n[10/471] Building C object _deps/sdl3-build/CMakeFiles/SDL_uclibc.dir/src/libm/k_rem_pio2.c.o\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/libm/k_rem_pio2.c:175:12: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\n 175 | if ((m+1) < SDL_arraysize(f)) {\n | ~~~ ^ ~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/libm/k_rem_pio2.c:193:9: warning: comparison of integers of different signs: 'int32_t' (aka 'int') and 'unsigned long' [-Wsign-compare]\n 193 | if (jz < SDL_arraysize(iq)) {\n | ~~ ^ ~~~~~~~~~~~~~~~~~\n2 warnings generated.\n[11/471] Building C object _deps/sdl3-build/CMakeFiles/SDL_uclibc.dir/src/libm/k_sin.c.o\n[12/471] Building C object _deps/sdl3-build/CMakeFiles/SDL_uclibc.dir/src/libm/k_tan.c.o\n[13/471] Building C object _deps/sdl3-build/CMakeFiles/SDL_uclibc.dir/src/libm/s_atan.c.o\n[14/471] Building C object _deps/sdl3-build/CMakeFiles/SDL_uclibc.dir/src/libm/s_copysign.c.o\n[15/471] Building C object _deps/sdl3-build/CMakeFiles/SDL_uclibc.dir/src/libm/s_cos.c.o\n[16/471] Building C object _deps/sdl3-build/CMakeFiles/SDL_uclibc.dir/src/libm/s_fabs.c.o\n[17/471] Building C object _deps/sdl3-build/CMakeFiles/SDL_uclibc.dir/src/libm/s_floor.c.o\n[18/471] Building C object _deps/sdl3-build/CMakeFiles/SDL_uclibc.dir/src/libm/s_isinf.c.o\n[19/471] Building C object _deps/sdl3-build/CMakeFiles/SDL_uclibc.dir/src/libm/s_isinff.c.o\n[20/471] Building C object _deps/sdl3-build/CMakeFiles/SDL_uclibc.dir/src/libm/s_isnan.c.o\n[21/471] Building C object _deps/sdl3-build/CMakeFiles/SDL_uclibc.dir/src/libm/s_isnanf.c.o\n[22/471] Building C object _deps/sdl3-build/CMakeFiles/SDL_uclibc.dir/src/libm/s_scalbn.c.o\n[23/471] Building C object _deps/sdl3-build/CMakeFiles/SDL_uclibc.dir/src/libm/s_modf.c.o\n[24/471] Building C object _deps/sdl3-build/CMakeFiles/SDL_uclibc.dir/src/libm/s_sin.c.o\n[25/471] Building C object _deps/sdl3-build/CMakeFiles/SDL_uclibc.dir/src/libm/s_tan.c.o\n[26/471] Linking C static library _deps/sdl3-build/libSDL_uclibc.a\n[27/471] Generating wayland-generated-protocols/alpha-modifier-v1-client-protocol.h\n[28/471] Generating wayland-generated-protocols/color-management-v1-client-protocol.h\n[29/471] Generating wayland-generated-protocols/cursor-shape-v1-client-protocol.h\n[30/471] Generating wayland-generated-protocols/fractional-scale-v1-client-protocol.h\n[31/471] Generating wayland-generated-protocols/frog-color-management-v1-client-protocol.h\n[32/471] Generating wayland-generated-protocols/idle-inhibit-unstable-v1-client-protocol.h\n[33/471] Generating wayland-generated-protocols/input-timestamps-unstable-v1-client-protocol.h\n[34/471] Generating wayland-generated-protocols/keyboard-shortcuts-inhibit-unstable-v1-client-protocol.h\n[35/471] Generating wayland-generated-protocols/pointer-constraints-unstable-v1-client-protocol.h\n[36/471] Generating wayland-generated-protocols/primary-selection-unstable-v1-client-protocol.h\n[37/471] Generating wayland-generated-protocols/relative-pointer-unstable-v1-client-protocol.h\n[38/471] Generating wayland-generated-protocols/tablet-v2-client-protocol.h\n[39/471] Generating wayland-generated-protocols/text-input-unstable-v3-client-protocol.h\n[40/471] Generating wayland-generated-protocols/viewporter-client-protocol.h\n[41/471] Generating wayland-generated-protocols/wayland-client-protocol.h\n[42/471] Generating wayland-generated-protocols/xdg-activation-v1-client-protocol.h\n[43/471] Generating wayland-generated-protocols/xdg-decoration-unstable-v1-client-protocol.h\n[44/471] Generating wayland-generated-protocols/xdg-dialog-v1-client-protocol.h\n[45/471] Generating wayland-generated-protocols/xdg-foreign-unstable-v2-client-protocol.h\n[46/471] Generating wayland-generated-protocols/xdg-output-unstable-v1-client-protocol.h\n[47/471] Generating wayland-generated-protocols/xdg-shell-client-protocol.h\n[48/471] Generating wayland-generated-protocols/xdg-toplevel-icon-v1-client-protocol.h\n[49/471] Generating wayland-generated-protocols/alpha-modifier-v1-protocol.c\n[50/471] Generating wayland-generated-protocols/color-management-v1-protocol.c\n[51/471] Generating wayland-generated-protocols/cursor-shape-v1-protocol.c\n[52/471] Generating wayland-generated-protocols/fractional-scale-v1-protocol.c\n[53/471] Generating wayland-generated-protocols/frog-color-management-v1-protocol.c\n[54/471] Generating wayland-generated-protocols/idle-inhibit-unstable-v1-protocol.c\n[55/471] Generating wayland-generated-protocols/input-timestamps-unstable-v1-protocol.c\n[56/471] Generating wayland-generated-protocols/keyboard-shortcuts-inhibit-unstable-v1-protocol.c\n[57/471] Generating wayland-generated-protocols/pointer-constraints-unstable-v1-protocol.c\n[58/471] Generating wayland-generated-protocols/primary-selection-unstable-v1-protocol.c\n[59/471] Generating wayland-generated-protocols/relative-pointer-unstable-v1-protocol.c\n[60/471] Generating wayland-generated-protocols/tablet-v2-protocol.c\n[61/471] Generating wayland-generated-protocols/text-input-unstable-v3-protocol.c\n[62/471] Generating wayland-generated-protocols/viewporter-protocol.c\n[63/471] Generating wayland-generated-protocols/wayland-protocol.c\n[64/471] Generating wayland-generated-protocols/xdg-activation-v1-protocol.c\n[65/471] Generating wayland-generated-protocols/xdg-decoration-unstable-v1-protocol.c\n[66/471] Generating wayland-generated-protocols/xdg-dialog-v1-protocol.c\n[67/471] Generating wayland-generated-protocols/xdg-foreign-unstable-v2-protocol.c\n[68/471] Generating wayland-generated-protocols/xdg-output-unstable-v1-protocol.c\n[69/471] Generating wayland-generated-protocols/xdg-shell-protocol.c\n[70/471] Generating wayland-generated-protocols/xdg-toplevel-icon-v1-protocol.c\n[71/471] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/cmake_pch.h.pch\n[72/471] Generating shaders/compatibility.spv\n[73/471] Generating shaders/fragmentMain.spv, shaders/fragmentMain.reflection.json\n[74/471] Generating shaders/gpuCullMain.spv, shaders/gpuCullMain.reflection.json\n[75/471] Building CXX object CMakeFiles/faset_core.dir/src/core/process.cpp.o\n[76/471] Generating shaders/gpuHzbMain.spv, shaders/gpuHzbMain.reflection.json\n[77/471] Building CXX object CMakeFiles/faset_core.dir/src/core/hash.cpp.o\n[78/471] Generating shaders/gpuPostCullMain.spv, shaders/gpuPostCullMain.reflection.json\n[79/471] Generating shaders/gpuShadowMain.spv, shaders/gpuShadowMain.reflection.json\n[80/471] Generating shaders/gpuVertexMain.spv, shaders/gpuVertexMain.reflection.json\n[81/471] Building C object _deps/box2d-build/src/CMakeFiles/box2d.dir/aabb.c.o\n[82/471] Building C object _deps/box2d-build/src/CMakeFiles/box2d.dir/arena_allocator.c.o\n[83/471] Building C object _deps/box2d-build/src/CMakeFiles/box2d.dir/array.c.o\n[84/471] Building C object _deps/box2d-build/src/CMakeFiles/box2d.dir/bitset.c.o\n[85/471] Generating shaders/vertexMain.spv, shaders/vertexMain.reflection.json\n[86/471] Generating shaders/shadowMain.spv, shaders/shadowMain.reflection.json\n[87/471] Building C object _deps/box2d-build/src/CMakeFiles/box2d.dir/broad_phase.c.o\n[88/471] Building C object _deps/box2d-build/src/CMakeFiles/box2d.dir/constraint_graph.c.o\n[89/471] Building C object _deps/box2d-build/src/CMakeFiles/box2d.dir/body.c.o\n[90/471] Building CXX object CMakeFiles/faset_core.dir/src/core/io.cpp.o\n[91/471] Building C object _deps/box2d-build/src/CMakeFiles/box2d.dir/core.c.o\n[92/471] Building C object _deps/box2d-build/src/CMakeFiles/box2d.dir/contact.c.o\n[93/471] Building C object _deps/box2d-build/src/CMakeFiles/box2d.dir/distance.c.o\n[94/471] Building C object _deps/box2d-build/src/CMakeFiles/box2d.dir/contact_solver.c.o\n[95/471] Building C object _deps/box2d-build/src/CMakeFiles/box2d.dir/distance_joint.c.o\n[96/471] Building C object _deps/box2d-build/src/CMakeFiles/box2d.dir/dynamic_tree.c.o\n[97/471] Building C object _deps/box2d-build/src/CMakeFiles/box2d.dir/id_pool.c.o\n[98/471] Building C object _deps/box2d-build/src/CMakeFiles/box2d.dir/hull.c.o\n[99/471] Building C object _deps/box2d-build/src/CMakeFiles/box2d.dir/geometry.c.o\n[100/471] Building C object _deps/box2d-build/src/CMakeFiles/box2d.dir/island.c.o\n[101/471] Building C object _deps/box2d-build/src/CMakeFiles/box2d.dir/math_functions.c.o\n[102/471] Building C object _deps/box2d-build/src/CMakeFiles/box2d.dir/manifold.c.o\n[103/471] Building C object _deps/box2d-build/src/CMakeFiles/box2d.dir/joint.c.o\n[104/471] Building C object _deps/box2d-build/src/CMakeFiles/box2d.dir/motor_joint.c.o\n[105/471] Building C object _deps/box2d-build/src/CMakeFiles/box2d.dir/mouse_joint.c.o\n[106/471] Building C object _deps/box2d-build/src/CMakeFiles/box2d.dir/mover.c.o\n[107/471] Building C object _deps/box2d-build/src/CMakeFiles/box2d.dir/prismatic_joint.c.o\n[108/471] Building C object _deps/box2d-build/src/CMakeFiles/box2d.dir/sensor.c.o\n[109/471] Building C object _deps/box2d-build/src/CMakeFiles/box2d.dir/revolute_joint.c.o\n[110/471] Building C object _deps/box2d-build/src/CMakeFiles/box2d.dir/shape.c.o\n[111/471] Building C object _deps/box2d-build/src/CMakeFiles/box2d.dir/table.c.o\n[112/471] Building C object _deps/box2d-build/src/CMakeFiles/box2d.dir/solver_set.c.o\n[113/471] Building C object _deps/box2d-build/src/CMakeFiles/box2d.dir/timer.c.o\n[114/471] Building C object _deps/box2d-build/src/CMakeFiles/box2d.dir/types.c.o\n[115/471] Building C object _deps/box2d-build/src/CMakeFiles/box2d.dir/solver.c.o\n[116/471] Building C object _deps/box2d-build/src/CMakeFiles/box2d.dir/weld_joint.c.o\n[117/471] Building C object _deps/box3d-build/src/CMakeFiles/box3d.dir/aabb.c.o\n[118/471] Building C object _deps/box2d-build/src/CMakeFiles/box2d.dir/wheel_joint.c.o\n[119/471] Building C object _deps/box3d-build/src/CMakeFiles/box3d.dir/arena_allocator.c.o\n[120/471] Building C object _deps/box3d-build/src/CMakeFiles/box3d.dir/bitset.c.o\n[121/471] Building C object _deps/box3d-build/src/CMakeFiles/box3d.dir/block_allocator.c.o\n[122/471] Building C object _deps/box3d-build/src/CMakeFiles/box3d.dir/capsule.c.o\n[123/471] Building C object _deps/box2d-build/src/CMakeFiles/box2d.dir/world.c.o\n[124/471] Building C object _deps/box3d-build/src/CMakeFiles/box3d.dir/broad_phase.c.o\n[125/471] Building C object _deps/box3d-build/src/CMakeFiles/box3d.dir/constraint_graph.c.o\n[126/471] Building C object _deps/box3d-build/src/CMakeFiles/box3d.dir/body.c.o\n[127/471] Building C object _deps/box3d-build/src/CMakeFiles/box3d.dir/compound.c.o\n[128/471] Building C object _deps/box3d-build/src/CMakeFiles/box3d.dir/contact.c.o\n[129/471] Building C object _deps/box3d-build/src/CMakeFiles/box3d.dir/core.c.o\n[130/471] Building C object _deps/box3d-build/src/CMakeFiles/box3d.dir/distance.c.o\n[131/471] Building C object _deps/box3d-build/src/CMakeFiles/box3d.dir/distance_joint.c.o\n[132/471] Building C object _deps/box3d-build/src/CMakeFiles/box3d.dir/contact_solver.c.o\n[133/471] Building C object _deps/box3d-build/src/CMakeFiles/box3d.dir/convex_manifold.c.o\n[134/471] Building C object _deps/box3d-build/src/CMakeFiles/box3d.dir/id_pool.c.o\n[135/471] Building C object _deps/box3d-build/src/CMakeFiles/box3d.dir/island.c.o\n[136/471] Building C object _deps/box3d-build/src/CMakeFiles/box3d.dir/dynamic_tree.c.o\n[137/471] Building C object _deps/box3d-build/src/CMakeFiles/box3d.dir/height_field.c.o\n[138/471] Building C object _deps/box3d-build/src/CMakeFiles/box3d.dir/manifold.c.o\n[139/471] Building C object _deps/box3d-build/src/CMakeFiles/box3d.dir/math_functions.c.o\n[140/471] Building C object _deps/box3d-build/src/CMakeFiles/box3d.dir/hull.c.o\n[141/471] Building C object _deps/box3d-build/src/CMakeFiles/box3d.dir/joint.c.o\n[142/471] Building C object _deps/box3d-build/src/CMakeFiles/box3d.dir/mover.c.o\n[143/471] Building C object _deps/box3d-build/src/CMakeFiles/box3d.dir/mesh_contact.c.o\n[144/471] Building C object _deps/box3d-build/src/CMakeFiles/box3d.dir/motor_joint.c.o\n[145/471] Building C object _deps/box3d-build/src/CMakeFiles/box3d.dir/name_cache.c.o\n[146/471] Building C object _deps/box3d-build/src/CMakeFiles/box3d.dir/mesh.c.o\n[147/471] Building C object _deps/box3d-build/src/CMakeFiles/box3d.dir/parallel_for.c.o\n[148/471] Building C object _deps/box3d-build/src/CMakeFiles/box3d.dir/parallel_joint.c.o\n[149/471] Building C object _deps/box3d-build/src/CMakeFiles/box3d.dir/prismatic_joint.c.o\n[150/471] Building C object _deps/box3d-build/src/CMakeFiles/box3d.dir/physics_world.c.o\n[151/471] Building C object _deps/box3d-build/src/CMakeFiles/box3d.dir/recording.c.o\n[152/471] Building C object _deps/box3d-build/src/CMakeFiles/box3d.dir/scheduler.c.o\n[153/471] Building C object _deps/box3d-build/src/CMakeFiles/box3d.dir/world_snapshot.c.o\n[154/471] Building C object _deps/box3d-build/src/CMakeFiles/box3d.dir/sensor.c.o\n[155/471] Building C object _deps/box3d-build/src/CMakeFiles/box3d.dir/recording_replay.c.o\n[156/471] Building C object _deps/box3d-build/src/CMakeFiles/box3d.dir/revolute_joint.c.o\n[157/471] Building C object _deps/box3d-build/src/CMakeFiles/box3d.dir/simd.c.o\n[158/471] Building C object _deps/box3d-build/src/CMakeFiles/box3d.dir/solver_set.c.o\n[159/471] Building C object _deps/box3d-build/src/CMakeFiles/box3d.dir/sphere.c.o\n[160/471] Building C object _deps/box3d-build/src/CMakeFiles/box3d.dir/solver.c.o\n[161/471] Building C object _deps/box3d-build/src/CMakeFiles/box3d.dir/shape.c.o\n[162/471] Building C object _deps/box3d-build/src/CMakeFiles/box3d.dir/table.c.o\n[163/471] Building C object _deps/box3d-build/src/CMakeFiles/box3d.dir/timer.c.o\n[164/471] Building C object _deps/box3d-build/src/CMakeFiles/box3d.dir/types.c.o\n[165/471] Building C object _deps/box3d-build/src/CMakeFiles/box3d.dir/spherical_joint.c.o\n[166/471] Building C object _deps/box3d-build/src/CMakeFiles/box3d.dir/triangle_manifold.c.o\n[167/471] Building C object _deps/box3d-build/src/CMakeFiles/box3d.dir/weld_joint.c.o\n[168/471] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/SDL_assert.c.o\n[169/471] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/SDL_error.c.o\n[170/471] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/SDL_guid.c.o\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/SDL_guid.c:33:19: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\n 33 | for (i = 0; i < sizeof(guid.data) && i < (cbGUID - 1) / 2; i++) {\n | ~ ^ ~~~~~~~~~~~~~~~~~\n1 warning generated.\n[171/471] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/SDL.c.o\n[172/471] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/SDL_hashtable.c.o\n[173/471] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/SDL_list.c.o\n[174/471] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/SDL_hints.c.o\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/SDL_hints.c:76:47: warning: unused parameter 'userdata' [-Wunused-parameter]\n 76 | static void SDLCALL CleanupHintProperty(void *userdata, void *value)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/SDL_hints.c:215:46: warning: unused parameter 'userdata' [-Wunused-parameter]\n 215 | static void SDLCALL ResetHintsCallback(void *userdata, SDL_PropertiesID hints, const char *name)\n | ^\n2 warnings generated.\n[175/471] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/SDL_log.c.o\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/SDL_log.c:123:46: warning: unused parameter 'userdata' [-Wunused-parameter]\n 123 | static void SDLCALL SDL_LoggingChanged(void *userdata, const char *name, const char *oldValue, const char *hint)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/SDL_log.c:123:68: warning: unused parameter 'name' [-Wunused-parameter]\n 123 | static void SDLCALL SDL_LoggingChanged(void *userdata, const char *name, const char *oldValue, const char *hint)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/SDL_log.c:123:86: warning: unused parameter 'oldValue' [-Wunused-parameter]\n 123 | static void SDLCALL SDL_LoggingChanged(void *userdata, const char *name, const char *oldValue, const char *hint)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/SDL_log.c:123:108: warning: unused parameter 'hint' [-Wunused-parameter]\n 123 | static void SDLCALL SDL_LoggingChanged(void *userdata, const char *name, const char *oldValue, const char *hint)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/SDL_log.c:195:27: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\n 195 | for (int i = 0; i < SDL_arraysize(SDL_log_priorities); ++i) {\n | ~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/SDL_log.c:210:39: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\n 210 | if (category >= 0 && category < SDL_arraysize(SDL_log_priorities)) {\n | ~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/SDL_log.c:245:35: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\n 245 | if (category >= 0 && category < SDL_arraysize(SDL_log_priorities)) {\n | ~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/SDL_log.c:251:39: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\n 251 | if (category >= 0 && category < SDL_arraysize(SDL_log_priorities)) {\n | ~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/SDL_log.c:284:19: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\n 284 | for (i = 0; i < SDL_arraysize(SDL_category_names); ++i) {\n | ~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/SDL_log.c:358:39: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\n 358 | for (int i = 0; i < SDL_arraysize(SDL_log_priorities); ++i) {\n | ~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/SDL_log.c:381:27: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\n 381 | for (int i = 0; i < SDL_arraysize(SDL_log_priorities); ++i) {\n | ~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/SDL_log.c:393:27: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\n 393 | for (int i = 0; i < SDL_arraysize(SDL_log_priorities); ++i) {\n | ~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/SDL_log.c:419:23: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\n 419 | for (int i = 0; i < SDL_arraysize(SDL_priority_prefixes); ++i) {\n | ~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/SDL_log.c:600:13: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\n 600 | if (len >= sizeof(stack_buf) && SDL_size_add_check_overflow(len, 1, &len_plus_term)) {\n | ~~~ ^ ~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/SDL_log.c:645:41: warning: unused parameter 'userdata' [-Wunused-parameter]\n 645 | static void SDLCALL SDL_LogOutput(void *userdata, int category, SDL_LogPriority priority,\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/SDL_log.c:645:55: warning: unused parameter 'category' [-Wunused-parameter]\n 645 | static void SDLCALL SDL_LogOutput(void *userdata, int category, SDL_LogPriority priority,\n | ^\n16 warnings generated.\n[176/471] Building C object _deps/box3d-build/src/CMakeFiles/box3d.dir/wheel_joint.c.o\n[177/471] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/SDL_utils.c.o\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/SDL_utils.c:141:44: warning: unused parameter 'unused' [-Wunused-parameter]\n 141 | static Uint32 SDLCALL SDL_HashObject(void *unused, const void *key)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/SDL_utils.c:146:38: warning: unused parameter 'unused' [-Wunused-parameter]\n 146 | static bool SDL_KeyMatchObject(void *unused, const void *a, const void *b)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/SDL_utils.c:193:71: warning: unused parameter 'table' [-Wunused-parameter]\n 193 | static bool SDLCALL GetOneObject(void *userdata, const SDL_HashTable *table, const void *object, const void *object_type)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/SDL_utils.c:213:46: warning: unused parameter 'userdata' [-Wunused-parameter]\n 213 | static bool SDLCALL LogOneLeakedObject(void *userdata, const SDL_HashTable *table, const void *object, const void *object_type)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/SDL_utils.c:213:77: warning: unused parameter 'table' [-Wunused-parameter]\n 213 | static bool SDLCALL LogOneLeakedObject(void *userdata, const SDL_HashTable *table, const void *object, const void *object_type)\n | ^\n5 warnings generated.\n[178/471] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/SDL_properties.c.o\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/SDL_properties.c:57:83: warning: unused parameter 'data' [-Wunused-parameter]\n 57 | static void SDL_FreePropertyWithCleanup(const void *key, const void *value, void *data, bool cleanup)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/SDL_properties.c:105:45: warning: unused parameter 'userdata' [-Wunused-parameter]\n 105 | static bool SDLCALL FreeOneProperties(void *userdata, const SDL_HashTable *table, const void *key, const void *value)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/SDL_properties.c:105:76: warning: unused parameter 'table' [-Wunused-parameter]\n 105 | static bool SDLCALL FreeOneProperties(void *userdata, const SDL_HashTable *table, const void *key, const void *value)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/SDL_properties.c:105:95: warning: unused parameter 'key' [-Wunused-parameter]\n 105 | static bool SDLCALL FreeOneProperties(void *userdata, const SDL_HashTable *table, const void *key, const void *value)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/SDL_properties.c:206:74: warning: unused parameter 'table' [-Wunused-parameter]\n 206 | static bool SDLCALL CopyOneProperty(void *userdata, const SDL_HashTable *table, const void *key, const void *value)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/SDL_properties.c:398:51: warning: unused parameter 'userdata' [-Wunused-parameter]\n 398 | static void SDLCALL CleanupFreeableProperty(void *userdata, void *value)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/SDL_properties.c:408:42: warning: unused parameter 'userdata' [-Wunused-parameter]\n 408 | static void SDLCALL CleanupSurface(void *userdata, void *value)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/SDL_properties.c:780:54: warning: unused parameter 'userdata' [-Wunused-parameter]\n 780 | static void SDLCALL SDL_DumpPropertiesCallback(void *userdata, SDL_PropertiesID props, const char *name)\n | ^\n8 warnings generated.\n[179/471] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/atomic/SDL_atomic.c.o\n[180/471] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/atomic/SDL_spinlock.c.o\n[181/471] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/audio/SDL_audiodev.c.o\n[182/471] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/audio/SDL_audioqueue.c.o\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/audio/SDL_audioqueue.c:245:56: warning: comparison of integers of different signs: 'unsigned long' and 'const int' [-Wsign-compare]\n 245 | SDL_assert(SDL_arraysize(track->chmap_storage) >= spec->channels);\n | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/include/SDL3/SDL_assert.h:482:53: note: expanded from macro 'SDL_assert'\n 482 | # define SDL_assert(condition) SDL_enabled_assert(condition)\n | ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/include/SDL3/SDL_assert.h:364:19: note: expanded from macro 'SDL_enabled_assert'\n 364 | while ( !(condition) ) { \\\n | ^~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/audio/SDL_audioqueue.c:262:81: warning: unused parameter 'len' [-Wunused-parameter]\n 262 | static void SDLCALL FreeChunkedAudioBuffer(void *userdata, const void *buf, int len)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/audio/SDL_audioqueue.c:373:47: warning: unused parameter 'queue' [-Wunused-parameter]\n 373 | size_t SDL_NextAudioQueueIter(SDL_AudioQueue *queue, void **inout_iter, SDL_AudioSpec *out_spec, int **out_chmap, bool *out_flushed)\n | ^\n3 warnings generated.\n[183/471] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/audio/SDL_audioresample.c.o\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/audio/SDL_audioresample.c:94:99: warning: unused parameter 'chans' [-Wunused-parameter]\n 94 | static void ResampleFrame_Mono(const float *src, float *dst, const Cubic *filter, float frac, int chans)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/audio/SDL_audioresample.c:112:101: warning: unused parameter 'chans' [-Wunused-parameter]\n 112 | static void ResampleFrame_Stereo(const float *src, float *dst, const Cubic *filter, float frac, int chans)\n | ^\n2 warnings generated.\n[184/471] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/audio/SDL_audiocvt.c.o\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/audio/SDL_audiocvt.c:350:33: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\n 350 | SDL_assert(src_channels <= SDL_arraysize(channel_converters));\n | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/include/SDL3/SDL_assert.h:482:53: note: expanded from macro 'SDL_assert'\n 482 | # define SDL_assert(condition) SDL_enabled_assert(condition)\n | ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/include/SDL3/SDL_assert.h:364:19: note: expanded from macro 'SDL_enabled_assert'\n 364 | while ( !(condition) ) { \\\n | ^~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/audio/SDL_audiocvt.c:351:33: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\n 351 | SDL_assert(dst_channels <= SDL_arraysize(channel_converters[0]));\n | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/include/SDL3/SDL_assert.h:482:53: note: expanded from macro 'SDL_assert'\n 482 | # define SDL_assert(condition) SDL_enabled_assert(condition)\n | ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/include/SDL3/SDL_assert.h:364:19: note: expanded from macro 'SDL_enabled_assert'\n 364 | while ( !(condition) ) { \\\n | ^~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/audio/SDL_audiocvt.c:397:33: warning: comparison of integers of different signs: 'const int' and 'unsigned long' [-Wsign-compare]\n 397 | const int max_format_size = SDL_max(max_app_format_size, sizeof (float)); // ConvertAudio and ResampleAudio use floats.\n | ^ ~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/include/SDL3/SDL_stdinc.h:2128:29: note: expanded from macro 'SDL_max'\n 2128 | #define SDL_max(x, y) (((x) > (y)) ? (x) : (y))\n | ~ ^ ~\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/audio/SDL_audiocvt.c:617:139: warning: unused parameter 'isinput' [-Wunused-parameter]\n 617 | bool SetAudioStreamChannelMap(SDL_AudioStream *stream, const SDL_AudioSpec *spec, int **stream_chmap, const int *chmap, int channels, int isinput)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/audio/SDL_audiocvt.c:831:52: warning: unused parameter 'userdata' [-Wunused-parameter]\n 831 | static void SDLCALL FreeAllocatedAudioBuffer(void *userdata, const void *buf, int len)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/audio/SDL_audiocvt.c:831:83: warning: unused parameter 'len' [-Wunused-parameter]\n 831 | static void SDLCALL FreeAllocatedAudioBuffer(void *userdata, const void *buf, int len)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/audio/SDL_audiocvt.c:1329:51: warning: unused parameter 'userdata' [-Wunused-parameter]\n 1329 | static void SDLCALL DontFreeThisAudioBuffer(void *userdata, const void *buf, int len)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/audio/SDL_audiocvt.c:1329:73: warning: unused parameter 'buf' [-Wunused-parameter]\n 1329 | static void SDLCALL DontFreeThisAudioBuffer(void *userdata, const void *buf, int len)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/audio/SDL_audiocvt.c:1329:82: warning: unused parameter 'len' [-Wunused-parameter]\n 1329 | static void SDLCALL DontFreeThisAudioBuffer(void *userdata, const void *buf, int len)\n | ^\n9 warnings generated.\n[185/471] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/audio/SDL_mixer.c.o\n[186/471] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/audio/SDL_audiotypecvt.c.o\n[187/471] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/audio/SDL_audio.c.o\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/audio/SDL_audio.c:311:47: warning: unused parameter 'device' [-Wunused-parameter]\n 311 | static bool ZombiePlayDevice(SDL_AudioDevice *device, const Uint8 *buffer, int buflen)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/audio/SDL_audio.c:311:68: warning: unused parameter 'buffer' [-Wunused-parameter]\n 311 | static bool ZombiePlayDevice(SDL_AudioDevice *device, const Uint8 *buffer, int buflen)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/audio/SDL_audio.c:311:80: warning: unused parameter 'buflen' [-Wunused-parameter]\n 311 | static bool ZombiePlayDevice(SDL_AudioDevice *device, const Uint8 *buffer, int buflen)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/audio/SDL_audio.c:316:64: warning: unused parameter 'buffer_size' [-Wunused-parameter]\n 316 | static Uint8 *ZombieGetDeviceBuf(SDL_AudioDevice *device, int *buffer_size)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/audio/SDL_audio.c:328:51: warning: unused parameter 'device' [-Wunused-parameter]\n 328 | static void ZombieFlushRecording(SDL_AudioDevice *device)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/audio/SDL_audio.c:805:60: warning: unused parameter 'device' [-Wunused-parameter]\n 805 | static void SDL_AudioThreadDeinit_Default(SDL_AudioDevice *device) { /* no-op. */ }\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/audio/SDL_audio.c:806:58: warning: unused parameter 'device' [-Wunused-parameter]\n 806 | static bool SDL_AudioWaitDevice_Default(SDL_AudioDevice *device) { return true; /* no-op. */ }\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/audio/SDL_audio.c:807:58: warning: unused parameter 'device' [-Wunused-parameter]\n 807 | static bool SDL_AudioPlayDevice_Default(SDL_AudioDevice *device, const Uint8 *buffer, int buffer_size) { return true; /* no-op. */ }\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/audio/SDL_audio.c:807:79: warning: unused parameter 'buffer' [-Wunused-parameter]\n 807 | static bool SDL_AudioPlayDevice_Default(SDL_AudioDevice *device, const Uint8 *buffer, int buffer_size) { return true; /* no-op. */ }\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/audio/SDL_audio.c:807:91: warning: unused parameter 'buffer_size' [-Wunused-parameter]\n 807 | static bool SDL_AudioPlayDevice_Default(SDL_AudioDevice *device, const Uint8 *buffer, int buffer_size) { return true; /* no-op. */ }\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/audio/SDL_audio.c:808:67: warning: unused parameter 'device' [-Wunused-parameter]\n 808 | static bool SDL_AudioWaitRecordingDevice_Default(SDL_AudioDevice *device) { return true; /* no-op. */ }\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/audio/SDL_audio.c:809:62: warning: unused parameter 'device' [-Wunused-parameter]\n 809 | static void SDL_AudioFlushRecording_Default(SDL_AudioDevice *device) { /* no-op. */ }\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/audio/SDL_audio.c:810:59: warning: unused parameter 'device' [-Wunused-parameter]\n 810 | static void SDL_AudioCloseDevice_Default(SDL_AudioDevice *device) { /* no-op. */ }\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/audio/SDL_audio.c:813:64: warning: unused parameter 'device' [-Wunused-parameter]\n 813 | static void SDL_AudioFreeDeviceHandle_Default(SDL_AudioDevice *device) { /* no-op. */ }\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/audio/SDL_audio.c:832:62: warning: unused parameter 'device' [-Wunused-parameter]\n 832 | static Uint8 *SDL_AudioGetDeviceBuf_Default(SDL_AudioDevice *device, int *buffer_size)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/audio/SDL_audio.c:838:59: warning: unused parameter 'device' [-Wunused-parameter]\n 838 | static int SDL_AudioRecordDevice_Default(SDL_AudioDevice *device, void *buffer, int buflen)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/audio/SDL_audio.c:838:73: warning: unused parameter 'buffer' [-Wunused-parameter]\n 838 | static int SDL_AudioRecordDevice_Default(SDL_AudioDevice *device, void *buffer, int buflen)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/audio/SDL_audio.c:838:85: warning: unused parameter 'buflen' [-Wunused-parameter]\n 838 | static int SDL_AudioRecordDevice_Default(SDL_AudioDevice *device, void *buffer, int buflen)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/audio/SDL_audio.c:844:58: warning: unused parameter 'device' [-Wunused-parameter]\n 844 | static bool SDL_AudioOpenDevice_Default(SDL_AudioDevice *device)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/audio/SDL_audio.c:877:77: warning: unused parameter 'table' [-Wunused-parameter]\n 877 | static bool SDLCALL FindLowestDeviceID(void *userdata, const SDL_HashTable *table, const void *key, const void *value)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/audio/SDL_audio.c:905:47: warning: unused parameter 'userdata' [-Wunused-parameter]\n 905 | static Uint32 SDLCALL HashAudioDeviceID(void *userdata, const void *key)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/audio/SDL_audio.c:1051:57: warning: unused parameter 'userdata' [-Wunused-parameter]\n 1051 | static bool SDLCALL DestroyOnePhysicalAudioDevice(void *userdata, const SDL_HashTable *table, const void *key, const void *value)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/audio/SDL_audio.c:1051:88: warning: unused parameter 'table' [-Wunused-parameter]\n 1051 | static bool SDLCALL DestroyOnePhysicalAudioDevice(void *userdata, const SDL_HashTable *table, const void *key, const void *value)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/audio/SDL_audio.c:1106:47: warning: unused parameter 'device' [-Wunused-parameter]\n 1106 | void SDL_AudioThreadFinalize(SDL_AudioDevice *device)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/audio/SDL_audio.c:1406:76: warning: unused parameter 'table' [-Wunused-parameter]\n 1406 | static bool SDLCALL CountAudioDevices(void *userdata, const SDL_HashTable *table, const void *key, const void *value)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/audio/SDL_audio.c:1477:84: warning: unused parameter 'table' [-Wunused-parameter]\n 1477 | static bool SDLCALL FindAudioDeviceByCallback(void *userdata, const SDL_HashTable *table, const void *key, const void *value)\n | ^\n26 warnings generated.\n[188/471] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/core/SDL_core_unsupported.c.o\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/core/SDL_core_unsupported.c:62:34: warning: unused parameter 'outUserHandle' [-Wunused-parameter]\n 62 | bool SDL_GetGDKDefaultUser(void *outUserHandle)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/core/SDL_core_unsupported.c:68:39: warning: unused parameter 'device' [-Wunused-parameter]\n 68 | void SDL_GDKSuspendGPU(SDL_GPUDevice *device)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/core/SDL_core_unsupported.c:73:38: warning: unused parameter 'device' [-Wunused-parameter]\n 73 | void SDL_GDKResumeGPU(SDL_GPUDevice *device)\n | ^\n3 warnings generated.\n[189/471] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/audio/SDL_wave.c.o\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/audio/SDL_wave.c:679:65: warning: comparison of integers of different signs: 'Sint64' (aka 'long') and 'unsigned long' [-Wsign-compare]\n 679 | } else if (outputsize > SDL_MAX_UINT32 || state.framestotal > SIZE_MAX) {\n | ~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/audio/SDL_wave.c:1070:65: warning: comparison of integers of different signs: 'Sint64' (aka 'long') and 'unsigned long' [-Wsign-compare]\n 1070 | } else if (outputsize > SDL_MAX_UINT32 || state.framestotal > SIZE_MAX) {\n | ~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/audio/SDL_wave.c:1231:68: warning: comparison of integers of different signs: 'Sint64' (aka 'long') and 'unsigned long' [-Wsign-compare]\n 1231 | } else if (expanded_len > SDL_MAX_UINT32 || file->sampleframes > SIZE_MAX) {\n | ~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/audio/SDL_wave.c:1362:68: warning: comparison of integers of different signs: 'Sint64' (aka 'long') and 'unsigned long' [-Wsign-compare]\n 1362 | } else if (expanded_len > SDL_MAX_UINT32 || file->sampleframes > SIZE_MAX) {\n | ~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/audio/SDL_wave.c:1426:66: warning: comparison of integers of different signs: 'Sint64' (aka 'long') and 'unsigned long' [-Wsign-compare]\n 1426 | } else if (outputsize > SDL_MAX_UINT32 || file->sampleframes > SIZE_MAX) {\n | ~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~\n5 warnings generated.\n[190/471] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/cpuinfo/SDL_cpuinfo.c.o\n[191/471] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/events/SDL_categories.c.o\n[192/471] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/camera/SDL_camera.c.o\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/camera/SDL_camera.c:266:23: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\n 266 | for (int i = 0; i < SDL_arraysize(device->output_surfaces); i++) {\n | ~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/camera/SDL_camera.c:618:90: warning: unused parameter 'table' [-Wunused-parameter]\n 618 | static bool SDLCALL FindOnePhysicalCameraByCallback(void *userdata, const SDL_HashTable *table, const void *key, const void *value)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/camera/SDL_camera.c:618:109: warning: unused parameter 'key' [-Wunused-parameter]\n 618 | static bool SDLCALL FindOnePhysicalCameraByCallback(void *userdata, const SDL_HashTable *table, const void *key, const void *value)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/camera/SDL_camera.c:709:71: warning: unused parameter 'table' [-Wunused-parameter]\n 709 | static bool SDLCALL GetOneCamera(void *userdata, const SDL_HashTable *table, const void *key, const void *value)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/camera/SDL_camera.c:709:107: warning: unused parameter 'value' [-Wunused-parameter]\n 709 | static bool SDLCALL GetOneCamera(void *userdata, const SDL_HashTable *table, const void *key, const void *value)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/camera/SDL_camera.c:784:40: warning: unused parameter 'device' [-Wunused-parameter]\n 784 | void SDL_CameraThreadSetup(SDL_Camera *device)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/camera/SDL_camera.c:927:43: warning: unused parameter 'device' [-Wunused-parameter]\n 927 | void SDL_CameraThreadShutdown(SDL_Camera *device)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/camera/SDL_camera.c:1021:23: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\n 1021 | for (int i = 0; i < (SDL_arraysize(device->output_surfaces) - 1); i++) {\n | ~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/camera/SDL_camera.c:1026:23: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\n 1026 | for (int i = 0; i < SDL_arraysize(device->output_surfaces); i++) {\n | ~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/camera/SDL_camera.c:1054:23: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\n 1054 | for (int i = 0; i < SDL_arraysize(device->output_surfaces); i++) {\n | ~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/camera/SDL_camera.c:1436:49: warning: unused parameter 'userdata' [-Wunused-parameter]\n 1436 | static void SDLCALL DestroyCameraHashItem(void *userdata, const void *key, const void *value)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/camera/SDL_camera.c:1436:71: warning: unused parameter 'key' [-Wunused-parameter]\n 1436 | static void SDLCALL DestroyCameraHashItem(void *userdata, const void *key, const void *value)\n | ^\n12 warnings generated.\n[193/471] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/events/SDL_clipboardevents.c.o\n[194/471] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/events/SDL_displayevents.c.o\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/events/SDL_displayevents.c:34:55: warning: comparison of integers of different signs: 'int' and 'SDL_DisplayOrientation' (aka 'enum SDL_DisplayOrientation') [-Wsign-compare]\n 34 | if (data1 == SDL_ORIENTATION_UNKNOWN || data1 == display->current_orientation) {\n | ~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n1 warning generated.\n[195/471] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/events/SDL_dropevents.c.o\n[196/471] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/events/SDL_eventwatch.c.o\n[197/471] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/events/SDL_keyboard.c.o\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/events/SDL_keyboard.c:74:75: warning: unused parameter 'name' [-Wunused-parameter]\n 74 | static void SDLCALL SDL_KeycodeOptionsChanged(void *userdata, const char *name, const char *oldValue, const char *hint)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/events/SDL_keyboard.c:74:93: warning: unused parameter 'oldValue' [-Wunused-parameter]\n 74 | static void SDLCALL SDL_KeycodeOptionsChanged(void *userdata, const char *name, const char *oldValue, const char *hint)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/events/SDL_keyboard.c:104:28: warning: unused parameter 'vendor' [-Wunused-parameter]\n 104 | bool SDL_IsKeyboard(Uint16 vendor, Uint16 product, int num_keys)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/events/SDL_keyboard.c:104:43: warning: unused parameter 'product' [-Wunused-parameter]\n 104 | bool SDL_IsKeyboard(Uint16 vendor, Uint16 product, int num_keys)\n | ^\n4 warnings generated.\n[198/471] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/events/SDL_keymap.c.o\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/events/SDL_keymap.c:628:27: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\n 628 | for (int i = 0; i < SDL_arraysize(extended_default_symbols); ++i) {\n | ~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/events/SDL_keymap.c:652:23: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\n 652 | for (int i = 0; i < SDL_arraysize(normal_default_symbols); ++i) {\n | ~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/events/SDL_keymap.c:658:23: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\n 658 | for (int i = 0; i < SDL_arraysize(shifted_default_symbols); ++i) {\n | ~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/events/SDL_keymap.c:1014:19: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\n 1014 | for (i = 0; i < SDL_arraysize(SDL_scancode_names); ++i) {\n | ~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n4 warnings generated.\n[199/471] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/events/SDL_events.c.o\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/events/SDL_events.c:227:68: warning: unused parameter 'state' [-Wunused-parameter]\n 227 | static void SDL_FreeTemporaryMemoryEntry(SDL_TemporaryMemoryState *state, SDL_TemporaryMemory *entry, bool free_data)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/events/SDL_events.c:397:58: warning: unused parameter 'userdata' [-Wunused-parameter]\n 397 | static void SDLCALL SDL_AutoUpdateJoysticksChanged(void *userdata, const char *name, const char *oldValue, const char *hint)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/events/SDL_events.c:397:80: warning: unused parameter 'name' [-Wunused-parameter]\n 397 | static void SDLCALL SDL_AutoUpdateJoysticksChanged(void *userdata, const char *name, const char *oldValue, const char *hint)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/events/SDL_events.c:397:98: warning: unused parameter 'oldValue' [-Wunused-parameter]\n 397 | static void SDLCALL SDL_AutoUpdateJoysticksChanged(void *userdata, const char *name, const char *oldValue, const char *hint)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/events/SDL_events.c:408:56: warning: unused parameter 'userdata' [-Wunused-parameter]\n 408 | static void SDLCALL SDL_AutoUpdateSensorsChanged(void *userdata, const char *name, const char *oldValue, const char *hint)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/events/SDL_events.c:408:78: warning: unused parameter 'name' [-Wunused-parameter]\n 408 | static void SDLCALL SDL_AutoUpdateSensorsChanged(void *userdata, const char *name, const char *oldValue, const char *hint)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/events/SDL_events.c:408:96: warning: unused parameter 'oldValue' [-Wunused-parameter]\n 408 | static void SDLCALL SDL_AutoUpdateSensorsChanged(void *userdata, const char *name, const char *oldValue, const char *hint)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/events/SDL_events.c:415:51: warning: unused parameter 'userdata' [-Wunused-parameter]\n 415 | static void SDLCALL SDL_PollSentinelChanged(void *userdata, const char *name, const char *oldValue, const char *hint)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/events/SDL_events.c:415:73: warning: unused parameter 'name' [-Wunused-parameter]\n 415 | static void SDLCALL SDL_PollSentinelChanged(void *userdata, const char *name, const char *oldValue, const char *hint)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/events/SDL_events.c:415:91: warning: unused parameter 'oldValue' [-Wunused-parameter]\n 415 | static void SDLCALL SDL_PollSentinelChanged(void *userdata, const char *name, const char *oldValue, const char *hint)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/events/SDL_events.c:428:51: warning: unused parameter 'userdata' [-Wunused-parameter]\n 428 | static void SDLCALL SDL_EventLoggingChanged(void *userdata, const char *name, const char *oldValue, const char *hint)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/events/SDL_events.c:428:73: warning: unused parameter 'name' [-Wunused-parameter]\n 428 | static void SDLCALL SDL_EventLoggingChanged(void *userdata, const char *name, const char *oldValue, const char *hint)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/events/SDL_events.c:428:91: warning: unused parameter 'oldValue' [-Wunused-parameter]\n 428 | static void SDLCALL SDL_EventLoggingChanged(void *userdata, const char *name, const char *oldValue, const char *hint)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/events/SDL_events.c:927:19: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\n 927 | for (i = 0; i < SDL_arraysize(SDL_disabled_events); ++i) {\n | ~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/events/SDL_events.c:1489:31: warning: comparison of integers of different signs: 'Sint64' (aka 'long') and 'Uint64' (aka 'unsigned long') [-Wsign-compare]\n 1489 | poll_intervalNS = SDL_min(poll_intervalNS, EVENT_POLL_INTERVAL_NS);\n | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/include/SDL3/SDL_stdinc.h:2110:29: note: expanded from macro 'SDL_min'\n 2110 | #define SDL_min(x, y) (((x) < (y)) ? (x) : (y))\n | ~ ^ ~\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/events/SDL_events.c:1500:27: warning: comparison of integers of different signs: 'Sint64' (aka 'long') and 'Uint64' (aka 'unsigned long') [-Wsign-compare]\n 1500 | poll_intervalNS = SDL_min(poll_intervalNS, EVENT_POLL_INTERVAL_NS);\n | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/include/SDL3/SDL_stdinc.h:2110:29: note: expanded from macro 'SDL_min'\n 2110 | #define SDL_min(x, y) (((x) < (y)) ? (x) : (y))\n | ~ ^ ~\n16 warnings generated.\n[200/471] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/events/SDL_keysym_to_keycode.c.o\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/events/SDL_keysym_to_keycode.c:51:27: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\n 51 | for (int i = 0; i < SDL_arraysize(keysym_to_keycode_table); ++i) {\n | ~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n1 warning generated.\n[201/471] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/events/SDL_keysym_to_scancode.c.o\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/events/SDL_keysym_to_scancode.c:397:19: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\n 397 | for (i = 0; i < SDL_arraysize(KeySymToSDLScancode); ++i) {\n | ~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/events/SDL_keysym_to_scancode.c:415:25: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\n 415 | if (i >= 0 && i < SDL_arraysize(LinuxKeycodeKeysyms) && keysym == LinuxKeycodeKeysyms[i]) {\n | ~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/events/SDL_keysym_to_scancode.c:419:27: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\n 419 | for (i = 0; i < SDL_arraysize(LinuxKeycodeKeysyms); ++i) {\n | ~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/events/SDL_keysym_to_scancode.c:429:23: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\n 429 | for (i = 0; i < SDL_arraysize(ExtendedLinuxKeycodeKeysyms); ++i) {\n | ~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n4 warnings generated.\n[202/471] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/events/SDL_quit.c.o\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/events/SDL_quit.c:78:41: warning: cast from 'void (*)(int, siginfo_t *, void *)' to 'void (*)(int)' converts to incompatible function type [-Wcast-function-type-mismatch]\n 78 | if (action.sa_handler == SIG_DFL && (void (*)(int))action.sa_sigaction == SIG_DFL) {\n | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n1 warning generated.\n[203/471] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/events/SDL_pen.c.o\n[204/471] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/events/SDL_scancode_tables.c.o\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/events/SDL_scancode_tables.c:48:19: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\n 48 | for (i = 0; i < SDL_arraysize(SDL_scancode_tables); ++i) {\n | ~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n1 warning generated.\n[205/471] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/events/SDL_mouse.c.o\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/events/SDL_mouse.c:53:81: warning: unused parameter 'name' [-Wunused-parameter]\n 53 | static void SDLCALL SDL_MouseDoubleClickTimeChanged(void *userdata, const char *name, const char *oldValue, const char *hint)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/events/SDL_mouse.c:53:99: warning: unused parameter 'oldValue' [-Wunused-parameter]\n 53 | static void SDLCALL SDL_MouseDoubleClickTimeChanged(void *userdata, const char *name, const char *oldValue, const char *hint)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/events/SDL_mouse.c:68:83: warning: unused parameter 'name' [-Wunused-parameter]\n 68 | static void SDLCALL SDL_MouseDoubleClickRadiusChanged(void *userdata, const char *name, const char *oldValue, const char *hint)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/events/SDL_mouse.c:68:101: warning: unused parameter 'oldValue' [-Wunused-parameter]\n 68 | static void SDLCALL SDL_MouseDoubleClickRadiusChanged(void *userdata, const char *name, const char *oldValue, const char *hint)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/events/SDL_mouse.c:79:82: warning: unused parameter 'name' [-Wunused-parameter]\n 79 | static void SDLCALL SDL_MouseNormalSpeedScaleChanged(void *userdata, const char *name, const char *oldValue, const char *hint)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/events/SDL_mouse.c:79:100: warning: unused parameter 'oldValue' [-Wunused-parameter]\n 79 | static void SDLCALL SDL_MouseNormalSpeedScaleChanged(void *userdata, const char *name, const char *oldValue, const char *hint)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/events/SDL_mouse.c:92:84: warning: unused parameter 'name' [-Wunused-parameter]\n 92 | static void SDLCALL SDL_MouseRelativeSpeedScaleChanged(void *userdata, const char *name, const char *oldValue, const char *hint)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/events/SDL_mouse.c:92:102: warning: unused parameter 'oldValue' [-Wunused-parameter]\n 92 | static void SDLCALL SDL_MouseRelativeSpeedScaleChanged(void *userdata, const char *name, const char *oldValue, const char *hint)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/events/SDL_mouse.c:105:84: warning: unused parameter 'name' [-Wunused-parameter]\n 105 | static void SDLCALL SDL_MouseRelativeModeCenterChanged(void *userdata, const char *name, const char *oldValue, const char *hint)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/events/SDL_mouse.c:105:102: warning: unused parameter 'oldValue' [-Wunused-parameter]\n 105 | static void SDLCALL SDL_MouseRelativeModeCenterChanged(void *userdata, const char *name, const char *oldValue, const char *hint)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/events/SDL_mouse.c:112:85: warning: unused parameter 'name' [-Wunused-parameter]\n 112 | static void SDLCALL SDL_MouseRelativeSystemScaleChanged(void *userdata, const char *name, const char *oldValue, const char *hint)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/events/SDL_mouse.c:112:103: warning: unused parameter 'oldValue' [-Wunused-parameter]\n 112 | static void SDLCALL SDL_MouseRelativeSystemScaleChanged(void *userdata, const char *name, const char *oldValue, const char *hint)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/events/SDL_mouse.c:119:79: warning: unused parameter 'name' [-Wunused-parameter]\n 119 | static void SDLCALL SDL_MouseWarpEmulationChanged(void *userdata, const char *name, const char *oldValue, const char *hint)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/events/SDL_mouse.c:119:97: warning: unused parameter 'oldValue' [-Wunused-parameter]\n 119 | static void SDLCALL SDL_MouseWarpEmulationChanged(void *userdata, const char *name, const char *oldValue, const char *hint)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/events/SDL_mouse.c:131:77: warning: unused parameter 'name' [-Wunused-parameter]\n 131 | static void SDLCALL SDL_TouchMouseEventsChanged(void *userdata, const char *name, const char *oldValue, const char *hint)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/events/SDL_mouse.c:131:95: warning: unused parameter 'oldValue' [-Wunused-parameter]\n 131 | static void SDLCALL SDL_TouchMouseEventsChanged(void *userdata, const char *name, const char *oldValue, const char *hint)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/events/SDL_mouse.c:163:77: warning: unused parameter 'name' [-Wunused-parameter]\n 163 | static void SDLCALL SDL_MouseTouchEventsChanged(void *userdata, const char *name, const char *oldValue, const char *hint)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/events/SDL_mouse.c:163:95: warning: unused parameter 'oldValue' [-Wunused-parameter]\n 163 | static void SDLCALL SDL_MouseTouchEventsChanged(void *userdata, const char *name, const char *oldValue, const char *hint)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/events/SDL_mouse.c:188:75: warning: unused parameter 'name' [-Wunused-parameter]\n 188 | static void SDLCALL SDL_PenMouseEventsChanged(void *userdata, const char *name, const char *oldValue, const char *hint)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/events/SDL_mouse.c:188:93: warning: unused parameter 'oldValue' [-Wunused-parameter]\n 188 | static void SDLCALL SDL_PenMouseEventsChanged(void *userdata, const char *name, const char *oldValue, const char *hint)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/events/SDL_mouse.c:195:75: warning: unused parameter 'name' [-Wunused-parameter]\n 195 | static void SDLCALL SDL_PenTouchEventsChanged(void *userdata, const char *name, const char *oldValue, const char *hint)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/events/SDL_mouse.c:195:93: warning: unused parameter 'oldValue' [-Wunused-parameter]\n 195 | static void SDLCALL SDL_PenTouchEventsChanged(void *userdata, const char *name, const char *oldValue, const char *hint)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/events/SDL_mouse.c:214:77: warning: unused parameter 'name' [-Wunused-parameter]\n 214 | static void SDLCALL SDL_MouseAutoCaptureChanged(void *userdata, const char *name, const char *oldValue, const char *hint)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/events/SDL_mouse.c:214:95: warning: unused parameter 'oldValue' [-Wunused-parameter]\n 214 | static void SDLCALL SDL_MouseAutoCaptureChanged(void *userdata, const char *name, const char *oldValue, const char *hint)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/events/SDL_mouse.c:225:84: warning: unused parameter 'name' [-Wunused-parameter]\n 225 | static void SDLCALL SDL_MouseRelativeWarpMotionChanged(void *userdata, const char *name, const char *oldValue, const char *hint)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/events/SDL_mouse.c:225:102: warning: unused parameter 'oldValue' [-Wunused-parameter]\n 225 | static void SDLCALL SDL_MouseRelativeWarpMotionChanged(void *userdata, const char *name, const char *oldValue, const char *hint)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/events/SDL_mouse.c:232:87: warning: unused parameter 'name' [-Wunused-parameter]\n 232 | static void SDLCALL SDL_MouseRelativeCursorVisibleChanged(void *userdata, const char *name, const char *oldValue, const char *hint)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/events/SDL_mouse.c:232:105: warning: unused parameter 'oldValue' [-Wunused-parameter]\n 232 | static void SDLCALL SDL_MouseRelativeCursorVisibleChanged(void *userdata, const char *name, const char *oldValue, const char *hint)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/events/SDL_mouse.c:241:77: warning: unused parameter 'name' [-Wunused-parameter]\n 241 | static void SDLCALL SDL_MouseIntegerModeChanged(void *userdata, const char *name, const char *oldValue, const char *hint)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/events/SDL_mouse.c:241:95: warning: unused parameter 'oldValue' [-Wunused-parameter]\n 241 | static void SDLCALL SDL_MouseIntegerModeChanged(void *userdata, const char *name, const char *oldValue, const char *hint)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/events/SDL_mouse.c:333:25: warning: unused parameter 'vendor' [-Wunused-parameter]\n 333 | bool SDL_IsMouse(Uint16 vendor, Uint16 product)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/events/SDL_mouse.c:333:40: warning: unused parameter 'product' [-Wunused-parameter]\n 333 | bool SDL_IsMouse(Uint16 vendor, Uint16 product)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/events/SDL_mouse.c:618:79: warning: unused parameter 'buttonstate' [-Wunused-parameter]\n 618 | static bool SDL_UpdateMouseFocus(SDL_Window *window, float x, float y, Uint32 buttonstate, bool send_mouse_motion)\n | ^\n33 warnings generated.\n[206/471] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/events/imKStoUCS.c.o\n[207/471] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/events/SDL_touch.c.o\n[208/471] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/events/SDL_windowevents.c.o\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/events/SDL_windowevents.c:37:23: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\n 37 | for (int i = 0; i < SDL_arraysize(SDL_window_event_watchers); ++i) {\n | ~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/events/SDL_windowevents.c:44:23: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\n 44 | for (int i = 0; i < SDL_arraysize(SDL_window_event_watchers); ++i) {\n | ~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n2 warnings generated.\n[209/471] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/filesystem/SDL_filesystem.c.o\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/filesystem/SDL_filesystem.c:262:31: warning: comparison of integers of different signs: 'const int' and 'unsigned long' [-Wsign-compare]\n 262 | SDL_assert(num_folded <= SDL_arraysize(folded));\n | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/include/SDL3/SDL_assert.h:482:53: note: expanded from macro 'SDL_assert'\n 482 | # define SDL_assert(condition) SDL_enabled_assert(condition)\n | ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/include/SDL3/SDL_assert.h:364:19: note: expanded from macro 'SDL_enabled_assert'\n 364 | while ( !(condition) ) { \\\n | ^~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/filesystem/SDL_filesystem.c:458:82: warning: unused parameter 'userdata' [-Wunused-parameter]\n 458 | static bool GlobDirectoryGetPathInfo(const char *path, SDL_PathInfo *info, void *userdata)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/filesystem/SDL_filesystem.c:463:114: warning: unused parameter 'userdata' [-Wunused-parameter]\n 463 | static bool GlobDirectoryEnumerator(const char *path, SDL_EnumerateDirectoryCallback cb, void *cbuserdata, void *userdata)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/filesystem/SDL_filesystem.c:491:27: warning: comparison of integers of different signs: 'const int' and 'unsigned long' [-Wsign-compare]\n 491 | if ((idx < 0) || (idx >= SDL_arraysize(CachedUserFolders))) {\n | ~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/filesystem/SDL_filesystem.c:523:23: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\n 523 | for (int i = 0; i < SDL_arraysize(CachedUserFolders); i++) {\n | ~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n5 warnings generated.\n[210/471] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/haptic/SDL_haptic.c.o\n[211/471] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/io/SDL_asyncio.c.o\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/io/SDL_asyncio.c:35:23: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\n 35 | for (int i = 0; i < SDL_arraysize(mode_map); i++) {\n | ~ ^ ~~~~~~~~~~~~~~~~~~~~~~~\n1 warning generated.\n[212/471] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/io/SDL_iostream.c.o\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/io/SDL_iostream.c:450:60: warning: unused parameter 'status' [-Wunused-parameter]\n 450 | static bool SDLCALL fd_flush(void *userdata, SDL_IOStatus *status)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/io/SDL_iostream.c:768:86: warning: unused parameter 'status' [-Wunused-parameter]\n 768 | static size_t SDLCALL mem_read(void *userdata, void *ptr, size_t size, SDL_IOStatus *status)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/io/SDL_iostream.c:774:93: warning: unused parameter 'status' [-Wunused-parameter]\n 774 | static size_t SDLCALL mem_write(void *userdata, const void *ptr, size_t size, SDL_IOStatus *status)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/io/SDL_iostream.c:1019:94: warning: unused parameter 'status' [-Wunused-parameter]\n 1019 | static size_t SDLCALL dynamic_mem_read(void *userdata, void *ptr, size_t size, SDL_IOStatus *status)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/io/SDL_iostream.c:1049:101: warning: unused parameter 'status' [-Wunused-parameter]\n 1049 | static size_t SDLCALL dynamic_mem_write(void *userdata, const void *ptr, size_t size, SDL_IOStatus *status)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/io/SDL_iostream.c:1159:14: warning: comparison of integers of different signs: 'Sint64' (aka 'long') and 'unsigned long' [-Wsign-compare]\n 1159 | if (size >= SDL_SIZE_MAX - 1) {\n | ~~~~ ^ ~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/io/SDL_iostream.c:1172:26: warning: comparison of integers of different signs: 'Sint64' (aka 'long') and 'unsigned long' [-Wsign-compare]\n 1172 | if (size >= SDL_SIZE_MAX - 1) {\n | ~~~~ ^ ~~~~~~~~~~~~~~~~\n7 warnings generated.\n[213/471] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/hidapi/SDL_hidapi.c.o\nIn file included from /tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/hidapi/SDL_hidapi.c:575:\nIn file included from /tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/hidapi/SDL_hidapi_linux.h:44:\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/hidapi/linux/hid.c:135:42: warning: unused parameter 'error_str' [-Wunused-parameter]\n 135 | static void register_error_str(wchar_t **error_str, const char *msg)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/hidapi/SDL_hidapi.c:944:5: warning: initializing 'int (*)(void *, const unsigned char *, size_t)' (aka 'int (*)(void *, const unsigned char *, unsigned long)') with an expression of type 'void *' converts between void pointer and function pointer [-Wpedantic]\n 944 | (void *)PLATFORM_hid_write,\n | ^~~~~~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/hidapi/SDL_hidapi.c:945:5: warning: initializing 'int (*)(void *, unsigned char *, size_t, int)' (aka 'int (*)(void *, unsigned char *, unsigned long, int)') with an expression of type 'void *' converts between void pointer and function pointer [-Wpedantic]\n 945 | (void *)PLATFORM_hid_read_timeout,\n | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/hidapi/SDL_hidapi.c:946:5: warning: initializing 'int (*)(void *, unsigned char *, size_t)' (aka 'int (*)(void *, unsigned char *, unsigned long)') with an expression of type 'void *' converts between void pointer and function pointer [-Wpedantic]\n 946 | (void *)PLATFORM_hid_read,\n | ^~~~~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/hidapi/SDL_hidapi.c:947:5: warning: initializing 'int (*)(void *, int)' with an expression of type 'void *' converts between void pointer and function pointer [-Wpedantic]\n 947 | (void *)PLATFORM_hid_set_nonblocking,\n | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/hidapi/SDL_hidapi.c:948:5: warning: initializing 'int (*)(void *, const unsigned char *, size_t)' (aka 'int (*)(void *, const unsigned char *, unsigned long)') with an expression of type 'void *' converts between void pointer and function pointer [-Wpedantic]\n 948 | (void *)PLATFORM_hid_send_feature_report,\n | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/hidapi/SDL_hidapi.c:949:5: warning: initializing 'int (*)(void *, unsigned char *, size_t)' (aka 'int (*)(void *, unsigned char *, unsigned long)') with an expression of type 'void *' converts between void pointer and function pointer [-Wpedantic]\n 949 | (void *)PLATFORM_hid_get_feature_report,\n | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/hidapi/SDL_hidapi.c:950:5: warning: initializing 'int (*)(void *, unsigned char *, size_t)' (aka 'int (*)(void *, unsigned char *, unsigned long)') with an expression of type 'void *' converts between void pointer and function pointer [-Wpedantic]\n 950 | (void *)PLATFORM_hid_get_input_report,\n | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/hidapi/SDL_hidapi.c:951:5: warning: initializing 'void (*)(void *)' with an expression of type 'void *' converts between void pointer and function pointer [-Wpedantic]\n 951 | (void *)PLATFORM_hid_close,\n | ^~~~~~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/hidapi/SDL_hidapi.c:952:5: warning: initializing 'int (*)(void *, wchar_t *, size_t)' (aka 'int (*)(void *, int *, unsigned long)') with an expression of type 'void *' converts between void pointer and function pointer [-Wpedantic]\n 952 | (void *)PLATFORM_hid_get_manufacturer_string,\n | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/hidapi/SDL_hidapi.c:953:5: warning: initializing 'int (*)(void *, wchar_t *, size_t)' (aka 'int (*)(void *, int *, unsigned long)') with an expression of type 'void *' converts between void pointer and function pointer [-Wpedantic]\n 953 | (void *)PLATFORM_hid_get_product_string,\n | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/hidapi/SDL_hidapi.c:954:5: warning: initializing 'int (*)(void *, wchar_t *, size_t)' (aka 'int (*)(void *, int *, unsigned long)') with an expression of type 'void *' converts between void pointer and function pointer [-Wpedantic]\n 954 | (void *)PLATFORM_hid_get_serial_number_string,\n | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/hidapi/SDL_hidapi.c:955:5: warning: initializing 'int (*)(void *, int, wchar_t *, size_t)' (aka 'int (*)(void *, int, int *, unsigned long)') with an expression of type 'void *' converts between void pointer and function pointer [-Wpedantic]\n 955 | (void *)PLATFORM_hid_get_indexed_string,\n | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/hidapi/SDL_hidapi.c:956:5: warning: initializing 'struct hid_device_info *(*)(void *)' with an expression of type 'void *' converts between void pointer and function pointer [-Wpedantic]\n 956 | (void *)PLATFORM_hid_get_device_info,\n | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/hidapi/SDL_hidapi.c:957:5: warning: initializing 'int (*)(void *, unsigned char *, size_t)' (aka 'int (*)(void *, unsigned char *, unsigned long)') with an expression of type 'void *' converts between void pointer and function pointer [-Wpedantic]\n 957 | (void *)PLATFORM_hid_get_report_descriptor,\n | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/hidapi/SDL_hidapi.c:958:5: warning: initializing 'const wchar_t *(*)(void *)' (aka 'const int *(*)(void *)') with an expression of type 'void *' converts between void pointer and function pointer [-Wpedantic]\n 958 | (void *)PLATFORM_hid_error\n | ^~~~~~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/hidapi/SDL_hidapi.c:1078:50: warning: unused parameter 'userdata' [-Wunused-parameter]\n 1078 | static void SDLCALL OnlyControllersChanged(void *userdata, const char *name, const char *oldValue, const char *hint)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/hidapi/SDL_hidapi.c:1078:72: warning: unused parameter 'name' [-Wunused-parameter]\n 1078 | static void SDLCALL OnlyControllersChanged(void *userdata, const char *name, const char *oldValue, const char *hint)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/hidapi/SDL_hidapi.c:1078:90: warning: unused parameter 'oldValue' [-Wunused-parameter]\n 1078 | static void SDLCALL OnlyControllersChanged(void *userdata, const char *name, const char *oldValue, const char *hint)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/hidapi/SDL_hidapi.c:1083:49: warning: unused parameter 'userdata' [-Wunused-parameter]\n 1083 | static void SDLCALL IgnoredDevicesChanged(void *userdata, const char *name, const char *oldValue, const char *hint)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/hidapi/SDL_hidapi.c:1083:71: warning: unused parameter 'name' [-Wunused-parameter]\n 1083 | static void SDLCALL IgnoredDevicesChanged(void *userdata, const char *name, const char *oldValue, const char *hint)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/hidapi/SDL_hidapi.c:1083:89: warning: unused parameter 'oldValue' [-Wunused-parameter]\n 1083 | static void SDLCALL IgnoredDevicesChanged(void *userdata, const char *name, const char *oldValue, const char *hint)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/hidapi/SDL_hidapi.c:1689:28: warning: unused parameter 'active' [-Wunused-parameter]\n 1689 | void SDL_hid_ble_scan(bool active)\n | ^\n23 warnings generated.\n[214/471] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/gpu/SDL_gpu.c.o\n[215/471] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/io/generic/SDL_asyncio_generic.c.o\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/io/generic/SDL_asyncio_generic.c:119:50: warning: unused parameter 'data' [-Wunused-parameter]\n 119 | static int SDLCALL AsyncIOThreadpoolWorker(void *data)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/io/generic/SDL_asyncio_generic.c:277:38: warning: unused parameter 'userdata' [-Wunused-parameter]\n 277 | static bool generic_asyncio_io(void *userdata, SDL_AsyncIOTask *task)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/io/generic/SDL_asyncio_generic.c:290:51: warning: unused parameter 'userdata' [-Wunused-parameter]\n 290 | static bool generic_asyncioqueue_queue_task(void *userdata, SDL_AsyncIOTask *task)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/io/generic/SDL_asyncio_generic.c:300:52: warning: unused parameter 'userdata' [-Wunused-parameter]\n 300 | static void generic_asyncioqueue_cancel_task(void *userdata, SDL_AsyncIOTask *task)\n | ^\n4 warnings generated.\n[216/471] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/joystick/SDL_steam_virtual_gamepad.c.o\n[217/471] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/joystick/controller_type.c.o\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/controller_type.c:112:27: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\n 112 | for ( iIndex = 0; iIndex < sizeof( arrControllers ) / sizeof( arrControllers[0] ); ++iIndex )\n | ~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/controller_type.c:128:27: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\n 128 | for ( iIndex = 0; iIndex < sizeof( arrControllers ) / sizeof( arrControllers[0] ); ++iIndex )\n | ~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n2 warnings generated.\n[218/471] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/locale/SDL_locale.c.o\n[219/471] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/joystick/SDL_gamepad.c.o\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/SDL_gamepad.c:365:51: warning: unused parameter 'userdata' [-Wunused-parameter]\n 365 | static bool SDLCALL SDL_GamepadEventWatcher(void *userdata, SDL_Event *event)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/SDL_gamepad.c:457:112: warning: unused parameter 'num_values' [-Wunused-parameter]\n 457 | void SDL_GamepadSensorWatcher(Uint64 timestamp, SDL_SensorID sensor, Uint64 sensor_timestamp, float *data, int num_values)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/SDL_gamepad.c:1006:19: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\n 1006 | for (i = 0; i < SDL_arraysize(map_StringForGamepadType); ++i) {\n | ~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/SDL_gamepad.c:1050:19: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\n 1050 | for (i = 0; i < SDL_arraysize(map_StringForGamepadAxis); ++i) {\n | ~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/SDL_gamepad.c:1110:19: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\n 1110 | for (i = 0; i < SDL_arraysize(map_StringForGamepadButton); ++i) {\n | ~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/SDL_gamepad.c:1289:19: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\n 1289 | if (i >= sizeof(szGameButton)) {\n | ~ ^ ~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/SDL_gamepad.c:1296:19: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\n 1296 | if (i >= sizeof(szJoystickButton)) {\n | ~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/SDL_gamepad.c:2034:62: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\n 2034 | while (*tmp && *tmp != ',' && *tmp != ':' && len < (sizeof(hint) - 1)) {\n | ~~~ ^ ~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/SDL_gamepad.c:3318:34: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\n 3318 | num_values = SDL_min(num_values, SDL_arraysize(sensor->data));\n | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/include/SDL3/SDL_stdinc.h:2110:29: note: expanded from macro 'SDL_min'\n 2110 | #define SDL_min(x, y) (((x) < (y)) ? (x) : (y))\n | ~ ^ ~\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/SDL_gamepad.c:3888:68: warning: unused parameter 'gamepad' [-Wunused-parameter]\n 3888 | const char *SDL_GetGamepadAppleSFSymbolsNameForButton(SDL_Gamepad *gamepad, SDL_GamepadButton button)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/SDL_gamepad.c:3888:95: warning: unused parameter 'button' [-Wunused-parameter]\n 3888 | const char *SDL_GetGamepadAppleSFSymbolsNameForButton(SDL_Gamepad *gamepad, SDL_GamepadButton button)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/SDL_gamepad.c:3905:66: warning: unused parameter 'gamepad' [-Wunused-parameter]\n 3905 | const char *SDL_GetGamepadAppleSFSymbolsNameForAxis(SDL_Gamepad *gamepad, SDL_GamepadAxis axis)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/SDL_gamepad.c:3905:91: warning: unused parameter 'axis' [-Wunused-parameter]\n 3905 | const char *SDL_GetGamepadAppleSFSymbolsNameForAxis(SDL_Gamepad *gamepad, SDL_GamepadAxis axis)\n | ^\n13 warnings generated.\n[220/471] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/main/SDL_main_callbacks.c.o\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/main/SDL_main_callbacks.c:72:56: warning: unused parameter 'userdata' [-Wunused-parameter]\n 72 | static bool SDLCALL SDL_MainCallbackEventWatcher(void *userdata, SDL_Event *event)\n | ^\n1 warning generated.\n[221/471] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/main/SDL_runapp.c.o\n[222/471] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/joystick/SDL_joystick.c.o\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/SDL_joystick.c:529:23: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\n 529 | for (i = 0; i < SDL_arraysize(SDL_joystick_drivers); ++i) {\n | ~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/SDL_joystick.c:632:68: warning: unused parameter 'userdata' [-Wunused-parameter]\n 632 | static void SDLCALL SDL_JoystickAllowBackgroundEventsChanged(void *userdata, const char *name, const char *oldValue, const char *hint)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/SDL_joystick.c:632:90: warning: unused parameter 'name' [-Wunused-parameter]\n 632 | static void SDLCALL SDL_JoystickAllowBackgroundEventsChanged(void *userdata, const char *name, const char *oldValue, const char *hint)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/SDL_joystick.c:632:108: warning: unused parameter 'oldValue' [-Wunused-parameter]\n 632 | static void SDLCALL SDL_JoystickAllowBackgroundEventsChanged(void *userdata, const char *name, const char *oldValue, const char *hint)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/SDL_joystick.c:676:19: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\n 676 | for (i = 0; i < SDL_arraysize(SDL_joystick_drivers); ++i) {\n | ~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/SDL_joystick.c:714:23: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\n 714 | for (i = 0; i < SDL_arraysize(SDL_joystick_drivers); ++i) {\n | ~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/SDL_joystick.c:737:23: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\n 737 | for (i = 0; i < SDL_arraysize(SDL_joystick_drivers); ++i) {\n | ~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/SDL_joystick.c:757:23: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\n 757 | for (i = 0; i < SDL_arraysize(SDL_joystick_drivers); ++i) {\n | ~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/SDL_joystick.c:767:27: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\n 767 | for (i = 0; i < SDL_arraysize(SDL_joystick_drivers); ++i) {\n | ~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/SDL_joystick.c:2574:19: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\n 2574 | for (i = 0; i < SDL_arraysize(SDL_joystick_drivers); ++i) {\n | ~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/SDL_joystick.c:3083:84: warning: unused parameter 'version' [-Wunused-parameter]\n 3083 | bool SDL_IsJoystickSteamVirtualGamepad(Uint16 vendor_id, Uint16 product_id, Uint16 version)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/SDL_joystick.c:3609:30: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\n 3609 | num_values = SDL_min(num_values, SDL_arraysize(sensor->data));\n | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/include/SDL3/SDL_stdinc.h:2110:29: note: expanded from macro 'SDL_min'\n 2110 | #define SDL_min(x, y) (((x) < (y)) ? (x) : (y))\n | ~ ^ ~\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/SDL_joystick.c:3622:34: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\n 3622 | num_values = SDL_min(num_values,\n | ^~~~~~~~~~~~~~~~~~~\n 3623 | SDL_arraysize(event.gsensor.data));\n | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/include/SDL3/SDL_stdinc.h:2110:29: note: expanded from macro 'SDL_min'\n 2110 | #define SDL_min(x, y) (((x) < (y)) ? (x) : (y))\n | ~ ^ ~\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/SDL_joystick.c:3706:79: warning: unused parameter 'name' [-Wunused-parameter]\n 3706 | static void SDLCALL SDL_VIDPIDIncludedHintChanged(void *userdata, const char *name, const char *oldValue, const char *hint)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/SDL_joystick.c:3706:97: warning: unused parameter 'oldValue' [-Wunused-parameter]\n 3706 | static void SDLCALL SDL_VIDPIDIncludedHintChanged(void *userdata, const char *name, const char *oldValue, const char *hint)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/SDL_joystick.c:3722:79: warning: unused parameter 'name' [-Wunused-parameter]\n 3722 | static void SDLCALL SDL_VIDPIDExcludedHintChanged(void *userdata, const char *name, const char *oldValue, const char *hint)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/SDL_joystick.c:3722:97: warning: unused parameter 'oldValue' [-Wunused-parameter]\n 3722 | static void SDLCALL SDL_VIDPIDExcludedHintChanged(void *userdata, const char *name, const char *oldValue, const char *hint)\n | ^\n17 warnings generated.\n[223/471] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/misc/SDL_url.c.o\n[224/471] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/power/SDL_power.c.o\n[225/471] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/render/SDL_d3dmath.c.o\n[226/471] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/render/SDL_render_unsupported.c.o\n[227/471] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/render/direct3d/SDL_render_d3d.c.o\n[228/471] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/render/SDL_yuv_sw.c.o\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/render/SDL_yuv_sw.c:336:49: warning: unused parameter 'swdata' [-Wunused-parameter]\n 336 | void SDL_SW_UnlockYUVTexture(SDL_SW_YUVTexture *swdata)\n | ^\n1 warning generated.\n[229/471] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/render/direct3d/SDL_shaders_d3d.c.o\n[230/471] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/render/direct3d11/SDL_render_d3d11.c.o\n[231/471] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/render/direct3d11/SDL_shaders_d3d11.c.o\n[232/471] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/dynapi/SDL_dynapi.c.o\n[233/471] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/render/direct3d12/SDL_render_d3d12.c.o\n[234/471] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/render/direct3d12/SDL_shaders_d3d12.c.o\n[235/471] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/render/gpu/SDL_pipeline_gpu.c.o\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/render/gpu/SDL_pipeline_gpu.c:47:50: warning: unused parameter 'userdata' [-Wunused-parameter]\n 47 | static Uint32 SDLCALL HashPipelineCacheKey(void *userdata, const void *key)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/render/gpu/SDL_pipeline_gpu.c:66:49: warning: unused parameter 'userdata' [-Wunused-parameter]\n 66 | static bool SDLCALL MatchPipelineCacheKey(void *userdata, const void *a, const void *b)\n | ^\n2 warnings generated.\n[236/471] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/render/gpu/SDL_shaders_gpu.c.o\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/render/gpu/SDL_shaders_gpu.c:175:23: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\n 175 | for (int i = 0; i < SDL_arraysize(vert_shader_sources); ++i) {\n | ~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/render/gpu/SDL_shaders_gpu.c:184:23: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\n 184 | for (int i = 0; i < SDL_arraysize(frag_shader_sources); ++i) {\n | ~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/render/gpu/SDL_shaders_gpu.c:198:23: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\n 198 | for (int i = 0; i < SDL_arraysize(shaders->vert_shaders); ++i) {\n | ~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/render/gpu/SDL_shaders_gpu.c:203:23: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\n 203 | for (int i = 0; i < SDL_arraysize(shaders->frag_shaders); ++i) {\n | ~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n4 warnings generated.\n[237/471] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/render/gpu/SDL_render_gpu.c.o\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/render/gpu/SDL_render_gpu.c:93:49: warning: unused parameter 'renderer' [-Wunused-parameter]\n 93 | static bool GPU_SupportsBlendMode(SDL_Renderer *renderer, SDL_BlendMode blendMode)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/render/gpu/SDL_render_gpu.c:171:94: warning: unused parameter 'create_props' [-Wunused-parameter]\n 171 | static bool GPU_CreateTexture(SDL_Renderer *renderer, SDL_Texture *texture, SDL_PropertiesID create_props)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/render/gpu/SDL_render_gpu.c:312:43: warning: unused parameter 'renderer' [-Wunused-parameter]\n 312 | static bool GPU_LockTexture(SDL_Renderer *renderer, SDL_Texture *texture,\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/render/gpu/SDL_render_gpu.c:347:41: warning: unused parameter 'renderer' [-Wunused-parameter]\n 347 | static bool GPU_QueueNoOp(SDL_Renderer *renderer, SDL_RenderCommand *cmd)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/render/gpu/SDL_render_gpu.c:347:70: warning: unused parameter 'cmd' [-Wunused-parameter]\n 347 | static bool GPU_QueueNoOp(SDL_Renderer *renderer, SDL_RenderCommand *cmd)\n | ^\n5 warnings generated.\n[238/471] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/render/SDL_render.c.o\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/render/SDL_render.c:209:72: warning: unused parameter 'cmd' [-Wunused-parameter]\n 209 | static SDL_INLINE void DebugLogRenderCommands(const SDL_RenderCommand *cmd)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/render/SDL_render.c:416:47: warning: unused parameter 'renderer' [-Wunused-parameter]\n 416 | static void UpdatePixelViewport(SDL_Renderer *renderer, SDL_RenderViewState *view)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/render/SDL_render.c:459:47: warning: unused parameter 'renderer' [-Wunused-parameter]\n 459 | static void UpdatePixelClipRect(SDL_Renderer *renderer, SDL_RenderViewState *view)\n | ^\n3 warnings generated.\n[239/471] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/render/opengl/SDL_shaders_gl.c.o\n[240/471] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/render/ps2/SDL_render_ps2.c.o\n[241/471] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/render/opengles2/SDL_shaders_gles2.c.o\n[242/471] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/render/opengl/SDL_render_gl.c.o\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/render/opengl/SDL_render_gl.c:383:48: warning: unused parameter 'renderer' [-Wunused-parameter]\n 383 | static bool GL_SupportsBlendMode(SDL_Renderer *renderer, SDL_BlendMode blendMode)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/render/opengl/SDL_render_gl.c:785:42: warning: unused parameter 'renderer' [-Wunused-parameter]\n 785 | static bool GL_LockTexture(SDL_Renderer *renderer, SDL_Texture *texture,\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/render/opengl/SDL_render_gl.c:845:40: warning: unused parameter 'renderer' [-Wunused-parameter]\n 845 | static bool GL_QueueNoOp(SDL_Renderer *renderer, SDL_RenderCommand *cmd)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/render/opengl/SDL_render_gl.c:845:69: warning: unused parameter 'cmd' [-Wunused-parameter]\n 845 | static bool GL_QueueNoOp(SDL_Renderer *renderer, SDL_RenderCommand *cmd)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/render/opengl/SDL_render_gl.c:1223:103: warning: unused parameter 'vertsize' [-Wunused-parameter]\n 1223 | static bool GL_RunCommandQueue(SDL_Renderer *renderer, SDL_RenderCommand *cmd, void *vertices, size_t vertsize)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/render/opengl/SDL_render_gl.c:1602:39: warning: unused parameter 'renderer' [-Wunused-parameter]\n 1602 | static bool GL_SetVSync(SDL_Renderer *renderer, const int vsync)\n | ^\n6 warnings generated.\n[243/471] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/render/opengles2/SDL_render_gles2.c.o\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/render/opengles2/SDL_render_gles2.c:468:59: warning: comparison of integers of different signs: 'GLuint' (aka 'unsigned int') and 'int' [-Wsign-compare]\n 468 | if (entry->uniform_locations[GLES2_UNIFORM_TEXTURE_V] != -1) {\n | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/render/opengles2/SDL_render_gles2.c:471:59: warning: comparison of integers of different signs: 'GLuint' (aka 'unsigned int') and 'int' [-Wsign-compare]\n 471 | if (entry->uniform_locations[GLES2_UNIFORM_TEXTURE_U] != -1) {\n | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/render/opengles2/SDL_render_gles2.c:474:57: warning: comparison of integers of different signs: 'GLuint' (aka 'unsigned int') and 'int' [-Wsign-compare]\n 474 | if (entry->uniform_locations[GLES2_UNIFORM_TEXTURE] != -1) {\n | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/render/opengles2/SDL_render_gles2.c:477:60: warning: comparison of integers of different signs: 'GLuint' (aka 'unsigned int') and 'int' [-Wsign-compare]\n 477 | if (entry->uniform_locations[GLES2_UNIFORM_PROJECTION] != -1) {\n | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/render/opengles2/SDL_render_gles2.c:532:28: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\n 532 | SDL_assert(num_src <= SDL_arraysize(shader_src_list));\n | ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/include/SDL3/SDL_assert.h:482:53: note: expanded from macro 'SDL_assert'\n 482 | # define SDL_assert(condition) SDL_enabled_assert(condition)\n | ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/include/SDL3/SDL_assert.h:364:19: note: expanded from macro 'SDL_enabled_assert'\n 364 | while ( !(condition) ) { \\\n | ^~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/render/opengles2/SDL_render_gles2.c:708:62: warning: comparison of integers of different signs: 'GLuint' (aka 'unsigned int') and 'int' [-Wsign-compare]\n 708 | if (program->uniform_locations[GLES2_UNIFORM_OFFSET] != -1) {\n | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/render/opengles2/SDL_render_gles2.c:711:62: warning: comparison of integers of different signs: 'GLuint' (aka 'unsigned int') and 'int' [-Wsign-compare]\n 711 | if (program->uniform_locations[GLES2_UNIFORM_MATRIX] != -1) {\n | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/render/opengles2/SDL_render_gles2.c:738:43: warning: unused parameter 'renderer' [-Wunused-parameter]\n 738 | static bool GLES2_QueueNoOp(SDL_Renderer *renderer, SDL_RenderCommand *cmd)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/render/opengles2/SDL_render_gles2.c:738:72: warning: unused parameter 'cmd' [-Wunused-parameter]\n 738 | static bool GLES2_QueueNoOp(SDL_Renderer *renderer, SDL_RenderCommand *cmd)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/render/opengles2/SDL_render_gles2.c:1003:62: warning: comparison of integers of different signs: 'GLuint' (aka 'unsigned int') and 'int' [-Wsign-compare]\n 1003 | if (program->uniform_locations[GLES2_UNIFORM_PROJECTION] != -1) {\n | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/render/opengles2/SDL_render_gles2.c:1295:106: warning: unused parameter 'vertsize' [-Wunused-parameter]\n 1295 | static bool GLES2_RunCommandQueue(SDL_Renderer *renderer, SDL_RenderCommand *cmd, void *vertices, size_t vertsize)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/render/opengles2/SDL_render_gles2.c:1957:45: warning: unused parameter 'renderer' [-Wunused-parameter]\n 1957 | static bool GLES2_LockTexture(SDL_Renderer *renderer, SDL_Texture *texture, const SDL_Rect *rect,\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/render/opengles2/SDL_render_gles2.c:2078:42: warning: unused parameter 'renderer' [-Wunused-parameter]\n 2078 | static bool GLES2_SetVSync(SDL_Renderer *renderer, const int vsync)\n | ^\n13 warnings generated.\n[244/471] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/render/psp/SDL_render_psp.c.o\n[245/471] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/render/software/SDL_drawline.c.o\n[246/471] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/render/software/SDL_blendpoint.c.o\n[247/471] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/render/software/SDL_drawpoint.c.o\n[248/471] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/render/software/SDL_rotate.c.o\n[249/471] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/render/software/SDL_render_sw.c.o\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/render/software/SDL_render_sw.c:102:44: warning: unused parameter 'renderer' [-Wunused-parameter]\n 102 | static bool SW_CreateTexture(SDL_Renderer *renderer, SDL_Texture *texture, SDL_PropertiesID create_props)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/render/software/SDL_render_sw.c:102:93: warning: unused parameter 'create_props' [-Wunused-parameter]\n 102 | static bool SW_CreateTexture(SDL_Renderer *renderer, SDL_Texture *texture, SDL_PropertiesID create_props)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/render/software/SDL_render_sw.c:129:44: warning: unused parameter 'renderer' [-Wunused-parameter]\n 129 | static bool SW_UpdateTexture(SDL_Renderer *renderer, SDL_Texture *texture,\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/render/software/SDL_render_sw.c:158:42: warning: unused parameter 'renderer' [-Wunused-parameter]\n 158 | static bool SW_LockTexture(SDL_Renderer *renderer, SDL_Texture *texture,\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/render/software/SDL_render_sw.c:170:44: warning: unused parameter 'renderer' [-Wunused-parameter]\n 170 | static void SW_UnlockTexture(SDL_Renderer *renderer, SDL_Texture *texture)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/render/software/SDL_render_sw.c:170:67: warning: unused parameter 'texture' [-Wunused-parameter]\n 170 | static void SW_UnlockTexture(SDL_Renderer *renderer, SDL_Texture *texture)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/render/software/SDL_render_sw.c:186:40: warning: unused parameter 'renderer' [-Wunused-parameter]\n 186 | static bool SW_QueueNoOp(SDL_Renderer *renderer, SDL_RenderCommand *cmd)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/render/software/SDL_render_sw.c:186:69: warning: unused parameter 'cmd' [-Wunused-parameter]\n 186 | static bool SW_QueueNoOp(SDL_Renderer *renderer, SDL_RenderCommand *cmd)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/render/software/SDL_render_sw.c:231:87: warning: unused parameter 'texture' [-Wunused-parameter]\n 231 | static bool SW_QueueCopy(SDL_Renderer *renderer, SDL_RenderCommand *cmd, SDL_Texture *texture,\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/render/software/SDL_render_sw.c:267:89: warning: unused parameter 'texture' [-Wunused-parameter]\n 267 | static bool SW_QueueCopyEx(SDL_Renderer *renderer, SDL_RenderCommand *cmd, SDL_Texture *texture,\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/render/software/SDL_render_sw.c:314:43: warning: unused parameter 'renderer' [-Wunused-parameter]\n 314 | static bool SW_RenderCopyEx(SDL_Renderer *renderer, SDL_Surface *surface, SDL_Texture *texture,\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/render/software/SDL_render_sw.c:664:52: warning: unused parameter 'renderer' [-Wunused-parameter]\n 664 | static void SW_InvalidateCachedState(SDL_Renderer *renderer)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/render/software/SDL_render_sw.c:670:103: warning: unused parameter 'vertsize' [-Wunused-parameter]\n 670 | static bool SW_RunCommandQueue(SDL_Renderer *renderer, SDL_RenderCommand *cmd, void *vertices, size_t vertsize)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/render/software/SDL_render_sw.c:998:45: warning: unused parameter 'renderer' [-Wunused-parameter]\n 998 | static void SW_DestroyTexture(SDL_Renderer *renderer, SDL_Texture *texture)\n | ^\n14 warnings generated.\n[250/471] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/render/vitagxm/SDL_render_vita_gxm.c.o\n[251/471] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/render/software/SDL_blendfillrect.c.o\n[252/471] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/render/vitagxm/SDL_render_vita_gxm_memory.c.o\n[253/471] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/render/vitagxm/SDL_render_vita_gxm_tools.c.o\n[254/471] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/render/software/SDL_triangle.c.o\n[255/471] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/render/vulkan/SDL_shaders_vulkan.c.o\n[256/471] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/render/software/SDL_blendline.c.o\n[257/471] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_crc16.c.o\n[258/471] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/sensor/SDL_sensor.c.o\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/sensor/SDL_sensor.c:142:19: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\n 142 | for (i = 0; i < SDL_arraysize(SDL_sensor_drivers); ++i) {\n | ~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/sensor/SDL_sensor.c:182:23: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\n 182 | for (i = 0; i < SDL_arraysize(SDL_sensor_drivers); ++i) {\n | ~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/sensor/SDL_sensor.c:192:27: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\n 192 | for (i = 0; i < SDL_arraysize(SDL_sensor_drivers); ++i) {\n | ~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/sensor/SDL_sensor.c:223:23: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\n 223 | for (i = 0; i < SDL_arraysize(SDL_sensor_drivers); ++i) {\n | ~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/sensor/SDL_sensor.c:481:22: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\n 481 | num_values = SDL_min(num_values, SDL_arraysize(sensor->data));\n | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/include/SDL3/SDL_stdinc.h:2110:29: note: expanded from macro 'SDL_min'\n 2110 | #define SDL_min(x, y) (((x) < (y)) ? (x) : (y))\n | ~ ^ ~\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/sensor/SDL_sensor.c:549:19: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\n 549 | for (i = 0; i < SDL_arraysize(SDL_sensor_drivers); ++i) {\n | ~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/sensor/SDL_sensor.c:569:18: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\n 569 | num_values = SDL_min(num_values, SDL_arraysize(sensor->data));\n | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/include/SDL3/SDL_stdinc.h:2110:29: note: expanded from macro 'SDL_min'\n 2110 | #define SDL_min(x, y) (((x) < (y)) ? (x) : (y))\n | ~ ^ ~\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/sensor/SDL_sensor.c:578:22: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\n 578 | num_values = SDL_min(num_values, SDL_arraysize(event.sensor.data));\n | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/include/SDL3/SDL_stdinc.h:2110:29: note: expanded from macro 'SDL_min'\n 2110 | #define SDL_min(x, y) (((x) < (y)) ? (x) : (y))\n | ~ ^ ~\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/sensor/SDL_sensor.c:617:19: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\n 617 | for (i = 0; i < SDL_arraysize(SDL_sensor_drivers); ++i) {\n | ~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n9 warnings generated.\n[259/471] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_crc32.c.o\n[260/471] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_getenv.c.o\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/stdlib/SDL_getenv.c:184:74: warning: unused parameter 'table' [-Wunused-parameter]\n 184 | static bool SDLCALL CountEnvStrings(void *userdata, const SDL_HashTable *table, const void *key, const void *value)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/stdlib/SDL_getenv.c:199:73: warning: unused parameter 'table' [-Wunused-parameter]\n 199 | static bool SDLCALL CopyEnvStrings(void *userdata, const SDL_HashTable *table, const void *vkey, const void *vvalue)\n | ^\n2 warnings generated.\n[261/471] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_iconv.c.o\n[262/471] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_malloc.c.o\n[263/471] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_memcpy.c.o\n[264/471] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_memmove.c.o\n[265/471] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_memset.c.o\n[266/471] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_mslibc.c.o\n[267/471] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_murmur3.c.o\n[268/471] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_random.c.o\n[269/471] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_qsort.c.o\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/stdlib/SDL_qsort.c:477:17: warning: comparison of integers of different signs: 'long' and 'unsigned long' [-Wsign-compare]\n 477 | if (last-first>=TRUNC_words) {\n | ~~~~~~~~~~^ ~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/stdlib/SDL_qsort.c:538:56: warning: passing 'SDL_CompareCallback' (aka 'int (*)(const void *, const void *)') to parameter of type 'void *' converts between void pointer and function pointer [-Wpedantic]\n 538 | SDL_qsort_r(base, nmemb, size, qsort_non_r_bridge, compare);\n | ^~~~~~~\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/stdlib/SDL_qsort.c:519:49: note: passing argument to parameter 'userdata' here\n 519 | SDL_CompareCallback_r compare, void *userdata) {\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/stdlib/SDL_qsort.c:572:70: warning: passing 'SDL_CompareCallback' (aka 'int (*)(const void *, const void *)') to parameter of type 'void *' converts between void pointer and function pointer [-Wpedantic]\n 572 | return SDL_bsearch_r(key, base, nmemb, size, qsort_non_r_bridge, compare);\n | ^~~~~~~\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/stdlib/SDL_qsort.c:544:120: note: passing argument to parameter 'userdata' here\n 544 | void *SDL_bsearch_r(const void *key, const void *base, size_t nmemb, size_t size, SDL_CompareCallback_r compare, void *userdata)\n | ^\n3 warnings generated.\n[270/471] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_stdlib.c.o\n[271/471] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_strtokr.c.o\n[272/471] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/storage/SDL_storage.c.o\n[273/471] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_string.c.o\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/stdlib/SDL_string.c:2402:17: warning: comparison of integers of different signs: 'const int' and 'unsigned long' [-Wsign-compare]\n 2402 | if (utf8len < sizeof (tinybuf)) { // whole thing fit in the stack buffer, just use that copy.\n | ~~~~~~~ ^ ~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/stdlib/SDL_string.c:2497:12: warning: returning 'const char *' from a function with result type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]\n 2497 | return strpbrk(str, breakset);\n | ^~~~~~~~~~~~~~~~~~~~~~\n/usr/include/string.h:350:3: note: expanded from macro 'strpbrk'\n 350 | __glibc_const_generic (S, const char *, strpbrk (S, ACCEPT))\n | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n/usr/include/x86_64-linux-gnu/sys/cdefs.h:838:3: note: expanded from macro '__glibc_const_generic'\n 838 | _Generic (0 ? (PTR) : (void *) 1, \\\n | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n 839 | const void *: (CTYPE) (CALL), \\\n | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n 840 | default: CALL)\n | ~~~~~~~~~~~~~~\n2 warnings generated.\n[274/471] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/thread/SDL_thread.c.o\n[275/471] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/time/SDL_time.c.o\n[276/471] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/render/vulkan/SDL_render_vulkan.c.o\nIn file included from /tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/render/vulkan/SDL_render_vulkan.c:35:\nIn file included from /tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/render/vulkan/../../video/SDL_vulkan_internal.h:40:\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/render/vulkan/../../video/wayland/SDL_waylanddyn.h:45:6: warning: ISO C forbids forward references to 'enum' types [-Wpedantic]\n 45 | enum libdecor_resize_edge;\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/render/vulkan/../../video/wayland/SDL_waylanddyn.h:46:6: warning: ISO C forbids forward references to 'enum' types [-Wpedantic]\n 46 | enum libdecor_capabilities;\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/render/vulkan/../../video/wayland/SDL_waylanddyn.h:47:6: warning: ISO C forbids forward references to 'enum' types [-Wpedantic]\n 47 | enum libdecor_window_state;\n | ^\nIn file included from /tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/render/vulkan/SDL_render_vulkan.c:35:\nIn file included from /tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/render/vulkan/../../video/SDL_vulkan_internal.h:40:\nIn file included from /tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/render/vulkan/../../video/wayland/SDL_waylanddyn.h:84:\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/render/vulkan/../../video/wayland/SDL_waylandsym.h:232:26: warning: ISO C forbids forward references to 'enum' types [-Wpedantic]\n 232 | SDL_WAYLAND_SYM_OPT(enum libdecor_wm_capabilities, libdecor_frame_get_wm_capabilities, (struct libdecor_frame *))\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/render/vulkan/SDL_render_vulkan.c:1658:62: warning: unused parameter 'rendererData' [-Wunused-parameter]\n 1658 | static bool VULKAN_InstanceExtensionFound(VULKAN_RenderData *rendererData, const char *extName)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/render/vulkan/SDL_render_vulkan.c:1970:27: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\n 1970 | for (int i = 0; i < SDL_arraysize(samplerParams); ++i) {\n | ~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/render/vulkan/SDL_render_vulkan.c:2554:52: warning: unused parameter 'renderer' [-Wunused-parameter]\n 2554 | static bool VULKAN_SupportsBlendMode(SDL_Renderer *renderer, SDL_BlendMode blendMode)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/render/vulkan/SDL_render_vulkan.c:3136:44: warning: unused parameter 'renderer' [-Wunused-parameter]\n 3136 | static bool VULKAN_QueueNoOp(SDL_Renderer *renderer, SDL_RenderCommand *cmd)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/render/vulkan/SDL_render_vulkan.c:3136:73: warning: unused parameter 'cmd' [-Wunused-parameter]\n 3136 | static bool VULKAN_QueueNoOp(SDL_Renderer *renderer, SDL_RenderCommand *cmd)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/render/vulkan/SDL_render_vulkan.c:3819:79: warning: unused parameter 'primitiveTopology' [-Wunused-parameter]\n 3819 | static void VULKAN_DrawPrimitives(SDL_Renderer *renderer, VkPrimitiveTopology primitiveTopology, const size_t vertexStart, const size_t vertexCount)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/render/vulkan/SDL_render_vulkan.c:3843:46: warning: comparison of integers of different signs: 'int' and 'VkSurfaceTransformFlagBitsKHR' (aka 'enum VkSurfaceTransformFlagBitsKHR') [-Wsign-compare]\n 3843 | if(rendererData->currentViewportRotation != currentRotation) {\n | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~\n11 warnings generated.\n[277/471] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/timer/SDL_timer.c.o\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/timer/SDL_timer.c:549:48: warning: unused parameter 'period' [-Wunused-parameter]\n 549 | static void SDL_SetSystemTimerResolutionMS(int period)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/timer/SDL_timer.c:568:54: warning: unused parameter 'userdata' [-Wunused-parameter]\n 568 | static void SDLCALL SDL_TimerResolutionChanged(void *userdata, const char *name, const char *oldValue, const char *hint)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/timer/SDL_timer.c:568:76: warning: unused parameter 'name' [-Wunused-parameter]\n 568 | static void SDLCALL SDL_TimerResolutionChanged(void *userdata, const char *name, const char *oldValue, const char *hint)\n | ^\n3 warnings generated.\n[278/471] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/video/SDL_blit.c.o\n[279/471] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/video/SDL_RLEaccel.c.o\n[280/471] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/video/SDL_blit_0.c.o\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/SDL_blit_0.c:903:23: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\n 903 | if (which < SDL_arraysize(bitmap_blit_1b)) {\n | ~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/SDL_blit_0.c:909:23: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\n 909 | if (which < SDL_arraysize(colorkey_blit_1b)) {\n | ~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/SDL_blit_0.c:926:23: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\n 926 | if (which < SDL_arraysize(bitmap_blit_2b)) {\n | ~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/SDL_blit_0.c:932:23: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\n 932 | if (which < SDL_arraysize(colorkey_blit_2b)) {\n | ~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/SDL_blit_0.c:949:23: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\n 949 | if (which < SDL_arraysize(bitmap_blit_4b)) {\n | ~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/SDL_blit_0.c:955:23: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\n 955 | if (which < SDL_arraysize(colorkey_blit_4b)) {\n | ~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n6 warnings generated.\n[281/471] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/video/SDL_blit_1.c.o\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/SDL_blit_1.c:529:19: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\n 529 | if (which < SDL_arraysize(one_blit)) {\n | ~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/SDL_blit_1.c:535:19: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\n 535 | if (which < SDL_arraysize(one_blitkey)) {\n | ~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/SDL_blit_1.c:542:23: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\n 542 | if (which < SDL_arraysize(one_blitkey)) {\n | ~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~\n3 warnings generated.\n[282/471] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/video/SDL_blit_copy.c.o\n[283/471] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/video/SDL_blit_slow.c.o\n[284/471] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/video/SDL_blit_N.c.o\n[285/471] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/video/SDL_blit_A.c.o\n[286/471] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/video/SDL_bmp.c.o\n[287/471] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/video/SDL_clipboard.c.o\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/SDL_clipboard.c:336:76: warning: unused parameter 'mime_type' [-Wunused-parameter]\n 336 | const void * SDLCALL SDL_ClipboardTextCallback(void *userdata, const char *mime_type, size_t *size)\n | ^\n1 warning generated.\n[288/471] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/video/SDL_fillrect.c.o\n[289/471] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/video/SDL_pixels.c.o\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/SDL_pixels.c:876:79: warning: unused parameter 'w' [-Wunused-parameter]\n 876 | const float *SDL_GetYCbCRtoRGBConversionMatrix(SDL_Colorspace colorspace, int w, int h, int bits_per_pixel)\n | ^\n1 warning generated.\n[290/471] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/video/SDL_rect.c.o\n[291/471] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/video/SDL_egl.c.o\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/SDL_egl.c:819:18: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\n 819 | SDL_assert(i < SDL_arraysize(attribs));\n | ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/include/SDL3/SDL_assert.h:482:53: note: expanded from macro 'SDL_assert'\n 482 | # define SDL_assert(condition) SDL_enabled_assert(condition)\n | ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/include/SDL3/SDL_assert.h:364:19: note: expanded from macro 'SDL_enabled_assert'\n 364 | while ( !(condition) ) { \\\n | ^~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/SDL_egl.c:871:23: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\n 871 | for (j = 0; j < SDL_arraysize(attribs) - 1; j += 2) {\n | ~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~\n2 warnings generated.\n[292/471] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/video/SDL_stretch.c.o\n[293/471] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/video/SDL_surface.c.o\n[294/471] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/video/SDL_stb.c.o\nIn file included from /tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/SDL_stb.c:60:\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/stb_image.h:1231:135: warning: unused parameter 'palette_buffer' [-Wunused-parameter]\n 1231 | static void *stbi__load_main(stbi__context *s, int *x, int *y, int *comp, int req_comp, stbi__result_info *ri, int bpc, unsigned int *palette_buffer, int palette_buffer_len)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/stb_image.h:1231:155: warning: unused parameter 'palette_buffer_len' [-Wunused-parameter]\n 1231 | static void *stbi__load_main(stbi__context *s, int *x, int *y, int *comp, int req_comp, stbi__result_info *ri, int bpc, unsigned int *palette_buffer, int palette_buffer_len)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/SDL_stb.c:94:71: warning: unused parameter 'src_colorspace' [-Wunused-parameter]\n 94 | SDL_PixelFormat src_format, SDL_Colorspace src_colorspace, SDL_PropertiesID src_properties, const void *src, int src_pitch,\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/SDL_stb.c:94:104: warning: unused parameter 'src_properties' [-Wunused-parameter]\n 94 | SDL_PixelFormat src_format, SDL_Colorspace src_colorspace, SDL_PropertiesID src_properties, const void *src, int src_pitch,\n | ^\n4 warnings generated.\n[295/471] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/video/SDL_video_unsupported.c.o\n[296/471] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/video/SDL_vulkan_utils.c.o\nIn file included from /tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/SDL_vulkan_utils.c:23:\nIn file included from /tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/SDL_vulkan_internal.h:40:\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylanddyn.h:45:6: warning: ISO C forbids forward references to 'enum' types [-Wpedantic]\n 45 | enum libdecor_resize_edge;\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylanddyn.h:46:6: warning: ISO C forbids forward references to 'enum' types [-Wpedantic]\n 46 | enum libdecor_capabilities;\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylanddyn.h:47:6: warning: ISO C forbids forward references to 'enum' types [-Wpedantic]\n 47 | enum libdecor_window_state;\n | ^\nIn file included from /tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/SDL_vulkan_utils.c:23:\nIn file included from /tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/SDL_vulkan_internal.h:40:\nIn file included from /tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylanddyn.h:84:\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandsym.h:232:26: warning: ISO C forbids forward references to 'enum' types [-Wpedantic]\n 232 | SDL_WAYLAND_SYM_OPT(enum libdecor_wm_capabilities, libdecor_frame_get_wm_capabilities, (struct libdecor_frame *))\n | ^\n4 warnings generated.\n[297/471] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/video/SDL_blit_auto.c.o\n[298/471] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/video/SDL_yuv.c.o\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/SDL_yuv.c:466:21: warning: unused parameter 'src_format' [-Wunused-parameter]\n 466 | SDL_PixelFormat src_format, SDL_PixelFormat dst_format,\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/SDL_yuv.c:466:49: warning: unused parameter 'dst_format' [-Wunused-parameter]\n 466 | SDL_PixelFormat src_format, SDL_PixelFormat dst_format,\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/SDL_yuv.c:467:12: warning: unused parameter 'width' [-Wunused-parameter]\n 467 | Uint32 width, Uint32 height,\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/SDL_yuv.c:467:26: warning: unused parameter 'height' [-Wunused-parameter]\n 467 | Uint32 width, Uint32 height,\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/SDL_yuv.c:468:18: warning: unused parameter 'y' [-Wunused-parameter]\n 468 | const Uint8 *y, const Uint8 *u, const Uint8 *v, Uint32 y_stride, Uint32 uv_stride,\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/SDL_yuv.c:468:34: warning: unused parameter 'u' [-Wunused-parameter]\n 468 | const Uint8 *y, const Uint8 *u, const Uint8 *v, Uint32 y_stride, Uint32 uv_stride,\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/SDL_yuv.c:468:50: warning: unused parameter 'v' [-Wunused-parameter]\n 468 | const Uint8 *y, const Uint8 *u, const Uint8 *v, Uint32 y_stride, Uint32 uv_stride,\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/SDL_yuv.c:468:60: warning: unused parameter 'y_stride' [-Wunused-parameter]\n 468 | const Uint8 *y, const Uint8 *u, const Uint8 *v, Uint32 y_stride, Uint32 uv_stride,\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/SDL_yuv.c:468:77: warning: unused parameter 'uv_stride' [-Wunused-parameter]\n 468 | const Uint8 *y, const Uint8 *u, const Uint8 *v, Uint32 y_stride, Uint32 uv_stride,\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/SDL_yuv.c:469:12: warning: unused parameter 'rgb' [-Wunused-parameter]\n 469 | Uint8 *rgb, Uint32 rgb_stride,\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/SDL_yuv.c:469:24: warning: unused parameter 'rgb_stride' [-Wunused-parameter]\n 469 | Uint8 *rgb, Uint32 rgb_stride,\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/SDL_yuv.c:470:15: warning: unused parameter 'yuv_type' [-Wunused-parameter]\n 470 | YCbCrType yuv_type)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/SDL_yuv.c:2579:111: warning: unused parameter 'src_properties' [-Wunused-parameter]\n 2579 | SDL_PixelFormat src_format, SDL_Colorspace src_colorspace, SDL_PropertiesID src_properties, const void *src, int src_pitch,\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/SDL_yuv.c:2580:111: warning: unused parameter 'dst_properties' [-Wunused-parameter]\n 2580 | SDL_PixelFormat dst_format, SDL_Colorspace dst_colorspace, SDL_PropertiesID dst_properties, void *dst, int dst_pitch)\n | ^\n14 warnings generated.\n[299/471] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/video/yuv2rgb/yuv_rgb_lsx.c.o\n[300/471] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/video/SDL_video.c.o\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/SDL_video.c:225:39: warning: unused parameter 'userdata' [-Wunused-parameter]\n 225 | static void SDL_SyncHintWatcher(void *userdata, const char *name, const char *oldValue, const char *newValue)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/SDL_video.c:225:61: warning: unused parameter 'name' [-Wunused-parameter]\n 225 | static void SDL_SyncHintWatcher(void *userdata, const char *name, const char *oldValue, const char *newValue)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/SDL_video.c:225:79: warning: unused parameter 'oldValue' [-Wunused-parameter]\n 225 | static void SDL_SyncHintWatcher(void *userdata, const char *name, const char *oldValue, const char *newValue)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/SDL_video.c:277:60: warning: unused parameter '_this' [-Wunused-parameter]\n 277 | static Uint32 SDL_DefaultGraphicsBackends(SDL_VideoDevice *_this)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/SDL_video.c:297:56: warning: unused parameter 'userdata' [-Wunused-parameter]\n 297 | static void SDLCALL SDL_CleanupWindowTextureData(void *userdata, void *value)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/SDL_video.c:311:54: warning: unused parameter '_this' [-Wunused-parameter]\n 311 | static bool SDL_CreateWindowTexture(SDL_VideoDevice *_this, SDL_Window *window, SDL_PixelFormat *format, void **pixels, int *pitch)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/SDL_video.c:466:49: warning: unused parameter '_this' [-Wunused-parameter]\n 466 | bool SDL_SetWindowTextureVSync(SDL_VideoDevice *_this, SDL_Window *window, int vsync)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/SDL_video.c:480:56: warning: unused parameter '_this' [-Wunused-parameter]\n 480 | static bool SDL_GetWindowTextureVSync(SDL_VideoDevice *_this, SDL_Window *window, int *vsync)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/SDL_video.c:494:54: warning: unused parameter '_this' [-Wunused-parameter]\n 494 | static bool SDL_UpdateWindowTexture(SDL_VideoDevice *_this, SDL_Window *window, const SDL_Rect *rects, int numrects)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/SDL_video.c:526:55: warning: unused parameter '_this' [-Wunused-parameter]\n 526 | static void SDL_DestroyWindowTexture(SDL_VideoDevice *_this, SDL_Window *window)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/SDL_video.c:894:43: warning: unused parameter 'display' [-Wunused-parameter]\n 894 | void SDL_OnDisplayAdded(SDL_VideoDisplay *display)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/SDL_video.c:904:43: warning: unused parameter 'display' [-Wunused-parameter]\n 904 | void SDL_OnDisplayMoved(SDL_VideoDisplay *display)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/SDL_video.c:4124:40: warning: unused parameter 'window' [-Wunused-parameter]\n 4124 | void SDL_OnWindowMaximized(SDL_Window *window)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/SDL_video.c:4150:36: warning: unused parameter 'window' [-Wunused-parameter]\n 4150 | void SDL_OnWindowLeave(SDL_Window *window)\n | ^\n14 warnings generated.\n[301/471] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/audio/dummy/SDL_dummyaudio.c.o\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/audio/dummy/SDL_dummyaudio.c:91:69: warning: unused parameter 'buffer_size' [-Wunused-parameter]\n 91 | static Uint8 *DUMMYAUDIO_GetDeviceBuf(SDL_AudioDevice *device, int *buffer_size)\n | ^\n1 warning generated.\n[302/471] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/audio/disk/SDL_diskaudio.c.o\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/audio/disk/SDL_diskaudio.c:51:68: warning: unused parameter 'buffer_size' [-Wunused-parameter]\n 51 | static Uint8 *DISKAUDIO_GetDeviceBuf(SDL_AudioDevice *device, int *buffer_size)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/audio/disk/SDL_diskaudio.c:77:55: warning: unused parameter 'device' [-Wunused-parameter]\n 77 | static void DISKAUDIO_FlushRecording(SDL_AudioDevice *device)\n | ^\n2 warnings generated.\n[303/471] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/loadso/dlopen/SDL_sysloadso.c.o\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/loadso/dlopen/SDL_sysloadso.c:72:12: warning: returning 'void *' from a function with result type 'SDL_FunctionPointer' (aka 'void (*)(void)') converts between void pointer and function pointer [-Wpedantic]\n 72 | return symbol;\n | ^~~~~~\n1 warning generated.\n[304/471] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/camera/dummy/SDL_camera_dummy.c.o\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/camera/dummy/SDL_camera_dummy.c:27:48: warning: unused parameter 'device' [-Wunused-parameter]\n 27 | static bool DUMMYCAMERA_OpenDevice(SDL_Camera *device, const SDL_CameraSpec *spec)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/camera/dummy/SDL_camera_dummy.c:27:78: warning: unused parameter 'spec' [-Wunused-parameter]\n 27 | static bool DUMMYCAMERA_OpenDevice(SDL_Camera *device, const SDL_CameraSpec *spec)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/camera/dummy/SDL_camera_dummy.c:32:49: warning: unused parameter 'device' [-Wunused-parameter]\n 32 | static void DUMMYCAMERA_CloseDevice(SDL_Camera *device)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/camera/dummy/SDL_camera_dummy.c:36:48: warning: unused parameter 'device' [-Wunused-parameter]\n 36 | static bool DUMMYCAMERA_WaitDevice(SDL_Camera *device)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/camera/dummy/SDL_camera_dummy.c:41:67: warning: unused parameter 'device' [-Wunused-parameter]\n 41 | static SDL_CameraFrameResult DUMMYCAMERA_AcquireFrame(SDL_Camera *device, SDL_Surface *frame, Uint64 *timestampNS)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/camera/dummy/SDL_camera_dummy.c:41:88: warning: unused parameter 'frame' [-Wunused-parameter]\n 41 | static SDL_CameraFrameResult DUMMYCAMERA_AcquireFrame(SDL_Camera *device, SDL_Surface *frame, Uint64 *timestampNS)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/camera/dummy/SDL_camera_dummy.c:41:103: warning: unused parameter 'timestampNS' [-Wunused-parameter]\n 41 | static SDL_CameraFrameResult DUMMYCAMERA_AcquireFrame(SDL_Camera *device, SDL_Surface *frame, Uint64 *timestampNS)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/camera/dummy/SDL_camera_dummy.c:47:50: warning: unused parameter 'device' [-Wunused-parameter]\n 47 | static void DUMMYCAMERA_ReleaseFrame(SDL_Camera *device, SDL_Surface *frame)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/camera/dummy/SDL_camera_dummy.c:47:71: warning: unused parameter 'frame' [-Wunused-parameter]\n 47 | static void DUMMYCAMERA_ReleaseFrame(SDL_Camera *device, SDL_Surface *frame)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/camera/dummy/SDL_camera_dummy.c:55:54: warning: unused parameter 'device' [-Wunused-parameter]\n 55 | static void DUMMYCAMERA_FreeDeviceHandle(SDL_Camera *device)\n | ^\n10 warnings generated.\n[305/471] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/video/yuv2rgb/yuv_rgb_std.c.o\n[306/471] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/video/dummy/SDL_nullevents.c.o\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/dummy/SDL_nullevents.c:33:40: warning: unused parameter '_this' [-Wunused-parameter]\n 33 | void DUMMY_PumpEvents(SDL_VideoDevice *_this)\n | ^\n1 warning generated.\n[307/471] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/joystick/virtual/SDL_virtualjoystick.c.o\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/virtual/SDL_virtualjoystick.c:202:56: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\n 202 | for (i = 0; i < hwdata->desc.nbuttons && i < sizeof(hwdata->desc.button_mask) * 8; ++i) {\n | ~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/virtual/SDL_virtualjoystick.c:480:25: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\n 480 | event->num_values = SDL_min(num_values, SDL_arraysize(event->data));\n | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/include/SDL3/SDL_stdinc.h:2110:29: note: expanded from macro 'SDL_min'\n 2110 | #define SDL_min(x, y) (((x) < (y)) ? (x) : (y))\n | ~ ^ ~\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/virtual/SDL_virtualjoystick.c:508:52: warning: unused parameter 'vendor_id' [-Wunused-parameter]\n 508 | static bool VIRTUAL_JoystickIsDevicePresent(Uint16 vendor_id, Uint16 product_id, Uint16 version, const char *name)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/virtual/SDL_virtualjoystick.c:508:70: warning: unused parameter 'product_id' [-Wunused-parameter]\n 508 | static bool VIRTUAL_JoystickIsDevicePresent(Uint16 vendor_id, Uint16 product_id, Uint16 version, const char *name)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/virtual/SDL_virtualjoystick.c:508:89: warning: unused parameter 'version' [-Wunused-parameter]\n 508 | static bool VIRTUAL_JoystickIsDevicePresent(Uint16 vendor_id, Uint16 product_id, Uint16 version, const char *name)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/virtual/SDL_virtualjoystick.c:508:110: warning: unused parameter 'name' [-Wunused-parameter]\n 508 | static bool VIRTUAL_JoystickIsDevicePresent(Uint16 vendor_id, Uint16 product_id, Uint16 version, const char *name)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/virtual/SDL_virtualjoystick.c:523:54: warning: unused parameter 'device_index' [-Wunused-parameter]\n 523 | static const char *VIRTUAL_JoystickGetDevicePath(int device_index)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/virtual/SDL_virtualjoystick.c:528:65: warning: unused parameter 'device_index' [-Wunused-parameter]\n 528 | static int VIRTUAL_JoystickGetDeviceSteamVirtualGamepadSlot(int device_index)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/virtual/SDL_virtualjoystick.c:533:53: warning: unused parameter 'device_index' [-Wunused-parameter]\n 533 | static int VIRTUAL_JoystickGetDevicePlayerIndex(int device_index)\n | ^\n9 warnings generated.\n[308/471] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/video/dummy/SDL_nullframebuffer.c.o\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/dummy/SDL_nullframebuffer.c:32:57: warning: unused parameter '_this' [-Wunused-parameter]\n 32 | bool SDL_DUMMY_CreateWindowFramebuffer(SDL_VideoDevice *_this, SDL_Window *window, SDL_PixelFormat *format, void **pixels, int *pitch)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/dummy/SDL_nullframebuffer.c:53:57: warning: unused parameter '_this' [-Wunused-parameter]\n 53 | bool SDL_DUMMY_UpdateWindowFramebuffer(SDL_VideoDevice *_this, SDL_Window *window, const SDL_Rect *rects, int numrects)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/dummy/SDL_nullframebuffer.c:53:100: warning: unused parameter 'rects' [-Wunused-parameter]\n 53 | bool SDL_DUMMY_UpdateWindowFramebuffer(SDL_VideoDevice *_this, SDL_Window *window, const SDL_Rect *rects, int numrects)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/dummy/SDL_nullframebuffer.c:53:111: warning: unused parameter 'numrects' [-Wunused-parameter]\n 53 | bool SDL_DUMMY_UpdateWindowFramebuffer(SDL_VideoDevice *_this, SDL_Window *window, const SDL_Rect *rects, int numrects)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/dummy/SDL_nullframebuffer.c:73:58: warning: unused parameter '_this' [-Wunused-parameter]\n 73 | void SDL_DUMMY_DestroyWindowFramebuffer(SDL_VideoDevice *_this, SDL_Window *window)\n | ^\n5 warnings generated.\n[309/471] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/video/dummy/SDL_nullvideo.c.o\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/dummy/SDL_nullvideo.c:58:54: warning: unused parameter '_this' [-Wunused-parameter]\n 58 | static bool DUMMY_SetWindowPosition(SDL_VideoDevice *_this, SDL_Window *window)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/dummy/SDL_nullvideo.c:64:50: warning: unused parameter '_this' [-Wunused-parameter]\n 64 | static void DUMMY_SetWindowSize(SDL_VideoDevice *_this, SDL_Window *window)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/dummy/SDL_nullvideo.c:154:39: warning: unused parameter '_this' [-Wunused-parameter]\n 154 | bool DUMMY_VideoInit(SDL_VideoDevice *_this)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/dummy/SDL_nullvideo.c:175:39: warning: unused parameter '_this' [-Wunused-parameter]\n 175 | void DUMMY_VideoQuit(SDL_VideoDevice *_this)\n | ^\n4 warnings generated.\n[310/471] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/audio/alsa/SDL_alsa_audio.c.o\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/audio/alsa/SDL_alsa_audio.c:122:11: warning: assigning to 'void *' from 'SDL_FunctionPointer' (aka 'void (*)(void)') converts between void pointer and function pointer [-Wpedantic]\n 122 | *addr = SDL_LoadFunction(alsa_handle, fn);\n | ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/audio/alsa/SDL_alsa_audio.c:271:35: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\n 271 | for (int j = 0; j < SDL_arraysize(prefixes); j++) {\n | ~ ^ ~~~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/audio/alsa/SDL_alsa_audio.c:660:38: warning: comparison of integers of different signs: 'int' and 'unsigned int' [-Wsign-compare]\n 660 | if (swizzle_map[sdl_pos_idx] != sdl_pos_idx) {\n | ~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/audio/alsa/SDL_alsa_audio.c:735:27: warning: comparison of integers of different signs: 'int' and 'unsigned int' [-Wsign-compare]\n 735 | for (int i = 0; i < ctx->chans_n; i++) {\n | ~ ^ ~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/audio/alsa/SDL_alsa_audio.c:772:27: warning: comparison of integers of different signs: 'int' and 'unsigned int' [-Wsign-compare]\n 772 | for (int i = 0; i < ctx->chans_n; i++) {\n | ~ ^ ~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/audio/alsa/SDL_alsa_audio.c:824:27: warning: comparison of integers of different signs: 'int' and 'unsigned int' [-Wsign-compare]\n 824 | for (int i = 0; i < ctx->chans_n; i++) {\n | ~ ^ ~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/audio/alsa/SDL_alsa_audio.c:1430:45: warning: unused parameter 'arg' [-Wunused-parameter]\n 1430 | static int SDLCALL ALSA_HotplugThread(void *arg)\n | ^\n7 warnings generated.\n[311/471] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/camera/pipewire/SDL_camera_pipewire.c.o\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/camera/pipewire/SDL_camera_pipewire.c:110:11: warning: assigning to 'void *' from 'SDL_FunctionPointer' (aka 'void (*)(void)') converts between void pointer and function pointer [-Wpedantic]\n 110 | *addr = SDL_LoadFunction(pipewire_handle, fn);\n | ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/camera/pipewire/SDL_camera_pipewire.c:417:30: warning: unused parameter 'data' [-Wunused-parameter]\n 417 | static void on_process(void *data)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/camera/pipewire/SDL_camera_pipewire.c:422:70: warning: unused parameter 'old' [-Wunused-parameter]\n 422 | static void on_stream_state_changed(void *data, enum pw_stream_state old,\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/camera/pipewire/SDL_camera_pipewire.c:423:57: warning: unused parameter 'error' [-Wunused-parameter]\n 423 | enum pw_stream_state state, const char *error)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/camera/pipewire/SDL_camera_pipewire.c:437:43: warning: unused parameter 'data' [-Wunused-parameter]\n 437 | static void on_stream_param_changed(void *data, uint32_t id, const struct spa_pod *param)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/camera/pipewire/SDL_camera_pipewire.c:437:58: warning: unused parameter 'id' [-Wunused-parameter]\n 437 | static void on_stream_param_changed(void *data, uint32_t id, const struct spa_pod *param)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/camera/pipewire/SDL_camera_pipewire.c:437:84: warning: unused parameter 'param' [-Wunused-parameter]\n 437 | static void on_stream_param_changed(void *data, uint32_t id, const struct spa_pod *param)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/camera/pipewire/SDL_camera_pipewire.c:453:13: warning: use of GNU statement expression extension from macro expansion [-Wgnu-statement-expression-from-macro-expansion]\n 453 | pw_array_remove(&device->hidden->buffers, p);\n | ^\n/usr/include/pipewire-0.3/pipewire/array.h:71:2: note: expanded from macro 'pw_array_remove'\n 71 | ({ \\\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/camera/pipewire/SDL_camera_pipewire.c:506:30: warning: use of GNU statement expression extension from macro expansion [-Wgnu-statement-expression-from-macro-expansion]\n 506 | params[n_params++] = spa_pod_builder_add_object(&b,\n | ^\n/usr/include/spa-0.2/spa/pod/builder.h:698:2: note: expanded from macro 'spa_pod_builder_add_object'\n 698 | ({ \\\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/camera/pipewire/SDL_camera_pipewire.c:514:30: warning: use of GNU statement expression extension from macro expansion [-Wgnu-statement-expression-from-macro-expansion]\n 514 | params[n_params++] = spa_pod_builder_add_object(&b,\n | ^\n/usr/include/spa-0.2/spa/pod/builder.h:698:2: note: expanded from macro 'spa_pod_builder_add_object'\n 698 | ({ \\\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/camera/pipewire/SDL_camera_pipewire.c:555:51: warning: unused parameter 'device' [-Wunused-parameter]\n 555 | static bool PIPEWIRECAMERA_WaitDevice(SDL_Camera *device)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/camera/pipewire/SDL_camera_pipewire.c:796:57: warning: unused parameter 'device' [-Wunused-parameter]\n 796 | static void PIPEWIRECAMERA_FreeDeviceHandle(SDL_Camera *device)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/camera/pipewire/SDL_camera_pipewire.c:843:39: warning: unused parameter 'index' [-Wunused-parameter]\n 843 | uint32_t id, uint32_t index, uint32_t next,\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/camera/pipewire/SDL_camera_pipewire.c:843:55: warning: unused parameter 'next' [-Wunused-parameter]\n 843 | uint32_t id, uint32_t index, uint32_t next,\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/camera/pipewire/SDL_camera_pipewire.c:902:52: warning: unused parameter 'object' [-Wunused-parameter]\n 902 | static void hotplug_registry_global_callback(void *object, uint32_t id,\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/camera/pipewire/SDL_camera_pipewire.c:903:52: warning: unused parameter 'version' [-Wunused-parameter]\n 903 | uint32_t permissions, const char *type, uint32_t version,\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/camera/pipewire/SDL_camera_pipewire.c:958:59: warning: unused parameter 'object' [-Wunused-parameter]\n 958 | static void hotplug_registry_global_remove_callback(void *object, uint32_t id)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/camera/pipewire/SDL_camera_pipewire.c:958:76: warning: unused parameter 'id' [-Wunused-parameter]\n 958 | static void hotplug_registry_global_remove_callback(void *object, uint32_t id)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/camera/pipewire/SDL_camera_pipewire.c:979:46: warning: unused parameter 'data' [-Wunused-parameter]\n 979 | static void hotplug_core_info_callback(void *data, const struct pw_core_info *info)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/camera/pipewire/SDL_camera_pipewire.c:985:46: warning: unused parameter 'object' [-Wunused-parameter]\n 985 | static void hotplug_core_done_callback(void *object, uint32_t id, int seq)\n | ^\n20 warnings generated.\n[312/471] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/audio/pulseaudio/SDL_pulseaudio.c.o\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/audio/pulseaudio/SDL_pulseaudio.c:141:11: warning: assigning to 'void *' from 'SDL_FunctionPointer' (aka 'void (*)(void)') converts between void pointer and function pointer [-Wpedantic]\n 141 | *addr = SDL_LoadFunction(pulseaudio_handle, fn);\n | ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/audio/pulseaudio/SDL_pulseaudio.c:272:56: warning: unused parameter 'o' [-Wunused-parameter]\n 272 | static void OperationStateChangeCallback(pa_operation *o, void *userdata)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/audio/pulseaudio/SDL_pulseaudio.c:272:65: warning: unused parameter 'userdata' [-Wunused-parameter]\n 272 | static void OperationStateChangeCallback(pa_operation *o, void *userdata)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/audio/pulseaudio/SDL_pulseaudio.c:314:57: warning: unused parameter 'context' [-Wunused-parameter]\n 314 | static void PulseContextStateChangeCallback(pa_context *context, void *userdata)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/audio/pulseaudio/SDL_pulseaudio.c:314:72: warning: unused parameter 'userdata' [-Wunused-parameter]\n 314 | static void PulseContextStateChangeCallback(pa_context *context, void *userdata)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/audio/pulseaudio/SDL_pulseaudio.c:398:38: warning: unused parameter 'p' [-Wunused-parameter]\n 398 | static void WriteCallback(pa_stream *p, size_t nbytes, void *userdata)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/audio/pulseaudio/SDL_pulseaudio.c:471:37: warning: unused parameter 'p' [-Wunused-parameter]\n 471 | static void ReadCallback(pa_stream *p, size_t nbytes, void *userdata)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/audio/pulseaudio/SDL_pulseaudio.c:471:47: warning: unused parameter 'nbytes' [-Wunused-parameter]\n 471 | static void ReadCallback(pa_stream *p, size_t nbytes, void *userdata)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/audio/pulseaudio/SDL_pulseaudio.c:471:61: warning: unused parameter 'userdata' [-Wunused-parameter]\n 471 | static void ReadCallback(pa_stream *p, size_t nbytes, void *userdata)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/audio/pulseaudio/SDL_pulseaudio.c:593:55: warning: unused parameter 'stream' [-Wunused-parameter]\n 593 | static void PulseStreamStateChangeCallback(pa_stream *stream, void *userdata)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/audio/pulseaudio/SDL_pulseaudio.c:593:69: warning: unused parameter 'userdata' [-Wunused-parameter]\n 593 | static void PulseStreamStateChangeCallback(pa_stream *stream, void *userdata)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/audio/pulseaudio/SDL_pulseaudio.c:792:42: warning: unused parameter 'c' [-Wunused-parameter]\n 792 | static void SinkInfoCallback(pa_context *c, const pa_sink_info *i, int is_last, void *data)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/audio/pulseaudio/SDL_pulseaudio.c:792:72: warning: unused parameter 'is_last' [-Wunused-parameter]\n 792 | static void SinkInfoCallback(pa_context *c, const pa_sink_info *i, int is_last, void *data)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/audio/pulseaudio/SDL_pulseaudio.c:792:87: warning: unused parameter 'data' [-Wunused-parameter]\n 792 | static void SinkInfoCallback(pa_context *c, const pa_sink_info *i, int is_last, void *data)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/audio/pulseaudio/SDL_pulseaudio.c:801:44: warning: unused parameter 'c' [-Wunused-parameter]\n 801 | static void SourceInfoCallback(pa_context *c, const pa_source_info *i, int is_last, void *data)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/audio/pulseaudio/SDL_pulseaudio.c:801:76: warning: unused parameter 'is_last' [-Wunused-parameter]\n 801 | static void SourceInfoCallback(pa_context *c, const pa_source_info *i, int is_last, void *data)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/audio/pulseaudio/SDL_pulseaudio.c:801:91: warning: unused parameter 'data' [-Wunused-parameter]\n 801 | static void SourceInfoCallback(pa_context *c, const pa_source_info *i, int is_last, void *data)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/audio/pulseaudio/SDL_pulseaudio.c:810:44: warning: unused parameter 'c' [-Wunused-parameter]\n 810 | static void ServerInfoCallback(pa_context *c, const pa_server_info *i, void *data)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/audio/pulseaudio/SDL_pulseaudio.c:810:78: warning: unused parameter 'data' [-Wunused-parameter]\n 810 | static void ServerInfoCallback(pa_context *c, const pa_server_info *i, void *data)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/audio/pulseaudio/SDL_pulseaudio.c:850:41: warning: unused parameter 'c' [-Wunused-parameter]\n 850 | static void HotplugCallback(pa_context *c, pa_subscription_event_type_t t, uint32_t idx, void *data)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/audio/pulseaudio/SDL_pulseaudio.c:850:96: warning: unused parameter 'data' [-Wunused-parameter]\n 850 | static void HotplugCallback(pa_context *c, pa_subscription_event_type_t t, uint32_t idx, void *data)\n | ^\n21 warnings generated.\n[313/471] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/audio/sndio/SDL_sndioaudio.c.o\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/audio/sndio/SDL_sndioaudio.c:73:11: warning: assigning to 'void *' from 'SDL_FunctionPointer' (aka 'void (*)(void)') converts between void pointer and function pointer [-Wpedantic]\n 73 | *addr = SDL_LoadFunction(sndio_handle, fn);\n | ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/audio/sndio/SDL_sndioaudio.c:181:62: warning: comparison of integers of different signs: 'size_t' (aka 'unsigned long') and 'int' [-Wsign-compare]\n 181 | if (SNDIO_sio_write(device->hidden->dev, buffer, buflen) != buflen) {\n | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~~~~\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/audio/sndio/SDL_sndioaudio.c:208:64: warning: unused parameter 'buffer_size' [-Wunused-parameter]\n 208 | static Uint8 *SNDIO_GetDeviceBuf(SDL_AudioDevice *device, int *buffer_size)\n | ^\n3 warnings generated.\n[314/471] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/audio/pipewire/SDL_pipewire.c.o\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/audio/pipewire/SDL_pipewire.c:101:11: warning: assigning to 'void *' from 'SDL_FunctionPointer' (aka 'void (*)(void)') converts between void pointer and function pointer [-Wpedantic]\n 101 | *addr = SDL_LoadFunction(pipewire_handle, fn);\n | ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/audio/pipewire/SDL_pipewire.c:399:53: warning: unused parameter 'object' [-Wunused-parameter]\n 399 | static void core_events_hotplug_init_callback(void *object, uint32_t id, int seq)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/audio/pipewire/SDL_pipewire.c:411:53: warning: unused parameter 'data' [-Wunused-parameter]\n 411 | static void core_events_hotplug_info_callback(void *data, const struct pw_core_info *info)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/audio/pipewire/SDL_pipewire.c:560:48: warning: unused parameter 'seq' [-Wunused-parameter]\n 560 | static void node_event_param(void *object, int seq, uint32_t id, uint32_t index, uint32_t next, const struct spa_pod *param)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/audio/pipewire/SDL_pipewire.c:560:75: warning: unused parameter 'index' [-Wunused-parameter]\n 560 | static void node_event_param(void *object, int seq, uint32_t id, uint32_t index, uint32_t next, const struct spa_pod *param)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/audio/pipewire/SDL_pipewire.c:560:91: warning: unused parameter 'next' [-Wunused-parameter]\n 560 | static void node_event_param(void *object, int seq, uint32_t id, uint32_t index, uint32_t next, const struct spa_pod *param)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/audio/pipewire/SDL_pipewire.c:629:89: warning: unused parameter 'type' [-Wunused-parameter]\n 629 | static int metadata_property(void *object, Uint32 subject, const char *key, const char *type, const char *value)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/audio/pipewire/SDL_pipewire.c:657:50: warning: unused parameter 'object' [-Wunused-parameter]\n 657 | static void registry_event_global_callback(void *object, uint32_t id, uint32_t permissions, const char *type, uint32_t version,\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/audio/pipewire/SDL_pipewire.c:657:80: warning: unused parameter 'permissions' [-Wunused-parameter]\n 657 | static void registry_event_global_callback(void *object, uint32_t id, uint32_t permissions, const char *type, uint32_t version,\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/audio/pipewire/SDL_pipewire.c:729:50: warning: unused parameter 'object' [-Wunused-parameter]\n 729 | static void registry_event_remove_callback(void *object, uint32_t id)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/audio/pipewire/SDL_pipewire.c:936:67: warning: unused parameter 'buffer_size' [-Wunused-parameter]\n 936 | static Uint8 *PIPEWIRE_GetDeviceBuf(SDL_AudioDevice *device, int *buffer_size)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/audio/pipewire/SDL_pipewire.c:957:71: warning: unused parameter 'buffer' [-Wunused-parameter]\n 957 | static bool PIPEWIRE_PlayDevice(SDL_AudioDevice *device, const Uint8 *buffer, int buffer_size)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/audio/pipewire/SDL_pipewire.c:1015:27: warning: use of GNU statement expression extension from macro expansion [-Wgnu-statement-expression-from-macro-expansion]\n 1015 | const Uint32 offset = SPA_MIN(spa_buf->datas[0].chunk->offset, spa_buf->datas[0].maxsize);\n | ^\n/usr/include/spa-0.2/spa/utils/defs.h:147:2: note: expanded from macro 'SPA_MIN'\n 147 | ({ \\\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/audio/pipewire/SDL_pipewire.c:1016:25: warning: use of GNU statement expression extension from macro expansion [-Wgnu-statement-expression-from-macro-expansion]\n 1016 | const Uint32 size = SPA_MIN(spa_buf->datas[0].chunk->size, spa_buf->datas[0].maxsize - offset);\n | ^\n/usr/include/spa-0.2/spa/utils/defs.h:147:2: note: expanded from macro 'SPA_MIN'\n 147 | ({ \\\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/audio/pipewire/SDL_pipewire.c:1019:21: warning: comparison of integers of different signs: 'const Uint32' (aka 'const unsigned int') and 'int' [-Wsign-compare]\n 1019 | SDL_assert(size <= buflen); // We'll have to reengineer some stuff if this turns out to not be true.\n | ~~~~ ^ ~~~~~~\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/audio/pipewire/SDL_pipewire.c:1048:33: warning: comparison of integers of different signs: 'int' and 'uint32_t' (aka 'unsigned int') [-Wsign-compare]\n 1048 | if (device->buffer_size > buffer->buffer->datas[0].maxsize) {\n | ~~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/audio/pipewire/SDL_pipewire.c:1060:76: warning: unused parameter 'old' [-Wunused-parameter]\n 1060 | static void stream_state_changed_callback(void *data, enum pw_stream_state old, enum pw_stream_state state, const char *error)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/audio/pipewire/SDL_pipewire.c:1060:121: warning: unused parameter 'error' [-Wunused-parameter]\n 1060 | static void stream_state_changed_callback(void *data, enum pw_stream_state old, enum pw_stream_state state, const char *error)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/audio/pipewire/SDL_pipewire.c:1106:45: warning: use of GNU statement expression extension from macro expansion [-Wgnu-statement-expression-from-macro-expansion]\n 1106 | const int min_period = PW_MIN_SAMPLES * SPA_MAX(device->spec.freq / PW_BASE_CLOCK_RATE, 1);\n | ^\n/usr/include/spa-0.2/spa/utils/defs.h:153:2: note: expanded from macro 'SPA_MAX'\n 153 | ({ \\\n | ^\n19 warnings generated.\n[315/471] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11dyn.c.o\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/x11/SDL_x11dyn.c:76:16: warning: assigning to 'void *' from 'SDL_FunctionPointer' (aka 'void (*)(void)') converts between void pointer and function pointer [-Wpedantic]\n 76 | fn = SDL_LoadFunction(x11libs[i].lib, fnname);\n | ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/x11/SDL_x11dyn.c:74:19: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\n 74 | for (i = 0; i < SDL_arraysize(x11libs); i++) {\n | ~ ^ ~~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/x11/SDL_x11dyn.c:139:27: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\n 139 | for (i = 0; i < SDL_arraysize(x11libs); i++) {\n | ~ ^ ~~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/x11/SDL_x11dyn.c:160:23: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\n 160 | for (i = 0; i < SDL_arraysize(x11libs); i++) {\n | ~ ^ ~~~~~~~~~~~~~~~~~~~~~~\n4 warnings generated.\n[316/471] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11clipboard.c.o\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/x11/SDL_x11clipboard.c:261:52: warning: unused parameter '_this' [-Wunused-parameter]\n 261 | const char **X11_GetTextMimeTypes(SDL_VideoDevice *_this, size_t *num_mime_types)\n | ^\n1 warning generated.\n[317/471] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11events.c.o\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/x11/SDL_x11events.c:172:48: warning: unused parameter 'display' [-Wunused-parameter]\n 172 | static Bool X11_KeyRepeatCheckIfEvent(Display *display, XEvent *chkev,\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/x11/SDL_x11events.c:436:31: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\n 436 | for (keycode = 0; keycode < SDL_arraysize(videodata->key_layout); ++keycode) {\n | ~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/x11/SDL_x11events.c:487:51: warning: unused parameter '_this' [-Wunused-parameter]\n 487 | static void X11_DispatchFocusOut(SDL_VideoDevice *_this, SDL_WindowData *data)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/x11/SDL_x11events.c:562:49: warning: unused parameter '_this' [-Wunused-parameter]\n 562 | static void ScheduleWindowMove(SDL_VideoDevice *_this, SDL_WindowData *data, const SDL_Point *point)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/x11/SDL_x11events.c:597:42: warning: unused parameter '_this' [-Wunused-parameter]\n 597 | bool X11_ProcessHitTest(SDL_VideoDevice *_this, SDL_WindowData *data, const float x, const float y, bool force_new_result)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/x11/SDL_x11events.c:724:27: warning: comparison of integers of different signs: 'int' and 'size_t' (aka 'unsigned long') [-Wsign-compare]\n 724 | for (i = 0; i < clipboard->mime_count; ++i) {\n | ~ ^ ~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/x11/SDL_x11events.c:736:31: warning: comparison of integers of different signs: 'int' and 'size_t' (aka 'unsigned long') [-Wsign-compare]\n 736 | for (i = 0; i < clipboard->mime_count; ++i) {\n | ~ ^ ~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/x11/SDL_x11events.c:784:48: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\n 784 | for (j = 0, patom = (Atom*)data; j < length; j++, patom++) {\n | ~ ^ ~~~~~~\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/x11/SDL_x11events.c:794:52: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\n 794 | for (j = 0, patom = (Atom*)data; j < length; j++, patom++) {\n | ~ ^ ~~~~~~\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/x11/SDL_x11events.c:863:34: warning: unused parameter 'display' [-Wunused-parameter]\n 863 | static Bool isMapNotify(Display *display, XEvent *ev, XPointer arg)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/x11/SDL_x11events.c:874:39: warning: unused parameter 'display' [-Wunused-parameter]\n 874 | static Bool isReparentNotify(Display *display, XEvent *ev, XPointer arg)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/x11/SDL_x11events.c:929:44: warning: unused parameter 'time' [-Wunused-parameter]\n 929 | Uint64 X11_GetEventTimestamp(unsigned long time)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/x11/SDL_x11events.c:1061:47: warning: unused parameter '_this' [-Wunused-parameter]\n 1061 | void X11_HandleButtonRelease(SDL_VideoDevice *_this, SDL_WindowData *windowdata, SDL_MouseID mouseID, int button, unsigned long time)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/x11/SDL_x11events.c:1624:47: warning: comparison of integers of different signs: 'long' and 'Atom' (aka 'unsigned long') [-Wsign-compare]\n 1624 | (xevent->xclient.data.l[0] == videodata->atoms._NET_WM_PING)) {\n | ~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/x11/SDL_x11events.c:1637:45: warning: comparison of integers of different signs: 'long' and 'Atom' (aka 'unsigned long') [-Wsign-compare]\n 1637 | (xevent->xclient.data.l[0] == videodata->atoms.WM_DELETE_WINDOW)) {\n | ~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/x11/SDL_x11events.c:1646:47: warning: comparison of integers of different signs: 'long' and 'Atom' (aka 'unsigned long') [-Wsign-compare]\n 1646 | (xevent->xclient.data.l[0] == videodata->atoms._NET_WM_SYNC_REQUEST)) {\n | ~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/x11/SDL_x11events.c:2048:33: warning: unused parameter 'display' [-Wunused-parameter]\n 2048 | static Bool isAnyEvent(Display *display, XEvent *ev, XPointer arg)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/x11/SDL_x11events.c:2048:50: warning: unused parameter 'ev' [-Wunused-parameter]\n 2048 | static Bool isAnyEvent(Display *display, XEvent *ev, XPointer arg)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/x11/SDL_x11events.c:2048:63: warning: unused parameter 'arg' [-Wunused-parameter]\n 2048 | static Bool isAnyEvent(Display *display, XEvent *ev, XPointer arg)\n | ^\n19 warnings generated.\n[318/471] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11framebuffer.c.o\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/x11/SDL_x11framebuffer.c:146:51: warning: unused parameter '_this' [-Wunused-parameter]\n 146 | bool X11_UpdateWindowFramebuffer(SDL_VideoDevice *_this, SDL_Window *window, const SDL_Rect *rects,\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/x11/SDL_x11framebuffer.c:229:52: warning: unused parameter '_this' [-Wunused-parameter]\n 229 | void X11_DestroyWindowFramebuffer(SDL_VideoDevice *_this, SDL_Window *window)\n | ^\n2 warnings generated.\n[319/471] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11keyboard.c.o\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/x11/SDL_x11keyboard.c:204:19: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\n 204 | for (i = 0; i < SDL_arraysize(fingerprint); ++i) {\n | ~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/x11/SDL_x11keyboard.c:207:19: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\n 207 | for (i = 0; i < SDL_arraysize(scancode_set); ++i) {\n | ~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/x11/SDL_x11keyboard.c:212:23: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\n 212 | for (j = 0; j < SDL_arraysize(fingerprint); ++j) {\n | ~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/x11/SDL_x11keyboard.c:228:27: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\n 228 | for (i = 0; i < SDL_arraysize(scancode_set); ++i) {\n | ~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/x11/SDL_x11keyboard.c:245:24: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\n 245 | if (table_size > (SDL_arraysize(data->key_layout) - min_keycode)) {\n | ~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/x11/SDL_x11keyboard.c:321:23: warning: comparison of integers of different signs: 'int' and 'unsigned int' [-Wsign-compare]\n 321 | for (j = 0; j < n; j++) {\n | ~ ^ ~\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/x11/SDL_x11keyboard.c:346:23: warning: comparison of integers of different signs: 'int' and 'unsigned int' [-Wsign-compare]\n 346 | for (j = 0; j < n; j++) {\n | ~ ^ ~\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/x11/SDL_x11keyboard.c:399:23: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\n 399 | for (int m = 0; m < SDL_arraysize(keymod_masks); ++m) {\n | ~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/x11/SDL_x11keyboard.c:400:27: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\n 400 | for (int i = 0; i < SDL_arraysize(data->key_layout); ++i) {\n | ~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/x11/SDL_x11keyboard.c:497:39: warning: unused parameter 'xic' [-Wunused-parameter]\n 497 | static int preedit_start_callback(XIC xic, XPointer client_data, XPointer call_data)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/x11/SDL_x11keyboard.c:497:53: warning: unused parameter 'client_data' [-Wunused-parameter]\n 497 | static int preedit_start_callback(XIC xic, XPointer client_data, XPointer call_data)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/x11/SDL_x11keyboard.c:497:75: warning: unused parameter 'call_data' [-Wunused-parameter]\n 497 | static int preedit_start_callback(XIC xic, XPointer client_data, XPointer call_data)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/x11/SDL_x11keyboard.c:503:39: warning: unused parameter 'xic' [-Wunused-parameter]\n 503 | static void preedit_done_callback(XIC xic, XPointer client_data, XPointer call_data)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/x11/SDL_x11keyboard.c:503:53: warning: unused parameter 'client_data' [-Wunused-parameter]\n 503 | static void preedit_done_callback(XIC xic, XPointer client_data, XPointer call_data)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/x11/SDL_x11keyboard.c:503:75: warning: unused parameter 'call_data' [-Wunused-parameter]\n 503 | static void preedit_done_callback(XIC xic, XPointer client_data, XPointer call_data)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/x11/SDL_x11keyboard.c:507:39: warning: unused parameter 'xic' [-Wunused-parameter]\n 507 | static void preedit_draw_callback(XIC xic, XPointer client_data, XIMPreeditDrawCallbackStruct *call_data)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/x11/SDL_x11keyboard.c:606:40: warning: unused parameter 'xic' [-Wunused-parameter]\n 606 | static void preedit_caret_callback(XIC xic, XPointer client_data, XIMPreeditCaretCallbackStruct *call_data)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/x11/SDL_x11keyboard.c:639:39: warning: cast from 'int (*)(XIC, XPointer, XPointer)' (aka 'int (*)(struct _XIC *, char *, char *)') to 'XIMProc' (aka 'void (*)(struct _XIM *, char *, char *)') converts to incompatible function type [-Wcast-function-type-mismatch]\n 639 | start_callback.callback = (XIMProc)preedit_start_callback;\n | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/x11/SDL_x11keyboard.c:676:43: warning: unused parameter '_this' [-Wunused-parameter]\n 676 | static void X11_ResetXIM(SDL_VideoDevice *_this, SDL_Window *window)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/x11/SDL_x11keyboard.c:691:86: warning: unused parameter 'props' [-Wunused-parameter]\n 691 | bool X11_StartTextInput(SDL_VideoDevice *_this, SDL_Window *window, SDL_PropertiesID props)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/x11/SDL_x11keyboard.c:704:47: warning: unused parameter '_this' [-Wunused-parameter]\n 704 | bool X11_UpdateTextInputArea(SDL_VideoDevice *_this, SDL_Window *window)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/x11/SDL_x11keyboard.c:774:65: warning: unused parameter 'window' [-Wunused-parameter]\n 774 | void X11_HideScreenKeyboard(SDL_VideoDevice *_this, SDL_Window *window)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/x11/SDL_x11keyboard.c:784:68: warning: unused parameter 'window' [-Wunused-parameter]\n 784 | bool X11_IsScreenKeyboardShown(SDL_VideoDevice *_this, SDL_Window *window)\n | ^\n23 warnings generated.\n[320/471] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/video/yuv2rgb/yuv_rgb_sse.c.o\n[321/471] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11messagebox.c.o\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/x11/SDL_x11messagebox.c:641:46: warning: unused parameter 'display' [-Wunused-parameter]\n 641 | static Bool X11_MessageBoxEventTest(Display *display, XEvent *event, XPointer arg)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/x11/SDL_x11messagebox.c:726:37: warning: comparison of integers of different signs: 'long' and 'Atom' (aka 'unsigned long') [-Wsign-compare]\n 726 | e.xclient.data.l[0] == data->wm_delete_message) {\n | ~~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~\n2 warnings generated.\n[322/471] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11modes.c.o\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/x11/SDL_x11modes.c:583:55: warning: unused parameter '_this' [-Wunused-parameter]\n 583 | static void X11_CheckDisplaysRemoved(SDL_VideoDevice *_this, Display *dpy)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/x11/SDL_x11modes.c:1054:37: warning: unused parameter '_this' [-Wunused-parameter]\n 1054 | void X11_QuitModes(SDL_VideoDevice *_this)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/x11/SDL_x11modes.c:1058:44: warning: unused parameter '_this' [-Wunused-parameter]\n 1058 | bool X11_GetDisplayBounds(SDL_VideoDevice *_this, SDL_VideoDisplay *sdl_display, SDL_Rect *rect)\n | ^\n3 warnings generated.\n[323/471] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11mouse.c.o\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/x11/SDL_x11mouse.c:387:43: warning: unused parameter 'enabled' [-Wunused-parameter]\n 387 | static bool X11_SetRelativeMouseMode(bool enabled)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/x11/SDL_x11mouse.c:488:37: warning: unused parameter '_this' [-Wunused-parameter]\n 488 | void X11_InitMouse(SDL_VideoDevice *_this)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/x11/SDL_x11mouse.c:529:19: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\n 529 | for (j = 0; j < SDL_arraysize(sys_cursors); j++) {\n | ~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~\n3 warnings generated.\n[324/471] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11opengl.c.o\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/x11/SDL_x11opengl.c:281:12: warning: returning 'void *' from a function with result type 'SDL_FunctionPointer' (aka 'void (*)(void)') converts between void pointer and function pointer [-Wpedantic]\n 281 | return GL_LoadFunction(_this->gl_config.dll_handle, proc);\n | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/x11/SDL_x11opengl.c:155:26: note: expanded from macro 'GL_LoadFunction'\n 155 | #define GL_LoadFunction dlsym\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/x11/SDL_x11opengl.c:490:66: warning: unused parameter 'display' [-Wunused-parameter]\n 490 | static int X11_GL_GetAttributes(SDL_VideoDevice *_this, Display *display, int screen, int *attribs, int size, Bool for_FBConfig, int **_pvistypeattr, bool transparent)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/x11/SDL_x11opengl.c:490:79: warning: unused parameter 'screen' [-Wunused-parameter]\n 490 | static int X11_GL_GetAttributes(SDL_VideoDevice *_this, Display *display, int screen, int *attribs, int size, Bool for_FBConfig, int **_pvistypeattr, bool transparent)\n | ^\n3 warnings generated.\n[325/471] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11opengles.c.o\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/x11/SDL_x11opengles.c:132:56: warning: unused parameter '_this' [-Wunused-parameter]\n 132 | SDL_EGLSurface X11_GLES_GetEGLSurface(SDL_VideoDevice *_this, SDL_Window *window)\n | ^\n1 warning generated.\n[326/471] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11settings.c.o\n[327/471] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11pen.c.o\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/x11/SDL_x11pen.c:211:23: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\n 211 | for (int i = 0; i < SDL_arraysize(handle->valuator_for_axis); i++) {\n | ~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/x11/SDL_x11pen.c:337:41: warning: unused parameter 'instance_id' [-Wunused-parameter]\n 337 | static void X11_FreePenHandle(SDL_PenID instance_id, void *handle, void *userdata)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/x11/SDL_x11pen.c:337:74: warning: unused parameter 'userdata' [-Wunused-parameter]\n 337 | static void X11_FreePenHandle(SDL_PenID instance_id, void *handle, void *userdata)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/x11/SDL_x11pen.c:342:35: warning: unused parameter '_this' [-Wunused-parameter]\n 342 | void X11_QuitPen(SDL_VideoDevice *_this)\n | ^\n4 warnings generated.\n[328/471] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11touch.c.o\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/x11/SDL_x11touch.c:35:37: warning: unused parameter '_this' [-Wunused-parameter]\n 35 | void X11_QuitTouch(SDL_VideoDevice *_this)\n | ^\n1 warning generated.\n[329/471] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11shape.c.o\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/x11/SDL_x11shape.c:56:45: warning: unused parameter '_this' [-Wunused-parameter]\n 56 | bool X11_UpdateWindowShape(SDL_VideoDevice *_this, SDL_Window *window, SDL_Surface *shape)\n | ^\n1 warning generated.\n[330/471] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11video.c.o\n[331/471] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11vulkan.c.o\nIn file included from /tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/x11/SDL_x11vulkan.c:25:\nIn file included from /tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/x11/../SDL_vulkan_internal.h:40:\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/x11/../wayland/SDL_waylanddyn.h:45:6: warning: ISO C forbids forward references to 'enum' types [-Wpedantic]\n 45 | enum libdecor_resize_edge;\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/x11/../wayland/SDL_waylanddyn.h:46:6: warning: ISO C forbids forward references to 'enum' types [-Wpedantic]\n 46 | enum libdecor_capabilities;\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/x11/../wayland/SDL_waylanddyn.h:47:6: warning: ISO C forbids forward references to 'enum' types [-Wpedantic]\n 47 | enum libdecor_window_state;\n | ^\nIn file included from /tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/x11/SDL_x11vulkan.c:25:\nIn file included from /tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/x11/../SDL_vulkan_internal.h:40:\nIn file included from /tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/x11/../wayland/SDL_waylanddyn.h:84:\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/x11/../wayland/SDL_waylandsym.h:232:26: warning: ISO C forbids forward references to 'enum' types [-Wpedantic]\n 232 | SDL_WAYLAND_SYM_OPT(enum libdecor_wm_capabilities, libdecor_frame_get_wm_capabilities, (struct libdecor_frame *))\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/x11/SDL_x11vulkan.c:78:48: warning: assigning to 'SDL_FunctionPointer' (aka 'void (*)(void)') from 'void *' converts between void pointer and function pointer [-Wpedantic]\n 78 | _this->vulkan_config.vkGetInstanceProcAddr = (void *)vkGetInstanceProcAddr;\n | ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/x11/SDL_x11vulkan.c:79:65: warning: assigning to 'SDL_FunctionPointer' (aka 'void (*)(void)') from 'void *' converts between void pointer and function pointer [-Wpedantic]\n 79 | _this->vulkan_config.vkEnumerateInstanceExtensionProperties =\n | ^\n 80 | (void *)((PFN_vkGetInstanceProcAddr)_this->vulkan_config.vkGetInstanceProcAddr)(\n | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n 81 | VK_NULL_HANDLE, \"vkEnumerateInstanceExtensionProperties\");\n | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/x11/SDL_x11vulkan.c:233:44: warning: passing 'SDL_FunctionPointer' (aka 'void (*)(void)') to parameter of type 'void *' converts between void pointer and function pointer [-Wpedantic]\n 233 | SDL_Vulkan_DestroySurface_Internal(_this->vulkan_config.vkGetInstanceProcAddr, instance, surface, allocator);\n | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/x11/../SDL_vulkan_internal.h:77:54: note: passing argument to parameter 'vkGetInstanceProcAddr' here\n 77 | extern void SDL_Vulkan_DestroySurface_Internal(void *vkGetInstanceProcAddr,\n | ^\n7 warnings generated.\n[332/471] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11xfixes.c.o\n[333/471] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/video/x11/edid-parse.c.o\n[334/471] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11xinput2.c.o\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/x11/SDL_x11xinput2.c:473:31: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\n 473 | for (int i = 0; i < SDL_arraysize(axes); i++) {\n | ~ ^ ~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/x11/SDL_x11xinput2.c:523:49: warning: unused parameter '_this' [-Wunused-parameter]\n 523 | void X11_InitXinput2Multitouch(SDL_VideoDevice *_this)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/x11/SDL_x11xinput2.c:622:44: warning: unused parameter '_this' [-Wunused-parameter]\n 622 | void X11_Xinput2GrabTouch(SDL_VideoDevice *_this, SDL_Window *window)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/x11/SDL_x11xinput2.c:652:46: warning: unused parameter '_this' [-Wunused-parameter]\n 652 | void X11_Xinput2UngrabTouch(SDL_VideoDevice *_this, SDL_Window *window)\n | ^\n4 warnings generated.\n[335/471] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11window.c.o\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/x11/SDL_x11window.c:62:34: warning: unused parameter 'dpy' [-Wunused-parameter]\n 62 | static Bool isMapNotify(Display *dpy, XEvent *ev, XPointer win) // NOLINT(readability-non-const-parameter): cannot make XPointer a const pointer due to typedef\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/x11/SDL_x11window.c:66:36: warning: unused parameter 'dpy' [-Wunused-parameter]\n 66 | static Bool isUnmapNotify(Display *dpy, XEvent *ev, XPointer win) // NOLINT(readability-non-const-parameter): cannot make XPointer a const pointer due to typedef\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/x11/SDL_x11window.c:214:22: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\n 214 | SDL_assert(count <= SDL_arraysize(atoms));\n | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/include/SDL3/SDL_assert.h:482:53: note: expanded from macro 'SDL_assert'\n 482 | # define SDL_assert(condition) SDL_enabled_assert(condition)\n | ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/include/SDL3/SDL_assert.h:364:19: note: expanded from macro 'SDL_enabled_assert'\n 364 | while ( !(condition) ) { \\\n | ^~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/x11/SDL_x11window.c:835:32: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\n 835 | SDL_assert(proto_count <= sizeof(protocols) / sizeof(protocols[0]));\n | ~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/include/SDL3/SDL_assert.h:482:53: note: expanded from macro 'SDL_assert'\n 482 | # define SDL_assert(condition) SDL_enabled_assert(condition)\n | ^~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/include/SDL3/SDL_assert.h:364:19: note: expanded from macro 'SDL_enabled_assert'\n 364 | while ( !(condition) ) { \\\n | ^~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/x11/SDL_x11window.c:937:42: warning: unused parameter '_this' [-Wunused-parameter]\n 937 | void X11_SetWindowTitle(SDL_VideoDevice *_this, SDL_Window *window)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/x11/SDL_x11window.c:948:39: warning: unused parameter 'd' [-Wunused-parameter]\n 948 | static int X11_CatchAnyError(Display *d, XErrorEvent *e)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/x11/SDL_x11window.c:948:55: warning: unused parameter 'e' [-Wunused-parameter]\n 948 | static int X11_CatchAnyError(Display *d, XErrorEvent *e)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/x11/SDL_x11window.c:1096:41: warning: unused parameter '_this' [-Wunused-parameter]\n 1096 | bool X11_SetWindowIcon(SDL_VideoDevice *_this, SDL_Window *window, SDL_Surface *icon)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/x11/SDL_x11window.c:1348:48: warning: unused parameter '_this' [-Wunused-parameter]\n 1348 | bool X11_GetWindowBordersSize(SDL_VideoDevice *_this, SDL_Window *window, int *top, int *left, int *bottom, int *right)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/x11/SDL_x11window.c:1360:44: warning: unused parameter '_this' [-Wunused-parameter]\n 1360 | bool X11_SetWindowOpacity(SDL_VideoDevice *_this, SDL_Window *window, float opacity)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/x11/SDL_x11window.c:1482:78: warning: unused parameter 'resizable' [-Wunused-parameter]\n 1482 | void X11_SetWindowResizable(SDL_VideoDevice *_this, SDL_Window *window, bool resizable)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/x11/SDL_x11window.c:1771:42: warning: unused parameter '_this' [-Wunused-parameter]\n 1771 | void X11_MinimizeWindow(SDL_VideoDevice *_this, SDL_Window *window)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/x11/SDL_x11window.c:1981:48: warning: unused parameter '_this' [-Wunused-parameter]\n 1981 | void *X11_GetWindowICCProfile(SDL_VideoDevice *_this, SDL_Window *window, size_t *size)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/x11/SDL_x11window.c:2203:39: warning: unused parameter 'window' [-Wunused-parameter]\n 2203 | bool X11_SetWindowHitTest(SDL_Window *window, bool enabled)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/x11/SDL_x11window.c:2203:52: warning: unused parameter 'enabled' [-Wunused-parameter]\n 2203 | bool X11_SetWindowHitTest(SDL_Window *window, bool enabled)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/x11/SDL_x11window.c:2223:39: warning: unused parameter '_this' [-Wunused-parameter]\n 2223 | bool X11_FlashWindow(SDL_VideoDevice *_this, SDL_Window *window, SDL_FlashOperation operation)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/x11/SDL_x11window.c:2356:46: warning: unused parameter '_this' [-Wunused-parameter]\n 2356 | bool X11_SetWindowFocusable(SDL_VideoDevice *_this, SDL_Window *window, bool focusable)\n | ^\n17 warnings generated.\n[336/471] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/video/kmsdrm/SDL_kmsdrmdyn.c.o\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/kmsdrm/SDL_kmsdrmdyn.c:53:16: warning: assigning to 'void *' from 'SDL_FunctionPointer' (aka 'void (*)(void)') converts between void pointer and function pointer [-Wpedantic]\n 53 | fn = SDL_LoadFunction(kmsdrmlibs[i].lib, fnname);\n | ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/kmsdrm/SDL_kmsdrmdyn.c:51:19: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\n 51 | for (i = 0; i < SDL_arraysize(kmsdrmlibs); i++) {\n | ~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/kmsdrm/SDL_kmsdrmdyn.c:102:27: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\n 102 | for (i = 0; i < SDL_arraysize(kmsdrmlibs); i++) {\n | ~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/kmsdrm/SDL_kmsdrmdyn.c:123:23: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\n 123 | for (i = 0; i < SDL_arraysize(kmsdrmlibs); i++) {\n | ~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~\n4 warnings generated.\n[337/471] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11xsync.c.o\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/x11/SDL_x11xsync.c:122:63: warning: unused parameter 'event' [-Wunused-parameter]\n 122 | void X11_HandleConfigure(SDL_Window *window, XConfigureEvent *event)\n | ^\n1 warning generated.\n[338/471] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/video/kmsdrm/SDL_kmsdrmevents.c.o\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/kmsdrm/SDL_kmsdrmevents.c:35:41: warning: unused parameter '_this' [-Wunused-parameter]\n 35 | void KMSDRM_PumpEvents(SDL_VideoDevice *_this)\n | ^\n1 warning generated.\n[339/471] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/video/kmsdrm/SDL_kmsdrmmouse.c.o\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/kmsdrm/SDL_kmsdrmmouse.c:64:46: warning: unused parameter '_this' [-Wunused-parameter]\n 64 | void KMSDRM_DestroyCursorBO(SDL_VideoDevice *_this, SDL_VideoDisplay *display)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/kmsdrm/SDL_kmsdrmmouse.c:307:27: warning: comparison of integers of different signs: 'int' and 'SDL_DisplayID' (aka 'unsigned int') [-Wsign-compare]\n 307 | for (i = 0; i < displays[i]; i++) {\n | ~ ^ ~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/kmsdrm/SDL_kmsdrmmouse.c:356:42: warning: unused parameter 'window' [-Wunused-parameter]\n 356 | static bool KMSDRM_WarpMouse(SDL_Window *window, float x, float y)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/kmsdrm/SDL_kmsdrmmouse.c:362:40: warning: unused parameter '_this' [-Wunused-parameter]\n 362 | void KMSDRM_InitMouse(SDL_VideoDevice *_this, SDL_VideoDisplay *display)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/kmsdrm/SDL_kmsdrmmouse.c:382:40: warning: unused parameter '_this' [-Wunused-parameter]\n 382 | void KMSDRM_QuitMouse(SDL_VideoDevice *_this)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/kmsdrm/SDL_kmsdrmmouse.c:388:43: warning: unused parameter 'cursor' [-Wunused-parameter]\n 388 | static bool KMSDRM_MoveCursor(SDL_Cursor *cursor)\n | ^\n6 warnings generated.\n[340/471] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/video/kmsdrm/SDL_kmsdrmopengles.c.o\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/kmsdrm/SDL_kmsdrmopengles.c:37:56: warning: unused parameter '_this' [-Wunused-parameter]\n 37 | void KMSDRM_GLES_DefaultProfileConfig(SDL_VideoDevice *_this, int *mask, int *major, int *minor)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/kmsdrm/SDL_kmsdrmopengles.c:37:68: warning: unused parameter 'mask' [-Wunused-parameter]\n 37 | void KMSDRM_GLES_DefaultProfileConfig(SDL_VideoDevice *_this, int *mask, int *major, int *minor)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/kmsdrm/SDL_kmsdrmopengles.c:37:79: warning: unused parameter 'major' [-Wunused-parameter]\n 37 | void KMSDRM_GLES_DefaultProfileConfig(SDL_VideoDevice *_this, int *mask, int *major, int *minor)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/kmsdrm/SDL_kmsdrmopengles.c:37:91: warning: unused parameter 'minor' [-Wunused-parameter]\n 37 | void KMSDRM_GLES_DefaultProfileConfig(SDL_VideoDevice *_this, int *mask, int *major, int *minor)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/kmsdrm/SDL_kmsdrmopengles.c:49:47: warning: unused parameter '_this' [-Wunused-parameter]\n 49 | bool KMSDRM_GLES_LoadLibrary(SDL_VideoDevice *_this, const char *path)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/kmsdrm/SDL_kmsdrmopengles.c:49:66: warning: unused parameter 'path' [-Wunused-parameter]\n 49 | bool KMSDRM_GLES_LoadLibrary(SDL_VideoDevice *_this, const char *path)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/kmsdrm/SDL_kmsdrmopengles.c:63:49: warning: unused parameter '_this' [-Wunused-parameter]\n 63 | void KMSDRM_GLES_UnloadLibrary(SDL_VideoDevice *_this)\n | ^\n7 warnings generated.\n[341/471] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/video/x11/xsettings-client.c.o\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/x11/xsettings-client.c:110:25: warning: unused parameter 'display' [-Wunused-parameter]\n 110 | ignore_errors (Display *display, XErrorEvent *event)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/x11/xsettings-client.c:110:47: warning: unused parameter 'event' [-Wunused-parameter]\n 110 | ignore_errors (Display *display, XErrorEvent *event)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/x11/xsettings-client.c:245:32: warning: comparison of integers of different signs: 'long' and 'size_t' (aka 'unsigned long') [-Wsign-compare]\n 245 | if (BYTES_LEFT (&buffer) < pad_len)\n | ~~~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/x11/xsettings-client.c:291:36: warning: comparison of integers of different signs: 'long' and 'size_t' (aka 'unsigned long') [-Wsign-compare]\n 291 | BYTES_LEFT (&buffer) < pad_len)\n | ~~~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/x11/xsettings-client.c:597:34: warning: comparison of integers of different signs: 'const long' and 'Atom' (aka 'unsigned long') [-Wsign-compare]\n 597 | xev->xclient.data.l[1] == client->selection_atom)\n | ~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~\n5 warnings generated.\n[342/471] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandclipboard.c.o\nIn file included from /tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandclipboard.c:25:\nIn file included from /tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylanddatamanager.h:27:\nIn file included from /tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandvideo.h:125:\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylanddyn.h:45:6: warning: ISO C forbids forward references to 'enum' types [-Wpedantic]\n 45 | enum libdecor_resize_edge;\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylanddyn.h:46:6: warning: ISO C forbids forward references to 'enum' types [-Wpedantic]\n 46 | enum libdecor_capabilities;\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylanddyn.h:47:6: warning: ISO C forbids forward references to 'enum' types [-Wpedantic]\n 47 | enum libdecor_window_state;\n | ^\nIn file included from /tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandclipboard.c:25:\nIn file included from /tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylanddatamanager.h:27:\nIn file included from /tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandvideo.h:125:\nIn file included from /tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylanddyn.h:84:\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandsym.h:232:26: warning: ISO C forbids forward references to 'enum' types [-Wpedantic]\n 232 | SDL_WAYLAND_SYM_OPT(enum libdecor_wm_capabilities, libdecor_frame_get_wm_capabilities, (struct libdecor_frame *))\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandclipboard.c:100:56: warning: unused parameter '_this' [-Wunused-parameter]\n 100 | const char **Wayland_GetTextMimeTypes(SDL_VideoDevice *_this, size_t *num_mime_types)\n | ^\n5 warnings generated.\n[343/471] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandcolor.c.o\nIn file included from /tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandcolor.c:27:\nIn file included from /tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandvideo.h:125:\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylanddyn.h:45:6: warning: ISO C forbids forward references to 'enum' types [-Wpedantic]\n 45 | enum libdecor_resize_edge;\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylanddyn.h:46:6: warning: ISO C forbids forward references to 'enum' types [-Wpedantic]\n 46 | enum libdecor_capabilities;\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylanddyn.h:47:6: warning: ISO C forbids forward references to 'enum' types [-Wpedantic]\n 47 | enum libdecor_window_state;\n | ^\nIn file included from /tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandcolor.c:27:\nIn file included from /tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandvideo.h:125:\nIn file included from /tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylanddyn.h:84:\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandsym.h:232:26: warning: ISO C forbids forward references to 'enum' types [-Wpedantic]\n 232 | SDL_WAYLAND_SYM_OPT(enum libdecor_wm_capabilities, libdecor_frame_get_wm_capabilities, (struct libdecor_frame *))\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandcolor.c:91:85: warning: unused parameter 'wp_image_description_info_v1' [-Wunused-parameter]\n 91 | struct wp_image_description_info_v1 *wp_image_description_info_v1)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandcolor.c:114:89: warning: unused parameter 'wp_image_description_info_v1' [-Wunused-parameter]\n 114 | struct wp_image_description_info_v1 *wp_image_description_info_v1,\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandcolor.c:123:59: warning: unused parameter 'data' [-Wunused-parameter]\n 123 | static void image_description_info_handle_primaries(void *data,\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandcolor.c:124:90: warning: unused parameter 'wp_image_description_info_v1' [-Wunused-parameter]\n 124 | struct wp_image_description_info_v1 *wp_image_description_info_v1,\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandcolor.c:125:61: warning: unused parameter 'r_x' [-Wunused-parameter]\n 125 | int32_t r_x, int32_t r_y,\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandcolor.c:125:74: warning: unused parameter 'r_y' [-Wunused-parameter]\n 125 | int32_t r_x, int32_t r_y,\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandcolor.c:126:61: warning: unused parameter 'g_x' [-Wunused-parameter]\n 126 | int32_t g_x, int32_t g_y,\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandcolor.c:126:74: warning: unused parameter 'g_y' [-Wunused-parameter]\n 126 | int32_t g_x, int32_t g_y,\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandcolor.c:127:61: warning: unused parameter 'b_x' [-Wunused-parameter]\n 127 | int32_t b_x, int32_t b_y,\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandcolor.c:127:74: warning: unused parameter 'b_y' [-Wunused-parameter]\n 127 | int32_t b_x, int32_t b_y,\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandcolor.c:128:61: warning: unused parameter 'w_x' [-Wunused-parameter]\n 128 | int32_t w_x, int32_t w_y)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandcolor.c:128:74: warning: unused parameter 'w_y' [-Wunused-parameter]\n 128 | int32_t w_x, int32_t w_y)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandcolor.c:133:65: warning: unused parameter 'data' [-Wunused-parameter]\n 133 | static void image_description_info_handle_primaries_named(void *data,\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandcolor.c:134:96: warning: unused parameter 'wp_image_description_info_v1' [-Wunused-parameter]\n 134 | struct wp_image_description_info_v1 *wp_image_description_info_v1,\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandcolor.c:135:68: warning: unused parameter 'primaries' [-Wunused-parameter]\n 135 | uint32_t primaries)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandcolor.c:140:58: warning: unused parameter 'data' [-Wunused-parameter]\n 140 | static void image_description_info_handle_tf_power(void *data,\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandcolor.c:141:89: warning: unused parameter 'wp_image_description_info_v1' [-Wunused-parameter]\n 141 | struct wp_image_description_info_v1 *wp_image_description_info_v1,\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandcolor.c:142:61: warning: unused parameter 'eexp' [-Wunused-parameter]\n 142 | uint32_t eexp)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandcolor.c:147:58: warning: unused parameter 'data' [-Wunused-parameter]\n 147 | static void image_description_info_handle_tf_named(void *data,\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandcolor.c:148:89: warning: unused parameter 'wp_image_description_info_v1' [-Wunused-parameter]\n 148 | struct wp_image_description_info_v1 *wp_image_description_info_v1,\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandcolor.c:149:61: warning: unused parameter 'tf' [-Wunused-parameter]\n 149 | uint32_t tf)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandcolor.c:155:91: warning: unused parameter 'wp_image_description_info_v1' [-Wunused-parameter]\n 155 | struct wp_image_description_info_v1 *wp_image_description_info_v1,\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandcolor.c:156:63: warning: unused parameter 'min_lum' [-Wunused-parameter]\n 156 | uint32_t min_lum,\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandcolor.c:164:66: warning: unused parameter 'data' [-Wunused-parameter]\n 164 | static void image_description_info_handle_target_primaries(void *data,\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandcolor.c:165:97: warning: unused parameter 'wp_image_description_info_v1' [-Wunused-parameter]\n 165 | struct wp_image_description_info_v1 *wp_image_description_info_v1,\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandcolor.c:166:68: warning: unused parameter 'r_x' [-Wunused-parameter]\n 166 | int32_t r_x, int32_t r_y,\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandcolor.c:166:81: warning: unused parameter 'r_y' [-Wunused-parameter]\n 166 | int32_t r_x, int32_t r_y,\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandcolor.c:167:68: warning: unused parameter 'g_x' [-Wunused-parameter]\n 167 | int32_t g_x, int32_t g_y,\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandcolor.c:167:81: warning: unused parameter 'g_y' [-Wunused-parameter]\n 167 | int32_t g_x, int32_t g_y,\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandcolor.c:168:68: warning: unused parameter 'b_x' [-Wunused-parameter]\n 168 | int32_t b_x, int32_t b_y,\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandcolor.c:168:81: warning: unused parameter 'b_y' [-Wunused-parameter]\n 168 | int32_t b_x, int32_t b_y,\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandcolor.c:169:68: warning: unused parameter 'w_x' [-Wunused-parameter]\n 169 | int32_t w_x, int32_t w_y)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandcolor.c:169:81: warning: unused parameter 'w_y' [-Wunused-parameter]\n 169 | int32_t w_x, int32_t w_y)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandcolor.c:174:66: warning: unused parameter 'data' [-Wunused-parameter]\n 174 | static void image_description_info_handle_target_luminance(void *data,\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandcolor.c:175:97: warning: unused parameter 'wp_image_description_info_v1' [-Wunused-parameter]\n 175 | struct wp_image_description_info_v1 *wp_image_description_info_v1,\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandcolor.c:176:69: warning: unused parameter 'min_lum' [-Wunused-parameter]\n 176 | uint32_t min_lum,\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandcolor.c:177:69: warning: unused parameter 'max_lum' [-Wunused-parameter]\n 177 | uint32_t max_lum)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandcolor.c:182:64: warning: unused parameter 'data' [-Wunused-parameter]\n 182 | static void image_description_info_handle_target_max_cll(void *data,\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandcolor.c:183:95: warning: unused parameter 'wp_image_description_info_v1' [-Wunused-parameter]\n 183 | struct wp_image_description_info_v1 *wp_image_description_info_v1,\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandcolor.c:184:67: warning: unused parameter 'max_cll' [-Wunused-parameter]\n 184 | uint32_t max_cll)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandcolor.c:189:65: warning: unused parameter 'data' [-Wunused-parameter]\n 189 | static void image_description_info_handle_target_max_fall(void *data,\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandcolor.c:190:96: warning: unused parameter 'wp_image_description_info_v1' [-Wunused-parameter]\n 190 | struct wp_image_description_info_v1 *wp_image_description_info_v1,\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandcolor.c:191:68: warning: unused parameter 'max_fall' [-Wunused-parameter]\n 191 | uint32_t max_fall)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandcolor.c:231:77: warning: unused parameter 'wp_image_description_v1' [-Wunused-parameter]\n 231 | struct wp_image_description_v1 *wp_image_description_v1,\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandcolor.c:232:54: warning: unused parameter 'cause' [-Wunused-parameter]\n 232 | uint32_t cause,\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandcolor.c:233:57: warning: unused parameter 'msg' [-Wunused-parameter]\n 233 | const char *msg)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandcolor.c:244:76: warning: unused parameter 'wp_image_description_v1' [-Wunused-parameter]\n 244 | struct wp_image_description_v1 *wp_image_description_v1,\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandcolor.c:245:53: warning: unused parameter 'identity' [-Wunused-parameter]\n 245 | uint32_t identity)\n | ^\n52 warnings generated.\n[344/471] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/video/kmsdrm/SDL_kmsdrmvideo.c.o\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/kmsdrm/SDL_kmsdrmvideo.c:339:53: warning: unused parameter 'bo' [-Wunused-parameter]\n 339 | static void KMSDRM_FBDestroyCallback(struct gbm_bo *bo, void *data)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/kmsdrm/SDL_kmsdrmvideo.c:426:36: warning: unused parameter 'fd' [-Wunused-parameter]\n 426 | static void KMSDRM_FlipHandler(int fd, unsigned int frame, unsigned int sec, unsigned int usec, void *data)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/kmsdrm/SDL_kmsdrmvideo.c:426:53: warning: unused parameter 'frame' [-Wunused-parameter]\n 426 | static void KMSDRM_FlipHandler(int fd, unsigned int frame, unsigned int sec, unsigned int usec, void *data)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/kmsdrm/SDL_kmsdrmvideo.c:426:73: warning: unused parameter 'sec' [-Wunused-parameter]\n 426 | static void KMSDRM_FlipHandler(int fd, unsigned int frame, unsigned int sec, unsigned int usec, void *data)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/kmsdrm/SDL_kmsdrmvideo.c:426:91: warning: unused parameter 'usec' [-Wunused-parameter]\n 426 | static void KMSDRM_FlipHandler(int fd, unsigned int frame, unsigned int sec, unsigned int usec, void *data)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/kmsdrm/SDL_kmsdrmvideo.c:706:19: warning: comparison of integers of different signs: 'int' and 'uint32_t' (aka 'unsigned int') [-Wsign-compare]\n 706 | for (i = 0; i < props->count_props; ++i) {\n | ~ ^ ~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/kmsdrm/SDL_kmsdrmvideo.c:766:19: warning: comparison of integers of different signs: 'int' and 'uint32_t' (aka 'unsigned int') [-Wsign-compare]\n 766 | for (i = 0; i < props->count_props && !done; ++i) {\n | ~ ^ ~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/kmsdrm/SDL_kmsdrmvideo.c:1184:69: warning: unused parameter 'dispdata' [-Wunused-parameter]\n 1184 | static bool KMSDRM_GBMInit(SDL_VideoDevice *_this, SDL_DisplayData *dispdata)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/kmsdrm/SDL_kmsdrmvideo.c:1212:71: warning: unused parameter 'dispdata' [-Wunused-parameter]\n 1212 | static void KMSDRM_GBMDeinit(SDL_VideoDevice *_this, SDL_DisplayData *dispdata)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/kmsdrm/SDL_kmsdrmvideo.c:1501:46: warning: unused parameter '_this' [-Wunused-parameter]\n 1501 | bool KMSDRM_GetDisplayModes(SDL_VideoDevice *_this, SDL_VideoDisplay *display)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/kmsdrm/SDL_kmsdrmvideo.c:1614:19: warning: comparison of integers of different signs: 'unsigned int' and 'int' [-Wsign-compare]\n 1614 | for (i = 0; i < viddata->num_windows; i++) {\n | ~ ^ ~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/kmsdrm/SDL_kmsdrmvideo.c:1618:27: warning: comparison of integers of different signs: 'unsigned int' and 'int' [-Wsign-compare]\n 1618 | for (j = i; j < viddata->num_windows; j++) {\n | ~ ^ ~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/kmsdrm/SDL_kmsdrmvideo.c:1638:87: warning: unused parameter 'create_props' [-Wunused-parameter]\n 1638 | bool KMSDRM_CreateWindow(SDL_VideoDevice *_this, SDL_Window *window, SDL_PropertiesID create_props)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/kmsdrm/SDL_kmsdrmvideo.c:1784:45: warning: unused parameter '_this' [-Wunused-parameter]\n 1784 | void KMSDRM_SetWindowTitle(SDL_VideoDevice *_this, SDL_Window *window)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/kmsdrm/SDL_kmsdrmvideo.c:1784:64: warning: unused parameter 'window' [-Wunused-parameter]\n 1784 | void KMSDRM_SetWindowTitle(SDL_VideoDevice *_this, SDL_Window *window)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/kmsdrm/SDL_kmsdrmvideo.c:1787:48: warning: unused parameter '_this' [-Wunused-parameter]\n 1787 | bool KMSDRM_SetWindowPosition(SDL_VideoDevice *_this, SDL_Window *window)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/kmsdrm/SDL_kmsdrmvideo.c:1787:67: warning: unused parameter 'window' [-Wunused-parameter]\n 1787 | bool KMSDRM_SetWindowPosition(SDL_VideoDevice *_this, SDL_Window *window)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/kmsdrm/SDL_kmsdrmvideo.c:1798:111: warning: unused parameter 'display' [-Wunused-parameter]\n 1798 | SDL_FullscreenResult KMSDRM_SetWindowFullscreen(SDL_VideoDevice *_this, SDL_Window *window, SDL_VideoDisplay *display, SDL_FullscreenOp fullscreen)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/kmsdrm/SDL_kmsdrmvideo.c:1798:137: warning: unused parameter 'fullscreen' [-Wunused-parameter]\n 1798 | SDL_FullscreenResult KMSDRM_SetWindowFullscreen(SDL_VideoDevice *_this, SDL_Window *window, SDL_VideoDisplay *display, SDL_FullscreenOp fullscreen)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/kmsdrm/SDL_kmsdrmvideo.c:1806:41: warning: unused parameter '_this' [-Wunused-parameter]\n 1806 | void KMSDRM_ShowWindow(SDL_VideoDevice *_this, SDL_Window *window)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/kmsdrm/SDL_kmsdrmvideo.c:1806:60: warning: unused parameter 'window' [-Wunused-parameter]\n 1806 | void KMSDRM_ShowWindow(SDL_VideoDevice *_this, SDL_Window *window)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/kmsdrm/SDL_kmsdrmvideo.c:1809:41: warning: unused parameter '_this' [-Wunused-parameter]\n 1809 | void KMSDRM_HideWindow(SDL_VideoDevice *_this, SDL_Window *window)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/kmsdrm/SDL_kmsdrmvideo.c:1809:60: warning: unused parameter 'window' [-Wunused-parameter]\n 1809 | void KMSDRM_HideWindow(SDL_VideoDevice *_this, SDL_Window *window)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/kmsdrm/SDL_kmsdrmvideo.c:1812:42: warning: unused parameter '_this' [-Wunused-parameter]\n 1812 | void KMSDRM_RaiseWindow(SDL_VideoDevice *_this, SDL_Window *window)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/kmsdrm/SDL_kmsdrmvideo.c:1812:61: warning: unused parameter 'window' [-Wunused-parameter]\n 1812 | void KMSDRM_RaiseWindow(SDL_VideoDevice *_this, SDL_Window *window)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/kmsdrm/SDL_kmsdrmvideo.c:1815:45: warning: unused parameter '_this' [-Wunused-parameter]\n 1815 | void KMSDRM_MaximizeWindow(SDL_VideoDevice *_this, SDL_Window *window)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/kmsdrm/SDL_kmsdrmvideo.c:1815:64: warning: unused parameter 'window' [-Wunused-parameter]\n 1815 | void KMSDRM_MaximizeWindow(SDL_VideoDevice *_this, SDL_Window *window)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/kmsdrm/SDL_kmsdrmvideo.c:1818:45: warning: unused parameter '_this' [-Wunused-parameter]\n 1818 | void KMSDRM_MinimizeWindow(SDL_VideoDevice *_this, SDL_Window *window)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/kmsdrm/SDL_kmsdrmvideo.c:1818:64: warning: unused parameter 'window' [-Wunused-parameter]\n 1818 | void KMSDRM_MinimizeWindow(SDL_VideoDevice *_this, SDL_Window *window)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/kmsdrm/SDL_kmsdrmvideo.c:1821:44: warning: unused parameter '_this' [-Wunused-parameter]\n 1821 | void KMSDRM_RestoreWindow(SDL_VideoDevice *_this, SDL_Window *window)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/kmsdrm/SDL_kmsdrmvideo.c:1821:63: warning: unused parameter 'window' [-Wunused-parameter]\n 1821 | void KMSDRM_RestoreWindow(SDL_VideoDevice *_this, SDL_Window *window)\n | ^\n31 warnings generated.\n[345/471] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/video/kmsdrm/SDL_kmsdrmvulkan.c.o\nIn file included from /tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/kmsdrm/SDL_kmsdrmvulkan.c:31:\nIn file included from /tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/kmsdrm/../SDL_vulkan_internal.h:40:\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/kmsdrm/../wayland/SDL_waylanddyn.h:45:6: warning: ISO C forbids forward references to 'enum' types [-Wpedantic]\n 45 | enum libdecor_resize_edge;\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/kmsdrm/../wayland/SDL_waylanddyn.h:46:6: warning: ISO C forbids forward references to 'enum' types [-Wpedantic]\n 46 | enum libdecor_capabilities;\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/kmsdrm/../wayland/SDL_waylanddyn.h:47:6: warning: ISO C forbids forward references to 'enum' types [-Wpedantic]\n 47 | enum libdecor_window_state;\n | ^\nIn file included from /tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/kmsdrm/SDL_kmsdrmvulkan.c:31:\nIn file included from /tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/kmsdrm/../SDL_vulkan_internal.h:40:\nIn file included from /tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/kmsdrm/../wayland/SDL_waylanddyn.h:84:\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/kmsdrm/../wayland/SDL_waylandsym.h:232:26: warning: ISO C forbids forward references to 'enum' types [-Wpedantic]\n 232 | SDL_WAYLAND_SYM_OPT(enum libdecor_wm_capabilities, libdecor_frame_get_wm_capabilities, (struct libdecor_frame *))\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/kmsdrm/SDL_kmsdrmvulkan.c:81:48: warning: assigning to 'SDL_FunctionPointer' (aka 'void (*)(void)') from 'void *' converts between void pointer and function pointer [-Wpedantic]\n 81 | _this->vulkan_config.vkGetInstanceProcAddr = (void *)vkGetInstanceProcAddr;\n | ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/kmsdrm/SDL_kmsdrmvulkan.c:82:65: warning: assigning to 'SDL_FunctionPointer' (aka 'void (*)(void)') from 'void *' converts between void pointer and function pointer [-Wpedantic]\n 82 | _this->vulkan_config.vkEnumerateInstanceExtensionProperties =\n | ^\n 83 | (void *)((PFN_vkGetInstanceProcAddr)_this->vulkan_config.vkGetInstanceProcAddr)(\n | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n 84 | VK_NULL_HANDLE, \"vkEnumerateInstanceExtensionProperties\");\n | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/kmsdrm/SDL_kmsdrmvulkan.c:143:73: warning: unused parameter '_this' [-Wunused-parameter]\n 143 | char const* const* KMSDRM_Vulkan_GetInstanceExtensions(SDL_VideoDevice *_this,\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/kmsdrm/SDL_kmsdrmvulkan.c:286:19: warning: comparison of integers of different signs: 'int' and 'uint32_t' (aka 'unsigned int') [-Wsign-compare]\n 286 | for (i = 0; i < gpu_count; i++) {\n | ~ ^ ~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/kmsdrm/SDL_kmsdrmvulkan.c:347:19: warning: comparison of integers of different signs: 'int' and 'uint32_t' (aka 'unsigned int') [-Wsign-compare]\n 347 | for (i = 0; i < mode_count; i++) {\n | ~ ^ ~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/kmsdrm/SDL_kmsdrmvulkan.c:349:59: warning: comparison of integers of different signs: 'uint32_t' (aka 'unsigned int') and 'int' [-Wsign-compare]\n 349 | mode_props[i].parameters.visibleRegion.height == window->h) {\n | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/kmsdrm/SDL_kmsdrmvulkan.c:348:58: warning: comparison of integers of different signs: 'uint32_t' (aka 'unsigned int') and 'int' [-Wsign-compare]\n 348 | if (mode_props[i].parameters.visibleRegion.width == window->w &&\n | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/kmsdrm/SDL_kmsdrmvulkan.c:406:19: warning: comparison of integers of different signs: 'int' and 'uint32_t' (aka 'unsigned int') [-Wsign-compare]\n 406 | for (i = 0; i < plane_count; i++) {\n | ~ ^ ~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/kmsdrm/SDL_kmsdrmvulkan.c:432:23: warning: comparison of integers of different signs: 'int' and 'uint32_t' (aka 'unsigned int') [-Wsign-compare]\n 432 | for (j = 0; j < supported_displays_count; j++) {\n | ~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/kmsdrm/SDL_kmsdrmvulkan.c:516:44: warning: passing 'SDL_FunctionPointer' (aka 'void (*)(void)') to parameter of type 'void *' converts between void pointer and function pointer [-Wpedantic]\n 516 | SDL_Vulkan_DestroySurface_Internal(_this->vulkan_config.vkGetInstanceProcAddr, instance, surface, allocator);\n | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/kmsdrm/../SDL_vulkan_internal.h:77:54: note: passing argument to parameter 'vkGetInstanceProcAddr' here\n 77 | extern void SDL_Vulkan_DestroySurface_Internal(void *vkGetInstanceProcAddr,\n | ^\n14 warnings generated.\n[346/471] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylanddyn.c.o\nIn file included from /tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylanddyn.c:27:\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylanddyn.h:45:6: warning: ISO C forbids forward references to 'enum' types [-Wpedantic]\n 45 | enum libdecor_resize_edge;\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylanddyn.h:46:6: warning: ISO C forbids forward references to 'enum' types [-Wpedantic]\n 46 | enum libdecor_capabilities;\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylanddyn.h:47:6: warning: ISO C forbids forward references to 'enum' types [-Wpedantic]\n 47 | enum libdecor_window_state;\n | ^\nIn file included from /tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylanddyn.c:27:\nIn file included from /tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylanddyn.h:84:\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandsym.h:232:26: warning: ISO C forbids forward references to 'enum' types [-Wpedantic]\n 232 | SDL_WAYLAND_SYM_OPT(enum libdecor_wm_capabilities, libdecor_frame_get_wm_capabilities, (struct libdecor_frame *))\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylanddyn.c:60:16: warning: assigning to 'void *' from 'SDL_FunctionPointer' (aka 'void (*)(void)') converts between void pointer and function pointer [-Wpedantic]\n 60 | fn = SDL_LoadFunction(dynlib->lib, fnname);\n | ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylanddyn.c:114:27: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\n 114 | for (i = 0; i < SDL_arraysize(waylandlibs); i++) {\n | ~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylanddyn.c:135:23: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\n 135 | for (i = 0; i < SDL_arraysize(waylandlibs); i++) {\n | ~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~\n7 warnings generated.\n[347/471] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylanddatamanager.c.o\nIn file included from /tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylanddatamanager.c:35:\nIn file included from /tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandvideo.h:125:\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylanddyn.h:45:6: warning: ISO C forbids forward references to 'enum' types [-Wpedantic]\n 45 | enum libdecor_resize_edge;\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylanddyn.h:46:6: warning: ISO C forbids forward references to 'enum' types [-Wpedantic]\n 46 | enum libdecor_capabilities;\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylanddyn.h:47:6: warning: ISO C forbids forward references to 'enum' types [-Wpedantic]\n 47 | enum libdecor_window_state;\n | ^\nIn file included from /tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylanddatamanager.c:35:\nIn file included from /tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandvideo.h:125:\nIn file included from /tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylanddyn.h:84:\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandsym.h:232:26: warning: ISO C forbids forward references to 'enum' types [-Wpedantic]\n 232 | SDL_WAYLAND_SYM_OPT(enum libdecor_wm_capabilities, libdecor_frame_get_wm_capabilities, (struct libdecor_frame *))\n | ^\n4 warnings generated.\n[348/471] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandmessagebox.c.o\n[349/471] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandkeyboard.c.o\nIn file included from /tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandkeyboard.c:26:\nIn file included from /tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandvideo.h:125:\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylanddyn.h:45:6: warning: ISO C forbids forward references to 'enum' types [-Wpedantic]\n 45 | enum libdecor_resize_edge;\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylanddyn.h:46:6: warning: ISO C forbids forward references to 'enum' types [-Wpedantic]\n 46 | enum libdecor_capabilities;\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylanddyn.h:47:6: warning: ISO C forbids forward references to 'enum' types [-Wpedantic]\n 47 | enum libdecor_window_state;\n | ^\nIn file included from /tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandkeyboard.c:26:\nIn file included from /tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandvideo.h:125:\nIn file included from /tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylanddyn.h:84:\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandsym.h:232:26: warning: ISO C forbids forward references to 'enum' types [-Wpedantic]\n 232 | SDL_WAYLAND_SYM_OPT(enum libdecor_wm_capabilities, libdecor_frame_get_wm_capabilities, (struct libdecor_frame *))\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandkeyboard.c:156:64: warning: unused parameter 'window' [-Wunused-parameter]\n 156 | bool Wayland_StopTextInput(SDL_VideoDevice *_this, SDL_Window *window)\n | ^\n5 warnings generated.\n[350/471] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandmouse.c.o\nIn file included from /tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandmouse.c:30:\nIn file included from /tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandvideo.h:125:\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylanddyn.h:45:6: warning: ISO C forbids forward references to 'enum' types [-Wpedantic]\n 45 | enum libdecor_resize_edge;\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylanddyn.h:46:6: warning: ISO C forbids forward references to 'enum' types [-Wpedantic]\n 46 | enum libdecor_capabilities;\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylanddyn.h:47:6: warning: ISO C forbids forward references to 'enum' types [-Wpedantic]\n 47 | enum libdecor_window_state;\n | ^\nIn file included from /tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandmouse.c:30:\nIn file included from /tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandvideo.h:125:\nIn file included from /tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylanddyn.h:84:\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandsym.h:232:26: warning: ISO C forbids forward references to 'enum' types [-Wpedantic]\n 232 | SDL_WAYLAND_SYM_OPT(enum libdecor_wm_capabilities, libdecor_frame_get_wm_capabilities, (struct libdecor_frame *))\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandmouse.c:164:74: warning: unused parameter 'conn' [-Wunused-parameter]\n 164 | static DBusHandlerResult Wayland_DBusCursorMessageFilter(DBusConnection *conn, DBusMessage *msg, void *data)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandmouse.c:299:76: warning: unused parameter 'time' [-Wunused-parameter]\n 299 | static void cursor_frame_done(void *data, struct wl_callback *cb, uint32_t time)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandmouse.c:408:46: warning: comparison of integers of different signs: 'int' and 'unsigned int' [-Wsign-compare]\n 408 | if (cdata->cursor_data.system.num_frames != cursor->image_count) {\n | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandmouse.c:419:23: warning: comparison of integers of different signs: 'int' and 'unsigned int' [-Wsign-compare]\n 419 | for (int i = 0; i < cursor->image_count; ++i) {\n | ~ ^ ~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandmouse.c:427:21: warning: comparison of integers of different signs: 'const int' and 'uint32_t' (aka 'unsigned int') [-Wsign-compare]\n 427 | if (scaled_size != cursor->images[0]->width) {\n | ~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandmouse.c:1043:23: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\n 1043 | for (int i = 0; i < SDL_arraysize(sys_cursors); i++) {\n | ~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~\n10 warnings generated.\n[351/471] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandopengles.c.o\nIn file included from /tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandopengles.c:28:\nIn file included from /tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandvideo.h:125:\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylanddyn.h:45:6: warning: ISO C forbids forward references to 'enum' types [-Wpedantic]\n 45 | enum libdecor_resize_edge;\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylanddyn.h:46:6: warning: ISO C forbids forward references to 'enum' types [-Wpedantic]\n 46 | enum libdecor_capabilities;\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylanddyn.h:47:6: warning: ISO C forbids forward references to 'enum' types [-Wpedantic]\n 47 | enum libdecor_window_state;\n | ^\nIn file included from /tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandopengles.c:28:\nIn file included from /tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandvideo.h:125:\nIn file included from /tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylanddyn.h:84:\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandsym.h:232:26: warning: ISO C forbids forward references to 'enum' types [-Wpedantic]\n 232 | SDL_WAYLAND_SYM_OPT(enum libdecor_wm_capabilities, libdecor_frame_get_wm_capabilities, (struct libdecor_frame *))\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandopengles.c:213:56: warning: unused parameter '_this' [-Wunused-parameter]\n 213 | EGLSurface Wayland_GLES_GetEGLSurface(SDL_VideoDevice *_this, SDL_Window *window)\n | ^\n5 warnings generated.\n[352/471] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandshmbuffer.c.o\nIn file included from /tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandshmbuffer.c:34:\nIn file included from /tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandvideo.h:125:\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylanddyn.h:45:6: warning: ISO C forbids forward references to 'enum' types [-Wpedantic]\n 45 | enum libdecor_resize_edge;\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylanddyn.h:46:6: warning: ISO C forbids forward references to 'enum' types [-Wpedantic]\n 46 | enum libdecor_capabilities;\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylanddyn.h:47:6: warning: ISO C forbids forward references to 'enum' types [-Wpedantic]\n 47 | enum libdecor_window_state;\n | ^\nIn file included from /tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandshmbuffer.c:34:\nIn file included from /tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandvideo.h:125:\nIn file included from /tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylanddyn.h:84:\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandsym.h:232:26: warning: ISO C forbids forward references to 'enum' types [-Wpedantic]\n 232 | SDL_WAYLAND_SYM_OPT(enum libdecor_wm_capabilities, libdecor_frame_get_wm_capabilities, (struct libdecor_frame *))\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandshmbuffer.c:108:41: warning: unused parameter 'data' [-Wunused-parameter]\n 108 | static void buffer_handle_release(void *data, struct wl_buffer *wl_buffer)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandshmbuffer.c:108:65: warning: unused parameter 'wl_buffer' [-Wunused-parameter]\n 108 | static void buffer_handle_release(void *data, struct wl_buffer *wl_buffer)\n | ^\n6 warnings generated.\n[353/471] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandevents.c.o\nIn file included from /tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:33:\nIn file included from /tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandvideo.h:125:\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylanddyn.h:45:6: warning: ISO C forbids forward references to 'enum' types [-Wpedantic]\n 45 | enum libdecor_resize_edge;\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylanddyn.h:46:6: warning: ISO C forbids forward references to 'enum' types [-Wpedantic]\n 46 | enum libdecor_capabilities;\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylanddyn.h:47:6: warning: ISO C forbids forward references to 'enum' types [-Wpedantic]\n 47 | enum libdecor_window_state;\n | ^\nIn file included from /tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:33:\nIn file included from /tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandvideo.h:125:\nIn file included from /tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylanddyn.h:84:\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandsym.h:232:26: warning: ISO C forbids forward references to 'enum' types [-Wpedantic]\n 232 | SDL_WAYLAND_SYM_OPT(enum libdecor_wm_capabilities, libdecor_frame_get_wm_capabilities, (struct libdecor_frame *))\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:182:90: warning: unused parameter 'zwp_input_timestamps_v1' [-Wunused-parameter]\n 182 | static void Wayland_input_timestamp_listener(void *data, struct zwp_input_timestamps_v1 *zwp_input_timestamps_v1,\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:340:37: warning: unused parameter 'data' [-Wunused-parameter]\n 340 | static void sync_done_handler(void *data, struct wl_callback *callback, uint32_t callback_data)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:340:82: warning: unused parameter 'callback_data' [-Wunused-parameter]\n 340 | static void sync_done_handler(void *data, struct wl_callback *callback, uint32_t callback_data)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:350:66: warning: unused parameter 'window' [-Wunused-parameter]\n 350 | void Wayland_SendWakeupEvent(SDL_VideoDevice *_this, SDL_Window *window)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:408:29: warning: comparison of integers of different signs: 'Sint64' (aka 'long') and 'const Uint64' (aka 'const unsigned long') [-Wsign-compare]\n 408 | timeoutNS = SDL_min(timeoutNS, next_repeat_wait_time);\n | ^ ~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/include/SDL3/SDL_stdinc.h:2110:29: note: expanded from macro 'SDL_min'\n 2110 | #define SDL_min(x, y) (((x) < (y)) ? (x) : (y))\n | ~ ^ ~\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:518:66: warning: unused parameter 'pointer' [-Wunused-parameter]\n 518 | static void pointer_handle_motion(void *data, struct wl_pointer *pointer,\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:584:65: warning: unused parameter 'pointer' [-Wunused-parameter]\n 584 | static void pointer_handle_leave(void *data, struct wl_pointer *pointer,\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:585:43: warning: unused parameter 'serial' [-Wunused-parameter]\n 585 | uint32_t serial, struct wl_surface *surface)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:620:22: warning: unused parameter 'sx_w' [-Wunused-parameter]\n 620 | wl_fixed_t sx_w, wl_fixed_t sy_w,\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:620:39: warning: unused parameter 'sy_w' [-Wunused-parameter]\n 620 | wl_fixed_t sx_w, wl_fixed_t sy_w,\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:774:66: warning: unused parameter 'pointer' [-Wunused-parameter]\n 774 | static void pointer_handle_button(void *data, struct wl_pointer *pointer, uint32_t serial,\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:885:64: warning: unused parameter 'pointer' [-Wunused-parameter]\n 885 | static void pointer_handle_axis(void *data, struct wl_pointer *pointer,\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:898:83: warning: unused parameter 'pointer' [-Wunused-parameter]\n 898 | static void pointer_handle_axis_relative_direction(void *data, struct wl_pointer *pointer,\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:915:65: warning: unused parameter 'pointer' [-Wunused-parameter]\n 915 | static void pointer_handle_frame(void *data, struct wl_pointer *pointer)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:961:46: warning: unused parameter 'data' [-Wunused-parameter]\n 961 | static void pointer_handle_axis_source(void *data, struct wl_pointer *pointer,\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:961:71: warning: unused parameter 'pointer' [-Wunused-parameter]\n 961 | static void pointer_handle_axis_source(void *data, struct wl_pointer *pointer,\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:962:49: warning: unused parameter 'axis_source' [-Wunused-parameter]\n 962 | uint32_t axis_source)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:967:44: warning: unused parameter 'data' [-Wunused-parameter]\n 967 | static void pointer_handle_axis_stop(void *data, struct wl_pointer *pointer,\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:967:69: warning: unused parameter 'pointer' [-Wunused-parameter]\n 967 | static void pointer_handle_axis_stop(void *data, struct wl_pointer *pointer,\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:968:47: warning: unused parameter 'time' [-Wunused-parameter]\n 968 | uint32_t time, uint32_t axis)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:968:62: warning: unused parameter 'axis' [-Wunused-parameter]\n 968 | uint32_t time, uint32_t axis)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:973:73: warning: unused parameter 'pointer' [-Wunused-parameter]\n 973 | static void pointer_handle_axis_discrete(void *data, struct wl_pointer *pointer,\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:981:73: warning: unused parameter 'pointer' [-Wunused-parameter]\n 981 | static void pointer_handle_axis_value120(void *data, struct wl_pointer *pointer,\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:1004:85: warning: unused parameter 'pointer' [-Wunused-parameter]\n 1004 | struct zwp_relative_pointer_v1 *pointer,\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:1038:41: warning: unused parameter 'data' [-Wunused-parameter]\n 1038 | static void locked_pointer_locked(void *data,\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:1039:65: warning: unused parameter 'locked_pointer' [-Wunused-parameter]\n 1039 | struct zwp_locked_pointer_v1 *locked_pointer)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:1043:43: warning: unused parameter 'data' [-Wunused-parameter]\n 1043 | static void locked_pointer_unlocked(void *data,\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:1044:67: warning: unused parameter 'locked_pointer' [-Wunused-parameter]\n 1044 | struct zwp_locked_pointer_v1 *locked_pointer)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:1105:45: warning: unused parameter 'data' [-Wunused-parameter]\n 1105 | static void confined_pointer_confined(void *data,\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:1106:71: warning: unused parameter 'confined_pointer' [-Wunused-parameter]\n 1106 | struct zwp_confined_pointer_v1 *confined_pointer)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:1110:47: warning: unused parameter 'data' [-Wunused-parameter]\n 1110 | static void confined_pointer_unconfined(void *data,\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:1111:73: warning: unused parameter 'confined_pointer' [-Wunused-parameter]\n 1111 | struct zwp_confined_pointer_v1 *confined_pointer)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:1157:75: warning: unused parameter 'serial' [-Wunused-parameter]\n 1157 | static void touch_handler_up(void *data, struct wl_touch *touch, uint32_t serial,\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:1208:39: warning: unused parameter 'data' [-Wunused-parameter]\n 1208 | static void touch_handler_frame(void *data, struct wl_touch *touch)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:1208:62: warning: unused parameter 'touch' [-Wunused-parameter]\n 1208 | static void touch_handler_frame(void *data, struct wl_touch *touch)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:1268:52: warning: unused parameter 'keymap' [-Wunused-parameter]\n 1268 | static void Wayland_keymap_iter(struct xkb_keymap *keymap, xkb_keycode_t key, void *data)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:1344:27: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\n 1344 | for (int i = 0; i < SDL_arraysize(keymod_masks); ++i) {\n | ~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:1362:68: warning: unused parameter 'keyboard' [-Wunused-parameter]\n 1362 | static void keyboard_handle_keymap(void *data, struct wl_keyboard *keyboard,\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:1697:67: warning: unused parameter 'keyboard' [-Wunused-parameter]\n 1697 | static void keyboard_handle_enter(void *data, struct wl_keyboard *keyboard,\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:1698:44: warning: unused parameter 'serial' [-Wunused-parameter]\n 1698 | uint32_t serial, struct wl_surface *surface,\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:1755:67: warning: unused parameter 'keyboard' [-Wunused-parameter]\n 1755 | static void keyboard_handle_leave(void *data, struct wl_keyboard *keyboard,\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:1756:44: warning: unused parameter 'serial' [-Wunused-parameter]\n 1756 | uint32_t serial, struct wl_surface *surface)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:1849:65: warning: unused parameter 'keyboard' [-Wunused-parameter]\n 1849 | static void keyboard_handle_key(void *data, struct wl_keyboard *keyboard,\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:1898:71: warning: unused parameter 'keyboard' [-Wunused-parameter]\n 1898 | static void keyboard_handle_modifiers(void *data, struct wl_keyboard *keyboard,\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:1899:48: warning: unused parameter 'serial' [-Wunused-parameter]\n 1899 | uint32_t serial, uint32_t mods_depressed,\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:1938:73: warning: unused parameter 'wl_keyboard' [-Wunused-parameter]\n 1938 | static void keyboard_handle_repeat_info(void *data, struct wl_keyboard *wl_keyboard,\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:2043:36: warning: unused parameter 'data' [-Wunused-parameter]\n 2043 | static void seat_handle_name(void *data, struct wl_seat *wl_seat, const char *name)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:2043:58: warning: unused parameter 'wl_seat' [-Wunused-parameter]\n 2043 | static void seat_handle_name(void *data, struct wl_seat *wl_seat, const char *name)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:2043:79: warning: unused parameter 'name' [-Wunused-parameter]\n 2043 | static void seat_handle_name(void *data, struct wl_seat *wl_seat, const char *name)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:2053:45: warning: unused parameter 'data' [-Wunused-parameter]\n 2053 | static void data_source_handle_target(void *data, struct wl_data_source *wl_data_source,\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:2053:74: warning: unused parameter 'wl_data_source' [-Wunused-parameter]\n 2053 | static void data_source_handle_target(void *data, struct wl_data_source *wl_data_source,\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:2054:51: warning: unused parameter 'mime_type' [-Wunused-parameter]\n 2054 | const char *mime_type)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:2058:72: warning: unused parameter 'wl_data_source' [-Wunused-parameter]\n 2058 | static void data_source_handle_send(void *data, struct wl_data_source *wl_data_source,\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:2064:77: warning: unused parameter 'wl_data_source' [-Wunused-parameter]\n 2064 | static void data_source_handle_cancelled(void *data, struct wl_data_source *wl_data_source)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:2072:57: warning: unused parameter 'data' [-Wunused-parameter]\n 2072 | static void data_source_handle_dnd_drop_performed(void *data, struct wl_data_source *wl_data_source)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:2072:86: warning: unused parameter 'wl_data_source' [-Wunused-parameter]\n 2072 | static void data_source_handle_dnd_drop_performed(void *data, struct wl_data_source *wl_data_source)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:2076:51: warning: unused parameter 'data' [-Wunused-parameter]\n 2076 | static void data_source_handle_dnd_finished(void *data, struct wl_data_source *wl_data_source)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:2076:80: warning: unused parameter 'wl_data_source' [-Wunused-parameter]\n 2076 | static void data_source_handle_dnd_finished(void *data, struct wl_data_source *wl_data_source)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:2080:45: warning: unused parameter 'data' [-Wunused-parameter]\n 2080 | static void data_source_handle_action(void *data, struct wl_data_source *wl_data_source,\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:2080:74: warning: unused parameter 'wl_data_source' [-Wunused-parameter]\n 2080 | static void data_source_handle_action(void *data, struct wl_data_source *wl_data_source,\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:2081:48: warning: unused parameter 'dnd_action' [-Wunused-parameter]\n 2081 | uint32_t dnd_action)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:2094:95: warning: unused parameter 'zwp_primary_selection_source_v1' [-Wunused-parameter]\n 2094 | static void primary_selection_source_send(void *data, struct zwp_primary_selection_source_v1 *zwp_primary_selection_source_v1,\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:2101:100: warning: unused parameter 'zwp_primary_selection_source_v1' [-Wunused-parameter]\n 2101 | static void primary_selection_source_cancelled(void *data, struct zwp_primary_selection_source_v1 *zwp_primary_selection_source_v1)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:2187:52: warning: unused parameter 'data' [-Wunused-parameter]\n 2187 | static void data_offer_handle_source_actions(void *data, struct wl_data_offer *wl_data_offer,\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:2196:45: warning: unused parameter 'data' [-Wunused-parameter]\n 2196 | static void data_offer_handle_actions(void *data, struct wl_data_offer *wl_data_offer,\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:2226:78: warning: unused parameter 'wl_data_device' [-Wunused-parameter]\n 2226 | static void data_device_handle_data_offer(void *data, struct wl_data_device *wl_data_device,\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:2242:73: warning: unused parameter 'wl_data_device' [-Wunused-parameter]\n 2242 | static void data_device_handle_enter(void *data, struct wl_data_device *wl_data_device,\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:2318:73: warning: unused parameter 'wl_data_device' [-Wunused-parameter]\n 2318 | static void data_device_handle_leave(void *data, struct wl_data_device *wl_data_device)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:2346:74: warning: unused parameter 'wl_data_device' [-Wunused-parameter]\n 2346 | static void data_device_handle_motion(void *data, struct wl_data_device *wl_data_device,\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:2347:48: warning: unused parameter 'time' [-Wunused-parameter]\n 2347 | uint32_t time, wl_fixed_t x, wl_fixed_t y)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:2372:72: warning: unused parameter 'wl_data_device' [-Wunused-parameter]\n 2372 | static void data_device_handle_drop(void *data, struct wl_data_device *wl_data_device)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:2503:77: warning: unused parameter 'wl_data_device' [-Wunused-parameter]\n 2503 | static void data_device_handle_selection(void *data, struct wl_data_device *wl_data_device,\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:2533:103: warning: unused parameter 'zwp_primary_selection_device_v1' [-Wunused-parameter]\n 2533 | static void primary_selection_device_handle_offer(void *data, struct zwp_primary_selection_device_v1 *zwp_primary_selection_device_v1,\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:2549:107: warning: unused parameter 'zwp_primary_selection_device_v1' [-Wunused-parameter]\n 2549 | static void primary_selection_device_handle_selection(void *data, struct zwp_primary_selection_device_v1 *zwp_primary_selection_device_v1,\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:2573:36: warning: unused parameter 'data' [-Wunused-parameter]\n 2573 | static void text_input_enter(void *data,\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:2574:56: warning: unused parameter 'zwp_text_input_v3' [-Wunused-parameter]\n 2574 | struct zwp_text_input_v3 *zwp_text_input_v3,\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:2575:49: warning: unused parameter 'surface' [-Wunused-parameter]\n 2575 | struct wl_surface *surface)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:2580:36: warning: unused parameter 'data' [-Wunused-parameter]\n 2580 | static void text_input_leave(void *data,\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:2581:56: warning: unused parameter 'zwp_text_input_v3' [-Wunused-parameter]\n 2581 | struct zwp_text_input_v3 *zwp_text_input_v3,\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:2582:49: warning: unused parameter 'surface' [-Wunused-parameter]\n 2582 | struct wl_surface *surface)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:2588:65: warning: unused parameter 'zwp_text_input_v3' [-Wunused-parameter]\n 2588 | struct zwp_text_input_v3 *zwp_text_input_v3,\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:2614:44: warning: unused parameter 'data' [-Wunused-parameter]\n 2614 | static void text_input_commit_string(void *data,\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:2615:64: warning: unused parameter 'zwp_text_input_v3' [-Wunused-parameter]\n 2615 | struct zwp_text_input_v3 *zwp_text_input_v3,\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:2621:54: warning: unused parameter 'data' [-Wunused-parameter]\n 2621 | static void text_input_delete_surrounding_text(void *data,\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:2622:74: warning: unused parameter 'zwp_text_input_v3' [-Wunused-parameter]\n 2622 | struct zwp_text_input_v3 *zwp_text_input_v3,\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:2623:57: warning: unused parameter 'before_length' [-Wunused-parameter]\n 2623 | uint32_t before_length,\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:2624:57: warning: unused parameter 'after_length' [-Wunused-parameter]\n 2624 | uint32_t after_length)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:2630:55: warning: unused parameter 'zwp_text_input_v3' [-Wunused-parameter]\n 2630 | struct zwp_text_input_v3 *zwp_text_input_v3,\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:2631:38: warning: unused parameter 'serial' [-Wunused-parameter]\n 2631 | uint32_t serial)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:2768:76: warning: unused parameter 'tool' [-Wunused-parameter]\n 2768 | static void tablet_tool_handle_type(void *data, struct zwp_tablet_tool_v2 *tool, uint32_t type)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:2783:54: warning: unused parameter 'data' [-Wunused-parameter]\n 2783 | static void tablet_tool_handle_hardware_serial(void *data, struct zwp_tablet_tool_v2 *tool, uint32_t serial_hi, uint32_t serial_lo)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:2783:87: warning: unused parameter 'tool' [-Wunused-parameter]\n 2783 | static void tablet_tool_handle_hardware_serial(void *data, struct zwp_tablet_tool_v2 *tool, uint32_t serial_hi, uint32_t serial_lo)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:2783:102: warning: unused parameter 'serial_hi' [-Wunused-parameter]\n 2783 | static void tablet_tool_handle_hardware_serial(void *data, struct zwp_tablet_tool_v2 *tool, uint32_t serial_hi, uint32_t serial_lo)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:2783:122: warning: unused parameter 'serial_lo' [-Wunused-parameter]\n 2783 | static void tablet_tool_handle_hardware_serial(void *data, struct zwp_tablet_tool_v2 *tool, uint32_t serial_hi, uint32_t serial_lo)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:2788:89: warning: unused parameter 'tool' [-Wunused-parameter]\n 2788 | static void tablet_tool_handle_hardware_id_wacom(void *data, struct zwp_tablet_tool_v2 *tool, uint32_t id_hi, uint32_t id_lo)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:2788:104: warning: unused parameter 'id_hi' [-Wunused-parameter]\n 2788 | static void tablet_tool_handle_hardware_id_wacom(void *data, struct zwp_tablet_tool_v2 *tool, uint32_t id_hi, uint32_t id_lo)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:2794:82: warning: unused parameter 'tool' [-Wunused-parameter]\n 2794 | static void tablet_tool_handle_capability(void *data, struct zwp_tablet_tool_v2 *tool, uint32_t capability)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:2809:43: warning: unused parameter 'data' [-Wunused-parameter]\n 2809 | static void tablet_tool_handle_done(void *data, struct zwp_tablet_tool_v2 *tool)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:2809:76: warning: unused parameter 'tool' [-Wunused-parameter]\n 2809 | static void tablet_tool_handle_done(void *data, struct zwp_tablet_tool_v2 *tool)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:2823:84: warning: unused parameter 'tool' [-Wunused-parameter]\n 2823 | static void tablet_tool_handle_proximity_in(void *data, struct zwp_tablet_tool_v2 *tool, uint32_t serial, struct zwp_tablet_v2 *tablet, struct wl_surface *surface)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:2823:99: warning: unused parameter 'serial' [-Wunused-parameter]\n 2823 | static void tablet_tool_handle_proximity_in(void *data, struct zwp_tablet_tool_v2 *tool, uint32_t serial, struct zwp_tablet_v2 *tablet, struct wl_surface *surface)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:2823:129: warning: unused parameter 'tablet' [-Wunused-parameter]\n 2823 | static void tablet_tool_handle_proximity_in(void *data, struct zwp_tablet_tool_v2 *tool, uint32_t serial, struct zwp_tablet_v2 *tablet, struct wl_surface *surface)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:2837:85: warning: unused parameter 'tool' [-Wunused-parameter]\n 2837 | static void tablet_tool_handle_proximity_out(void *data, struct zwp_tablet_tool_v2 *tool)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:2848:76: warning: unused parameter 'tool' [-Wunused-parameter]\n 2848 | static void tablet_tool_handle_down(void *data, struct zwp_tablet_tool_v2 *tool, uint32_t serial)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:2848:91: warning: unused parameter 'serial' [-Wunused-parameter]\n 2848 | static void tablet_tool_handle_down(void *data, struct zwp_tablet_tool_v2 *tool, uint32_t serial)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:2854:74: warning: unused parameter 'tool' [-Wunused-parameter]\n 2854 | static void tablet_tool_handle_up(void *data, struct zwp_tablet_tool_v2 *tool)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:2860:78: warning: unused parameter 'tool' [-Wunused-parameter]\n 2860 | static void tablet_tool_handle_motion(void *data, struct zwp_tablet_tool_v2 *tool, wl_fixed_t sx_w, wl_fixed_t sy_w)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:2872:80: warning: unused parameter 'tool' [-Wunused-parameter]\n 2872 | static void tablet_tool_handle_pressure(void *data, struct zwp_tablet_tool_v2 *tool, uint32_t pressure)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:2883:80: warning: unused parameter 'tool' [-Wunused-parameter]\n 2883 | static void tablet_tool_handle_distance(void *data, struct zwp_tablet_tool_v2 *tool, uint32_t distance)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:2894:76: warning: unused parameter 'tool' [-Wunused-parameter]\n 2894 | static void tablet_tool_handle_tilt(void *data, struct zwp_tablet_tool_v2 *tool, wl_fixed_t xtilt, wl_fixed_t ytilt)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:2902:78: warning: unused parameter 'tool' [-Wunused-parameter]\n 2902 | static void tablet_tool_handle_button(void *data, struct zwp_tablet_tool_v2 *tool, uint32_t serial, uint32_t button, uint32_t state)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:2902:93: warning: unused parameter 'serial' [-Wunused-parameter]\n 2902 | static void tablet_tool_handle_button(void *data, struct zwp_tablet_tool_v2 *tool, uint32_t serial, uint32_t button, uint32_t state)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:2922:47: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\n 2922 | SDL_assert((sdlbutton >= 1) && (sdlbutton <= SDL_arraysize(sdltool->frame_buttons)));\n | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/include/SDL3/SDL_assert.h:482:53: note: expanded from macro 'SDL_assert'\n 482 | # define SDL_assert(condition) SDL_enabled_assert(condition)\n | ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/include/SDL3/SDL_assert.h:364:19: note: expanded from macro 'SDL_enabled_assert'\n 364 | while ( !(condition) ) { \\\n | ^~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:2926:80: warning: unused parameter 'tool' [-Wunused-parameter]\n 2926 | static void tablet_tool_handle_rotation(void *data, struct zwp_tablet_tool_v2 *tool, wl_fixed_t degrees)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:2934:78: warning: unused parameter 'tool' [-Wunused-parameter]\n 2934 | static void tablet_tool_handle_slider(void *data, struct zwp_tablet_tool_v2 *tool, int32_t position)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:2941:44: warning: unused parameter 'data' [-Wunused-parameter]\n 2941 | static void tablet_tool_handle_wheel(void *data, struct zwp_tablet_tool_v2 *tool, int32_t degrees, int32_t clicks)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:2941:77: warning: unused parameter 'tool' [-Wunused-parameter]\n 2941 | static void tablet_tool_handle_wheel(void *data, struct zwp_tablet_tool_v2 *tool, int32_t degrees, int32_t clicks)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:2941:91: warning: unused parameter 'degrees' [-Wunused-parameter]\n 2941 | static void tablet_tool_handle_wheel(void *data, struct zwp_tablet_tool_v2 *tool, int32_t degrees, int32_t clicks)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:2941:108: warning: unused parameter 'clicks' [-Wunused-parameter]\n 2941 | static void tablet_tool_handle_wheel(void *data, struct zwp_tablet_tool_v2 *tool, int32_t degrees, int32_t clicks)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:2946:77: warning: unused parameter 'tool' [-Wunused-parameter]\n 2946 | static void tablet_tool_handle_frame(void *data, struct zwp_tablet_tool_v2 *tool, uint32_t time)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:2983:23: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\n 2983 | for (int i = 0; i < SDL_arraysize(sdltool->frame_buttons); i++) {\n | ~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:3020:51: warning: unused parameter 'data' [-Wunused-parameter]\n 3020 | static void tablet_seat_handle_tablet_added(void *data, struct zwp_tablet_seat_v2 *seat, struct zwp_tablet_v2 *tablet)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:3020:84: warning: unused parameter 'seat' [-Wunused-parameter]\n 3020 | static void tablet_seat_handle_tablet_added(void *data, struct zwp_tablet_seat_v2 *seat, struct zwp_tablet_v2 *tablet)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:3020:112: warning: unused parameter 'tablet' [-Wunused-parameter]\n 3020 | static void tablet_seat_handle_tablet_added(void *data, struct zwp_tablet_seat_v2 *seat, struct zwp_tablet_v2 *tablet)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:3025:49: warning: unused parameter 'data' [-Wunused-parameter]\n 3025 | static void tablet_seat_handle_tool_added(void *data, struct zwp_tablet_seat_v2 *seat, struct zwp_tablet_tool_v2 *tool)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:3025:82: warning: unused parameter 'seat' [-Wunused-parameter]\n 3025 | static void tablet_seat_handle_tool_added(void *data, struct zwp_tablet_seat_v2 *seat, struct zwp_tablet_tool_v2 *tool)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:3034:27: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\n 3034 | for (int i = 0; i < SDL_arraysize(sdltool->frame_buttons); i++) {\n | ~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:3044:48: warning: unused parameter 'data' [-Wunused-parameter]\n 3044 | static void tablet_seat_handle_pad_added(void *data, struct zwp_tablet_seat_v2 *seat, struct zwp_tablet_pad_v2 *pad)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:3044:81: warning: unused parameter 'seat' [-Wunused-parameter]\n 3044 | static void tablet_seat_handle_pad_added(void *data, struct zwp_tablet_seat_v2 *seat, struct zwp_tablet_pad_v2 *pad)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:3044:113: warning: unused parameter 'pad' [-Wunused-parameter]\n 3044 | static void tablet_seat_handle_pad_added(void *data, struct zwp_tablet_seat_v2 *seat, struct zwp_tablet_pad_v2 *pad)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:3074:56: warning: unused parameter 'instance_id' [-Wunused-parameter]\n 3074 | static void Wayland_remove_all_pens_callback(SDL_PenID instance_id, void *handle, void *userdata)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:3074:89: warning: unused parameter 'userdata' [-Wunused-parameter]\n 3074 | static void Wayland_remove_all_pens_callback(SDL_PenID instance_id, void *handle, void *userdata)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:3368:63: warning: unused parameter 'input' [-Wunused-parameter]\n 3368 | bool Wayland_input_unconfine_pointer(struct SDL_WaylandInput *input, SDL_Window *window)\n | ^\n137 warnings generated.\n[354/471] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/alpha-modifier-v1-protocol.c.o\n[355/471] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/color-management-v1-protocol.c.o\n[356/471] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/cursor-shape-v1-protocol.c.o\n[357/471] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandvideo.c.o\nIn file included from /tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandvideo.c:31:\nIn file included from /tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandevents_c.h:30:\nIn file included from /tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandvideo.h:125:\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylanddyn.h:45:6: warning: ISO C forbids forward references to 'enum' types [-Wpedantic]\n 45 | enum libdecor_resize_edge;\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylanddyn.h:46:6: warning: ISO C forbids forward references to 'enum' types [-Wpedantic]\n 46 | enum libdecor_capabilities;\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylanddyn.h:47:6: warning: ISO C forbids forward references to 'enum' types [-Wpedantic]\n 47 | enum libdecor_window_state;\n | ^\nIn file included from /tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandvideo.c:31:\nIn file included from /tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandevents_c.h:30:\nIn file included from /tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandvideo.h:125:\nIn file included from /tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylanddyn.h:84:\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandsym.h:232:26: warning: ISO C forbids forward references to 'enum' types [-Wpedantic]\n 232 | SDL_WAYLAND_SYM_OPT(enum libdecor_wm_capabilities, libdecor_frame_get_wm_capabilities, (struct libdecor_frame *))\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandvideo.c:459:83: warning: unused parameter 'registry' [-Wunused-parameter]\n 459 | static void wayland_preferred_check_handle_global(void *data, struct wl_registry *registry, uint32_t id,\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandvideo.c:459:102: warning: unused parameter 'id' [-Wunused-parameter]\n 459 | static void wayland_preferred_check_handle_global(void *data, struct wl_registry *registry, uint32_t id,\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandvideo.c:460:83: warning: unused parameter 'version' [-Wunused-parameter]\n 460 | const char *interface, uint32_t version)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandvideo.c:469:57: warning: unused parameter 'data' [-Wunused-parameter]\n 469 | static void wayland_preferred_check_remove_global(void *data, struct wl_registry *registry, uint32_t id)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandvideo.c:469:83: warning: unused parameter 'registry' [-Wunused-parameter]\n 469 | static void wayland_preferred_check_remove_global(void *data, struct wl_registry *registry, uint32_t id)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandvideo.c:469:102: warning: unused parameter 'id' [-Wunused-parameter]\n 469 | static void wayland_preferred_check_remove_global(void *data, struct wl_registry *registry, uint32_t id)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandvideo.c:705:83: warning: unused parameter 'xdg_output' [-Wunused-parameter]\n 705 | static void xdg_output_handle_logical_position(void *data, struct zxdg_output_v1 *xdg_output,\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandvideo.c:715:79: warning: unused parameter 'xdg_output' [-Wunused-parameter]\n 715 | static void xdg_output_handle_logical_size(void *data, struct zxdg_output_v1 *xdg_output,\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandvideo.c:725:71: warning: unused parameter 'xdg_output' [-Wunused-parameter]\n 725 | static void xdg_output_handle_done(void *data, struct zxdg_output_v1 *xdg_output)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandvideo.c:738:71: warning: unused parameter 'xdg_output' [-Wunused-parameter]\n 738 | static void xdg_output_handle_name(void *data, struct zxdg_output_v1 *xdg_output,\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandvideo.c:751:78: warning: unused parameter 'xdg_output' [-Wunused-parameter]\n 751 | static void xdg_output_handle_description(void *data, struct zxdg_output_v1 *xdg_output,\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandvideo.c:828:19: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\n 828 | for (i = 0; i < SDL_arraysize(mode_list); ++i) {\n | ~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandvideo.c:852:55: warning: unused parameter 'output' [-Wunused-parameter]\n 852 | struct wl_output *output,\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandvideo.c:856:41: warning: unused parameter 'subpixel' [-Wunused-parameter]\n 856 | int subpixel,\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandvideo.c:857:49: warning: unused parameter 'make' [-Wunused-parameter]\n 857 | const char *make,\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandvideo.c:909:51: warning: unused parameter 'output' [-Wunused-parameter]\n 909 | struct wl_output *output,\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandvideo.c:935:51: warning: unused parameter 'output' [-Wunused-parameter]\n 935 | struct wl_output *output)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandvideo.c:1083:52: warning: unused parameter 'output' [-Wunused-parameter]\n 1083 | struct wl_output *output,\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandvideo.c:1090:63: warning: unused parameter 'wl_output' [-Wunused-parameter]\n 1090 | static void display_handle_name(void *data, struct wl_output *wl_output, const char *name)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandvideo.c:1098:70: warning: unused parameter 'wl_output' [-Wunused-parameter]\n 1098 | static void display_handle_description(void *data, struct wl_output *wl_output, const char *description)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandvideo.c:1119:91: warning: unused parameter 'wp_color_management_output_v1' [-Wunused-parameter]\n 1119 | struct wp_color_management_output_v1 *wp_color_management_output_v1)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandvideo.c:1230:43: warning: unused parameter 'data' [-Wunused-parameter]\n 1230 | static void handle_ping_xdg_wm_base(void *data, struct xdg_wm_base *xdg, uint32_t serial)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandvideo.c:1240:45: warning: unused parameter 'context' [-Wunused-parameter]\n 1240 | static void libdecor_error(struct libdecor *context,\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandvideo.c:1249:1: warning: missing field 'reserved0' initializer [-Wmissing-field-initializers]\n 1249 | };\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandvideo.c:1329:67: warning: unused parameter 'registry' [-Wunused-parameter]\n 1329 | static void display_remove_global(void *data, struct wl_registry *registry, uint32_t id)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandvideo.c:1629:46: warning: unused parameter '_this' [-Wunused-parameter]\n 1629 | bool Wayland_VideoReconnect(SDL_VideoDevice *_this)\n | ^\n30 warnings generated.\n[358/471] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/fractional-scale-v1-protocol.c.o\n[359/471] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/idle-inhibit-unstable-v1-protocol.c.o\n[360/471] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/frog-color-management-v1-protocol.c.o\n[361/471] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandvulkan.c.o\nIn file included from /tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandvulkan.c:31:\nIn file included from /tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/../SDL_vulkan_internal.h:40:\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/../wayland/SDL_waylanddyn.h:45:6: warning: ISO C forbids forward references to 'enum' types [-Wpedantic]\n 45 | enum libdecor_resize_edge;\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/../wayland/SDL_waylanddyn.h:46:6: warning: ISO C forbids forward references to 'enum' types [-Wpedantic]\n 46 | enum libdecor_capabilities;\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/../wayland/SDL_waylanddyn.h:47:6: warning: ISO C forbids forward references to 'enum' types [-Wpedantic]\n 47 | enum libdecor_window_state;\n | ^\nIn file included from /tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandvulkan.c:31:\nIn file included from /tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/../SDL_vulkan_internal.h:40:\nIn file included from /tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/../wayland/SDL_waylanddyn.h:84:\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/../wayland/SDL_waylandsym.h:232:26: warning: ISO C forbids forward references to 'enum' types [-Wpedantic]\n 232 | SDL_WAYLAND_SYM_OPT(enum libdecor_wm_capabilities, libdecor_frame_get_wm_capabilities, (struct libdecor_frame *))\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandvulkan.c:73:48: warning: assigning to 'SDL_FunctionPointer' (aka 'void (*)(void)') from 'void *' converts between void pointer and function pointer [-Wpedantic]\n 73 | _this->vulkan_config.vkGetInstanceProcAddr = (void *)vkGetInstanceProcAddr;\n | ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandvulkan.c:74:65: warning: assigning to 'SDL_FunctionPointer' (aka 'void (*)(void)') from 'void *' converts between void pointer and function pointer [-Wpedantic]\n 74 | _this->vulkan_config.vkEnumerateInstanceExtensionProperties =\n | ^\n 75 | (void *)((PFN_vkGetInstanceProcAddr)_this->vulkan_config.vkGetInstanceProcAddr)(\n | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n 76 | VK_NULL_HANDLE, \"vkEnumerateInstanceExtensionProperties\");\n | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandvulkan.c:118:74: warning: unused parameter '_this' [-Wunused-parameter]\n 118 | char const* const* Wayland_Vulkan_GetInstanceExtensions(SDL_VideoDevice *_this, Uint32 *count)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandvulkan.c:174:44: warning: passing 'SDL_FunctionPointer' (aka 'void (*)(void)') to parameter of type 'void *' converts between void pointer and function pointer [-Wpedantic]\n 174 | SDL_Vulkan_DestroySurface_Internal(_this->vulkan_config.vkGetInstanceProcAddr, instance, surface, allocator);\n | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/../SDL_vulkan_internal.h:77:54: note: passing argument to parameter 'vkGetInstanceProcAddr' here\n 77 | extern void SDL_Vulkan_DestroySurface_Internal(void *vkGetInstanceProcAddr,\n | ^\n8 warnings generated.\n[362/471] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/input-timestamps-unstable-v1-protocol.c.o\n[363/471] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/keyboard-shortcuts-inhibit-unstable-v1-protocol.c.o\n[364/471] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/pointer-constraints-unstable-v1-protocol.c.o\n[365/471] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandwindow.c.o\nIn file included from /tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandwindow.c:32:\nIn file included from /tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandevents_c.h:30:\nIn file included from /tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandvideo.h:125:\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylanddyn.h:45:6: warning: ISO C forbids forward references to 'enum' types [-Wpedantic]\n 45 | enum libdecor_resize_edge;\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylanddyn.h:46:6: warning: ISO C forbids forward references to 'enum' types [-Wpedantic]\n 46 | enum libdecor_capabilities;\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylanddyn.h:47:6: warning: ISO C forbids forward references to 'enum' types [-Wpedantic]\n 47 | enum libdecor_window_state;\n | ^\nIn file included from /tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandwindow.c:32:\nIn file included from /tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandevents_c.h:30:\nIn file included from /tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandvideo.h:125:\nIn file included from /tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylanddyn.h:84:\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandsym.h:232:26: warning: ISO C forbids forward references to 'enum' types [-Wpedantic]\n 232 | SDL_WAYLAND_SYM_OPT(enum libdecor_wm_capabilities, libdecor_frame_get_wm_capabilities, (struct libdecor_frame *))\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandwindow.c:489:92: warning: unused parameter 'callback_data' [-Wunused-parameter]\n 489 | static void fullscreen_deadline_handler(void *data, struct wl_callback *callback, uint32_t callback_data)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandwindow.c:506:100: warning: unused parameter 'callback_data' [-Wunused-parameter]\n 506 | static void maximized_restored_deadline_handler(void *data, struct wl_callback *callback, uint32_t callback_data)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandwindow.c:679:77: warning: unused parameter 'time' [-Wunused-parameter]\n 679 | static void surface_frame_done(void *data, struct wl_callback *cb, uint32_t time)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandwindow.c:732:79: warning: unused parameter 'time' [-Wunused-parameter]\n 732 | static void gles_swap_frame_done(void *data, struct wl_callback *cb, uint32_t time)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandwindow.c:766:64: warning: unused parameter 'xdg_toplevel' [-Wunused-parameter]\n 766 | struct xdg_toplevel *xdg_toplevel,\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandwindow.c:977:72: warning: unused parameter 'xdg_toplevel' [-Wunused-parameter]\n 977 | static void handle_close_xdg_toplevel(void *data, struct xdg_toplevel *xdg_toplevel)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandwindow.c:984:71: warning: unused parameter 'xdg_toplevel' [-Wunused-parameter]\n 984 | struct xdg_toplevel *xdg_toplevel,\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandwindow.c:993:70: warning: unused parameter 'xdg_toplevel' [-Wunused-parameter]\n 993 | struct xdg_toplevel *xdg_toplevel,\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandwindow.c:1029:58: warning: unused parameter 'xdg_popup' [-Wunused-parameter]\n 1029 | struct xdg_popup *xdg_popup,\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandwindow.c:1079:65: warning: unused parameter 'xdg_popup' [-Wunused-parameter]\n 1079 | static void handle_done_xdg_popup(void *data, struct xdg_popup *xdg_popup)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandwindow.c:1085:49: warning: unused parameter 'data' [-Wunused-parameter]\n 1085 | static void handle_repositioned_xdg_popup(void *data,\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandwindow.c:1086:61: warning: unused parameter 'xdg_popup' [-Wunused-parameter]\n 1086 | struct xdg_popup *xdg_popup,\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandwindow.c:1087:52: warning: unused parameter 'token' [-Wunused-parameter]\n 1087 | uint32_t token)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandwindow.c:1099:82: warning: unused parameter 'zxdg_toplevel_decoration_v1' [-Wunused-parameter]\n 1099 | struct zxdg_toplevel_decoration_v1 *zxdg_toplevel_decoration_v1,\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandwindow.c:1422:59: warning: unused parameter 'frame' [-Wunused-parameter]\n 1422 | static void decoration_frame_close(struct libdecor_frame *frame, void *user_data)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandwindow.c:1427:60: warning: unused parameter 'frame' [-Wunused-parameter]\n 1427 | static void decoration_frame_commit(struct libdecor_frame *frame, void *user_data)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandwindow.c:1438:61: warning: unused parameter 'frame' [-Wunused-parameter]\n 1438 | static void decoration_dismiss_popup(struct libdecor_frame *frame, const char *seat_name, void *user_data)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandwindow.c:1438:80: warning: unused parameter 'seat_name' [-Wunused-parameter]\n 1438 | static void decoration_dismiss_popup(struct libdecor_frame *frame, const char *seat_name, void *user_data)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandwindow.c:1438:97: warning: unused parameter 'user_data' [-Wunused-parameter]\n 1438 | static void decoration_dismiss_popup(struct libdecor_frame *frame, const char *seat_name, void *user_data)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandwindow.c:1448:1: warning: missing field 'reserved0' initializer [-Wmissing-field-initializers]\n 1448 | };\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandwindow.c:1574:74: warning: unused parameter 'wl_surface' [-Wunused-parameter]\n 1574 | static void handle_preferred_buffer_scale(void *data, struct wl_surface *wl_surface, int32_t factor)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandwindow.c:1587:53: warning: unused parameter 'data' [-Wunused-parameter]\n 1587 | static void handle_preferred_buffer_transform(void *data, struct wl_surface *wl_surface, uint32_t transform)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandwindow.c:1587:78: warning: unused parameter 'wl_surface' [-Wunused-parameter]\n 1587 | static void handle_preferred_buffer_transform(void *data, struct wl_surface *wl_surface, uint32_t transform)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandwindow.c:1587:99: warning: unused parameter 'transform' [-Wunused-parameter]\n 1587 | static void handle_preferred_buffer_transform(void *data, struct wl_surface *wl_surface, uint32_t transform)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandwindow.c:1599:90: warning: unused parameter 'wp_fractional_scale_v1' [-Wunused-parameter]\n 1599 | static void handle_preferred_fractional_scale(void *data, struct wp_fractional_scale_v1 *wp_fractional_scale_v1, uint32_t scale)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandwindow.c:1609:92: warning: unused parameter 'frog_color_managed_surface' [-Wunused-parameter]\n 1609 | static void frog_preferred_metadata_handler(void *data, struct frog_color_managed_surface *frog_color_managed_surface, uint32_t transfer_function,\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandwindow.c:1610:54: warning: unused parameter 'output_display_primary_red_x' [-Wunused-parameter]\n 1610 | uint32_t output_display_primary_red_x, uint32_t output_display_primary_red_y,\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandwindow.c:1610:93: warning: unused parameter 'output_display_primary_red_y' [-Wunused-parameter]\n 1610 | uint32_t output_display_primary_red_x, uint32_t output_display_primary_red_y,\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandwindow.c:1611:54: warning: unused parameter 'output_display_primary_green_x' [-Wunused-parameter]\n 1611 | uint32_t output_display_primary_green_x, uint32_t output_display_primary_green_y,\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandwindow.c:1611:95: warning: unused parameter 'output_display_primary_green_y' [-Wunused-parameter]\n 1611 | uint32_t output_display_primary_green_x, uint32_t output_display_primary_green_y,\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandwindow.c:1612:54: warning: unused parameter 'output_display_primary_blue_x' [-Wunused-parameter]\n 1612 | uint32_t output_display_primary_blue_x, uint32_t output_display_primary_blue_y,\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandwindow.c:1612:94: warning: unused parameter 'output_display_primary_blue_y' [-Wunused-parameter]\n 1612 | uint32_t output_display_primary_blue_x, uint32_t output_display_primary_blue_y,\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandwindow.c:1613:54: warning: unused parameter 'output_white_point_x' [-Wunused-parameter]\n 1613 | uint32_t output_white_point_x, uint32_t output_white_point_y,\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandwindow.c:1613:85: warning: unused parameter 'output_white_point_y' [-Wunused-parameter]\n 1613 | uint32_t output_white_point_x, uint32_t output_white_point_y,\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandwindow.c:1614:78: warning: unused parameter 'min_luminance' [-Wunused-parameter]\n 1614 | uint32_t max_luminance, uint32_t min_luminance,\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandwindow.c:1615:54: warning: unused parameter 'max_full_frame_luminance' [-Wunused-parameter]\n 1615 | uint32_t max_full_frame_luminance)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandwindow.c:1651:96: warning: unused parameter 'wp_color_management_surface_feedback_v1' [-Wunused-parameter]\n 1651 | struct wp_color_management_surface_feedback_v1 *wp_color_management_surface_feedback_v1,\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandwindow.c:1652:57: warning: unused parameter 'identity' [-Wunused-parameter]\n 1652 | uint32_t identity)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandwindow.c:1678:43: warning: unused parameter 'window' [-Wunused-parameter]\n 1678 | bool Wayland_SetWindowHitTest(SDL_Window *window, bool enabled)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandwindow.c:1678:56: warning: unused parameter 'enabled' [-Wunused-parameter]\n 1678 | bool Wayland_SetWindowHitTest(SDL_Window *window, bool enabled)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandwindow.c:1703:47: warning: unused parameter '_this' [-Wunused-parameter]\n 1703 | bool Wayland_SetWindowParent(SDL_VideoDevice *_this, SDL_Window *window, SDL_Window *parent_window)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandwindow.c:1759:87: warning: unused parameter 'callback_data' [-Wunused-parameter]\n 1759 | static void show_hide_sync_handler(void *data, struct wl_callback *callback, uint32_t callback_data)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandwindow.c:1777:74: warning: unused parameter 'zxdg_exported_v2' [-Wunused-parameter]\n 1777 | static void exported_handle_handler(void *data, struct zxdg_exported_v2 *zxdg_exported_v2, const char *handle)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandwindow.c:2060:51: warning: unused parameter '_this' [-Wunused-parameter]\n 2060 | static void Wayland_ReleasePopup(SDL_VideoDevice *_this, SDL_Window *popup)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandwindow.c:2244:89: warning: unused parameter 'operation' [-Wunused-parameter]\n 2244 | bool Wayland_FlashWindow(SDL_VideoDevice *_this, SDL_Window *window, SDL_FlashOperation operation)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandwindow.c:2379:50: warning: unused parameter '_this' [-Wunused-parameter]\n 2379 | void Wayland_SetWindowResizable(SDL_VideoDevice *_this, SDL_Window *window, bool resizable)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandwindow.c:2450:46: warning: unused parameter '_this' [-Wunused-parameter]\n 2450 | void Wayland_MinimizeWindow(SDL_VideoDevice *_this, SDL_Window *window)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandwindow.c:2713:52: warning: unused parameter '_this' [-Wunused-parameter]\n 2713 | void Wayland_SetWindowMinimumSize(SDL_VideoDevice *_this, SDL_Window *window)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandwindow.c:2719:52: warning: unused parameter '_this' [-Wunused-parameter]\n 2719 | void Wayland_SetWindowMaximumSize(SDL_VideoDevice *_this, SDL_Window *window)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandwindow.c:2725:49: warning: unused parameter '_this' [-Wunused-parameter]\n 2725 | bool Wayland_SetWindowPosition(SDL_VideoDevice *_this, SDL_Window *window)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandwindow.c:2758:45: warning: unused parameter '_this' [-Wunused-parameter]\n 2758 | void Wayland_SetWindowSize(SDL_VideoDevice *_this, SDL_Window *window)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandwindow.c:2795:53: warning: unused parameter '_this' [-Wunused-parameter]\n 2795 | void Wayland_GetWindowSizeInPixels(SDL_VideoDevice *_this, SDL_Window *window, int *w, int *h)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandwindow.c:2803:54: warning: unused parameter '_this' [-Wunused-parameter]\n 2803 | float Wayland_GetWindowContentScale(SDL_VideoDevice *_this, SDL_Window *window)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandwindow.c:2814:60: warning: unused parameter '_this' [-Wunused-parameter]\n 2814 | SDL_DisplayID Wayland_GetDisplayForWindow(SDL_VideoDevice *_this, SDL_Window *window)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandwindow.c:2825:48: warning: unused parameter '_this' [-Wunused-parameter]\n 2825 | bool Wayland_SetWindowOpacity(SDL_VideoDevice *_this, SDL_Window *window, float opacity)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandwindow.c:2839:46: warning: unused parameter '_this' [-Wunused-parameter]\n 2839 | void Wayland_SetWindowTitle(SDL_VideoDevice *_this, SDL_Window *window)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandwindow.c:2943:52: warning: unused parameter '_this' [-Wunused-parameter]\n 2943 | void *Wayland_GetWindowICCProfile(SDL_VideoDevice *_this, SDL_Window *window, size_t *size)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandwindow.c:2974:50: warning: unused parameter '_this' [-Wunused-parameter]\n 2974 | bool Wayland_SetWindowFocusable(SDL_VideoDevice *_this, SDL_Window *window, bool focusable)\n | ^\n62 warnings generated.\n[366/471] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/relative-pointer-unstable-v1-protocol.c.o\n[367/471] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/primary-selection-unstable-v1-protocol.c.o\n[368/471] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/tablet-v2-protocol.c.o\n[369/471] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/viewporter-protocol.c.o\n[370/471] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/text-input-unstable-v3-protocol.c.o\n[371/471] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/wayland-protocol.c.o\n[372/471] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-activation-v1-protocol.c.o\n[373/471] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-dialog-v1-protocol.c.o\n[374/471] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-decoration-unstable-v1-protocol.c.o\n[375/471] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-foreign-unstable-v2-protocol.c.o\n[376/471] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-output-unstable-v1-protocol.c.o\n[377/471] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-shell-protocol.c.o\n[378/471] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-toplevel-icon-v1-protocol.c.o\n[379/471] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/core/unix/SDL_appid.c.o\n[380/471] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/core/unix/SDL_poll.c.o\n[381/471] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/tray/unix/SDL_tray.c.o\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/tray/unix/SDL_tray.c:235:20: warning: assigning to 'gboolean (*)(int *, char ***)' (aka 'int (*)(int *, char ***)') from 'void *' converts between void pointer and function pointer [-Wpedantic]\n 235 | gtk_init_check = dlsym(libgtk, \"gtk_init_check\");\n | ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/tray/unix/SDL_tray.c:236:27: warning: assigning to 'gboolean (*)(gboolean)' (aka 'int (*)(int)') from 'void *' converts between void pointer and function pointer [-Wpedantic]\n 236 | gtk_main_iteration_do = dlsym(libgtk, \"gtk_main_iteration_do\");\n | ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/tray/unix/SDL_tray.c:237:18: warning: assigning to 'GtkWidget *(*)(void)' (aka 'struct _GtkWidget *(*)(void)') from 'void *' converts between void pointer and function pointer [-Wpedantic]\n 237 | gtk_menu_new = dlsym(libgtk, \"gtk_menu_new\");\n | ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/tray/unix/SDL_tray.c:238:33: warning: assigning to 'GtkWidget *(*)(void)' (aka 'struct _GtkWidget *(*)(void)') from 'void *' converts between void pointer and function pointer [-Wpedantic]\n 238 | gtk_separator_menu_item_new = dlsym(libgtk, \"gtk_separator_menu_item_new\");\n | ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/tray/unix/SDL_tray.c:239:34: warning: assigning to 'GtkWidget *(*)(const gchar *)' (aka 'struct _GtkWidget *(*)(const char *)') from 'void *' converts between void pointer and function pointer [-Wpedantic]\n 239 | gtk_menu_item_new_with_label = dlsym(libgtk, \"gtk_menu_item_new_with_label\");\n | ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/tray/unix/SDL_tray.c:240:31: warning: assigning to 'void (*)(GtkMenuItem *, GtkWidget *)' (aka 'void (*)(struct _GtkMenuItem *, struct _GtkWidget *)') from 'void *' converts between void pointer and function pointer [-Wpedantic]\n 240 | gtk_menu_item_set_submenu = dlsym(libgtk, \"gtk_menu_item_set_submenu\");\n | ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/tray/unix/SDL_tray.c:241:40: warning: assigning to 'GtkWidget *(*)(const gchar *)' (aka 'struct _GtkWidget *(*)(const char *)') from 'void *' converts between void pointer and function pointer [-Wpedantic]\n 241 | gtk_check_menu_item_new_with_label = dlsym(libgtk, \"gtk_check_menu_item_new_with_label\");\n | ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/tray/unix/SDL_tray.c:242:36: warning: assigning to 'void (*)(GtkCheckMenuItem *, gboolean)' (aka 'void (*)(struct _GtkCheckMenuItem *, int)') from 'void *' converts between void pointer and function pointer [-Wpedantic]\n 242 | gtk_check_menu_item_set_active = dlsym(libgtk, \"gtk_check_menu_item_set_active\");\n | ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/tray/unix/SDL_tray.c:243:30: warning: assigning to 'void (*)(GtkWidget *, gboolean)' (aka 'void (*)(struct _GtkWidget *, int)') from 'void *' converts between void pointer and function pointer [-Wpedantic]\n 243 | gtk_widget_set_sensitive = dlsym(libgtk, \"gtk_widget_set_sensitive\");\n | ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/tray/unix/SDL_tray.c:244:21: warning: assigning to 'void (*)(GtkWidget *)' (aka 'void (*)(struct _GtkWidget *)') from 'void *' converts between void pointer and function pointer [-Wpedantic]\n 244 | gtk_widget_show = dlsym(libgtk, \"gtk_widget_show\");\n | ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/tray/unix/SDL_tray.c:245:27: warning: assigning to 'void (*)(GtkMenuShell *, GtkWidget *)' (aka 'void (*)(struct _GtkMenuShell *, struct _GtkWidget *)') from 'void *' converts between void pointer and function pointer [-Wpedantic]\n 245 | gtk_menu_shell_append = dlsym(libgtk, \"gtk_menu_shell_append\");\n | ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/tray/unix/SDL_tray.c:246:27: warning: assigning to 'void (*)(GtkMenuShell *, GtkWidget *, gint)' (aka 'void (*)(struct _GtkMenuShell *, struct _GtkWidget *, int)') from 'void *' converts between void pointer and function pointer [-Wpedantic]\n 246 | gtk_menu_shell_insert = dlsym(libgtk, \"gtk_menu_shell_insert\");\n | ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/tray/unix/SDL_tray.c:247:24: warning: assigning to 'void (*)(GtkWidget *)' (aka 'void (*)(struct _GtkWidget *)') from 'void *' converts between void pointer and function pointer [-Wpedantic]\n 247 | gtk_widget_destroy = dlsym(libgtk, \"gtk_widget_destroy\");\n | ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/tray/unix/SDL_tray.c:248:29: warning: assigning to 'const gchar *(*)(GtkMenuItem *)' (aka 'const char *(*)(struct _GtkMenuItem *)') from 'void *' converts between void pointer and function pointer [-Wpedantic]\n 248 | gtk_menu_item_get_label = dlsym(libgtk, \"gtk_menu_item_get_label\");\n | ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/tray/unix/SDL_tray.c:249:29: warning: assigning to 'void (*)(GtkMenuItem *, const gchar *)' (aka 'void (*)(struct _GtkMenuItem *, const char *)') from 'void *' converts between void pointer and function pointer [-Wpedantic]\n 249 | gtk_menu_item_set_label = dlsym(libgtk, \"gtk_menu_item_set_label\");\n | ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/tray/unix/SDL_tray.c:250:36: warning: assigning to 'gboolean (*)(GtkCheckMenuItem *)' (aka 'int (*)(struct _GtkCheckMenuItem *)') from 'void *' converts between void pointer and function pointer [-Wpedantic]\n 250 | gtk_check_menu_item_get_active = dlsym(libgtk, \"gtk_check_menu_item_get_active\");\n | ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/tray/unix/SDL_tray.c:251:30: warning: assigning to 'gboolean (*)(GtkWidget *)' (aka 'int (*)(struct _GtkWidget *)') from 'void *' converts between void pointer and function pointer [-Wpedantic]\n 251 | gtk_widget_get_sensitive = dlsym(libgtk, \"gtk_widget_get_sensitive\");\n | ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/tray/unix/SDL_tray.c:255:15: warning: assigning to 'gchar *(*)(gchar *)' (aka 'char *(*)(char *)') from 'void *' converts between void pointer and function pointer [-Wpedantic]\n 255 | g_mkdtemp = dlsym(libgdk, \"g_mkdtemp\");\n | ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/tray/unix/SDL_tray.c:256:27: warning: assigning to 'gulong (*)(gpointer, const gchar *, GCallback, gpointer, GClosureNotify, GConnectFlags)' (aka 'unsigned long (*)(void *, const char *, void (*)(void), void *, void (*)(void *, struct _GClosure *), GConnectFlags)') from 'void *' converts between void pointer and function pointer [-Wpedantic]\n 256 | g_signal_connect_data = dlsym(libgdk, \"g_signal_connect_data\");\n | ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/tray/unix/SDL_tray.c:257:20: warning: assigning to 'void (*)(gpointer)' (aka 'void (*)(void *)') from 'void *' converts between void pointer and function pointer [-Wpedantic]\n 257 | g_object_unref = dlsym(libgdk, \"g_object_unref\");\n | ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/tray/unix/SDL_tray.c:258:23: warning: assigning to 'gpointer (*)(gpointer)' (aka 'void *(*)(void *)') from 'void *' converts between void pointer and function pointer [-Wpedantic]\n 258 | g_object_ref_sink = dlsym(libgdk, \"g_object_ref_sink\");\n | ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/tray/unix/SDL_tray.c:259:18: warning: assigning to 'gpointer (*)(gpointer)' (aka 'void *(*)(void *)') from 'void *' converts between void pointer and function pointer [-Wpedantic]\n 259 | g_object_ref = dlsym(libgdk, \"g_object_ref\");\n | ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/tray/unix/SDL_tray.c:261:23: warning: assigning to 'AppIndicator *(*)(const gchar *, const gchar *, AppIndicatorCategory)' (aka 'struct _AppIndicator *(*)(const char *, const char *, AppIndicatorCategory)') from 'void *' converts between void pointer and function pointer [-Wpedantic]\n 261 | app_indicator_new = dlsym(libappindicator, \"app_indicator_new\");\n | ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/tray/unix/SDL_tray.c:262:30: warning: assigning to 'void (*)(AppIndicator *, AppIndicatorStatus)' (aka 'void (*)(struct _AppIndicator *, AppIndicatorStatus)') from 'void *' converts between void pointer and function pointer [-Wpedantic]\n 262 | app_indicator_set_status = dlsym(libappindicator, \"app_indicator_set_status\");\n | ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/tray/unix/SDL_tray.c:263:28: warning: assigning to 'void (*)(AppIndicator *, const gchar *)' (aka 'void (*)(struct _AppIndicator *, const char *)') from 'void *' converts between void pointer and function pointer [-Wpedantic]\n 263 | app_indicator_set_icon = dlsym(libappindicator, \"app_indicator_set_icon\");\n | ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/tray/unix/SDL_tray.c:264:28: warning: assigning to 'void (*)(AppIndicator *, GtkMenu *)' (aka 'void (*)(struct _AppIndicator *, struct _GtkMenu *)') from 'void *' converts between void pointer and function pointer [-Wpedantic]\n 264 | app_indicator_set_menu = dlsym(libappindicator, \"app_indicator_set_menu\");\n | ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/tray/unix/SDL_tray.c:344:40: warning: unused parameter 'item' [-Wunused-parameter]\n 344 | static void call_callback(GtkMenuItem *item, gpointer ptr)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/tray/unix/SDL_tray.c:384:55: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\n 384 | if (would_have_written <= 0 || would_have_written >= sizeof(buffer) - 1) {\n | ~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/tray/unix/SDL_tray.c:416:57: warning: unused parameter 'tooltip' [-Wunused-parameter]\n 416 | SDL_Tray *SDL_CreateTray(SDL_Surface *icon, const char *tooltip)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/tray/unix/SDL_tray.c:486:35: warning: unused parameter 'tray' [-Wunused-parameter]\n 486 | void SDL_SetTrayTooltip(SDL_Tray *tray, const char *tooltip)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/tray/unix/SDL_tray.c:486:53: warning: unused parameter 'tooltip' [-Wunused-parameter]\n 486 | void SDL_SetTrayTooltip(SDL_Tray *tray, const char *tooltip)\n | ^\n31 warnings generated.\n[382/471] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_dbus.c.o\n[383/471] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/camera/v4l2/SDL_camera_v4l2.c.o\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/camera/v4l2/SDL_camera_v4l2.c:572:64: warning: comparison of integers of different signs: '__u32' (aka 'unsigned int') and 'const int' [-Wsign-compare]\n 572 | if ( (setfps.parm.capture.timeperframe.denominator != spec->framerate_numerator) ||\n | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~\n1 warning generated.\n[384/471] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/haptic/linux/SDL_syshaptic.c.o\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/haptic/linux/SDL_syshaptic.c:1041:47: warning: unused parameter 'haptic' [-Wunused-parameter]\n 1041 | int SDL_SYS_HapticGetEffectStatus(SDL_Haptic *haptic,\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/haptic/linux/SDL_syshaptic.c:1042:57: warning: unused parameter 'effect' [-Wunused-parameter]\n 1042 | struct haptic_effect *effect)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/haptic/linux/SDL_syshaptic.c:1102:38: warning: unused parameter 'haptic' [-Wunused-parameter]\n 1102 | bool SDL_SYS_HapticPause(SDL_Haptic *haptic)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/haptic/linux/SDL_syshaptic.c:1110:39: warning: unused parameter 'haptic' [-Wunused-parameter]\n 1110 | bool SDL_SYS_HapticResume(SDL_Haptic *haptic)\n | ^\n4 warnings generated.\n[385/471] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_system_theme.c.o\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/core/linux/SDL_system_theme.c:72:61: warning: unused parameter 'conn' [-Wunused-parameter]\n 72 | static DBusHandlerResult DBus_MessageFilter(DBusConnection *conn, DBusMessage *msg, void *data) {\n | ^\n1 warning generated.\n[386/471] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_udev.c.o\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/core/linux/SDL_udev.c:53:11: warning: assigning to 'void *' from 'SDL_FunctionPointer' (aka 'void (*)(void)') converts between void pointer and function pointer [-Wpedantic]\n 53 | *addr = SDL_LoadFunction(_this->udev_handle, fn);\n | ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/core/linux/SDL_udev.c:318:27: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\n 318 | for (int i = 0; i < SDL_arraysize(SDL_UDEV_LIBS); i++) {\n | ~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/core/linux/SDL_udev.c:339:42: warning: unused parameter 'dev' [-Wunused-parameter]\n 339 | static void get_caps(struct udev_device *dev, struct udev_device *pdev, const char *attr, unsigned long *bitmask, size_t bitmask_len)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/core/linux/SDL_udev.c:357:15: warning: comparison of integers of different signs: 'int' and 'size_t' (aka 'unsigned long') [-Wsign-compare]\n 357 | if (i < bitmask_len) {\n | ~ ^ ~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/core/linux/SDL_udev.c:364:11: warning: comparison of integers of different signs: 'int' and 'size_t' (aka 'unsigned long') [-Wsign-compare]\n 364 | if (i < bitmask_len) {\n | ~ ^ ~~~~~~~~~~~\n5 warnings generated.\n[387/471] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_evdev.c.o\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/core/linux/SDL_evdev.c:152:49: warning: unused parameter 'enabled' [-Wunused-parameter]\n 152 | static bool SDL_EVDEV_SetRelativeMouseMode(bool enabled)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/core/linux/SDL_evdev.c:608:67: warning: unused parameter 'udev_class' [-Wunused-parameter]\n 608 | static bool SDL_EVDEV_init_keyboard(SDL_evdevlist_item *item, int udev_class)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/core/linux/SDL_evdev.c:625:64: warning: unused parameter 'udev_class' [-Wunused-parameter]\n 625 | static bool SDL_EVDEV_init_mouse(SDL_evdevlist_item *item, int udev_class)\n | ^\n3 warnings generated.\n[388/471] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_fcitx.c.o\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/core/linux/SDL_fcitx.c:184:61: warning: unused parameter 'conn' [-Wunused-parameter]\n 184 | static DBusHandlerResult DBus_MessageFilter(DBusConnection *conn, DBusMessage *msg, void *data)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/core/linux/SDL_fcitx.c:231:55: warning: unused parameter 'name' [-Wunused-parameter]\n 231 | const char *name,\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/core/linux/SDL_fcitx.c:232:55: warning: unused parameter 'old_val' [-Wunused-parameter]\n 232 | const char *old_val,\n | ^\n3 warnings generated.\n[389/471] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_evdev_kbd.c.o\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/core/linux/SDL_evdev_kbd.c:227:29: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\n 227 | for (tabidx = 0; tabidx < sizeof(fatal_signals) / sizeof(fatal_signals[0]); ++tabidx) {\n | ~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/core/linux/SDL_evdev_kbd.c:292:96: warning: cast from 'void (*)(int, siginfo_t *, void *)' to 'void (*)(int)' converts to incompatible function type [-Wcast-function-type-mismatch]\n 292 | if ((signum == SIGHUP || signum == SIGPIPE) && (old_action_p->sa_handler != SIG_DFL || (void (*)(int))old_action_p->sa_sigaction != SIG_DFL)) {\n | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/core/linux/SDL_evdev_kbd.c:280:29: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\n 280 | for (tabidx = 0; tabidx < sizeof(fatal_signals) / sizeof(fatal_signals[0]); ++tabidx) {\n | ~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/core/linux/SDL_evdev_kbd.c:314:46: warning: unused parameter 'signum' [-Wunused-parameter]\n 314 | static void kbd_vt_release_signal_action(int signum)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/core/linux/SDL_evdev_kbd.c:319:46: warning: unused parameter 'signum' [-Wunused-parameter]\n 319 | static void kbd_vt_acquire_signal_action(int signum)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/core/linux/SDL_evdev_kbd.c:700:48: warning: unused parameter 'kbd' [-Wunused-parameter]\n 700 | static void k_ignore(SDL_EVDEV_keyboard_state *kbd, unsigned char value, char up_flag)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/core/linux/SDL_evdev_kbd.c:700:67: warning: unused parameter 'value' [-Wunused-parameter]\n 700 | static void k_ignore(SDL_EVDEV_keyboard_state *kbd, unsigned char value, char up_flag)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/core/linux/SDL_evdev_kbd.c:700:79: warning: unused parameter 'up_flag' [-Wunused-parameter]\n 700 | static void k_ignore(SDL_EVDEV_keyboard_state *kbd, unsigned char value, char up_flag)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/core/linux/SDL_evdev_kbd.c:717:51: warning: unused parameter 'kbd' [-Wunused-parameter]\n 717 | static void k_lowercase(SDL_EVDEV_keyboard_state *kbd, unsigned char value, char up_flag)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/core/linux/SDL_evdev_kbd.c:717:70: warning: unused parameter 'value' [-Wunused-parameter]\n 717 | static void k_lowercase(SDL_EVDEV_keyboard_state *kbd, unsigned char value, char up_flag)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/core/linux/SDL_evdev_kbd.c:717:82: warning: unused parameter 'up_flag' [-Wunused-parameter]\n 717 | static void k_lowercase(SDL_EVDEV_keyboard_state *kbd, unsigned char value, char up_flag)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/core/linux/SDL_evdev_kbd.c:760:46: warning: unused parameter 'kbd' [-Wunused-parameter]\n 760 | static void k_cons(SDL_EVDEV_keyboard_state *kbd, unsigned char value, char up_flag)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/core/linux/SDL_evdev_kbd.c:760:65: warning: unused parameter 'value' [-Wunused-parameter]\n 760 | static void k_cons(SDL_EVDEV_keyboard_state *kbd, unsigned char value, char up_flag)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/core/linux/SDL_evdev_kbd.c:760:77: warning: unused parameter 'up_flag' [-Wunused-parameter]\n 760 | static void k_cons(SDL_EVDEV_keyboard_state *kbd, unsigned char value, char up_flag)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/core/linux/SDL_evdev_kbd.c:764:44: warning: unused parameter 'kbd' [-Wunused-parameter]\n 764 | static void k_fn(SDL_EVDEV_keyboard_state *kbd, unsigned char value, char up_flag)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/core/linux/SDL_evdev_kbd.c:764:63: warning: unused parameter 'value' [-Wunused-parameter]\n 764 | static void k_fn(SDL_EVDEV_keyboard_state *kbd, unsigned char value, char up_flag)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/core/linux/SDL_evdev_kbd.c:764:75: warning: unused parameter 'up_flag' [-Wunused-parameter]\n 764 | static void k_fn(SDL_EVDEV_keyboard_state *kbd, unsigned char value, char up_flag)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/core/linux/SDL_evdev_kbd.c:768:45: warning: unused parameter 'kbd' [-Wunused-parameter]\n 768 | static void k_cur(SDL_EVDEV_keyboard_state *kbd, unsigned char value, char up_flag)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/core/linux/SDL_evdev_kbd.c:768:64: warning: unused parameter 'value' [-Wunused-parameter]\n 768 | static void k_cur(SDL_EVDEV_keyboard_state *kbd, unsigned char value, char up_flag)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/core/linux/SDL_evdev_kbd.c:768:76: warning: unused parameter 'up_flag' [-Wunused-parameter]\n 768 | static void k_cur(SDL_EVDEV_keyboard_state *kbd, unsigned char value, char up_flag)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/core/linux/SDL_evdev_kbd.c:831:46: warning: unused parameter 'kbd' [-Wunused-parameter]\n 831 | static void k_meta(SDL_EVDEV_keyboard_state *kbd, unsigned char value, char up_flag)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/core/linux/SDL_evdev_kbd.c:831:65: warning: unused parameter 'value' [-Wunused-parameter]\n 831 | static void k_meta(SDL_EVDEV_keyboard_state *kbd, unsigned char value, char up_flag)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/core/linux/SDL_evdev_kbd.c:831:77: warning: unused parameter 'up_flag' [-Wunused-parameter]\n 831 | static void k_meta(SDL_EVDEV_keyboard_state *kbd, unsigned char value, char up_flag)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/core/linux/SDL_evdev_kbd.c:883:45: warning: unused parameter 'kbd' [-Wunused-parameter]\n 883 | static void k_brl(SDL_EVDEV_keyboard_state *kbd, unsigned char value, char up_flag)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/core/linux/SDL_evdev_kbd.c:883:64: warning: unused parameter 'value' [-Wunused-parameter]\n 883 | static void k_brl(SDL_EVDEV_keyboard_state *kbd, unsigned char value, char up_flag)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/core/linux/SDL_evdev_kbd.c:883:76: warning: unused parameter 'up_flag' [-Wunused-parameter]\n 883 | static void k_brl(SDL_EVDEV_keyboard_state *kbd, unsigned char value, char up_flag)\n | ^\n26 warnings generated.\n[390/471] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_evdev_capabilities.c.o\n[391/471] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_combined.c.o\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_combined.c:29:66: warning: unused parameter 'callback' [-Wunused-parameter]\n 29 | static void HIDAPI_DriverCombined_RegisterHints(SDL_HintCallback callback, void *userdata)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_combined.c:29:82: warning: unused parameter 'userdata' [-Wunused-parameter]\n 29 | static void HIDAPI_DriverCombined_RegisterHints(SDL_HintCallback callback, void *userdata)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_combined.c:33:68: warning: unused parameter 'callback' [-Wunused-parameter]\n 33 | static void HIDAPI_DriverCombined_UnregisterHints(SDL_HintCallback callback, void *userdata)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_combined.c:33:84: warning: unused parameter 'userdata' [-Wunused-parameter]\n 33 | static void HIDAPI_DriverCombined_UnregisterHints(SDL_HintCallback callback, void *userdata)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_combined.c:42:72: warning: unused parameter 'device' [-Wunused-parameter]\n 42 | static bool HIDAPI_DriverCombined_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_combined.c:42:92: warning: unused parameter 'name' [-Wunused-parameter]\n 42 | static bool HIDAPI_DriverCombined_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_combined.c:42:114: warning: unused parameter 'type' [-Wunused-parameter]\n 42 | static bool HIDAPI_DriverCombined_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_combined.c:42:127: warning: unused parameter 'vendor_id' [-Wunused-parameter]\n 42 | static bool HIDAPI_DriverCombined_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_combined.c:42:145: warning: unused parameter 'product_id' [-Wunused-parameter]\n 42 | static bool HIDAPI_DriverCombined_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_combined.c:42:164: warning: unused parameter 'version' [-Wunused-parameter]\n 42 | static bool HIDAPI_DriverCombined_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_combined.c:42:177: warning: unused parameter 'interface_number' [-Wunused-parameter]\n 42 | static bool HIDAPI_DriverCombined_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_combined.c:42:199: warning: unused parameter 'interface_class' [-Wunused-parameter]\n 42 | static bool HIDAPI_DriverCombined_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_combined.c:42:220: warning: unused parameter 'interface_subclass' [-Wunused-parameter]\n 42 | static bool HIDAPI_DriverCombined_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_combined.c:42:244: warning: unused parameter 'interface_protocol' [-Wunused-parameter]\n 42 | static bool HIDAPI_DriverCombined_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_combined.c:53:74: warning: unused parameter 'device' [-Wunused-parameter]\n 53 | static int HIDAPI_DriverCombined_GetDevicePlayerIndex(SDL_HIDAPI_Device *device, SDL_JoystickID instance_id)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_combined.c:53:97: warning: unused parameter 'instance_id' [-Wunused-parameter]\n 53 | static int HIDAPI_DriverCombined_GetDevicePlayerIndex(SDL_HIDAPI_Device *device, SDL_JoystickID instance_id)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_combined.c:58:75: warning: unused parameter 'device' [-Wunused-parameter]\n 58 | static void HIDAPI_DriverCombined_SetDevicePlayerIndex(SDL_HIDAPI_Device *device, SDL_JoystickID instance_id, int player_index)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_combined.c:58:98: warning: unused parameter 'instance_id' [-Wunused-parameter]\n 58 | static void HIDAPI_DriverCombined_SetDevicePlayerIndex(SDL_HIDAPI_Device *device, SDL_JoystickID instance_id, int player_index)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_combined.c:58:115: warning: unused parameter 'player_index' [-Wunused-parameter]\n 58 | static void HIDAPI_DriverCombined_SetDevicePlayerIndex(SDL_HIDAPI_Device *device, SDL_JoystickID instance_id, int player_index)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_combined.c:167:73: warning: unused parameter 'device' [-Wunused-parameter]\n 167 | static bool HIDAPI_DriverCombined_SendJoystickEffect(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, const void *data, int size)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_combined.c:167:95: warning: unused parameter 'joystick' [-Wunused-parameter]\n 167 | static bool HIDAPI_DriverCombined_SendJoystickEffect(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, const void *data, int size)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_combined.c:167:117: warning: unused parameter 'data' [-Wunused-parameter]\n 167 | static bool HIDAPI_DriverCombined_SendJoystickEffect(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, const void *data, int size)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_combined.c:167:127: warning: unused parameter 'size' [-Wunused-parameter]\n 167 | static bool HIDAPI_DriverCombined_SendJoystickEffect(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, const void *data, int size)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_combined.c:210:65: warning: unused parameter 'device' [-Wunused-parameter]\n 210 | static void HIDAPI_DriverCombined_FreeDevice(SDL_HIDAPI_Device *device)\n | ^\n24 warnings generated.\n[392/471] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_threadprio.c.o\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/core/linux/SDL_threadprio.c:224:18: warning: comparison of integers of different signs: 'Uint32' (aka 'unsigned int') and 'Sint32' (aka 'int') [-Wsign-compare]\n 224 | if (priority > rtkit_max_realtime_priority) {\n | ~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~\n1 warning generated.\n[393/471] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_ime.c.o\n[394/471] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_luna.c.o\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_luna.c:65:68: warning: unused parameter 'device' [-Wunused-parameter]\n 65 | static bool HIDAPI_DriverLuna_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_luna.c:65:88: warning: unused parameter 'name' [-Wunused-parameter]\n 65 | static bool HIDAPI_DriverLuna_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_luna.c:65:110: warning: unused parameter 'type' [-Wunused-parameter]\n 65 | static bool HIDAPI_DriverLuna_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_luna.c:65:160: warning: unused parameter 'version' [-Wunused-parameter]\n 65 | static bool HIDAPI_DriverLuna_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_luna.c:65:173: warning: unused parameter 'interface_number' [-Wunused-parameter]\n 65 | static bool HIDAPI_DriverLuna_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_luna.c:65:195: warning: unused parameter 'interface_class' [-Wunused-parameter]\n 65 | static bool HIDAPI_DriverLuna_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_luna.c:65:216: warning: unused parameter 'interface_subclass' [-Wunused-parameter]\n 65 | static bool HIDAPI_DriverLuna_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_luna.c:65:240: warning: unused parameter 'interface_protocol' [-Wunused-parameter]\n 65 | static bool HIDAPI_DriverLuna_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_luna.c:85:70: warning: unused parameter 'device' [-Wunused-parameter]\n 85 | static int HIDAPI_DriverLuna_GetDevicePlayerIndex(SDL_HIDAPI_Device *device, SDL_JoystickID instance_id)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_luna.c:85:93: warning: unused parameter 'instance_id' [-Wunused-parameter]\n 85 | static int HIDAPI_DriverLuna_GetDevicePlayerIndex(SDL_HIDAPI_Device *device, SDL_JoystickID instance_id)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_luna.c:90:71: warning: unused parameter 'device' [-Wunused-parameter]\n 90 | static void HIDAPI_DriverLuna_SetDevicePlayerIndex(SDL_HIDAPI_Device *device, SDL_JoystickID instance_id, int player_index)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_luna.c:90:94: warning: unused parameter 'instance_id' [-Wunused-parameter]\n 90 | static void HIDAPI_DriverLuna_SetDevicePlayerIndex(SDL_HIDAPI_Device *device, SDL_JoystickID instance_id, int player_index)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_luna.c:90:111: warning: unused parameter 'player_index' [-Wunused-parameter]\n 90 | static void HIDAPI_DriverLuna_SetDevicePlayerIndex(SDL_HIDAPI_Device *device, SDL_JoystickID instance_id, int player_index)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_luna.c:110:87: warning: unused parameter 'joystick' [-Wunused-parameter]\n 110 | static bool HIDAPI_DriverLuna_RumbleJoystick(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint16 low_frequency_rumble, Uint16 high_frequency_rumble)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_luna.c:133:73: warning: unused parameter 'device' [-Wunused-parameter]\n 133 | static bool HIDAPI_DriverLuna_RumbleJoystickTriggers(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint16 left_rumble, Uint16 right_rumble)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_luna.c:133:95: warning: unused parameter 'joystick' [-Wunused-parameter]\n 133 | static bool HIDAPI_DriverLuna_RumbleJoystickTriggers(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint16 left_rumble, Uint16 right_rumble)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_luna.c:133:112: warning: unused parameter 'left_rumble' [-Wunused-parameter]\n 133 | static bool HIDAPI_DriverLuna_RumbleJoystickTriggers(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint16 left_rumble, Uint16 right_rumble)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_luna.c:133:132: warning: unused parameter 'right_rumble' [-Wunused-parameter]\n 133 | static bool HIDAPI_DriverLuna_RumbleJoystickTriggers(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint16 left_rumble, Uint16 right_rumble)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_luna.c:138:98: warning: unused parameter 'joystick' [-Wunused-parameter]\n 138 | static Uint32 HIDAPI_DriverLuna_GetJoystickCapabilities(SDL_HIDAPI_Device *device, SDL_Joystick *joystick)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_luna.c:151:65: warning: unused parameter 'device' [-Wunused-parameter]\n 151 | static bool HIDAPI_DriverLuna_SetJoystickLED(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint8 red, Uint8 green, Uint8 blue)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_luna.c:151:87: warning: unused parameter 'joystick' [-Wunused-parameter]\n 151 | static bool HIDAPI_DriverLuna_SetJoystickLED(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint8 red, Uint8 green, Uint8 blue)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_luna.c:151:103: warning: unused parameter 'red' [-Wunused-parameter]\n 151 | static bool HIDAPI_DriverLuna_SetJoystickLED(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint8 red, Uint8 green, Uint8 blue)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_luna.c:151:114: warning: unused parameter 'green' [-Wunused-parameter]\n 151 | static bool HIDAPI_DriverLuna_SetJoystickLED(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint8 red, Uint8 green, Uint8 blue)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_luna.c:151:127: warning: unused parameter 'blue' [-Wunused-parameter]\n 151 | static bool HIDAPI_DriverLuna_SetJoystickLED(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint8 red, Uint8 green, Uint8 blue)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_luna.c:156:69: warning: unused parameter 'device' [-Wunused-parameter]\n 156 | static bool HIDAPI_DriverLuna_SendJoystickEffect(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, const void *data, int size)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_luna.c:156:91: warning: unused parameter 'joystick' [-Wunused-parameter]\n 156 | static bool HIDAPI_DriverLuna_SendJoystickEffect(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, const void *data, int size)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_luna.c:156:113: warning: unused parameter 'data' [-Wunused-parameter]\n 156 | static bool HIDAPI_DriverLuna_SendJoystickEffect(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, const void *data, int size)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_luna.c:156:123: warning: unused parameter 'size' [-Wunused-parameter]\n 156 | static bool HIDAPI_DriverLuna_SendJoystickEffect(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, const void *data, int size)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_luna.c:161:76: warning: unused parameter 'device' [-Wunused-parameter]\n 161 | static bool HIDAPI_DriverLuna_SetJoystickSensorsEnabled(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, bool enabled)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_luna.c:161:98: warning: unused parameter 'joystick' [-Wunused-parameter]\n 161 | static bool HIDAPI_DriverLuna_SetJoystickSensorsEnabled(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, bool enabled)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_luna.c:161:113: warning: unused parameter 'enabled' [-Wunused-parameter]\n 161 | static bool HIDAPI_DriverLuna_SetJoystickSensorsEnabled(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, bool enabled)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_luna.c:246:39: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\n 246 | SDL_memcpy(ctx->last_state, data, SDL_min(size, sizeof(ctx->last_state)));\n | ^ ~~~~ ~~~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/include/SDL3/SDL_stdinc.h:2110:29: note: expanded from macro 'SDL_min'\n 2110 | #define SDL_min(x, y) (((x) < (y)) ? (x) : (y))\n | ~ ^ ~\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_luna.c:348:39: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\n 348 | SDL_memcpy(ctx->last_state, data, SDL_min(size, sizeof(ctx->last_state)));\n | ^ ~~~~ ~~~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/include/SDL3/SDL_stdinc.h:2110:29: note: expanded from macro 'SDL_min'\n 2110 | #define SDL_min(x, y) (((x) < (y)) ? (x) : (y))\n | ~ ^ ~\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_luna.c:389:64: warning: unused parameter 'device' [-Wunused-parameter]\n 389 | static void HIDAPI_DriverLuna_CloseJoystick(SDL_HIDAPI_Device *device, SDL_Joystick *joystick)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_luna.c:389:86: warning: unused parameter 'joystick' [-Wunused-parameter]\n 389 | static void HIDAPI_DriverLuna_CloseJoystick(SDL_HIDAPI_Device *device, SDL_Joystick *joystick)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_luna.c:393:61: warning: unused parameter 'device' [-Wunused-parameter]\n 393 | static void HIDAPI_DriverLuna_FreeDevice(SDL_HIDAPI_Device *device)\n | ^\n36 warnings generated.\n[395/471] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_gamecube.c.o\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_gamecube.c:71:72: warning: unused parameter 'device' [-Wunused-parameter]\n 71 | static bool HIDAPI_DriverGameCube_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_gamecube.c:71:92: warning: unused parameter 'name' [-Wunused-parameter]\n 71 | static bool HIDAPI_DriverGameCube_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_gamecube.c:71:114: warning: unused parameter 'type' [-Wunused-parameter]\n 71 | static bool HIDAPI_DriverGameCube_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_gamecube.c:71:164: warning: unused parameter 'version' [-Wunused-parameter]\n 71 | static bool HIDAPI_DriverGameCube_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_gamecube.c:71:177: warning: unused parameter 'interface_number' [-Wunused-parameter]\n 71 | static bool HIDAPI_DriverGameCube_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_gamecube.c:71:199: warning: unused parameter 'interface_class' [-Wunused-parameter]\n 71 | static bool HIDAPI_DriverGameCube_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_gamecube.c:71:220: warning: unused parameter 'interface_subclass' [-Wunused-parameter]\n 71 | static bool HIDAPI_DriverGameCube_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_gamecube.c:71:244: warning: unused parameter 'interface_protocol' [-Wunused-parameter]\n 71 | static bool HIDAPI_DriverGameCube_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_gamecube.c:96:92: warning: unused parameter 'name' [-Wunused-parameter]\n 96 | static void SDLCALL SDL_JoystickGameCubeRumbleBrakeHintChanged(void *userdata, const char *name, const char *oldValue, const char *hint)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_gamecube.c:96:110: warning: unused parameter 'oldValue' [-Wunused-parameter]\n 96 | static void SDLCALL SDL_JoystickGameCubeRumbleBrakeHintChanged(void *userdata, const char *name, const char *oldValue, const char *hint)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_gamecube.c:198:75: warning: unused parameter 'device' [-Wunused-parameter]\n 198 | static void HIDAPI_DriverGameCube_SetDevicePlayerIndex(SDL_HIDAPI_Device *device, SDL_JoystickID instance_id, int player_index)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_gamecube.c:198:98: warning: unused parameter 'instance_id' [-Wunused-parameter]\n 198 | static void HIDAPI_DriverGameCube_SetDevicePlayerIndex(SDL_HIDAPI_Device *device, SDL_JoystickID instance_id, int player_index)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_gamecube.c:198:115: warning: unused parameter 'player_index' [-Wunused-parameter]\n 198 | static void HIDAPI_DriverGameCube_SetDevicePlayerIndex(SDL_HIDAPI_Device *device, SDL_JoystickID instance_id, int player_index)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_gamecube.c:202:75: warning: unused parameter 'device' [-Wunused-parameter]\n 202 | static void HIDAPI_DriverGameCube_HandleJoystickPacket(SDL_HIDAPI_Device *device, SDL_DriverGameCube_Context *ctx, const Uint8 *packet, bool invert_c_stick)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_gamecube.c:446:77: warning: unused parameter 'device' [-Wunused-parameter]\n 446 | static bool HIDAPI_DriverGameCube_RumbleJoystickTriggers(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint16 left_rumble, Uint16 right_rumble)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_gamecube.c:446:99: warning: unused parameter 'joystick' [-Wunused-parameter]\n 446 | static bool HIDAPI_DriverGameCube_RumbleJoystickTriggers(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint16 left_rumble, Uint16 right_rumble)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_gamecube.c:446:116: warning: unused parameter 'left_rumble' [-Wunused-parameter]\n 446 | static bool HIDAPI_DriverGameCube_RumbleJoystickTriggers(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint16 left_rumble, Uint16 right_rumble)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_gamecube.c:446:136: warning: unused parameter 'right_rumble' [-Wunused-parameter]\n 446 | static bool HIDAPI_DriverGameCube_RumbleJoystickTriggers(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint16 left_rumble, Uint16 right_rumble)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_gamecube.c:474:69: warning: unused parameter 'device' [-Wunused-parameter]\n 474 | static bool HIDAPI_DriverGameCube_SetJoystickLED(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint8 red, Uint8 green, Uint8 blue)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_gamecube.c:474:91: warning: unused parameter 'joystick' [-Wunused-parameter]\n 474 | static bool HIDAPI_DriverGameCube_SetJoystickLED(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint8 red, Uint8 green, Uint8 blue)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_gamecube.c:474:107: warning: unused parameter 'red' [-Wunused-parameter]\n 474 | static bool HIDAPI_DriverGameCube_SetJoystickLED(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint8 red, Uint8 green, Uint8 blue)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_gamecube.c:474:118: warning: unused parameter 'green' [-Wunused-parameter]\n 474 | static bool HIDAPI_DriverGameCube_SetJoystickLED(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint8 red, Uint8 green, Uint8 blue)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_gamecube.c:474:131: warning: unused parameter 'blue' [-Wunused-parameter]\n 474 | static bool HIDAPI_DriverGameCube_SetJoystickLED(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint8 red, Uint8 green, Uint8 blue)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_gamecube.c:479:73: warning: unused parameter 'device' [-Wunused-parameter]\n 479 | static bool HIDAPI_DriverGameCube_SendJoystickEffect(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, const void *data, int size)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_gamecube.c:479:95: warning: unused parameter 'joystick' [-Wunused-parameter]\n 479 | static bool HIDAPI_DriverGameCube_SendJoystickEffect(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, const void *data, int size)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_gamecube.c:479:117: warning: unused parameter 'data' [-Wunused-parameter]\n 479 | static bool HIDAPI_DriverGameCube_SendJoystickEffect(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, const void *data, int size)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_gamecube.c:479:127: warning: unused parameter 'size' [-Wunused-parameter]\n 479 | static bool HIDAPI_DriverGameCube_SendJoystickEffect(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, const void *data, int size)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_gamecube.c:484:80: warning: unused parameter 'device' [-Wunused-parameter]\n 484 | static bool HIDAPI_DriverGameCube_SetJoystickSensorsEnabled(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, bool enabled)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_gamecube.c:484:102: warning: unused parameter 'joystick' [-Wunused-parameter]\n 484 | static bool HIDAPI_DriverGameCube_SetJoystickSensorsEnabled(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, bool enabled)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_gamecube.c:484:117: warning: unused parameter 'enabled' [-Wunused-parameter]\n 484 | static bool HIDAPI_DriverGameCube_SetJoystickSensorsEnabled(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, bool enabled)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_gamecube.c:489:90: warning: unused parameter 'joystick' [-Wunused-parameter]\n 489 | static void HIDAPI_DriverGameCube_CloseJoystick(SDL_HIDAPI_Device *device, SDL_Joystick *joystick)\n | ^\n31 warnings generated.\n[396/471] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_ps3.c.o\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps3.c:136:67: warning: unused parameter 'device' [-Wunused-parameter]\n 136 | static bool HIDAPI_DriverPS3_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps3.c:136:87: warning: unused parameter 'name' [-Wunused-parameter]\n 136 | static bool HIDAPI_DriverPS3_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps3.c:136:109: warning: unused parameter 'type' [-Wunused-parameter]\n 136 | static bool HIDAPI_DriverPS3_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps3.c:136:159: warning: unused parameter 'version' [-Wunused-parameter]\n 136 | static bool HIDAPI_DriverPS3_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps3.c:136:172: warning: unused parameter 'interface_number' [-Wunused-parameter]\n 136 | static bool HIDAPI_DriverPS3_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps3.c:136:194: warning: unused parameter 'interface_class' [-Wunused-parameter]\n 136 | static bool HIDAPI_DriverPS3_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps3.c:136:215: warning: unused parameter 'interface_subclass' [-Wunused-parameter]\n 136 | static bool HIDAPI_DriverPS3_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps3.c:136:239: warning: unused parameter 'interface_protocol' [-Wunused-parameter]\n 136 | static bool HIDAPI_DriverPS3_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps3.c:224:69: warning: unused parameter 'device' [-Wunused-parameter]\n 224 | static int HIDAPI_DriverPS3_GetDevicePlayerIndex(SDL_HIDAPI_Device *device, SDL_JoystickID instance_id)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps3.c:224:92: warning: unused parameter 'instance_id' [-Wunused-parameter]\n 224 | static int HIDAPI_DriverPS3_GetDevicePlayerIndex(SDL_HIDAPI_Device *device, SDL_JoystickID instance_id)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps3.c:251:93: warning: unused parameter 'instance_id' [-Wunused-parameter]\n 251 | static void HIDAPI_DriverPS3_SetDevicePlayerIndex(SDL_HIDAPI_Device *device, SDL_JoystickID instance_id, int player_index)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps3.c:293:86: warning: unused parameter 'joystick' [-Wunused-parameter]\n 293 | static bool HIDAPI_DriverPS3_RumbleJoystick(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint16 low_frequency_rumble, Uint16 high_frequency_rumble)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps3.c:303:72: warning: unused parameter 'device' [-Wunused-parameter]\n 303 | static bool HIDAPI_DriverPS3_RumbleJoystickTriggers(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint16 left_rumble, Uint16 right_rumble)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps3.c:303:94: warning: unused parameter 'joystick' [-Wunused-parameter]\n 303 | static bool HIDAPI_DriverPS3_RumbleJoystickTriggers(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint16 left_rumble, Uint16 right_rumble)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps3.c:303:111: warning: unused parameter 'left_rumble' [-Wunused-parameter]\n 303 | static bool HIDAPI_DriverPS3_RumbleJoystickTriggers(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint16 left_rumble, Uint16 right_rumble)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps3.c:303:131: warning: unused parameter 'right_rumble' [-Wunused-parameter]\n 303 | static bool HIDAPI_DriverPS3_RumbleJoystickTriggers(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint16 left_rumble, Uint16 right_rumble)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps3.c:308:75: warning: unused parameter 'device' [-Wunused-parameter]\n 308 | static Uint32 HIDAPI_DriverPS3_GetJoystickCapabilities(SDL_HIDAPI_Device *device, SDL_Joystick *joystick)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps3.c:308:97: warning: unused parameter 'joystick' [-Wunused-parameter]\n 308 | static Uint32 HIDAPI_DriverPS3_GetJoystickCapabilities(SDL_HIDAPI_Device *device, SDL_Joystick *joystick)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps3.c:313:64: warning: unused parameter 'device' [-Wunused-parameter]\n 313 | static bool HIDAPI_DriverPS3_SetJoystickLED(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint8 red, Uint8 green, Uint8 blue)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps3.c:313:86: warning: unused parameter 'joystick' [-Wunused-parameter]\n 313 | static bool HIDAPI_DriverPS3_SetJoystickLED(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint8 red, Uint8 green, Uint8 blue)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps3.c:313:102: warning: unused parameter 'red' [-Wunused-parameter]\n 313 | static bool HIDAPI_DriverPS3_SetJoystickLED(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint8 red, Uint8 green, Uint8 blue)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps3.c:313:113: warning: unused parameter 'green' [-Wunused-parameter]\n 313 | static bool HIDAPI_DriverPS3_SetJoystickLED(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint8 red, Uint8 green, Uint8 blue)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps3.c:313:126: warning: unused parameter 'blue' [-Wunused-parameter]\n 313 | static bool HIDAPI_DriverPS3_SetJoystickLED(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint8 red, Uint8 green, Uint8 blue)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps3.c:318:90: warning: unused parameter 'joystick' [-Wunused-parameter]\n 318 | static bool HIDAPI_DriverPS3_SendJoystickEffect(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, const void *effect, int size)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps3.c:336:97: warning: unused parameter 'joystick' [-Wunused-parameter]\n 336 | static bool HIDAPI_DriverPS3_SetJoystickSensorsEnabled(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, bool enabled)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps3.c:417:39: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\n 417 | SDL_memcpy(ctx->last_state, data, SDL_min(size, sizeof(ctx->last_state)));\n | ^ ~~~~ ~~~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/include/SDL3/SDL_stdinc.h:2110:29: note: expanded from macro 'SDL_min'\n 2110 | #define SDL_min(x, y) (((x) < (y)) ? (x) : (y))\n | ~ ^ ~\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps3.c:517:39: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\n 517 | SDL_memcpy(ctx->last_state, data, SDL_min(size, sizeof(ctx->last_state)));\n | ^ ~~~~ ~~~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/include/SDL3/SDL_stdinc.h:2110:29: note: expanded from macro 'SDL_min'\n 2110 | #define SDL_min(x, y) (((x) < (y)) ? (x) : (y))\n | ~ ^ ~\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps3.c:582:85: warning: unused parameter 'joystick' [-Wunused-parameter]\n 582 | static void HIDAPI_DriverPS3_CloseJoystick(SDL_HIDAPI_Device *device, SDL_Joystick *joystick)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps3.c:589:60: warning: unused parameter 'device' [-Wunused-parameter]\n 589 | static void HIDAPI_DriverPS3_FreeDevice(SDL_HIDAPI_Device *device)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps3.c:622:97: warning: unused parameter 'name' [-Wunused-parameter]\n 622 | static bool HIDAPI_DriverPS3ThirdParty_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps3.c:622:169: warning: unused parameter 'version' [-Wunused-parameter]\n 622 | static bool HIDAPI_DriverPS3ThirdParty_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps3.c:622:182: warning: unused parameter 'interface_number' [-Wunused-parameter]\n 622 | static bool HIDAPI_DriverPS3ThirdParty_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps3.c:622:204: warning: unused parameter 'interface_class' [-Wunused-parameter]\n 622 | static bool HIDAPI_DriverPS3ThirdParty_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps3.c:622:225: warning: unused parameter 'interface_subclass' [-Wunused-parameter]\n 622 | static bool HIDAPI_DriverPS3ThirdParty_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps3.c:622:249: warning: unused parameter 'interface_protocol' [-Wunused-parameter]\n 622 | static bool HIDAPI_DriverPS3ThirdParty_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps3.c:677:79: warning: unused parameter 'device' [-Wunused-parameter]\n 677 | static int HIDAPI_DriverPS3ThirdParty_GetDevicePlayerIndex(SDL_HIDAPI_Device *device, SDL_JoystickID instance_id)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps3.c:677:102: warning: unused parameter 'instance_id' [-Wunused-parameter]\n 677 | static int HIDAPI_DriverPS3ThirdParty_GetDevicePlayerIndex(SDL_HIDAPI_Device *device, SDL_JoystickID instance_id)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps3.c:682:80: warning: unused parameter 'device' [-Wunused-parameter]\n 682 | static void HIDAPI_DriverPS3ThirdParty_SetDevicePlayerIndex(SDL_HIDAPI_Device *device, SDL_JoystickID instance_id, int player_index)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps3.c:682:103: warning: unused parameter 'instance_id' [-Wunused-parameter]\n 682 | static void HIDAPI_DriverPS3ThirdParty_SetDevicePlayerIndex(SDL_HIDAPI_Device *device, SDL_JoystickID instance_id, int player_index)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps3.c:682:120: warning: unused parameter 'player_index' [-Wunused-parameter]\n 682 | static void HIDAPI_DriverPS3ThirdParty_SetDevicePlayerIndex(SDL_HIDAPI_Device *device, SDL_JoystickID instance_id, int player_index)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps3.c:711:74: warning: unused parameter 'device' [-Wunused-parameter]\n 711 | static bool HIDAPI_DriverPS3ThirdParty_RumbleJoystick(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint16 low_frequency_rumble, Uint16 high_frequency_rumble)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps3.c:711:96: warning: unused parameter 'joystick' [-Wunused-parameter]\n 711 | static bool HIDAPI_DriverPS3ThirdParty_RumbleJoystick(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint16 low_frequency_rumble, Uint16 high_frequency_rumble)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps3.c:711:113: warning: unused parameter 'low_frequency_rumble' [-Wunused-parameter]\n 711 | static bool HIDAPI_DriverPS3ThirdParty_RumbleJoystick(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint16 low_frequency_rumble, Uint16 high_frequency_rumble)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps3.c:711:142: warning: unused parameter 'high_frequency_rumble' [-Wunused-parameter]\n 711 | static bool HIDAPI_DriverPS3ThirdParty_RumbleJoystick(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint16 low_frequency_rumble, Uint16 high_frequency_rumble)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps3.c:716:82: warning: unused parameter 'device' [-Wunused-parameter]\n 716 | static bool HIDAPI_DriverPS3ThirdParty_RumbleJoystickTriggers(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint16 left_rumble, Uint16 right_rumble)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps3.c:716:104: warning: unused parameter 'joystick' [-Wunused-parameter]\n 716 | static bool HIDAPI_DriverPS3ThirdParty_RumbleJoystickTriggers(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint16 left_rumble, Uint16 right_rumble)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps3.c:716:121: warning: unused parameter 'left_rumble' [-Wunused-parameter]\n 716 | static bool HIDAPI_DriverPS3ThirdParty_RumbleJoystickTriggers(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint16 left_rumble, Uint16 right_rumble)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps3.c:716:141: warning: unused parameter 'right_rumble' [-Wunused-parameter]\n 716 | static bool HIDAPI_DriverPS3ThirdParty_RumbleJoystickTriggers(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint16 left_rumble, Uint16 right_rumble)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps3.c:721:85: warning: unused parameter 'device' [-Wunused-parameter]\n 721 | static Uint32 HIDAPI_DriverPS3ThirdParty_GetJoystickCapabilities(SDL_HIDAPI_Device *device, SDL_Joystick *joystick)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps3.c:721:107: warning: unused parameter 'joystick' [-Wunused-parameter]\n 721 | static Uint32 HIDAPI_DriverPS3ThirdParty_GetJoystickCapabilities(SDL_HIDAPI_Device *device, SDL_Joystick *joystick)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps3.c:726:74: warning: unused parameter 'device' [-Wunused-parameter]\n 726 | static bool HIDAPI_DriverPS3ThirdParty_SetJoystickLED(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint8 red, Uint8 green, Uint8 blue)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps3.c:726:96: warning: unused parameter 'joystick' [-Wunused-parameter]\n 726 | static bool HIDAPI_DriverPS3ThirdParty_SetJoystickLED(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint8 red, Uint8 green, Uint8 blue)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps3.c:726:112: warning: unused parameter 'red' [-Wunused-parameter]\n 726 | static bool HIDAPI_DriverPS3ThirdParty_SetJoystickLED(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint8 red, Uint8 green, Uint8 blue)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps3.c:726:123: warning: unused parameter 'green' [-Wunused-parameter]\n 726 | static bool HIDAPI_DriverPS3ThirdParty_SetJoystickLED(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint8 red, Uint8 green, Uint8 blue)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps3.c:726:136: warning: unused parameter 'blue' [-Wunused-parameter]\n 726 | static bool HIDAPI_DriverPS3ThirdParty_SetJoystickLED(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint8 red, Uint8 green, Uint8 blue)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps3.c:731:78: warning: unused parameter 'device' [-Wunused-parameter]\n 731 | static bool HIDAPI_DriverPS3ThirdParty_SendJoystickEffect(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, const void *effect, int size)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps3.c:731:100: warning: unused parameter 'joystick' [-Wunused-parameter]\n 731 | static bool HIDAPI_DriverPS3ThirdParty_SendJoystickEffect(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, const void *effect, int size)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps3.c:731:122: warning: unused parameter 'effect' [-Wunused-parameter]\n 731 | static bool HIDAPI_DriverPS3ThirdParty_SendJoystickEffect(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, const void *effect, int size)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps3.c:731:134: warning: unused parameter 'size' [-Wunused-parameter]\n 731 | static bool HIDAPI_DriverPS3ThirdParty_SendJoystickEffect(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, const void *effect, int size)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps3.c:736:85: warning: unused parameter 'device' [-Wunused-parameter]\n 736 | static bool HIDAPI_DriverPS3ThirdParty_SetJoystickSensorsEnabled(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, bool enabled)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps3.c:736:107: warning: unused parameter 'joystick' [-Wunused-parameter]\n 736 | static bool HIDAPI_DriverPS3ThirdParty_SetJoystickSensorsEnabled(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, bool enabled)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps3.c:736:122: warning: unused parameter 'enabled' [-Wunused-parameter]\n 736 | static bool HIDAPI_DriverPS3ThirdParty_SetJoystickSensorsEnabled(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, bool enabled)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps3.c:842:39: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\n 842 | SDL_memcpy(ctx->last_state, data, SDL_min(size, sizeof(ctx->last_state)));\n | ^ ~~~~ ~~~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/include/SDL3/SDL_stdinc.h:2110:29: note: expanded from macro 'SDL_min'\n 2110 | #define SDL_min(x, y) (((x) < (y)) ? (x) : (y))\n | ~ ^ ~\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps3.c:976:39: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\n 976 | SDL_memcpy(ctx->last_state, data, SDL_min(size, sizeof(ctx->last_state)));\n | ^ ~~~~ ~~~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/include/SDL3/SDL_stdinc.h:2110:29: note: expanded from macro 'SDL_min'\n 2110 | #define SDL_min(x, y) (((x) < (y)) ? (x) : (y))\n | ~ ^ ~\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps3.c:1019:95: warning: unused parameter 'joystick' [-Wunused-parameter]\n 1019 | static void HIDAPI_DriverPS3ThirdParty_CloseJoystick(SDL_HIDAPI_Device *device, SDL_Joystick *joystick)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps3.c:1026:70: warning: unused parameter 'device' [-Wunused-parameter]\n 1026 | static void HIDAPI_DriverPS3ThirdParty_FreeDevice(SDL_HIDAPI_Device *device)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps3.c:1074:78: warning: unused parameter 'device' [-Wunused-parameter]\n 1074 | static bool HIDAPI_DriverPS3SonySixaxis_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps3.c:1074:98: warning: unused parameter 'name' [-Wunused-parameter]\n 1074 | static bool HIDAPI_DriverPS3SonySixaxis_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps3.c:1074:120: warning: unused parameter 'type' [-Wunused-parameter]\n 1074 | static bool HIDAPI_DriverPS3SonySixaxis_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps3.c:1074:170: warning: unused parameter 'version' [-Wunused-parameter]\n 1074 | static bool HIDAPI_DriverPS3SonySixaxis_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps3.c:1074:183: warning: unused parameter 'interface_number' [-Wunused-parameter]\n 1074 | static bool HIDAPI_DriverPS3SonySixaxis_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps3.c:1074:205: warning: unused parameter 'interface_class' [-Wunused-parameter]\n 1074 | static bool HIDAPI_DriverPS3SonySixaxis_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps3.c:1074:226: warning: unused parameter 'interface_subclass' [-Wunused-parameter]\n 1074 | static bool HIDAPI_DriverPS3SonySixaxis_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps3.c:1074:250: warning: unused parameter 'interface_protocol' [-Wunused-parameter]\n 1074 | static bool HIDAPI_DriverPS3SonySixaxis_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps3.c:1122:80: warning: unused parameter 'device' [-Wunused-parameter]\n 1122 | static int HIDAPI_DriverPS3SonySixaxis_GetDevicePlayerIndex(SDL_HIDAPI_Device *device, SDL_JoystickID instance_id)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps3.c:1122:103: warning: unused parameter 'instance_id' [-Wunused-parameter]\n 1122 | static int HIDAPI_DriverPS3SonySixaxis_GetDevicePlayerIndex(SDL_HIDAPI_Device *device, SDL_JoystickID instance_id)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps3.c:1127:104: warning: unused parameter 'instance_id' [-Wunused-parameter]\n 1127 | static void HIDAPI_DriverPS3SonySixaxis_SetDevicePlayerIndex(SDL_HIDAPI_Device *device, SDL_JoystickID instance_id, int player_index)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps3.c:1169:97: warning: unused parameter 'joystick' [-Wunused-parameter]\n 1169 | static bool HIDAPI_DriverPS3SonySixaxis_RumbleJoystick(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint16 low_frequency_rumble, Uint16 high_frequency_rumble)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps3.c:1179:83: warning: unused parameter 'device' [-Wunused-parameter]\n 1179 | static bool HIDAPI_DriverPS3SonySixaxis_RumbleJoystickTriggers(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint16 left_rumble, Uint16 right_rumble)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps3.c:1179:105: warning: unused parameter 'joystick' [-Wunused-parameter]\n 1179 | static bool HIDAPI_DriverPS3SonySixaxis_RumbleJoystickTriggers(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint16 left_rumble, Uint16 right_rumble)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps3.c:1179:122: warning: unused parameter 'left_rumble' [-Wunused-parameter]\n 1179 | static bool HIDAPI_DriverPS3SonySixaxis_RumbleJoystickTriggers(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint16 left_rumble, Uint16 right_rumble)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps3.c:1179:142: warning: unused parameter 'right_rumble' [-Wunused-parameter]\n 1179 | static bool HIDAPI_DriverPS3SonySixaxis_RumbleJoystickTriggers(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint16 left_rumble, Uint16 right_rumble)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps3.c:1184:86: warning: unused parameter 'device' [-Wunused-parameter]\n 1184 | static Uint32 HIDAPI_DriverPS3SonySixaxis_GetJoystickCapabilities(SDL_HIDAPI_Device *device, SDL_Joystick *joystick)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps3.c:1184:108: warning: unused parameter 'joystick' [-Wunused-parameter]\n 1184 | static Uint32 HIDAPI_DriverPS3SonySixaxis_GetJoystickCapabilities(SDL_HIDAPI_Device *device, SDL_Joystick *joystick)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps3.c:1189:75: warning: unused parameter 'device' [-Wunused-parameter]\n 1189 | static bool HIDAPI_DriverPS3SonySixaxis_SetJoystickLED(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint8 red, Uint8 green, Uint8 blue)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps3.c:1189:97: warning: unused parameter 'joystick' [-Wunused-parameter]\n 1189 | static bool HIDAPI_DriverPS3SonySixaxis_SetJoystickLED(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint8 red, Uint8 green, Uint8 blue)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps3.c:1189:113: warning: unused parameter 'red' [-Wunused-parameter]\n 1189 | static bool HIDAPI_DriverPS3SonySixaxis_SetJoystickLED(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint8 red, Uint8 green, Uint8 blue)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps3.c:1189:124: warning: unused parameter 'green' [-Wunused-parameter]\n 1189 | static bool HIDAPI_DriverPS3SonySixaxis_SetJoystickLED(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint8 red, Uint8 green, Uint8 blue)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps3.c:1189:137: warning: unused parameter 'blue' [-Wunused-parameter]\n 1189 | static bool HIDAPI_DriverPS3SonySixaxis_SetJoystickLED(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint8 red, Uint8 green, Uint8 blue)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps3.c:1194:101: warning: unused parameter 'joystick' [-Wunused-parameter]\n 1194 | static bool HIDAPI_DriverPS3SonySixaxis_SendJoystickEffect(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, const void *effect, int size)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps3.c:1213:108: warning: unused parameter 'joystick' [-Wunused-parameter]\n 1213 | static bool HIDAPI_DriverPS3SonySixaxis_SetJoystickSensorsEnabled(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, bool enabled)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps3.c:1319:39: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\n 1319 | SDL_memcpy(ctx->last_state, data, SDL_min(size, sizeof(ctx->last_state)));\n | ^ ~~~~ ~~~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/include/SDL3/SDL_stdinc.h:2110:29: note: expanded from macro 'SDL_min'\n 2110 | #define SDL_min(x, y) (((x) < (y)) ? (x) : (y))\n | ~ ^ ~\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps3.c:1372:96: warning: unused parameter 'joystick' [-Wunused-parameter]\n 1372 | static void HIDAPI_DriverPS3SonySixaxis_CloseJoystick(SDL_HIDAPI_Device *device, SDL_Joystick *joystick)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps3.c:1379:71: warning: unused parameter 'device' [-Wunused-parameter]\n 1379 | static void HIDAPI_DriverPS3SonySixaxis_FreeDevice(SDL_HIDAPI_Device *device)\n | ^\n94 warnings generated.\n[397/471] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_ps4.c.o\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps4.c:207:87: warning: unused parameter 'name' [-Wunused-parameter]\n 207 | static bool HIDAPI_DriverPS4_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps4.c:207:159: warning: unused parameter 'version' [-Wunused-parameter]\n 207 | static bool HIDAPI_DriverPS4_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps4.c:207:172: warning: unused parameter 'interface_number' [-Wunused-parameter]\n 207 | static bool HIDAPI_DriverPS4_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps4.c:207:194: warning: unused parameter 'interface_class' [-Wunused-parameter]\n 207 | static bool HIDAPI_DriverPS4_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps4.c:207:215: warning: unused parameter 'interface_subclass' [-Wunused-parameter]\n 207 | static bool HIDAPI_DriverPS4_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps4.c:207:239: warning: unused parameter 'interface_protocol' [-Wunused-parameter]\n 207 | static bool HIDAPI_DriverPS4_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps4.c:457:69: warning: unused parameter 'device' [-Wunused-parameter]\n 457 | static int HIDAPI_DriverPS4_GetDevicePlayerIndex(SDL_HIDAPI_Device *device, SDL_JoystickID instance_id)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps4.c:457:92: warning: unused parameter 'instance_id' [-Wunused-parameter]\n 457 | static int HIDAPI_DriverPS4_GetDevicePlayerIndex(SDL_HIDAPI_Device *device, SDL_JoystickID instance_id)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps4.c:617:23: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\n 617 | for (i = 0; i < SDL_arraysize(ctx->calibration); ++i) {\n | ~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps4.c:624:19: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\n 624 | for (i = 0; i < SDL_arraysize(ctx->calibration); ++i) {\n | ~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps4.c:776:79: warning: unused parameter 'name' [-Wunused-parameter]\n 776 | static void SDLCALL SDL_PS4EnhancedReportsChanged(void *userdata, const char *name, const char *oldValue, const char *hint)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps4.c:776:97: warning: unused parameter 'oldValue' [-Wunused-parameter]\n 776 | static void SDLCALL SDL_PS4EnhancedReportsChanged(void *userdata, const char *name, const char *oldValue, const char *hint)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps4.c:793:82: warning: unused parameter 'name' [-Wunused-parameter]\n 793 | static void SDLCALL SDL_PS4ReportIntervalHintChanged(void *userdata, const char *name, const char *oldValue, const char *hint)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps4.c:793:100: warning: unused parameter 'oldValue' [-Wunused-parameter]\n 793 | static void SDLCALL SDL_PS4ReportIntervalHintChanged(void *userdata, const char *name, const char *oldValue, const char *hint)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps4.c:824:93: warning: unused parameter 'instance_id' [-Wunused-parameter]\n 824 | static void HIDAPI_DriverPS4_SetDevicePlayerIndex(SDL_HIDAPI_Device *device, SDL_JoystickID instance_id, int player_index)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps4.c:872:86: warning: unused parameter 'joystick' [-Wunused-parameter]\n 872 | static bool HIDAPI_DriverPS4_RumbleJoystick(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint16 low_frequency_rumble, Uint16 high_frequency_rumble)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps4.c:886:72: warning: unused parameter 'device' [-Wunused-parameter]\n 886 | static bool HIDAPI_DriverPS4_RumbleJoystickTriggers(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint16 left_rumble, Uint16 right_rumble)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps4.c:886:94: warning: unused parameter 'joystick' [-Wunused-parameter]\n 886 | static bool HIDAPI_DriverPS4_RumbleJoystickTriggers(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint16 left_rumble, Uint16 right_rumble)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps4.c:886:111: warning: unused parameter 'left_rumble' [-Wunused-parameter]\n 886 | static bool HIDAPI_DriverPS4_RumbleJoystickTriggers(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint16 left_rumble, Uint16 right_rumble)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps4.c:886:131: warning: unused parameter 'right_rumble' [-Wunused-parameter]\n 886 | static bool HIDAPI_DriverPS4_RumbleJoystickTriggers(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint16 left_rumble, Uint16 right_rumble)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps4.c:891:97: warning: unused parameter 'joystick' [-Wunused-parameter]\n 891 | static Uint32 HIDAPI_DriverPS4_GetJoystickCapabilities(SDL_HIDAPI_Device *device, SDL_Joystick *joystick)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps4.c:908:86: warning: unused parameter 'joystick' [-Wunused-parameter]\n 908 | static bool HIDAPI_DriverPS4_SetJoystickLED(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint8 red, Uint8 green, Uint8 blue)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps4.c:979:90: warning: unused parameter 'joystick' [-Wunused-parameter]\n 979 | static bool HIDAPI_DriverPS4_SendJoystickEffect(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, const void *effect, int size)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps4.c:986:97: warning: unused parameter 'joystick' [-Wunused-parameter]\n 986 | static bool HIDAPI_DriverPS4_SetJoystickSensorsEnabled(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, bool enabled)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps4.c:1004:88: warning: unused parameter 'dev' [-Wunused-parameter]\n 1004 | static void HIDAPI_DriverPS4_HandleStatePacket(SDL_Joystick *joystick, SDL_hid_device *dev, SDL_DriverPS4_Context *ctx, PS4StatePacket_t *packet, int size)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps4.c:1190:42: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\n 1190 | if (ctx->is_nacon_dongle && size >= (1 + sizeof(PS4StatePacket_t))) {\n | ~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps4.c:1346:85: warning: unused parameter 'joystick' [-Wunused-parameter]\n 1346 | static void HIDAPI_DriverPS4_CloseJoystick(SDL_HIDAPI_Device *device, SDL_Joystick *joystick)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps4.c:1362:60: warning: unused parameter 'device' [-Wunused-parameter]\n 1362 | static void HIDAPI_DriverPS4_FreeDevice(SDL_HIDAPI_Device *device)\n | ^\n28 warnings generated.\n[398/471] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_ps5.c.o\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps5.c:297:87: warning: unused parameter 'name' [-Wunused-parameter]\n 297 | static bool HIDAPI_DriverPS5_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps5.c:297:159: warning: unused parameter 'version' [-Wunused-parameter]\n 297 | static bool HIDAPI_DriverPS5_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps5.c:297:172: warning: unused parameter 'interface_number' [-Wunused-parameter]\n 297 | static bool HIDAPI_DriverPS5_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps5.c:297:194: warning: unused parameter 'interface_class' [-Wunused-parameter]\n 297 | static bool HIDAPI_DriverPS5_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps5.c:297:215: warning: unused parameter 'interface_subclass' [-Wunused-parameter]\n 297 | static bool HIDAPI_DriverPS5_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps5.c:297:239: warning: unused parameter 'interface_protocol' [-Wunused-parameter]\n 297 | static bool HIDAPI_DriverPS5_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps5.c:550:69: warning: unused parameter 'device' [-Wunused-parameter]\n 550 | static int HIDAPI_DriverPS5_GetDevicePlayerIndex(SDL_HIDAPI_Device *device, SDL_JoystickID instance_id)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps5.c:550:92: warning: unused parameter 'instance_id' [-Wunused-parameter]\n 550 | static int HIDAPI_DriverPS5_GetDevicePlayerIndex(SDL_HIDAPI_Device *device, SDL_JoystickID instance_id)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps5.c:882:79: warning: unused parameter 'name' [-Wunused-parameter]\n 882 | static void SDLCALL SDL_PS5EnhancedReportsChanged(void *userdata, const char *name, const char *oldValue, const char *hint)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps5.c:882:97: warning: unused parameter 'oldValue' [-Wunused-parameter]\n 882 | static void SDLCALL SDL_PS5EnhancedReportsChanged(void *userdata, const char *name, const char *oldValue, const char *hint)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps5.c:899:77: warning: unused parameter 'name' [-Wunused-parameter]\n 899 | static void SDLCALL SDL_PS5PlayerLEDHintChanged(void *userdata, const char *name, const char *oldValue, const char *hint)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps5.c:899:95: warning: unused parameter 'oldValue' [-Wunused-parameter]\n 899 | static void SDLCALL SDL_PS5PlayerLEDHintChanged(void *userdata, const char *name, const char *oldValue, const char *hint)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps5.c:911:93: warning: unused parameter 'instance_id' [-Wunused-parameter]\n 911 | static void HIDAPI_DriverPS5_SetDevicePlayerIndex(SDL_HIDAPI_Device *device, SDL_JoystickID instance_id, int player_index)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps5.c:966:86: warning: unused parameter 'joystick' [-Wunused-parameter]\n 966 | static bool HIDAPI_DriverPS5_RumbleJoystick(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint16 low_frequency_rumble, Uint16 high_frequency_rumble)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps5.c:984:72: warning: unused parameter 'device' [-Wunused-parameter]\n 984 | static bool HIDAPI_DriverPS5_RumbleJoystickTriggers(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint16 left_rumble, Uint16 right_rumble)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps5.c:984:94: warning: unused parameter 'joystick' [-Wunused-parameter]\n 984 | static bool HIDAPI_DriverPS5_RumbleJoystickTriggers(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint16 left_rumble, Uint16 right_rumble)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps5.c:984:111: warning: unused parameter 'left_rumble' [-Wunused-parameter]\n 984 | static bool HIDAPI_DriverPS5_RumbleJoystickTriggers(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint16 left_rumble, Uint16 right_rumble)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps5.c:984:131: warning: unused parameter 'right_rumble' [-Wunused-parameter]\n 984 | static bool HIDAPI_DriverPS5_RumbleJoystickTriggers(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint16 left_rumble, Uint16 right_rumble)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps5.c:989:97: warning: unused parameter 'joystick' [-Wunused-parameter]\n 989 | static Uint32 HIDAPI_DriverPS5_GetJoystickCapabilities(SDL_HIDAPI_Device *device, SDL_Joystick *joystick)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps5.c:1009:86: warning: unused parameter 'joystick' [-Wunused-parameter]\n 1009 | static bool HIDAPI_DriverPS5_SetJoystickLED(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint8 red, Uint8 green, Uint8 blue)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps5.c:1100:90: warning: unused parameter 'joystick' [-Wunused-parameter]\n 1100 | static bool HIDAPI_DriverPS5_SendJoystickEffect(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, const void *effect, int size)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps5.c:1107:97: warning: unused parameter 'joystick' [-Wunused-parameter]\n 1107 | static bool HIDAPI_DriverPS5_SetJoystickSensorsEnabled(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, bool enabled)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps5.c:1125:94: warning: unused parameter 'dev' [-Wunused-parameter]\n 1125 | static void HIDAPI_DriverPS5_HandleSimpleStatePacket(SDL_Joystick *joystick, SDL_hid_device *dev, SDL_DriverPS5_Context *ctx, PS5SimpleStatePacket_t *packet, Uint64 timestamp)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps5.c:1217:94: warning: unused parameter 'dev' [-Wunused-parameter]\n 1217 | static void HIDAPI_DriverPS5_HandleStatePacketCommon(SDL_Joystick *joystick, SDL_hid_device *dev, SDL_DriverPS5_Context *ctx, PS5StatePacketCommon_t *packet, Uint64 timestamp)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps5.c:1455:42: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\n 1455 | if (ctx->is_nacon_dongle && size >= (1 + sizeof(PS5StatePacketAlt_t))) {\n | ~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps5.c:1584:85: warning: unused parameter 'joystick' [-Wunused-parameter]\n 1584 | static void HIDAPI_DriverPS5_CloseJoystick(SDL_HIDAPI_Device *device, SDL_Joystick *joystick)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps5.c:1601:60: warning: unused parameter 'device' [-Wunused-parameter]\n 1601 | static void HIDAPI_DriverPS5_FreeDevice(SDL_HIDAPI_Device *device)\n | ^\n27 warnings generated.\n[399/471] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_ibus.c.o\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/core/linux/SDL_ibus.c:94:47: warning: unused parameter 'conn' [-Wunused-parameter]\n 94 | static bool IBus_EnterVariant(DBusConnection *conn, DBusMessageIter *iter, SDL_DBusContext *dbus,\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/core/linux/SDL_ibus.c:206:54: warning: unused parameter 'conn' [-Wunused-parameter]\n 206 | static bool IBus_GetVariantCursorPos(DBusConnection *conn, DBusMessageIter *iter, SDL_DBusContext *dbus,\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/core/linux/SDL_ibus.c:406:48: warning: unused parameter 'data' [-Wunused-parameter]\n 406 | static void SDLCALL IBus_SetCapabilities(void *data, const char *name, const char *old_val,\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/core/linux/SDL_ibus.c:406:66: warning: unused parameter 'name' [-Wunused-parameter]\n 406 | static void SDLCALL IBus_SetCapabilities(void *data, const char *name, const char *old_val,\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/core/linux/SDL_ibus.c:406:84: warning: unused parameter 'old_val' [-Wunused-parameter]\n 406 | static void SDLCALL IBus_SetCapabilities(void *data, const char *name, const char *old_val,\n | ^\n5 warnings generated.\n[400/471] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_rumble.c.o\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_rumble.c:211:14: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\n 211 | if (size > sizeof(request->data)) {\n | ~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~\n1 warning generated.\n[401/471] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_shield.c.o\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_shield.c:110:70: warning: unused parameter 'device' [-Wunused-parameter]\n 110 | static bool HIDAPI_DriverShield_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_shield.c:110:90: warning: unused parameter 'name' [-Wunused-parameter]\n 110 | static bool HIDAPI_DriverShield_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_shield.c:110:112: warning: unused parameter 'type' [-Wunused-parameter]\n 110 | static bool HIDAPI_DriverShield_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_shield.c:110:162: warning: unused parameter 'version' [-Wunused-parameter]\n 110 | static bool HIDAPI_DriverShield_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_shield.c:110:175: warning: unused parameter 'interface_number' [-Wunused-parameter]\n 110 | static bool HIDAPI_DriverShield_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_shield.c:110:197: warning: unused parameter 'interface_class' [-Wunused-parameter]\n 110 | static bool HIDAPI_DriverShield_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_shield.c:110:218: warning: unused parameter 'interface_subclass' [-Wunused-parameter]\n 110 | static bool HIDAPI_DriverShield_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_shield.c:110:242: warning: unused parameter 'interface_protocol' [-Wunused-parameter]\n 110 | static bool HIDAPI_DriverShield_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_shield.c:130:72: warning: unused parameter 'device' [-Wunused-parameter]\n 130 | static int HIDAPI_DriverShield_GetDevicePlayerIndex(SDL_HIDAPI_Device *device, SDL_JoystickID instance_id)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_shield.c:130:95: warning: unused parameter 'instance_id' [-Wunused-parameter]\n 130 | static int HIDAPI_DriverShield_GetDevicePlayerIndex(SDL_HIDAPI_Device *device, SDL_JoystickID instance_id)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_shield.c:135:73: warning: unused parameter 'device' [-Wunused-parameter]\n 135 | static void HIDAPI_DriverShield_SetDevicePlayerIndex(SDL_HIDAPI_Device *device, SDL_JoystickID instance_id, int player_index)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_shield.c:135:96: warning: unused parameter 'instance_id' [-Wunused-parameter]\n 135 | static void HIDAPI_DriverShield_SetDevicePlayerIndex(SDL_HIDAPI_Device *device, SDL_JoystickID instance_id, int player_index)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_shield.c:135:113: warning: unused parameter 'player_index' [-Wunused-parameter]\n 135 | static void HIDAPI_DriverShield_SetDevicePlayerIndex(SDL_HIDAPI_Device *device, SDL_JoystickID instance_id, int player_index)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_shield.c:144:14: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\n 144 | if (size > sizeof(cmd_pkt.payload)) {\n | ~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_shield.c:224:89: warning: unused parameter 'joystick' [-Wunused-parameter]\n 224 | static bool HIDAPI_DriverShield_RumbleJoystick(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint16 low_frequency_rumble, Uint16 high_frequency_rumble)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_shield.c:254:75: warning: unused parameter 'device' [-Wunused-parameter]\n 254 | static bool HIDAPI_DriverShield_RumbleJoystickTriggers(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint16 left_rumble, Uint16 right_rumble)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_shield.c:254:97: warning: unused parameter 'joystick' [-Wunused-parameter]\n 254 | static bool HIDAPI_DriverShield_RumbleJoystickTriggers(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint16 left_rumble, Uint16 right_rumble)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_shield.c:254:114: warning: unused parameter 'left_rumble' [-Wunused-parameter]\n 254 | static bool HIDAPI_DriverShield_RumbleJoystickTriggers(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint16 left_rumble, Uint16 right_rumble)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_shield.c:254:134: warning: unused parameter 'right_rumble' [-Wunused-parameter]\n 254 | static bool HIDAPI_DriverShield_RumbleJoystickTriggers(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint16 left_rumble, Uint16 right_rumble)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_shield.c:259:78: warning: unused parameter 'device' [-Wunused-parameter]\n 259 | static Uint32 HIDAPI_DriverShield_GetJoystickCapabilities(SDL_HIDAPI_Device *device, SDL_Joystick *joystick)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_shield.c:259:100: warning: unused parameter 'joystick' [-Wunused-parameter]\n 259 | static Uint32 HIDAPI_DriverShield_GetJoystickCapabilities(SDL_HIDAPI_Device *device, SDL_Joystick *joystick)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_shield.c:264:67: warning: unused parameter 'device' [-Wunused-parameter]\n 264 | static bool HIDAPI_DriverShield_SetJoystickLED(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint8 red, Uint8 green, Uint8 blue)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_shield.c:264:89: warning: unused parameter 'joystick' [-Wunused-parameter]\n 264 | static bool HIDAPI_DriverShield_SetJoystickLED(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint8 red, Uint8 green, Uint8 blue)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_shield.c:264:105: warning: unused parameter 'red' [-Wunused-parameter]\n 264 | static bool HIDAPI_DriverShield_SetJoystickLED(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint8 red, Uint8 green, Uint8 blue)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_shield.c:264:116: warning: unused parameter 'green' [-Wunused-parameter]\n 264 | static bool HIDAPI_DriverShield_SetJoystickLED(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint8 red, Uint8 green, Uint8 blue)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_shield.c:264:129: warning: unused parameter 'blue' [-Wunused-parameter]\n 264 | static bool HIDAPI_DriverShield_SetJoystickLED(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint8 red, Uint8 green, Uint8 blue)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_shield.c:269:93: warning: unused parameter 'joystick' [-Wunused-parameter]\n 269 | static bool HIDAPI_DriverShield_SendJoystickEffect(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, const void *data, int size)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_shield.c:284:78: warning: unused parameter 'device' [-Wunused-parameter]\n 284 | static bool HIDAPI_DriverShield_SetJoystickSensorsEnabled(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, bool enabled)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_shield.c:284:100: warning: unused parameter 'joystick' [-Wunused-parameter]\n 284 | static bool HIDAPI_DriverShield_SetJoystickSensorsEnabled(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, bool enabled)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_shield.c:284:115: warning: unused parameter 'enabled' [-Wunused-parameter]\n 284 | static bool HIDAPI_DriverShield_SetJoystickSensorsEnabled(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, bool enabled)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_shield.c:358:39: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\n 358 | SDL_memcpy(ctx->last_state, data, SDL_min(size, sizeof(ctx->last_state)));\n | ^ ~~~~ ~~~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/include/SDL3/SDL_stdinc.h:2110:29: note: expanded from macro 'SDL_min'\n 2110 | #define SDL_min(x, y) (((x) < (y)) ? (x) : (y))\n | ~ ^ ~\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_shield.c:364:105: warning: unused parameter 'ctx' [-Wunused-parameter]\n 364 | static void HIDAPI_DriverShield_HandleTouchPacketV103(SDL_Joystick *joystick, SDL_DriverShield_Context *ctx, const Uint8 *data, int size)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_shield.c:364:133: warning: unused parameter 'size' [-Wunused-parameter]\n 364 | static void HIDAPI_DriverShield_HandleTouchPacketV103(SDL_Joystick *joystick, SDL_DriverShield_Context *ctx, const Uint8 *data, int size)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_shield.c:453:39: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\n 453 | SDL_memcpy(ctx->last_state, data, SDL_min(size, sizeof(ctx->last_state)));\n | ^ ~~~~ ~~~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/include/SDL3/SDL_stdinc.h:2110:29: note: expanded from macro 'SDL_min'\n 2110 | #define SDL_min(x, y) (((x) < (y)) ? (x) : (y))\n | ~ ^ ~\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_shield.c:546:66: warning: unused parameter 'device' [-Wunused-parameter]\n 546 | static void HIDAPI_DriverShield_CloseJoystick(SDL_HIDAPI_Device *device, SDL_Joystick *joystick)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_shield.c:546:88: warning: unused parameter 'joystick' [-Wunused-parameter]\n 546 | static void HIDAPI_DriverShield_CloseJoystick(SDL_HIDAPI_Device *device, SDL_Joystick *joystick)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_shield.c:550:63: warning: unused parameter 'device' [-Wunused-parameter]\n 550 | static void HIDAPI_DriverShield_FreeDevice(SDL_HIDAPI_Device *device)\n | ^\n37 warnings generated.\n[402/471] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_stadia.c.o\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_stadia.c:62:70: warning: unused parameter 'device' [-Wunused-parameter]\n 62 | static bool HIDAPI_DriverStadia_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_stadia.c:62:90: warning: unused parameter 'name' [-Wunused-parameter]\n 62 | static bool HIDAPI_DriverStadia_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_stadia.c:62:112: warning: unused parameter 'type' [-Wunused-parameter]\n 62 | static bool HIDAPI_DriverStadia_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_stadia.c:62:162: warning: unused parameter 'version' [-Wunused-parameter]\n 62 | static bool HIDAPI_DriverStadia_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_stadia.c:62:175: warning: unused parameter 'interface_number' [-Wunused-parameter]\n 62 | static bool HIDAPI_DriverStadia_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_stadia.c:62:197: warning: unused parameter 'interface_class' [-Wunused-parameter]\n 62 | static bool HIDAPI_DriverStadia_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_stadia.c:62:218: warning: unused parameter 'interface_subclass' [-Wunused-parameter]\n 62 | static bool HIDAPI_DriverStadia_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_stadia.c:62:242: warning: unused parameter 'interface_protocol' [-Wunused-parameter]\n 62 | static bool HIDAPI_DriverStadia_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_stadia.c:91:72: warning: unused parameter 'device' [-Wunused-parameter]\n 91 | static int HIDAPI_DriverStadia_GetDevicePlayerIndex(SDL_HIDAPI_Device *device, SDL_JoystickID instance_id)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_stadia.c:91:95: warning: unused parameter 'instance_id' [-Wunused-parameter]\n 91 | static int HIDAPI_DriverStadia_GetDevicePlayerIndex(SDL_HIDAPI_Device *device, SDL_JoystickID instance_id)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_stadia.c:96:73: warning: unused parameter 'device' [-Wunused-parameter]\n 96 | static void HIDAPI_DriverStadia_SetDevicePlayerIndex(SDL_HIDAPI_Device *device, SDL_JoystickID instance_id, int player_index)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_stadia.c:96:96: warning: unused parameter 'instance_id' [-Wunused-parameter]\n 96 | static void HIDAPI_DriverStadia_SetDevicePlayerIndex(SDL_HIDAPI_Device *device, SDL_JoystickID instance_id, int player_index)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_stadia.c:96:113: warning: unused parameter 'player_index' [-Wunused-parameter]\n 96 | static void HIDAPI_DriverStadia_SetDevicePlayerIndex(SDL_HIDAPI_Device *device, SDL_JoystickID instance_id, int player_index)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_stadia.c:116:89: warning: unused parameter 'joystick' [-Wunused-parameter]\n 116 | static bool HIDAPI_DriverStadia_RumbleJoystick(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint16 low_frequency_rumble, Uint16 high_frequency_rumble)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_stadia.c:138:75: warning: unused parameter 'device' [-Wunused-parameter]\n 138 | static bool HIDAPI_DriverStadia_RumbleJoystickTriggers(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint16 left_rumble, Uint16 right_rumble)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_stadia.c:138:97: warning: unused parameter 'joystick' [-Wunused-parameter]\n 138 | static bool HIDAPI_DriverStadia_RumbleJoystickTriggers(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint16 left_rumble, Uint16 right_rumble)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_stadia.c:138:114: warning: unused parameter 'left_rumble' [-Wunused-parameter]\n 138 | static bool HIDAPI_DriverStadia_RumbleJoystickTriggers(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint16 left_rumble, Uint16 right_rumble)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_stadia.c:138:134: warning: unused parameter 'right_rumble' [-Wunused-parameter]\n 138 | static bool HIDAPI_DriverStadia_RumbleJoystickTriggers(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint16 left_rumble, Uint16 right_rumble)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_stadia.c:143:100: warning: unused parameter 'joystick' [-Wunused-parameter]\n 143 | static Uint32 HIDAPI_DriverStadia_GetJoystickCapabilities(SDL_HIDAPI_Device *device, SDL_Joystick *joystick)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_stadia.c:154:67: warning: unused parameter 'device' [-Wunused-parameter]\n 154 | static bool HIDAPI_DriverStadia_SetJoystickLED(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint8 red, Uint8 green, Uint8 blue)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_stadia.c:154:89: warning: unused parameter 'joystick' [-Wunused-parameter]\n 154 | static bool HIDAPI_DriverStadia_SetJoystickLED(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint8 red, Uint8 green, Uint8 blue)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_stadia.c:154:105: warning: unused parameter 'red' [-Wunused-parameter]\n 154 | static bool HIDAPI_DriverStadia_SetJoystickLED(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint8 red, Uint8 green, Uint8 blue)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_stadia.c:154:116: warning: unused parameter 'green' [-Wunused-parameter]\n 154 | static bool HIDAPI_DriverStadia_SetJoystickLED(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint8 red, Uint8 green, Uint8 blue)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_stadia.c:154:129: warning: unused parameter 'blue' [-Wunused-parameter]\n 154 | static bool HIDAPI_DriverStadia_SetJoystickLED(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint8 red, Uint8 green, Uint8 blue)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_stadia.c:159:71: warning: unused parameter 'device' [-Wunused-parameter]\n 159 | static bool HIDAPI_DriverStadia_SendJoystickEffect(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, const void *data, int size)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_stadia.c:159:93: warning: unused parameter 'joystick' [-Wunused-parameter]\n 159 | static bool HIDAPI_DriverStadia_SendJoystickEffect(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, const void *data, int size)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_stadia.c:159:115: warning: unused parameter 'data' [-Wunused-parameter]\n 159 | static bool HIDAPI_DriverStadia_SendJoystickEffect(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, const void *data, int size)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_stadia.c:159:125: warning: unused parameter 'size' [-Wunused-parameter]\n 159 | static bool HIDAPI_DriverStadia_SendJoystickEffect(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, const void *data, int size)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_stadia.c:164:78: warning: unused parameter 'device' [-Wunused-parameter]\n 164 | static bool HIDAPI_DriverStadia_SetJoystickSensorsEnabled(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, bool enabled)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_stadia.c:164:100: warning: unused parameter 'joystick' [-Wunused-parameter]\n 164 | static bool HIDAPI_DriverStadia_SetJoystickSensorsEnabled(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, bool enabled)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_stadia.c:164:115: warning: unused parameter 'enabled' [-Wunused-parameter]\n 164 | static bool HIDAPI_DriverStadia_SetJoystickSensorsEnabled(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, bool enabled)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_stadia.c:258:39: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\n 258 | SDL_memcpy(ctx->last_state, data, SDL_min(size, sizeof(ctx->last_state)));\n | ^ ~~~~ ~~~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/include/SDL3/SDL_stdinc.h:2110:29: note: expanded from macro 'SDL_min'\n 2110 | #define SDL_min(x, y) (((x) < (y)) ? (x) : (y))\n | ~ ^ ~\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_stadia.c:292:66: warning: unused parameter 'device' [-Wunused-parameter]\n 292 | static void HIDAPI_DriverStadia_CloseJoystick(SDL_HIDAPI_Device *device, SDL_Joystick *joystick)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_stadia.c:292:88: warning: unused parameter 'joystick' [-Wunused-parameter]\n 292 | static void HIDAPI_DriverStadia_CloseJoystick(SDL_HIDAPI_Device *device, SDL_Joystick *joystick)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_stadia.c:296:63: warning: unused parameter 'device' [-Wunused-parameter]\n 296 | static void HIDAPI_DriverStadia_FreeDevice(SDL_HIDAPI_Device *device)\n | ^\n35 warnings generated.\n[403/471] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_steam_hori.c.o\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_steam_hori.c:75:73: warning: unused parameter 'device' [-Wunused-parameter]\n 75 | static bool HIDAPI_DriverSteamHori_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_steam_hori.c:75:93: warning: unused parameter 'name' [-Wunused-parameter]\n 75 | static bool HIDAPI_DriverSteamHori_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_steam_hori.c:75:115: warning: unused parameter 'type' [-Wunused-parameter]\n 75 | static bool HIDAPI_DriverSteamHori_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_steam_hori.c:75:165: warning: unused parameter 'version' [-Wunused-parameter]\n 75 | static bool HIDAPI_DriverSteamHori_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_steam_hori.c:75:178: warning: unused parameter 'interface_number' [-Wunused-parameter]\n 75 | static bool HIDAPI_DriverSteamHori_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_steam_hori.c:75:200: warning: unused parameter 'interface_class' [-Wunused-parameter]\n 75 | static bool HIDAPI_DriverSteamHori_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_steam_hori.c:75:221: warning: unused parameter 'interface_subclass' [-Wunused-parameter]\n 75 | static bool HIDAPI_DriverSteamHori_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_steam_hori.c:75:245: warning: unused parameter 'interface_protocol' [-Wunused-parameter]\n 75 | static bool HIDAPI_DriverSteamHori_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_steam_hori.c:97:75: warning: unused parameter 'device' [-Wunused-parameter]\n 97 | static int HIDAPI_DriverSteamHori_GetDevicePlayerIndex(SDL_HIDAPI_Device *device, SDL_JoystickID instance_id)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_steam_hori.c:97:98: warning: unused parameter 'instance_id' [-Wunused-parameter]\n 97 | static int HIDAPI_DriverSteamHori_GetDevicePlayerIndex(SDL_HIDAPI_Device *device, SDL_JoystickID instance_id)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_steam_hori.c:102:76: warning: unused parameter 'device' [-Wunused-parameter]\n 102 | static void HIDAPI_DriverSteamHori_SetDevicePlayerIndex(SDL_HIDAPI_Device *device, SDL_JoystickID instance_id, int player_index)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_steam_hori.c:102:99: warning: unused parameter 'instance_id' [-Wunused-parameter]\n 102 | static void HIDAPI_DriverSteamHori_SetDevicePlayerIndex(SDL_HIDAPI_Device *device, SDL_JoystickID instance_id, int player_index)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_steam_hori.c:102:116: warning: unused parameter 'player_index' [-Wunused-parameter]\n 102 | static void HIDAPI_DriverSteamHori_SetDevicePlayerIndex(SDL_HIDAPI_Device *device, SDL_JoystickID instance_id, int player_index)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_steam_hori.c:135:70: warning: unused parameter 'device' [-Wunused-parameter]\n 135 | static bool HIDAPI_DriverSteamHori_RumbleJoystick(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint16 low_frequency_rumble, Uint16 high_frequency_rumble)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_steam_hori.c:135:92: warning: unused parameter 'joystick' [-Wunused-parameter]\n 135 | static bool HIDAPI_DriverSteamHori_RumbleJoystick(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint16 low_frequency_rumble, Uint16 high_frequency_rumble)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_steam_hori.c:135:109: warning: unused parameter 'low_frequency_rumble' [-Wunused-parameter]\n 135 | static bool HIDAPI_DriverSteamHori_RumbleJoystick(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint16 low_frequency_rumble, Uint16 high_frequency_rumble)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_steam_hori.c:135:138: warning: unused parameter 'high_frequency_rumble' [-Wunused-parameter]\n 135 | static bool HIDAPI_DriverSteamHori_RumbleJoystick(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint16 low_frequency_rumble, Uint16 high_frequency_rumble)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_steam_hori.c:141:78: warning: unused parameter 'device' [-Wunused-parameter]\n 141 | static bool HIDAPI_DriverSteamHori_RumbleJoystickTriggers(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint16 left_rumble, Uint16 right_rumble)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_steam_hori.c:141:100: warning: unused parameter 'joystick' [-Wunused-parameter]\n 141 | static bool HIDAPI_DriverSteamHori_RumbleJoystickTriggers(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint16 left_rumble, Uint16 right_rumble)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_steam_hori.c:141:117: warning: unused parameter 'left_rumble' [-Wunused-parameter]\n 141 | static bool HIDAPI_DriverSteamHori_RumbleJoystickTriggers(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint16 left_rumble, Uint16 right_rumble)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_steam_hori.c:141:137: warning: unused parameter 'right_rumble' [-Wunused-parameter]\n 141 | static bool HIDAPI_DriverSteamHori_RumbleJoystickTriggers(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint16 left_rumble, Uint16 right_rumble)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_steam_hori.c:146:81: warning: unused parameter 'device' [-Wunused-parameter]\n 146 | static Uint32 HIDAPI_DriverSteamHori_GetJoystickCapabilities(SDL_HIDAPI_Device *device, SDL_Joystick *joystick)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_steam_hori.c:146:103: warning: unused parameter 'joystick' [-Wunused-parameter]\n 146 | static Uint32 HIDAPI_DriverSteamHori_GetJoystickCapabilities(SDL_HIDAPI_Device *device, SDL_Joystick *joystick)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_steam_hori.c:151:70: warning: unused parameter 'device' [-Wunused-parameter]\n 151 | static bool HIDAPI_DriverSteamHori_SetJoystickLED(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint8 red, Uint8 green, Uint8 blue)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_steam_hori.c:151:92: warning: unused parameter 'joystick' [-Wunused-parameter]\n 151 | static bool HIDAPI_DriverSteamHori_SetJoystickLED(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint8 red, Uint8 green, Uint8 blue)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_steam_hori.c:151:108: warning: unused parameter 'red' [-Wunused-parameter]\n 151 | static bool HIDAPI_DriverSteamHori_SetJoystickLED(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint8 red, Uint8 green, Uint8 blue)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_steam_hori.c:151:119: warning: unused parameter 'green' [-Wunused-parameter]\n 151 | static bool HIDAPI_DriverSteamHori_SetJoystickLED(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint8 red, Uint8 green, Uint8 blue)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_steam_hori.c:151:132: warning: unused parameter 'blue' [-Wunused-parameter]\n 151 | static bool HIDAPI_DriverSteamHori_SetJoystickLED(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint8 red, Uint8 green, Uint8 blue)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_steam_hori.c:156:74: warning: unused parameter 'device' [-Wunused-parameter]\n 156 | static bool HIDAPI_DriverSteamHori_SendJoystickEffect(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, const void *data, int size)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_steam_hori.c:156:96: warning: unused parameter 'joystick' [-Wunused-parameter]\n 156 | static bool HIDAPI_DriverSteamHori_SendJoystickEffect(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, const void *data, int size)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_steam_hori.c:156:118: warning: unused parameter 'data' [-Wunused-parameter]\n 156 | static bool HIDAPI_DriverSteamHori_SendJoystickEffect(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, const void *data, int size)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_steam_hori.c:156:128: warning: unused parameter 'size' [-Wunused-parameter]\n 156 | static bool HIDAPI_DriverSteamHori_SendJoystickEffect(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, const void *data, int size)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_steam_hori.c:161:81: warning: unused parameter 'device' [-Wunused-parameter]\n 161 | static bool HIDAPI_DriverSteamHori_SetJoystickSensorsEnabled(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, bool enabled)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_steam_hori.c:161:103: warning: unused parameter 'joystick' [-Wunused-parameter]\n 161 | static bool HIDAPI_DriverSteamHori_SetJoystickSensorsEnabled(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, bool enabled)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_steam_hori.c:161:118: warning: unused parameter 'enabled' [-Wunused-parameter]\n 161 | static bool HIDAPI_DriverSteamHori_SetJoystickSensorsEnabled(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, bool enabled)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_steam_hori.c:349:39: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\n 349 | SDL_memcpy(ctx->last_state, data, SDL_min(size, sizeof(ctx->last_state)));\n | ^ ~~~~ ~~~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/include/SDL3/SDL_stdinc.h:2110:29: note: expanded from macro 'SDL_min'\n 2110 | #define SDL_min(x, y) (((x) < (y)) ? (x) : (y))\n | ~ ^ ~\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_steam_hori.c:383:69: warning: unused parameter 'device' [-Wunused-parameter]\n 383 | static void HIDAPI_DriverSteamHori_CloseJoystick(SDL_HIDAPI_Device *device, SDL_Joystick *joystick)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_steam_hori.c:383:91: warning: unused parameter 'joystick' [-Wunused-parameter]\n 383 | static void HIDAPI_DriverSteamHori_CloseJoystick(SDL_HIDAPI_Device *device, SDL_Joystick *joystick)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_steam_hori.c:387:66: warning: unused parameter 'device' [-Wunused-parameter]\n 387 | static void HIDAPI_DriverSteamHori_FreeDevice(SDL_HIDAPI_Device *device)\n | ^\n39 warnings generated.\n[404/471] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_steam.c.o\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_steam.c:465:72: warning: format specifies type 'void *' but the argument has type 'SDL_HIDAPI_Device *' (aka 'struct SDL_HIDAPI_Device *') [-Wformat-pedantic]\n 465 | printf(\"GET_ATTRIBUTES_VALUES failed for controller %p\\n\", dev);\n | ~~ ^~~\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_steam.c:476:78: warning: format specifies type 'void *' but the argument has type 'SDL_HIDAPI_Device *' (aka 'struct SDL_HIDAPI_Device *') [-Wformat-pedantic]\n 476 | printf(\"Bad GET_ATTRIBUTES_VALUES response for controller %p\\n\", dev);\n | ~~ ^~~\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_steam.c:484:78: warning: format specifies type 'void *' but the argument has type 'SDL_HIDAPI_Device *' (aka 'struct SDL_HIDAPI_Device *') [-Wformat-pedantic]\n 484 | printf(\"Bad GET_ATTRIBUTES_VALUES response for controller %p\\n\", dev);\n | ~~ ^~~\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_steam.c:518:73: warning: format specifies type 'void *' but the argument has type 'SDL_HIDAPI_Device *' (aka 'struct SDL_HIDAPI_Device *') [-Wformat-pedantic]\n 518 | printf(\"CLEAR_DIGITAL_MAPPINGS failed for controller %p\\n\", dev);\n | ~~ ^~~\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_steam.c:530:72: warning: format specifies type 'void *' but the argument has type 'SDL_HIDAPI_Device *' (aka 'struct SDL_HIDAPI_Device *') [-Wformat-pedantic]\n 530 | printf(\"LOAD_DEFAULT_SETTINGS failed for controller %p\\n\", dev);\n | ~~ ^~~\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_steam.c:560:63: warning: format specifies type 'void *' but the argument has type 'SDL_HIDAPI_Device *' (aka 'struct SDL_HIDAPI_Device *') [-Wformat-pedantic]\n 560 | printf(\"SET_SETTINGS failed for controller %p\\n\", dev);\n | ~~ ^~~\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_steam.c:837:69: warning: unused parameter 'nDataSize' [-Wunused-parameter]\n 837 | static bool UpdateBLESteamControllerState(const uint8_t *pData, int nDataSize, SteamControllerStateInternal_t *pState)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_steam.c:1035:89: warning: unused parameter 'name' [-Wunused-parameter]\n 1035 | static bool HIDAPI_DriverSteam_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_steam.c:1035:111: warning: unused parameter 'type' [-Wunused-parameter]\n 1035 | static bool HIDAPI_DriverSteam_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_steam.c:1035:161: warning: unused parameter 'version' [-Wunused-parameter]\n 1035 | static bool HIDAPI_DriverSteam_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_steam.c:1035:196: warning: unused parameter 'interface_class' [-Wunused-parameter]\n 1035 | static bool HIDAPI_DriverSteam_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_steam.c:1035:217: warning: unused parameter 'interface_subclass' [-Wunused-parameter]\n 1035 | static bool HIDAPI_DriverSteam_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_steam.c:1035:241: warning: unused parameter 'interface_protocol' [-Wunused-parameter]\n 1035 | static bool HIDAPI_DriverSteam_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_steam.c:1102:79: warning: unused parameter 'name' [-Wunused-parameter]\n 1102 | static void SDLCALL SDL_PairingEnabledHintChanged(void *userdata, const char *name, const char *oldValue, const char *hint)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_steam.c:1102:97: warning: unused parameter 'oldValue' [-Wunused-parameter]\n 1102 | static void SDLCALL SDL_PairingEnabledHintChanged(void *userdata, const char *name, const char *oldValue, const char *hint)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_steam.c:1183:71: warning: unused parameter 'device' [-Wunused-parameter]\n 1183 | static int HIDAPI_DriverSteam_GetDevicePlayerIndex(SDL_HIDAPI_Device *device, SDL_JoystickID instance_id)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_steam.c:1183:94: warning: unused parameter 'instance_id' [-Wunused-parameter]\n 1183 | static int HIDAPI_DriverSteam_GetDevicePlayerIndex(SDL_HIDAPI_Device *device, SDL_JoystickID instance_id)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_steam.c:1188:72: warning: unused parameter 'device' [-Wunused-parameter]\n 1188 | static void HIDAPI_DriverSteam_SetDevicePlayerIndex(SDL_HIDAPI_Device *device, SDL_JoystickID instance_id, int player_index)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_steam.c:1188:95: warning: unused parameter 'instance_id' [-Wunused-parameter]\n 1188 | static void HIDAPI_DriverSteam_SetDevicePlayerIndex(SDL_HIDAPI_Device *device, SDL_JoystickID instance_id, int player_index)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_steam.c:1188:112: warning: unused parameter 'player_index' [-Wunused-parameter]\n 1188 | static void HIDAPI_DriverSteam_SetDevicePlayerIndex(SDL_HIDAPI_Device *device, SDL_JoystickID instance_id, int player_index)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_steam.c:1207:72: warning: unused parameter 'name' [-Wunused-parameter]\n 1207 | static void SDLCALL SDL_HomeLEDHintChanged(void *userdata, const char *name, const char *oldValue, const char *hint)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_steam.c:1207:90: warning: unused parameter 'oldValue' [-Wunused-parameter]\n 1207 | static void SDLCALL SDL_HomeLEDHintChanged(void *userdata, const char *name, const char *oldValue, const char *hint)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_steam.c:1268:66: warning: unused parameter 'device' [-Wunused-parameter]\n 1268 | static bool HIDAPI_DriverSteam_RumbleJoystick(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint16 low_frequency_rumble, Uint16 high_frequency_rumble)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_steam.c:1268:88: warning: unused parameter 'joystick' [-Wunused-parameter]\n 1268 | static bool HIDAPI_DriverSteam_RumbleJoystick(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint16 low_frequency_rumble, Uint16 high_frequency_rumble)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_steam.c:1268:105: warning: unused parameter 'low_frequency_rumble' [-Wunused-parameter]\n 1268 | static bool HIDAPI_DriverSteam_RumbleJoystick(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint16 low_frequency_rumble, Uint16 high_frequency_rumble)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_steam.c:1268:134: warning: unused parameter 'high_frequency_rumble' [-Wunused-parameter]\n 1268 | static bool HIDAPI_DriverSteam_RumbleJoystick(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint16 low_frequency_rumble, Uint16 high_frequency_rumble)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_steam.c:1274:74: warning: unused parameter 'device' [-Wunused-parameter]\n 1274 | static bool HIDAPI_DriverSteam_RumbleJoystickTriggers(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint16 left_rumble, Uint16 right_rumble)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_steam.c:1274:96: warning: unused parameter 'joystick' [-Wunused-parameter]\n 1274 | static bool HIDAPI_DriverSteam_RumbleJoystickTriggers(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint16 left_rumble, Uint16 right_rumble)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_steam.c:1274:113: warning: unused parameter 'left_rumble' [-Wunused-parameter]\n 1274 | static bool HIDAPI_DriverSteam_RumbleJoystickTriggers(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint16 left_rumble, Uint16 right_rumble)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_steam.c:1274:133: warning: unused parameter 'right_rumble' [-Wunused-parameter]\n 1274 | static bool HIDAPI_DriverSteam_RumbleJoystickTriggers(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint16 left_rumble, Uint16 right_rumble)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_steam.c:1279:77: warning: unused parameter 'device' [-Wunused-parameter]\n 1279 | static Uint32 HIDAPI_DriverSteam_GetJoystickCapabilities(SDL_HIDAPI_Device *device, SDL_Joystick *joystick)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_steam.c:1279:99: warning: unused parameter 'joystick' [-Wunused-parameter]\n 1279 | static Uint32 HIDAPI_DriverSteam_GetJoystickCapabilities(SDL_HIDAPI_Device *device, SDL_Joystick *joystick)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_steam.c:1285:66: warning: unused parameter 'device' [-Wunused-parameter]\n 1285 | static bool HIDAPI_DriverSteam_SetJoystickLED(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint8 red, Uint8 green, Uint8 blue)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_steam.c:1285:88: warning: unused parameter 'joystick' [-Wunused-parameter]\n 1285 | static bool HIDAPI_DriverSteam_SetJoystickLED(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint8 red, Uint8 green, Uint8 blue)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_steam.c:1285:104: warning: unused parameter 'red' [-Wunused-parameter]\n 1285 | static bool HIDAPI_DriverSteam_SetJoystickLED(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint8 red, Uint8 green, Uint8 blue)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_steam.c:1285:115: warning: unused parameter 'green' [-Wunused-parameter]\n 1285 | static bool HIDAPI_DriverSteam_SetJoystickLED(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint8 red, Uint8 green, Uint8 blue)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_steam.c:1285:128: warning: unused parameter 'blue' [-Wunused-parameter]\n 1285 | static bool HIDAPI_DriverSteam_SetJoystickLED(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint8 red, Uint8 green, Uint8 blue)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_steam.c:1291:92: warning: unused parameter 'joystick' [-Wunused-parameter]\n 1291 | static bool HIDAPI_DriverSteam_SendJoystickEffect(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, const void *data, int size)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_steam.c:1302:91: warning: unused parameter 'joystick' [-Wunused-parameter]\n 1302 | static bool HIDAPI_DriverSteam_SetSensorsEnabled(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, bool enabled)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_steam.c:1488:87: warning: unused parameter 'joystick' [-Wunused-parameter]\n 1488 | static void HIDAPI_DriverSteam_CloseJoystick(SDL_HIDAPI_Device *device, SDL_Joystick *joystick)\n | ^\n40 warnings generated.\n[405/471] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_steamdeck.c.o\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_steamdeck.c:257:24: warning: unused parameter 'device' [-Wunused-parameter]\n 257 | SDL_HIDAPI_Device *device,\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_steamdeck.c:258:17: warning: unused parameter 'name' [-Wunused-parameter]\n 258 | const char *name,\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_steamdeck.c:259:21: warning: unused parameter 'type' [-Wunused-parameter]\n 259 | SDL_GamepadType type,\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_steamdeck.c:262:12: warning: unused parameter 'version' [-Wunused-parameter]\n 262 | Uint16 version,\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_steamdeck.c:263:9: warning: unused parameter 'interface_number' [-Wunused-parameter]\n 263 | int interface_number,\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_steamdeck.c:264:9: warning: unused parameter 'interface_class' [-Wunused-parameter]\n 264 | int interface_class,\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_steamdeck.c:265:9: warning: unused parameter 'interface_subclass' [-Wunused-parameter]\n 265 | int interface_subclass,\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_steamdeck.c:266:9: warning: unused parameter 'interface_protocol' [-Wunused-parameter]\n 266 | int interface_protocol)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_steamdeck.c:302:75: warning: unused parameter 'device' [-Wunused-parameter]\n 302 | static int HIDAPI_DriverSteamDeck_GetDevicePlayerIndex(SDL_HIDAPI_Device *device, SDL_JoystickID instance_id)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_steamdeck.c:302:98: warning: unused parameter 'instance_id' [-Wunused-parameter]\n 302 | static int HIDAPI_DriverSteamDeck_GetDevicePlayerIndex(SDL_HIDAPI_Device *device, SDL_JoystickID instance_id)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_steamdeck.c:307:76: warning: unused parameter 'device' [-Wunused-parameter]\n 307 | static void HIDAPI_DriverSteamDeck_SetDevicePlayerIndex(SDL_HIDAPI_Device *device, SDL_JoystickID instance_id, int player_index)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_steamdeck.c:307:99: warning: unused parameter 'instance_id' [-Wunused-parameter]\n 307 | static void HIDAPI_DriverSteamDeck_SetDevicePlayerIndex(SDL_HIDAPI_Device *device, SDL_JoystickID instance_id, int player_index)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_steamdeck.c:307:116: warning: unused parameter 'player_index' [-Wunused-parameter]\n 307 | static void HIDAPI_DriverSteamDeck_SetDevicePlayerIndex(SDL_HIDAPI_Device *device, SDL_JoystickID instance_id, int player_index)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_steamdeck.c:372:92: warning: unused parameter 'joystick' [-Wunused-parameter]\n 372 | static bool HIDAPI_DriverSteamDeck_RumbleJoystick(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint16 low_frequency_rumble, Uint16 high_frequency_rumble)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_steamdeck.c:392:78: warning: unused parameter 'device' [-Wunused-parameter]\n 392 | static bool HIDAPI_DriverSteamDeck_RumbleJoystickTriggers(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint16 left_rumble, Uint16 right_rumble)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_steamdeck.c:392:100: warning: unused parameter 'joystick' [-Wunused-parameter]\n 392 | static bool HIDAPI_DriverSteamDeck_RumbleJoystickTriggers(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint16 left_rumble, Uint16 right_rumble)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_steamdeck.c:392:117: warning: unused parameter 'left_rumble' [-Wunused-parameter]\n 392 | static bool HIDAPI_DriverSteamDeck_RumbleJoystickTriggers(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint16 left_rumble, Uint16 right_rumble)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_steamdeck.c:392:137: warning: unused parameter 'right_rumble' [-Wunused-parameter]\n 392 | static bool HIDAPI_DriverSteamDeck_RumbleJoystickTriggers(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint16 left_rumble, Uint16 right_rumble)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_steamdeck.c:397:81: warning: unused parameter 'device' [-Wunused-parameter]\n 397 | static Uint32 HIDAPI_DriverSteamDeck_GetJoystickCapabilities(SDL_HIDAPI_Device *device, SDL_Joystick *joystick)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_steamdeck.c:397:103: warning: unused parameter 'joystick' [-Wunused-parameter]\n 397 | static Uint32 HIDAPI_DriverSteamDeck_GetJoystickCapabilities(SDL_HIDAPI_Device *device, SDL_Joystick *joystick)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_steamdeck.c:402:70: warning: unused parameter 'device' [-Wunused-parameter]\n 402 | static bool HIDAPI_DriverSteamDeck_SetJoystickLED(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint8 red, Uint8 green, Uint8 blue)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_steamdeck.c:402:92: warning: unused parameter 'joystick' [-Wunused-parameter]\n 402 | static bool HIDAPI_DriverSteamDeck_SetJoystickLED(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint8 red, Uint8 green, Uint8 blue)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_steamdeck.c:402:108: warning: unused parameter 'red' [-Wunused-parameter]\n 402 | static bool HIDAPI_DriverSteamDeck_SetJoystickLED(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint8 red, Uint8 green, Uint8 blue)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_steamdeck.c:402:119: warning: unused parameter 'green' [-Wunused-parameter]\n 402 | static bool HIDAPI_DriverSteamDeck_SetJoystickLED(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint8 red, Uint8 green, Uint8 blue)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_steamdeck.c:402:132: warning: unused parameter 'blue' [-Wunused-parameter]\n 402 | static bool HIDAPI_DriverSteamDeck_SetJoystickLED(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint8 red, Uint8 green, Uint8 blue)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_steamdeck.c:407:74: warning: unused parameter 'device' [-Wunused-parameter]\n 407 | static bool HIDAPI_DriverSteamDeck_SendJoystickEffect(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, const void *data, int size)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_steamdeck.c:407:96: warning: unused parameter 'joystick' [-Wunused-parameter]\n 407 | static bool HIDAPI_DriverSteamDeck_SendJoystickEffect(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, const void *data, int size)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_steamdeck.c:407:118: warning: unused parameter 'data' [-Wunused-parameter]\n 407 | static bool HIDAPI_DriverSteamDeck_SendJoystickEffect(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, const void *data, int size)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_steamdeck.c:407:128: warning: unused parameter 'size' [-Wunused-parameter]\n 407 | static bool HIDAPI_DriverSteamDeck_SendJoystickEffect(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, const void *data, int size)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_steamdeck.c:412:73: warning: unused parameter 'device' [-Wunused-parameter]\n 412 | static bool HIDAPI_DriverSteamDeck_SetSensorsEnabled(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, bool enabled)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_steamdeck.c:412:95: warning: unused parameter 'joystick' [-Wunused-parameter]\n 412 | static bool HIDAPI_DriverSteamDeck_SetSensorsEnabled(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, bool enabled)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_steamdeck.c:412:110: warning: unused parameter 'enabled' [-Wunused-parameter]\n 412 | static bool HIDAPI_DriverSteamDeck_SetSensorsEnabled(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, bool enabled)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_steamdeck.c:418:69: warning: unused parameter 'device' [-Wunused-parameter]\n 418 | static void HIDAPI_DriverSteamDeck_CloseJoystick(SDL_HIDAPI_Device *device, SDL_Joystick *joystick)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_steamdeck.c:418:91: warning: unused parameter 'joystick' [-Wunused-parameter]\n 418 | static void HIDAPI_DriverSteamDeck_CloseJoystick(SDL_HIDAPI_Device *device, SDL_Joystick *joystick)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_steamdeck.c:423:66: warning: unused parameter 'device' [-Wunused-parameter]\n 423 | static void HIDAPI_DriverSteamDeck_FreeDevice(SDL_HIDAPI_Device *device)\n | ^\n35 warnings generated.\n[406/471] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_xbox360.c.o\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_xbox360.c:62:71: warning: unused parameter 'device' [-Wunused-parameter]\n 62 | static bool HIDAPI_DriverXbox360_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_xbox360.c:62:91: warning: unused parameter 'name' [-Wunused-parameter]\n 62 | static bool HIDAPI_DriverXbox360_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_xbox360.c:62:163: warning: unused parameter 'version' [-Wunused-parameter]\n 62 | static bool HIDAPI_DriverXbox360_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_xbox360.c:62:198: warning: unused parameter 'interface_class' [-Wunused-parameter]\n 62 | static bool HIDAPI_DriverXbox360_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_xbox360.c:62:219: warning: unused parameter 'interface_subclass' [-Wunused-parameter]\n 62 | static bool HIDAPI_DriverXbox360_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_xbox360.c:119:74: warning: unused parameter 'name' [-Wunused-parameter]\n 119 | static void SDLCALL SDL_PlayerLEDHintChanged(void *userdata, const char *name, const char *oldValue, const char *hint)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_xbox360.c:119:92: warning: unused parameter 'oldValue' [-Wunused-parameter]\n 119 | static void SDLCALL SDL_PlayerLEDHintChanged(void *userdata, const char *name, const char *oldValue, const char *hint)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_xbox360.c:156:73: warning: unused parameter 'device' [-Wunused-parameter]\n 156 | static int HIDAPI_DriverXbox360_GetDevicePlayerIndex(SDL_HIDAPI_Device *device, SDL_JoystickID instance_id)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_xbox360.c:156:96: warning: unused parameter 'instance_id' [-Wunused-parameter]\n 156 | static int HIDAPI_DriverXbox360_GetDevicePlayerIndex(SDL_HIDAPI_Device *device, SDL_JoystickID instance_id)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_xbox360.c:161:97: warning: unused parameter 'instance_id' [-Wunused-parameter]\n 161 | static void HIDAPI_DriverXbox360_SetDevicePlayerIndex(SDL_HIDAPI_Device *device, SDL_JoystickID instance_id, int player_index)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_xbox360.c:199:90: warning: unused parameter 'joystick' [-Wunused-parameter]\n 199 | static bool HIDAPI_DriverXbox360_RumbleJoystick(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint16 low_frequency_rumble, Uint16 high_frequency_rumble)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_xbox360.c:212:76: warning: unused parameter 'device' [-Wunused-parameter]\n 212 | static bool HIDAPI_DriverXbox360_RumbleJoystickTriggers(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint16 left_rumble, Uint16 right_rumble)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_xbox360.c:212:98: warning: unused parameter 'joystick' [-Wunused-parameter]\n 212 | static bool HIDAPI_DriverXbox360_RumbleJoystickTriggers(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint16 left_rumble, Uint16 right_rumble)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_xbox360.c:212:115: warning: unused parameter 'left_rumble' [-Wunused-parameter]\n 212 | static bool HIDAPI_DriverXbox360_RumbleJoystickTriggers(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint16 left_rumble, Uint16 right_rumble)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_xbox360.c:212:135: warning: unused parameter 'right_rumble' [-Wunused-parameter]\n 212 | static bool HIDAPI_DriverXbox360_RumbleJoystickTriggers(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint16 left_rumble, Uint16 right_rumble)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_xbox360.c:217:101: warning: unused parameter 'joystick' [-Wunused-parameter]\n 217 | static Uint32 HIDAPI_DriverXbox360_GetJoystickCapabilities(SDL_HIDAPI_Device *device, SDL_Joystick *joystick)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_xbox360.c:228:68: warning: unused parameter 'device' [-Wunused-parameter]\n 228 | static bool HIDAPI_DriverXbox360_SetJoystickLED(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint8 red, Uint8 green, Uint8 blue)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_xbox360.c:228:90: warning: unused parameter 'joystick' [-Wunused-parameter]\n 228 | static bool HIDAPI_DriverXbox360_SetJoystickLED(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint8 red, Uint8 green, Uint8 blue)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_xbox360.c:228:106: warning: unused parameter 'red' [-Wunused-parameter]\n 228 | static bool HIDAPI_DriverXbox360_SetJoystickLED(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint8 red, Uint8 green, Uint8 blue)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_xbox360.c:228:117: warning: unused parameter 'green' [-Wunused-parameter]\n 228 | static bool HIDAPI_DriverXbox360_SetJoystickLED(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint8 red, Uint8 green, Uint8 blue)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_xbox360.c:228:130: warning: unused parameter 'blue' [-Wunused-parameter]\n 228 | static bool HIDAPI_DriverXbox360_SetJoystickLED(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint8 red, Uint8 green, Uint8 blue)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_xbox360.c:233:72: warning: unused parameter 'device' [-Wunused-parameter]\n 233 | static bool HIDAPI_DriverXbox360_SendJoystickEffect(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, const void *data, int size)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_xbox360.c:233:94: warning: unused parameter 'joystick' [-Wunused-parameter]\n 233 | static bool HIDAPI_DriverXbox360_SendJoystickEffect(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, const void *data, int size)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_xbox360.c:233:116: warning: unused parameter 'data' [-Wunused-parameter]\n 233 | static bool HIDAPI_DriverXbox360_SendJoystickEffect(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, const void *data, int size)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_xbox360.c:233:126: warning: unused parameter 'size' [-Wunused-parameter]\n 233 | static bool HIDAPI_DriverXbox360_SendJoystickEffect(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, const void *data, int size)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_xbox360.c:238:79: warning: unused parameter 'device' [-Wunused-parameter]\n 238 | static bool HIDAPI_DriverXbox360_SetJoystickSensorsEnabled(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, bool enabled)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_xbox360.c:238:101: warning: unused parameter 'joystick' [-Wunused-parameter]\n 238 | static bool HIDAPI_DriverXbox360_SetJoystickSensorsEnabled(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, bool enabled)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_xbox360.c:238:116: warning: unused parameter 'enabled' [-Wunused-parameter]\n 238 | static bool HIDAPI_DriverXbox360_SetJoystickSensorsEnabled(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, bool enabled)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_xbox360.c:341:89: warning: unused parameter 'joystick' [-Wunused-parameter]\n 341 | static void HIDAPI_DriverXbox360_CloseJoystick(SDL_HIDAPI_Device *device, SDL_Joystick *joystick)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_xbox360.c:351:64: warning: unused parameter 'device' [-Wunused-parameter]\n 351 | static void HIDAPI_DriverXbox360_FreeDevice(SDL_HIDAPI_Device *device)\n | ^\n30 warnings generated.\n[407/471] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_wii.c.o\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_wii.c:182:67: warning: unused parameter 'device' [-Wunused-parameter]\n 182 | static bool HIDAPI_DriverWii_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_wii.c:182:87: warning: unused parameter 'name' [-Wunused-parameter]\n 182 | static bool HIDAPI_DriverWii_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_wii.c:182:109: warning: unused parameter 'type' [-Wunused-parameter]\n 182 | static bool HIDAPI_DriverWii_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_wii.c:182:159: warning: unused parameter 'version' [-Wunused-parameter]\n 182 | static bool HIDAPI_DriverWii_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_wii.c:182:172: warning: unused parameter 'interface_number' [-Wunused-parameter]\n 182 | static bool HIDAPI_DriverWii_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_wii.c:182:194: warning: unused parameter 'interface_class' [-Wunused-parameter]\n 182 | static bool HIDAPI_DriverWii_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_wii.c:182:215: warning: unused parameter 'interface_subclass' [-Wunused-parameter]\n 182 | static bool HIDAPI_DriverWii_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_wii.c:182:239: warning: unused parameter 'interface_protocol' [-Wunused-parameter]\n 182 | static bool HIDAPI_DriverWii_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_wii.c:457:63: warning: unused parameter 'ctx' [-Wunused-parameter]\n 457 | static void ActivateMotionPlusWithMode(SDL_DriverWii_Context *ctx, Uint8 mode)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_wii.c:457:74: warning: unused parameter 'mode' [-Wunused-parameter]\n 457 | static void ActivateMotionPlusWithMode(SDL_DriverWii_Context *ctx, Uint8 mode)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_wii.c:665:74: warning: unused parameter 'name' [-Wunused-parameter]\n 665 | static void SDLCALL SDL_PlayerLEDHintChanged(void *userdata, const char *name, const char *oldValue, const char *hint)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_wii.c:665:92: warning: unused parameter 'oldValue' [-Wunused-parameter]\n 665 | static void SDLCALL SDL_PlayerLEDHintChanged(void *userdata, const char *name, const char *oldValue, const char *hint)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_wii.c:755:69: warning: unused parameter 'device' [-Wunused-parameter]\n 755 | static int HIDAPI_DriverWii_GetDevicePlayerIndex(SDL_HIDAPI_Device *device, SDL_JoystickID instance_id)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_wii.c:755:92: warning: unused parameter 'instance_id' [-Wunused-parameter]\n 755 | static int HIDAPI_DriverWii_GetDevicePlayerIndex(SDL_HIDAPI_Device *device, SDL_JoystickID instance_id)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_wii.c:760:93: warning: unused parameter 'instance_id' [-Wunused-parameter]\n 760 | static void HIDAPI_DriverWii_SetDevicePlayerIndex(SDL_HIDAPI_Device *device, SDL_JoystickID instance_id, int player_index)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_wii.c:823:86: warning: unused parameter 'joystick' [-Wunused-parameter]\n 823 | static bool HIDAPI_DriverWii_RumbleJoystick(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint16 low_frequency_rumble, Uint16 high_frequency_rumble)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_wii.c:840:72: warning: unused parameter 'device' [-Wunused-parameter]\n 840 | static bool HIDAPI_DriverWii_RumbleJoystickTriggers(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint16 left_rumble, Uint16 right_rumble)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_wii.c:840:94: warning: unused parameter 'joystick' [-Wunused-parameter]\n 840 | static bool HIDAPI_DriverWii_RumbleJoystickTriggers(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint16 left_rumble, Uint16 right_rumble)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_wii.c:840:111: warning: unused parameter 'left_rumble' [-Wunused-parameter]\n 840 | static bool HIDAPI_DriverWii_RumbleJoystickTriggers(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint16 left_rumble, Uint16 right_rumble)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_wii.c:840:131: warning: unused parameter 'right_rumble' [-Wunused-parameter]\n 840 | static bool HIDAPI_DriverWii_RumbleJoystickTriggers(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint16 left_rumble, Uint16 right_rumble)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_wii.c:845:75: warning: unused parameter 'device' [-Wunused-parameter]\n 845 | static Uint32 HIDAPI_DriverWii_GetJoystickCapabilities(SDL_HIDAPI_Device *device, SDL_Joystick *joystick)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_wii.c:845:97: warning: unused parameter 'joystick' [-Wunused-parameter]\n 845 | static Uint32 HIDAPI_DriverWii_GetJoystickCapabilities(SDL_HIDAPI_Device *device, SDL_Joystick *joystick)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_wii.c:850:64: warning: unused parameter 'device' [-Wunused-parameter]\n 850 | static bool HIDAPI_DriverWii_SetJoystickLED(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint8 red, Uint8 green, Uint8 blue)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_wii.c:850:86: warning: unused parameter 'joystick' [-Wunused-parameter]\n 850 | static bool HIDAPI_DriverWii_SetJoystickLED(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint8 red, Uint8 green, Uint8 blue)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_wii.c:850:102: warning: unused parameter 'red' [-Wunused-parameter]\n 850 | static bool HIDAPI_DriverWii_SetJoystickLED(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint8 red, Uint8 green, Uint8 blue)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_wii.c:850:113: warning: unused parameter 'green' [-Wunused-parameter]\n 850 | static bool HIDAPI_DriverWii_SetJoystickLED(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint8 red, Uint8 green, Uint8 blue)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_wii.c:850:126: warning: unused parameter 'blue' [-Wunused-parameter]\n 850 | static bool HIDAPI_DriverWii_SetJoystickLED(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint8 red, Uint8 green, Uint8 blue)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_wii.c:855:68: warning: unused parameter 'device' [-Wunused-parameter]\n 855 | static bool HIDAPI_DriverWii_SendJoystickEffect(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, const void *data, int size)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_wii.c:855:90: warning: unused parameter 'joystick' [-Wunused-parameter]\n 855 | static bool HIDAPI_DriverWii_SendJoystickEffect(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, const void *data, int size)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_wii.c:855:112: warning: unused parameter 'data' [-Wunused-parameter]\n 855 | static bool HIDAPI_DriverWii_SendJoystickEffect(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, const void *data, int size)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_wii.c:855:122: warning: unused parameter 'size' [-Wunused-parameter]\n 855 | static bool HIDAPI_DriverWii_SendJoystickEffect(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, const void *data, int size)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_wii.c:860:97: warning: unused parameter 'joystick' [-Wunused-parameter]\n 860 | static bool HIDAPI_DriverWii_SetJoystickSensorsEnabled(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, bool enabled)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_wii.c:1334:14: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\n 1334 | if (size > sizeof(dst->rgucExtension)) {\n | ~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_wii.c:1579:85: warning: unused parameter 'joystick' [-Wunused-parameter]\n 1579 | static void HIDAPI_DriverWii_CloseJoystick(SDL_HIDAPI_Device *device, SDL_Joystick *joystick)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_wii.c:1589:60: warning: unused parameter 'device' [-Wunused-parameter]\n 1589 | static void HIDAPI_DriverWii_FreeDevice(SDL_HIDAPI_Device *device)\n | ^\n35 warnings generated.\n[408/471] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_xbox360w.c.o\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_xbox360w.c:64:72: warning: unused parameter 'device' [-Wunused-parameter]\n 64 | static bool HIDAPI_DriverXbox360W_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_xbox360w.c:64:92: warning: unused parameter 'name' [-Wunused-parameter]\n 64 | static bool HIDAPI_DriverXbox360W_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_xbox360w.c:64:164: warning: unused parameter 'version' [-Wunused-parameter]\n 64 | static bool HIDAPI_DriverXbox360W_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_xbox360w.c:64:177: warning: unused parameter 'interface_number' [-Wunused-parameter]\n 64 | static bool HIDAPI_DriverXbox360W_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_xbox360w.c:64:199: warning: unused parameter 'interface_class' [-Wunused-parameter]\n 64 | static bool HIDAPI_DriverXbox360W_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_xbox360w.c:64:220: warning: unused parameter 'interface_subclass' [-Wunused-parameter]\n 64 | static bool HIDAPI_DriverXbox360W_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_xbox360w.c:97:74: warning: unused parameter 'name' [-Wunused-parameter]\n 97 | static void SDLCALL SDL_PlayerLEDHintChanged(void *userdata, const char *name, const char *oldValue, const char *hint)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_xbox360w.c:97:92: warning: unused parameter 'oldValue' [-Wunused-parameter]\n 97 | static void SDLCALL SDL_PlayerLEDHintChanged(void *userdata, const char *name, const char *oldValue, const char *hint)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_xbox360w.c:143:74: warning: unused parameter 'device' [-Wunused-parameter]\n 143 | static int HIDAPI_DriverXbox360W_GetDevicePlayerIndex(SDL_HIDAPI_Device *device, SDL_JoystickID instance_id)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_xbox360w.c:143:97: warning: unused parameter 'instance_id' [-Wunused-parameter]\n 143 | static int HIDAPI_DriverXbox360W_GetDevicePlayerIndex(SDL_HIDAPI_Device *device, SDL_JoystickID instance_id)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_xbox360w.c:148:98: warning: unused parameter 'instance_id' [-Wunused-parameter]\n 148 | static void HIDAPI_DriverXbox360W_SetDevicePlayerIndex(SDL_HIDAPI_Device *device, SDL_JoystickID instance_id, int player_index)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_xbox360w.c:186:91: warning: unused parameter 'joystick' [-Wunused-parameter]\n 186 | static bool HIDAPI_DriverXbox360W_RumbleJoystick(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint16 low_frequency_rumble, Uint16 high_frequency_rumble)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_xbox360w.c:199:77: warning: unused parameter 'device' [-Wunused-parameter]\n 199 | static bool HIDAPI_DriverXbox360W_RumbleJoystickTriggers(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint16 left_rumble, Uint16 right_rumble)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_xbox360w.c:199:99: warning: unused parameter 'joystick' [-Wunused-parameter]\n 199 | static bool HIDAPI_DriverXbox360W_RumbleJoystickTriggers(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint16 left_rumble, Uint16 right_rumble)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_xbox360w.c:199:116: warning: unused parameter 'left_rumble' [-Wunused-parameter]\n 199 | static bool HIDAPI_DriverXbox360W_RumbleJoystickTriggers(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint16 left_rumble, Uint16 right_rumble)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_xbox360w.c:199:136: warning: unused parameter 'right_rumble' [-Wunused-parameter]\n 199 | static bool HIDAPI_DriverXbox360W_RumbleJoystickTriggers(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint16 left_rumble, Uint16 right_rumble)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_xbox360w.c:204:102: warning: unused parameter 'joystick' [-Wunused-parameter]\n 204 | static Uint32 HIDAPI_DriverXbox360W_GetJoystickCapabilities(SDL_HIDAPI_Device *device, SDL_Joystick *joystick)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_xbox360w.c:215:69: warning: unused parameter 'device' [-Wunused-parameter]\n 215 | static bool HIDAPI_DriverXbox360W_SetJoystickLED(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint8 red, Uint8 green, Uint8 blue)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_xbox360w.c:215:91: warning: unused parameter 'joystick' [-Wunused-parameter]\n 215 | static bool HIDAPI_DriverXbox360W_SetJoystickLED(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint8 red, Uint8 green, Uint8 blue)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_xbox360w.c:215:107: warning: unused parameter 'red' [-Wunused-parameter]\n 215 | static bool HIDAPI_DriverXbox360W_SetJoystickLED(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint8 red, Uint8 green, Uint8 blue)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_xbox360w.c:215:118: warning: unused parameter 'green' [-Wunused-parameter]\n 215 | static bool HIDAPI_DriverXbox360W_SetJoystickLED(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint8 red, Uint8 green, Uint8 blue)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_xbox360w.c:215:131: warning: unused parameter 'blue' [-Wunused-parameter]\n 215 | static bool HIDAPI_DriverXbox360W_SetJoystickLED(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint8 red, Uint8 green, Uint8 blue)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_xbox360w.c:220:73: warning: unused parameter 'device' [-Wunused-parameter]\n 220 | static bool HIDAPI_DriverXbox360W_SendJoystickEffect(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, const void *data, int size)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_xbox360w.c:220:95: warning: unused parameter 'joystick' [-Wunused-parameter]\n 220 | static bool HIDAPI_DriverXbox360W_SendJoystickEffect(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, const void *data, int size)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_xbox360w.c:220:117: warning: unused parameter 'data' [-Wunused-parameter]\n 220 | static bool HIDAPI_DriverXbox360W_SendJoystickEffect(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, const void *data, int size)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_xbox360w.c:220:127: warning: unused parameter 'size' [-Wunused-parameter]\n 220 | static bool HIDAPI_DriverXbox360W_SendJoystickEffect(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, const void *data, int size)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_xbox360w.c:225:80: warning: unused parameter 'device' [-Wunused-parameter]\n 225 | static bool HIDAPI_DriverXbox360W_SetJoystickSensorsEnabled(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, bool enabled)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_xbox360w.c:225:102: warning: unused parameter 'joystick' [-Wunused-parameter]\n 225 | static bool HIDAPI_DriverXbox360W_SetJoystickSensorsEnabled(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, bool enabled)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_xbox360w.c:225:117: warning: unused parameter 'enabled' [-Wunused-parameter]\n 225 | static bool HIDAPI_DriverXbox360W_SetJoystickSensorsEnabled(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, bool enabled)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_xbox360w.c:230:93: warning: unused parameter 'dev' [-Wunused-parameter]\n 230 | static void HIDAPI_DriverXbox360W_HandleStatePacket(SDL_Joystick *joystick, SDL_hid_device *dev, SDL_DriverXbox360W_Context *ctx, Uint8 *data, int size)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_xbox360w.c:288:39: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\n 288 | SDL_memcpy(ctx->last_state, data, SDL_min(size, sizeof(ctx->last_state)));\n | ^ ~~~~ ~~~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/include/SDL3/SDL_stdinc.h:2110:29: note: expanded from macro 'SDL_min'\n 2110 | #define SDL_min(x, y) (((x) < (y)) ? (x) : (y))\n | ~ ^ ~\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_xbox360w.c:352:90: warning: unused parameter 'joystick' [-Wunused-parameter]\n 352 | static void HIDAPI_DriverXbox360W_CloseJoystick(SDL_HIDAPI_Device *device, SDL_Joystick *joystick)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_xbox360w.c:360:65: warning: unused parameter 'device' [-Wunused-parameter]\n 360 | static void HIDAPI_DriverXbox360W_FreeDevice(SDL_HIDAPI_Device *device)\n | ^\n33 warnings generated.\n[409/471] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_switch.c.o\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_switch.c:725:72: warning: unused parameter 'name' [-Wunused-parameter]\n 725 | static void SDLCALL SDL_HomeLEDHintChanged(void *userdata, const char *name, const char *oldValue, const char *hint)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_switch.c:725:90: warning: unused parameter 'oldValue' [-Wunused-parameter]\n 725 | static void SDLCALL SDL_HomeLEDHintChanged(void *userdata, const char *name, const char *oldValue, const char *hint)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_switch.c:758:74: warning: unused parameter 'name' [-Wunused-parameter]\n 758 | static void SDLCALL SDL_PlayerLEDHintChanged(void *userdata, const char *name, const char *oldValue, const char *hint)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_switch.c:758:92: warning: unused parameter 'oldValue' [-Wunused-parameter]\n 758 | static void SDLCALL SDL_PlayerLEDHintChanged(void *userdata, const char *name, const char *oldValue, const char *hint)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_switch.c:910:76: warning: unused parameter 'name' [-Wunused-parameter]\n 910 | static void SDLCALL SDL_EnhancedReportsChanged(void *userdata, const char *name, const char *oldValue, const char *hint)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_switch.c:910:94: warning: unused parameter 'oldValue' [-Wunused-parameter]\n 910 | static void SDLCALL SDL_EnhancedReportsChanged(void *userdata, const char *name, const char *oldValue, const char *hint)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_switch.c:1294:79: warning: unused parameter 'device' [-Wunused-parameter]\n 1294 | static bool HIDAPI_DriverNintendoClassic_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_switch.c:1294:121: warning: unused parameter 'type' [-Wunused-parameter]\n 1294 | static bool HIDAPI_DriverNintendoClassic_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_switch.c:1294:171: warning: unused parameter 'version' [-Wunused-parameter]\n 1294 | static bool HIDAPI_DriverNintendoClassic_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_switch.c:1294:184: warning: unused parameter 'interface_number' [-Wunused-parameter]\n 1294 | static bool HIDAPI_DriverNintendoClassic_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_switch.c:1294:206: warning: unused parameter 'interface_class' [-Wunused-parameter]\n 1294 | static bool HIDAPI_DriverNintendoClassic_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_switch.c:1294:227: warning: unused parameter 'interface_subclass' [-Wunused-parameter]\n 1294 | static bool HIDAPI_DriverNintendoClassic_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_switch.c:1294:251: warning: unused parameter 'interface_protocol' [-Wunused-parameter]\n 1294 | static bool HIDAPI_DriverNintendoClassic_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_switch.c:1335:91: warning: unused parameter 'name' [-Wunused-parameter]\n 1335 | static bool HIDAPI_DriverJoyCons_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_switch.c:1335:113: warning: unused parameter 'type' [-Wunused-parameter]\n 1335 | static bool HIDAPI_DriverJoyCons_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_switch.c:1335:163: warning: unused parameter 'version' [-Wunused-parameter]\n 1335 | static bool HIDAPI_DriverJoyCons_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_switch.c:1335:176: warning: unused parameter 'interface_number' [-Wunused-parameter]\n 1335 | static bool HIDAPI_DriverJoyCons_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_switch.c:1335:198: warning: unused parameter 'interface_class' [-Wunused-parameter]\n 1335 | static bool HIDAPI_DriverJoyCons_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_switch.c:1335:219: warning: unused parameter 'interface_subclass' [-Wunused-parameter]\n 1335 | static bool HIDAPI_DriverJoyCons_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_switch.c:1335:243: warning: unused parameter 'interface_protocol' [-Wunused-parameter]\n 1335 | static bool HIDAPI_DriverJoyCons_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_switch.c:1528:72: warning: unused parameter 'device' [-Wunused-parameter]\n 1528 | static int HIDAPI_DriverSwitch_GetDevicePlayerIndex(SDL_HIDAPI_Device *device, SDL_JoystickID instance_id)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_switch.c:1528:95: warning: unused parameter 'instance_id' [-Wunused-parameter]\n 1528 | static int HIDAPI_DriverSwitch_GetDevicePlayerIndex(SDL_HIDAPI_Device *device, SDL_JoystickID instance_id)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_switch.c:1533:96: warning: unused parameter 'instance_id' [-Wunused-parameter]\n 1533 | static void HIDAPI_DriverSwitch_SetDevicePlayerIndex(SDL_HIDAPI_Device *device, SDL_JoystickID instance_id, int player_index)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_switch.c:1709:89: warning: unused parameter 'joystick' [-Wunused-parameter]\n 1709 | static bool HIDAPI_DriverSwitch_RumbleJoystick(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint16 low_frequency_rumble, Uint16 high_frequency_rumble)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_switch.c:1757:75: warning: unused parameter 'device' [-Wunused-parameter]\n 1757 | static bool HIDAPI_DriverSwitch_RumbleJoystickTriggers(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint16 left_rumble, Uint16 right_rumble)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_switch.c:1757:97: warning: unused parameter 'joystick' [-Wunused-parameter]\n 1757 | static bool HIDAPI_DriverSwitch_RumbleJoystickTriggers(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint16 left_rumble, Uint16 right_rumble)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_switch.c:1757:114: warning: unused parameter 'left_rumble' [-Wunused-parameter]\n 1757 | static bool HIDAPI_DriverSwitch_RumbleJoystickTriggers(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint16 left_rumble, Uint16 right_rumble)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_switch.c:1757:134: warning: unused parameter 'right_rumble' [-Wunused-parameter]\n 1757 | static bool HIDAPI_DriverSwitch_RumbleJoystickTriggers(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint16 left_rumble, Uint16 right_rumble)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_switch.c:1762:100: warning: unused parameter 'joystick' [-Wunused-parameter]\n 1762 | static Uint32 HIDAPI_DriverSwitch_GetJoystickCapabilities(SDL_HIDAPI_Device *device, SDL_Joystick *joystick)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_switch.c:1781:67: warning: unused parameter 'device' [-Wunused-parameter]\n 1781 | static bool HIDAPI_DriverSwitch_SetJoystickLED(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint8 red, Uint8 green, Uint8 blue)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_switch.c:1781:89: warning: unused parameter 'joystick' [-Wunused-parameter]\n 1781 | static bool HIDAPI_DriverSwitch_SetJoystickLED(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint8 red, Uint8 green, Uint8 blue)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_switch.c:1781:105: warning: unused parameter 'red' [-Wunused-parameter]\n 1781 | static bool HIDAPI_DriverSwitch_SetJoystickLED(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint8 red, Uint8 green, Uint8 blue)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_switch.c:1781:116: warning: unused parameter 'green' [-Wunused-parameter]\n 1781 | static bool HIDAPI_DriverSwitch_SetJoystickLED(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint8 red, Uint8 green, Uint8 blue)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_switch.c:1781:129: warning: unused parameter 'blue' [-Wunused-parameter]\n 1781 | static bool HIDAPI_DriverSwitch_SetJoystickLED(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint8 red, Uint8 green, Uint8 blue)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_switch.c:1786:93: warning: unused parameter 'joystick' [-Wunused-parameter]\n 1786 | static bool HIDAPI_DriverSwitch_SendJoystickEffect(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, const void *data, int size)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_switch.c:1828:100: warning: unused parameter 'joystick' [-Wunused-parameter]\n 1828 | static bool HIDAPI_DriverSwitch_SetJoystickSensorsEnabled(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, bool enabled)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_switch.c:2781:88: warning: unused parameter 'joystick' [-Wunused-parameter]\n 2781 | static void HIDAPI_DriverSwitch_CloseJoystick(SDL_HIDAPI_Device *device, SDL_Joystick *joystick)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_switch.c:2815:63: warning: unused parameter 'device' [-Wunused-parameter]\n 2815 | static void HIDAPI_DriverSwitch_FreeDevice(SDL_HIDAPI_Device *device)\n | ^\n38 warnings generated.\n[410/471] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_xboxone.c.o\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_xboxone.c:158:65: warning: unused parameter 'product_id' [-Wunused-parameter]\n 158 | static bool ControllerHasTriggerRumble(Uint16 vendor_id, Uint16 product_id)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_xboxone.c:204:72: warning: unused parameter 'name' [-Wunused-parameter]\n 204 | static void SDLCALL SDL_HomeLEDHintChanged(void *userdata, const char *name, const char *oldValue, const char *hint)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_xboxone.c:204:90: warning: unused parameter 'oldValue' [-Wunused-parameter]\n 204 | static void SDLCALL SDL_HomeLEDHintChanged(void *userdata, const char *name, const char *oldValue, const char *hint)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_xboxone.c:351:71: warning: unused parameter 'device' [-Wunused-parameter]\n 351 | static bool HIDAPI_DriverXboxOne_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_xboxone.c:351:91: warning: unused parameter 'name' [-Wunused-parameter]\n 351 | static bool HIDAPI_DriverXboxOne_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_xboxone.c:351:126: warning: unused parameter 'vendor_id' [-Wunused-parameter]\n 351 | static bool HIDAPI_DriverXboxOne_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_xboxone.c:351:144: warning: unused parameter 'product_id' [-Wunused-parameter]\n 351 | static bool HIDAPI_DriverXboxOne_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_xboxone.c:351:163: warning: unused parameter 'version' [-Wunused-parameter]\n 351 | static bool HIDAPI_DriverXboxOne_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_xboxone.c:351:176: warning: unused parameter 'interface_number' [-Wunused-parameter]\n 351 | static bool HIDAPI_DriverXboxOne_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_xboxone.c:351:198: warning: unused parameter 'interface_class' [-Wunused-parameter]\n 351 | static bool HIDAPI_DriverXboxOne_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_xboxone.c:351:219: warning: unused parameter 'interface_subclass' [-Wunused-parameter]\n 351 | static bool HIDAPI_DriverXboxOne_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_xboxone.c:351:243: warning: unused parameter 'interface_protocol' [-Wunused-parameter]\n 351 | static bool HIDAPI_DriverXboxOne_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_xboxone.c:402:73: warning: unused parameter 'device' [-Wunused-parameter]\n 402 | static int HIDAPI_DriverXboxOne_GetDevicePlayerIndex(SDL_HIDAPI_Device *device, SDL_JoystickID instance_id)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_xboxone.c:402:96: warning: unused parameter 'instance_id' [-Wunused-parameter]\n 402 | static int HIDAPI_DriverXboxOne_GetDevicePlayerIndex(SDL_HIDAPI_Device *device, SDL_JoystickID instance_id)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_xboxone.c:407:74: warning: unused parameter 'device' [-Wunused-parameter]\n 407 | static void HIDAPI_DriverXboxOne_SetDevicePlayerIndex(SDL_HIDAPI_Device *device, SDL_JoystickID instance_id, int player_index)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_xboxone.c:407:97: warning: unused parameter 'instance_id' [-Wunused-parameter]\n 407 | static void HIDAPI_DriverXboxOne_SetDevicePlayerIndex(SDL_HIDAPI_Device *device, SDL_JoystickID instance_id, int player_index)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_xboxone.c:407:114: warning: unused parameter 'player_index' [-Wunused-parameter]\n 407 | static void HIDAPI_DriverXboxOne_SetDevicePlayerIndex(SDL_HIDAPI_Device *device, SDL_JoystickID instance_id, int player_index)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_xboxone.c:508:90: warning: unused parameter 'joystick' [-Wunused-parameter]\n 508 | static bool HIDAPI_DriverXboxOne_RumbleJoystick(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint16 low_frequency_rumble, Uint16 high_frequency_rumble)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_xboxone.c:520:98: warning: unused parameter 'joystick' [-Wunused-parameter]\n 520 | static bool HIDAPI_DriverXboxOne_RumbleJoystickTriggers(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint16 left_rumble, Uint16 right_rumble)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_xboxone.c:536:101: warning: unused parameter 'joystick' [-Wunused-parameter]\n 536 | static Uint32 HIDAPI_DriverXboxOne_GetJoystickCapabilities(SDL_HIDAPI_Device *device, SDL_Joystick *joystick)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_xboxone.c:553:90: warning: unused parameter 'joystick' [-Wunused-parameter]\n 553 | static bool HIDAPI_DriverXboxOne_SetJoystickLED(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint8 red, Uint8 green, Uint8 blue)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_xboxone.c:574:72: warning: unused parameter 'device' [-Wunused-parameter]\n 574 | static bool HIDAPI_DriverXboxOne_SendJoystickEffect(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, const void *data, int size)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_xboxone.c:574:94: warning: unused parameter 'joystick' [-Wunused-parameter]\n 574 | static bool HIDAPI_DriverXboxOne_SendJoystickEffect(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, const void *data, int size)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_xboxone.c:574:116: warning: unused parameter 'data' [-Wunused-parameter]\n 574 | static bool HIDAPI_DriverXboxOne_SendJoystickEffect(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, const void *data, int size)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_xboxone.c:574:126: warning: unused parameter 'size' [-Wunused-parameter]\n 574 | static bool HIDAPI_DriverXboxOne_SendJoystickEffect(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, const void *data, int size)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_xboxone.c:579:79: warning: unused parameter 'device' [-Wunused-parameter]\n 579 | static bool HIDAPI_DriverXboxOne_SetJoystickSensorsEnabled(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, bool enabled)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_xboxone.c:579:101: warning: unused parameter 'joystick' [-Wunused-parameter]\n 579 | static bool HIDAPI_DriverXboxOne_SetJoystickSensorsEnabled(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, bool enabled)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_xboxone.c:579:116: warning: unused parameter 'enabled' [-Wunused-parameter]\n 579 | static bool HIDAPI_DriverXboxOne_SetJoystickSensorsEnabled(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, bool enabled)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_xboxone.c:840:39: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\n 840 | SDL_memcpy(ctx->last_state, data, SDL_min(size, sizeof(ctx->last_state)));\n | ^ ~~~~ ~~~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/include/SDL3/SDL_stdinc.h:2110:29: note: expanded from macro 'SDL_min'\n 2110 | #define SDL_min(x, y) (((x) < (y)) ? (x) : (y))\n | ~ ^ ~\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_xboxone.c:846:98: warning: unused parameter 'data' [-Wunused-parameter]\n 846 | static void HIDAPI_DriverXboxOne_HandleStatusPacket(SDL_DriverXboxOne_Context *ctx, const Uint8 *data, int size)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_xboxone.c:846:108: warning: unused parameter 'size' [-Wunused-parameter]\n 846 | static void HIDAPI_DriverXboxOne_HandleStatusPacket(SDL_DriverXboxOne_Context *ctx, const Uint8 *data, int size)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_xboxone.c:853:102: warning: unused parameter 'ctx' [-Wunused-parameter]\n 853 | static void HIDAPI_DriverXboxOne_HandleModePacket(SDL_Joystick *joystick, SDL_DriverXboxOne_Context *ctx, const Uint8 *data, int size)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_xboxone.c:853:130: warning: unused parameter 'size' [-Wunused-parameter]\n 853 | static void HIDAPI_DriverXboxOne_HandleModePacket(SDL_Joystick *joystick, SDL_DriverXboxOne_Context *ctx, const Uint8 *data, int size)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_xboxone.c:863:156: warning: unused parameter 'size' [-Wunused-parameter]\n 863 | static void HIDAPI_DriverXboxOneBluetooth_HandleButtons16(Uint64 timestamp, SDL_Joystick *joystick, SDL_DriverXboxOne_Context *ctx, const Uint8 *data, int size)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_xboxone.c:1054:39: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\n 1054 | SDL_memcpy(ctx->last_state, data, SDL_min(size, sizeof(ctx->last_state)));\n | ^ ~~~~ ~~~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/include/SDL3/SDL_stdinc.h:2110:29: note: expanded from macro 'SDL_min'\n 2110 | #define SDL_min(x, y) (((x) < (y)) ? (x) : (y))\n | ~ ^ ~\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_xboxone.c:1057:140: warning: unused parameter 'size' [-Wunused-parameter]\n 1057 | static void HIDAPI_DriverXboxOneBluetooth_HandleGuidePacket(SDL_Joystick *joystick, SDL_DriverXboxOne_Context *ctx, const Uint8 *data, int size)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_xboxone.c:1065:114: warning: unused parameter 'ctx' [-Wunused-parameter]\n 1065 | static void HIDAPI_DriverXboxOneBluetooth_HandleBatteryPacket(SDL_Joystick *joystick, SDL_DriverXboxOne_Context *ctx, const Uint8 *data, int size)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_xboxone.c:1065:142: warning: unused parameter 'size' [-Wunused-parameter]\n 1065 | static void HIDAPI_DriverXboxOneBluetooth_HandleBatteryPacket(SDL_Joystick *joystick, SDL_DriverXboxOne_Context *ctx, const Uint8 *data, int size)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_xboxone.c:1096:110: warning: unused parameter 'size' [-Wunused-parameter]\n 1096 | static void HIDAPI_DriverXboxOne_HandleSerialIDPacket(SDL_DriverXboxOne_Context *ctx, const Uint8 *data, int size)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_xboxone.c:1220:19: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\n 1220 | for (i = 0; i < sizeof(val); i++) {\n | ~ ^ ~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_xboxone.c:1239:19: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\n 1239 | for (i = 0; i < sizeof(val) && i < len; i++) {\n | ~ ^ ~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_xboxone.c:1325:14: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\n 1325 | if (size > sizeof(packet)) {\n | ~~~~ ^ ~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_xboxone.c:1636:89: warning: unused parameter 'joystick' [-Wunused-parameter]\n 1636 | static void HIDAPI_DriverXboxOne_CloseJoystick(SDL_HIDAPI_Device *device, SDL_Joystick *joystick)\n | ^\n43 warnings generated.\n[411/471] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapijoystick.c.o\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapijoystick.c:266:23: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\n 266 | for (i = 0; i < SDL_arraysize(SUPPORTED_VENDORS); ++i) {\n | ~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapijoystick.c:297:23: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\n 297 | for (i = 0; i < SDL_arraysize(SUPPORTED_VENDORS); ++i) {\n | ~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapijoystick.c:316:19: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\n 316 | for (i = 0; i < SDL_arraysize(SDL_HIDAPI_drivers); ++i) {\n | ~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapijoystick.c:350:19: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\n 350 | for (i = 0; i < SDL_arraysize(SDL_HIDAPI_drivers); ++i) {\n | ~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapijoystick.c:500:19: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\n 500 | for (i = 0; i < SDL_arraysize(SDL_HIDAPI_drivers); ++i) {\n | ~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapijoystick.c:519:55: warning: unused parameter 'userdata' [-Wunused-parameter]\n 519 | static void SDLCALL SDL_HIDAPIDriverHintChanged(void *userdata, const char *name, const char *oldValue, const char *hint)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapijoystick.c:519:95: warning: unused parameter 'oldValue' [-Wunused-parameter]\n 519 | static void SDLCALL SDL_HIDAPIDriverHintChanged(void *userdata, const char *name, const char *oldValue, const char *hint)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapijoystick.c:540:19: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\n 540 | for (i = 0; i < SDL_arraysize(SDL_HIDAPI_drivers); ++i) {\n | ~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapijoystick.c:589:87: warning: unused parameter 'joystickID' [-Wunused-parameter]\n 589 | static bool HIDAPI_JoystickInstanceIsUnique(SDL_HIDAPI_Device *device, SDL_JoystickID joystickID)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapijoystick.c:1627:49: warning: unused parameter 'joystick' [-Wunused-parameter]\n 1627 | static void HIDAPI_JoystickUpdate(SDL_Joystick *joystick)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapijoystick.c:1689:19: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\n 1689 | for (i = 0; i < SDL_arraysize(SDL_HIDAPI_drivers); ++i) {\n | ~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapijoystick.c:1705:50: warning: unused parameter 'device_index' [-Wunused-parameter]\n 1705 | static bool HIDAPI_JoystickGetGamepadMapping(int device_index, SDL_GamepadMapping *out)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapijoystick.c:1705:84: warning: unused parameter 'out' [-Wunused-parameter]\n 1705 | static bool HIDAPI_JoystickGetGamepadMapping(int device_index, SDL_GamepadMapping *out)\n | ^\n13 warnings generated.\n[412/471] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/thread/pthread/SDL_systhread.c.o\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/thread/pthread/SDL_systhread.c:85:47: warning: unused parameter 'pfnBeginThread' [-Wunused-parameter]\n 85 | SDL_FunctionPointer pfnBeginThread,\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/thread/pthread/SDL_systhread.c:86:47: warning: unused parameter 'pfnEndThread' [-Wunused-parameter]\n 86 | SDL_FunctionPointer pfnEndThread)\n | ^\n2 warnings generated.\n[413/471] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/thread/pthread/SDL_sysmutex.c.o\n[414/471] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/thread/pthread/SDL_syscond.c.o\n[415/471] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/joystick/linux/SDL_sysjoystick.c.o\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/linux/SDL_sysjoystick.c:966:50: warning: unused parameter 'vendor_id' [-Wunused-parameter]\n 966 | static bool LINUX_JoystickIsDevicePresent(Uint16 vendor_id, Uint16 product_id, Uint16 version, const char *name)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/linux/SDL_sysjoystick.c:966:68: warning: unused parameter 'product_id' [-Wunused-parameter]\n 966 | static bool LINUX_JoystickIsDevicePresent(Uint16 vendor_id, Uint16 product_id, Uint16 version, const char *name)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/linux/SDL_sysjoystick.c:966:87: warning: unused parameter 'version' [-Wunused-parameter]\n 966 | static bool LINUX_JoystickIsDevicePresent(Uint16 vendor_id, Uint16 product_id, Uint16 version, const char *name)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/linux/SDL_sysjoystick.c:966:108: warning: unused parameter 'name' [-Wunused-parameter]\n 966 | static bool LINUX_JoystickIsDevicePresent(Uint16 vendor_id, Uint16 product_id, Uint16 version, const char *name)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/linux/SDL_sysjoystick.c:1117:51: warning: unused parameter 'device_index' [-Wunused-parameter]\n 1117 | static int LINUX_JoystickGetDevicePlayerIndex(int device_index)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/linux/SDL_sysjoystick.c:1122:52: warning: unused parameter 'device_index' [-Wunused-parameter]\n 1122 | static void LINUX_JoystickSetDevicePlayerIndex(int device_index, int player_index)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/linux/SDL_sysjoystick.c:1122:70: warning: unused parameter 'player_index' [-Wunused-parameter]\n 1122 | static void LINUX_JoystickSetDevicePlayerIndex(int device_index, int player_index)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/linux/SDL_sysjoystick.c:1654:56: warning: unused parameter 'joystick' [-Wunused-parameter]\n 1654 | static bool LINUX_JoystickRumbleTriggers(SDL_Joystick *joystick, Uint16 left_rumble, Uint16 right_rumble)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/linux/SDL_sysjoystick.c:1654:73: warning: unused parameter 'left_rumble' [-Wunused-parameter]\n 1654 | static bool LINUX_JoystickRumbleTriggers(SDL_Joystick *joystick, Uint16 left_rumble, Uint16 right_rumble)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/linux/SDL_sysjoystick.c:1654:93: warning: unused parameter 'right_rumble' [-Wunused-parameter]\n 1654 | static bool LINUX_JoystickRumbleTriggers(SDL_Joystick *joystick, Uint16 left_rumble, Uint16 right_rumble)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/linux/SDL_sysjoystick.c:1659:48: warning: unused parameter 'joystick' [-Wunused-parameter]\n 1659 | static bool LINUX_JoystickSetLED(SDL_Joystick *joystick, Uint8 red, Uint8 green, Uint8 blue)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/linux/SDL_sysjoystick.c:1659:64: warning: unused parameter 'red' [-Wunused-parameter]\n 1659 | static bool LINUX_JoystickSetLED(SDL_Joystick *joystick, Uint8 red, Uint8 green, Uint8 blue)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/linux/SDL_sysjoystick.c:1659:75: warning: unused parameter 'green' [-Wunused-parameter]\n 1659 | static bool LINUX_JoystickSetLED(SDL_Joystick *joystick, Uint8 red, Uint8 green, Uint8 blue)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/linux/SDL_sysjoystick.c:1659:88: warning: unused parameter 'blue' [-Wunused-parameter]\n 1659 | static bool LINUX_JoystickSetLED(SDL_Joystick *joystick, Uint8 red, Uint8 green, Uint8 blue)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/linux/SDL_sysjoystick.c:1664:52: warning: unused parameter 'joystick' [-Wunused-parameter]\n 1664 | static bool LINUX_JoystickSendEffect(SDL_Joystick *joystick, const void *data, int size)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/linux/SDL_sysjoystick.c:1664:74: warning: unused parameter 'data' [-Wunused-parameter]\n 1664 | static bool LINUX_JoystickSendEffect(SDL_Joystick *joystick, const void *data, int size)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/linux/SDL_sysjoystick.c:1664:84: warning: unused parameter 'size' [-Wunused-parameter]\n 1664 | static bool LINUX_JoystickSendEffect(SDL_Joystick *joystick, const void *data, int size)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/joystick/linux/SDL_sysjoystick.c:1818:27: warning: comparison of integers of different signs: 'const int' and 'unsigned long' [-Wsign-compare]\n 1818 | SDL_assert(hatidx < SDL_arraysize(joystick->hwdata->has_hat));\n | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/include/SDL3/SDL_assert.h:482:53: note: expanded from macro 'SDL_assert'\n 482 | # define SDL_assert(condition) SDL_enabled_assert(condition)\n | ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/include/SDL3/SDL_assert.h:364:19: note: expanded from macro 'SDL_enabled_assert'\n 364 | while ( !(condition) ) { \\\n | ^~~~~~~~~\n18 warnings generated.\n[416/471] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/thread/pthread/SDL_systls.c.o\n[417/471] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/thread/pthread/SDL_sysrwlock.c.o\n[418/471] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/thread/pthread/SDL_syssem.c.o\n[419/471] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/misc/unix/SDL_sysurl.c.o\n[420/471] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/locale/unix/SDL_syslocale.c.o\n[421/471] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/storage/steam/SDL_steamstorage.c.o\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/storage/steam/SDL_steamstorage.c:56:38: warning: unused parameter 'userdata' [-Wunused-parameter]\n 56 | static bool STEAM_StorageReady(void *userdata)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/storage/steam/SDL_steamstorage.c:88:110: warning: comparison of integers of different signs: 'Sint32' (aka 'int') and 'Uint64' (aka 'unsigned long') [-Wsign-compare]\n 88 | if (steam->SteamAPI_ISteamRemoteStorage_FileRead(steamremotestorage, path, destination, (Sint32) length) == length) {\n | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~~~~\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/storage/steam/SDL_steamstorage.c:107:106: warning: comparison of integers of different signs: 'Sint32' (aka 'int') and 'Uint64' (aka 'unsigned long') [-Wsign-compare]\n 107 | if (steam->SteamAPI_ISteamRemoteStorage_FileWrite(steamremotestorage, path, source, (Sint32) length) == length) {\n | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~~~~\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/storage/steam/SDL_steamstorage.c:146:51: warning: unused parameter 'org' [-Wunused-parameter]\n 146 | static SDL_Storage *STEAM_User_Create(const char *org, const char *app, SDL_PropertiesID props)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/storage/steam/SDL_steamstorage.c:146:68: warning: unused parameter 'app' [-Wunused-parameter]\n 146 | static SDL_Storage *STEAM_User_Create(const char *org, const char *app, SDL_PropertiesID props)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/storage/steam/SDL_steamstorage.c:146:90: warning: unused parameter 'props' [-Wunused-parameter]\n 146 | static SDL_Storage *STEAM_User_Create(const char *org, const char *app, SDL_PropertiesID props)\n | ^\n6 warnings generated.\n[422/471] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/storage/generic/SDL_genericstorage.c.o\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/storage/generic/SDL_genericstorage.c:215:54: warning: unused parameter 'userdata' [-Wunused-parameter]\n 215 | static Uint64 GENERIC_GetStorageSpaceRemaining(void *userdata)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/storage/generic/SDL_genericstorage.c:236:81: warning: unused parameter 'props' [-Wunused-parameter]\n 236 | static SDL_Storage *GENERIC_Title_Create(const char *override, SDL_PropertiesID props)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/storage/generic/SDL_genericstorage.c:284:92: warning: unused parameter 'props' [-Wunused-parameter]\n 284 | static SDL_Storage *GENERIC_User_Create(const char *org, const char *app, SDL_PropertiesID props)\n | ^\n3 warnings generated.\n[423/471] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/power/linux/SDL_syspower.c.o\n[424/471] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/filesystem/unix/SDL_sysfilesystem.c.o\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/filesystem/unix/SDL_sysfilesystem.c:217:33: warning: comparison of integers of different signs: 'const int' and 'unsigned long' [-Wsign-compare]\n 217 | if ((rc > 0) && (rc < sizeof(path))) {\n | ~~ ^ ~~~~~~~~~~~~\n1 warning generated.\n[425/471] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/time/unix/SDL_systime.c.o\n[426/471] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/timer/unix/SDL_systimer.c.o\n[427/471] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/dialog/SDL_dialog.c.o\n[428/471] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/filesystem/posix/SDL_sysfsops.c.o\n[429/471] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/dialog/SDL_dialog_utils.c.o\n[430/471] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/dialog/unix/SDL_unixdialog.c.o\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/dialog/unix/SDL_unixdialog.c:66:34: warning: unused parameter 'userdata' [-Wunused-parameter]\n 66 | void SDLCALL hint_callback(void *userdata, const char *name, const char *oldValue, const char *newValue)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/dialog/unix/SDL_unixdialog.c:66:56: warning: unused parameter 'name' [-Wunused-parameter]\n 66 | void SDLCALL hint_callback(void *userdata, const char *name, const char *oldValue, const char *newValue)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/dialog/unix/SDL_unixdialog.c:66:74: warning: unused parameter 'oldValue' [-Wunused-parameter]\n 66 | void SDLCALL hint_callback(void *userdata, const char *name, const char *oldValue, const char *newValue)\n | ^\n3 warnings generated.\n[431/471] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/dialog/unix/SDL_zenitydialog.c.o\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/dialog/unix/SDL_zenitydialog.c:267:23: warning: comparison of integers of different signs: 'int' and 'size_t' (aka 'unsigned long') [-Wsign-compare]\n 267 | for (int i = 0; i < bytes_read; i++) {\n | ~ ^ ~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/dialog/unix/SDL_zenitydialog.c:271:19: warning: comparison of integers of different signs: 'int' and 'size_t' (aka 'unsigned long') [-Wsign-compare]\n 271 | if (i < bytes_read - 1) {\n | ~ ^ ~~~~~~~~~~~~~~\n2 warnings generated.\n[432/471] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/dialog/unix/SDL_portaldialog.c.o\n[433/471] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/process/SDL_process.c.o\n[434/471] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/video/offscreen/SDL_offscreenevents.c.o\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/offscreen/SDL_offscreenevents.c:33:44: warning: unused parameter '_this' [-Wunused-parameter]\n 33 | void OFFSCREEN_PumpEvents(SDL_VideoDevice *_this)\n | ^\n1 warning generated.\n[435/471] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/process/posix/SDL_posixprocess.c.o\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/process/posix/SDL_posixprocess.c:55:67: warning: unused parameter 'mode' [-Wunused-parameter]\n 55 | static bool SetupStream(SDL_Process *process, int fd, const char *mode, const char *property)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/process/posix/SDL_posixprocess.c:76:41: warning: cast from 'void (*)(int, siginfo_t *, void *)' to 'void (*)(int)' converts to incompatible function type [-Wcast-function-type-mismatch]\n 76 | if (action.sa_handler == SIG_DFL && (void (*)(int))action.sa_sigaction == SIG_DFL) {\n | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n2 warnings generated.\n[436/471] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/video/offscreen/SDL_offscreenframebuffer.c.o\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/offscreen/SDL_offscreenframebuffer.c:32:61: warning: unused parameter '_this' [-Wunused-parameter]\n 32 | bool SDL_OFFSCREEN_CreateWindowFramebuffer(SDL_VideoDevice *_this, SDL_Window *window, SDL_PixelFormat *format, void **pixels, int *pitch)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/offscreen/SDL_offscreenframebuffer.c:54:61: warning: unused parameter '_this' [-Wunused-parameter]\n 54 | bool SDL_OFFSCREEN_UpdateWindowFramebuffer(SDL_VideoDevice *_this, SDL_Window *window, const SDL_Rect *rects, int numrects)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/offscreen/SDL_offscreenframebuffer.c:54:104: warning: unused parameter 'rects' [-Wunused-parameter]\n 54 | bool SDL_OFFSCREEN_UpdateWindowFramebuffer(SDL_VideoDevice *_this, SDL_Window *window, const SDL_Rect *rects, int numrects)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/offscreen/SDL_offscreenframebuffer.c:54:115: warning: unused parameter 'numrects' [-Wunused-parameter]\n 54 | bool SDL_OFFSCREEN_UpdateWindowFramebuffer(SDL_VideoDevice *_this, SDL_Window *window, const SDL_Rect *rects, int numrects)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/offscreen/SDL_offscreenframebuffer.c:74:62: warning: unused parameter '_this' [-Wunused-parameter]\n 74 | void SDL_OFFSCREEN_DestroyWindowFramebuffer(SDL_VideoDevice *_this, SDL_Window *window)\n | ^\n5 warnings generated.\n[437/471] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/video/offscreen/SDL_offscreenopengles.c.o\n[438/471] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/video/offscreen/SDL_offscreenvideo.c.o\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/offscreen/SDL_offscreenvideo.c:125:50: warning: unused parameter '_this' [-Wunused-parameter]\n 125 | static bool OFFSCREEN_VideoInit(SDL_VideoDevice *_this)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/offscreen/SDL_offscreenvideo.c:142:55: warning: unused parameter '_this' [-Wunused-parameter]\n 142 | static bool OFFSCREEN_SetDisplayMode(SDL_VideoDevice *_this, SDL_VideoDisplay *display, SDL_DisplayMode *mode)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/offscreen/SDL_offscreenvideo.c:142:80: warning: unused parameter 'display' [-Wunused-parameter]\n 142 | static bool OFFSCREEN_SetDisplayMode(SDL_VideoDevice *_this, SDL_VideoDisplay *display, SDL_DisplayMode *mode)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/offscreen/SDL_offscreenvideo.c:142:106: warning: unused parameter 'mode' [-Wunused-parameter]\n 142 | static bool OFFSCREEN_SetDisplayMode(SDL_VideoDevice *_this, SDL_VideoDisplay *display, SDL_DisplayMode *mode)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/offscreen/SDL_offscreenvideo.c:147:43: warning: unused parameter '_this' [-Wunused-parameter]\n 147 | void OFFSCREEN_VideoQuit(SDL_VideoDevice *_this)\n | ^\n5 warnings generated.\n[439/471] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/video/offscreen/SDL_offscreenwindow.c.o\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/offscreen/SDL_offscreenwindow.c:31:90: warning: unused parameter 'create_props' [-Wunused-parameter]\n 31 | bool OFFSCREEN_CreateWindow(SDL_VideoDevice *_this, SDL_Window *window, SDL_PropertiesID create_props)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/offscreen/SDL_offscreenwindow.c:86:47: warning: unused parameter '_this' [-Wunused-parameter]\n 86 | void OFFSCREEN_SetWindowSize(SDL_VideoDevice *_this, SDL_Window *window)\n | ^\n2 warnings generated.\n[440/471] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/tray/SDL_tray_utils.c.o\n[441/471] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/sensor/dummy/SDL_dummysensor.c.o\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/sensor/dummy/SDL_dummysensor.c:42:54: warning: unused parameter 'device_index' [-Wunused-parameter]\n 42 | static const char *SDL_DUMMY_SensorGetDeviceName(int device_index)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/sensor/dummy/SDL_dummysensor.c:47:57: warning: unused parameter 'device_index' [-Wunused-parameter]\n 47 | static SDL_SensorType SDL_DUMMY_SensorGetDeviceType(int device_index)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/sensor/dummy/SDL_dummysensor.c:52:57: warning: unused parameter 'device_index' [-Wunused-parameter]\n 52 | static int SDL_DUMMY_SensorGetDeviceNonPortableType(int device_index)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/sensor/dummy/SDL_dummysensor.c:57:61: warning: unused parameter 'device_index' [-Wunused-parameter]\n 57 | static SDL_SensorID SDL_DUMMY_SensorGetDeviceInstanceID(int device_index)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/sensor/dummy/SDL_dummysensor.c:62:46: warning: unused parameter 'sensor' [-Wunused-parameter]\n 62 | static bool SDL_DUMMY_SensorOpen(SDL_Sensor *sensor, int device_index)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/sensor/dummy/SDL_dummysensor.c:62:58: warning: unused parameter 'device_index' [-Wunused-parameter]\n 62 | static bool SDL_DUMMY_SensorOpen(SDL_Sensor *sensor, int device_index)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/sensor/dummy/SDL_dummysensor.c:67:48: warning: unused parameter 'sensor' [-Wunused-parameter]\n 67 | static void SDL_DUMMY_SensorUpdate(SDL_Sensor *sensor)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/sensor/dummy/SDL_dummysensor.c:71:47: warning: unused parameter 'sensor' [-Wunused-parameter]\n 71 | static void SDL_DUMMY_SensorClose(SDL_Sensor *sensor)\n | ^\n8 warnings generated.\n[442/471] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/main/generic/SDL_sysmain_callbacks.c.o\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/main/generic/SDL_sysmain_callbacks.c:31:55: warning: unused parameter 'userdata' [-Wunused-parameter]\n 31 | static void SDLCALL MainCallbackRateHintChanged(void *userdata, const char *name, const char *oldValue, const char *newValue)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/main/generic/SDL_sysmain_callbacks.c:31:77: warning: unused parameter 'name' [-Wunused-parameter]\n 31 | static void SDLCALL MainCallbackRateHintChanged(void *userdata, const char *name, const char *oldValue, const char *newValue)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/main/generic/SDL_sysmain_callbacks.c:31:95: warning: unused parameter 'oldValue' [-Wunused-parameter]\n 31 | static void SDLCALL MainCallbackRateHintChanged(void *userdata, const char *name, const char *oldValue, const char *newValue)\n | ^\n3 warnings generated.\n[443/471] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/video/offscreen/SDL_offscreenvulkan.c.o\nIn file included from /tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/offscreen/SDL_offscreenvulkan.c:25:\nIn file included from /tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/offscreen/../SDL_vulkan_internal.h:40:\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/offscreen/../wayland/SDL_waylanddyn.h:45:6: warning: ISO C forbids forward references to 'enum' types [-Wpedantic]\n 45 | enum libdecor_resize_edge;\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/offscreen/../wayland/SDL_waylanddyn.h:46:6: warning: ISO C forbids forward references to 'enum' types [-Wpedantic]\n 46 | enum libdecor_capabilities;\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/offscreen/../wayland/SDL_waylanddyn.h:47:6: warning: ISO C forbids forward references to 'enum' types [-Wpedantic]\n 47 | enum libdecor_window_state;\n | ^\nIn file included from /tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/offscreen/SDL_offscreenvulkan.c:25:\nIn file included from /tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/offscreen/../SDL_vulkan_internal.h:40:\nIn file included from /tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/offscreen/../wayland/SDL_waylanddyn.h:84:\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/offscreen/../wayland/SDL_waylandsym.h:232:26: warning: ISO C forbids forward references to 'enum' types [-Wpedantic]\n 232 | SDL_WAYLAND_SYM_OPT(enum libdecor_wm_capabilities, libdecor_frame_get_wm_capabilities, (struct libdecor_frame *))\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/offscreen/SDL_offscreenvulkan.c:218:48: warning: unused parameter 'window' [-Wunused-parameter]\n 218 | SDL_Window *window,\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/offscreen/SDL_offscreenvulkan.c:257:44: warning: passing 'SDL_FunctionPointer' (aka 'void (*)(void)') to parameter of type 'void *' converts between void pointer and function pointer [-Wpedantic]\n 257 | SDL_Vulkan_DestroySurface_Internal(_this->vulkan_config.vkGetInstanceProcAddr, instance, surface, allocator);\n | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/video/offscreen/../SDL_vulkan_internal.h:77:54: note: passing argument to parameter 'vkGetInstanceProcAddr' here\n 77 | extern void SDL_Vulkan_DestroySurface_Internal(void *vkGetInstanceProcAddr,\n | ^\n6 warnings generated.\n[444/471] Linking CXX static library libfaset_core.a\n[445/471] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/gpu/vulkan/SDL_gpu_vulkan.c.o\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/gpu/vulkan/SDL_gpu_vulkan.c:1350:21: warning: unused parameter 'renderer' [-Wunused-parameter]\n 1350 | VulkanRenderer *renderer,\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/gpu/vulkan/SDL_gpu_vulkan.c:1820:14: warning: unused parameter 'buffer' [-Wunused-parameter]\n 1820 | VkBuffer buffer,\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/gpu/vulkan/SDL_gpu_vulkan.c:1821:13: warning: unused parameter 'image' [-Wunused-parameter]\n 1821 | VkImage image,\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/gpu/vulkan/SDL_gpu_vulkan.c:2496:21: warning: unused parameter 'renderer' [-Wunused-parameter]\n 2496 | VulkanRenderer *renderer,\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/gpu/vulkan/SDL_gpu_vulkan.c:2963:88: warning: unused parameter 'table' [-Wunused-parameter]\n 2963 | static bool SDLCALL CheckOneFramebufferForRemoval(void *userdata, const SDL_HashTable *table, const void *vkey, const void *vvalue)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/gpu/vulkan/SDL_gpu_vulkan.c:2963:125: warning: unused parameter 'vvalue' [-Wunused-parameter]\n 2963 | static bool SDLCALL CheckOneFramebufferForRemoval(void *userdata, const SDL_HashTable *table, const void *vkey, const void *vvalue)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/gpu/vulkan/SDL_gpu_vulkan.c:3332:88: warning: unused parameter 'userdata' [-Wunused-parameter]\n 3332 | static Uint32 SDLCALL VULKAN_INTERNAL_GraphicsPipelineResourceLayoutHashFunction(void *userdata, const void *key)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/gpu/vulkan/SDL_gpu_vulkan.c:3351:86: warning: unused parameter 'userdata' [-Wunused-parameter]\n 3351 | static bool SDLCALL VULKAN_INTERNAL_GraphicsPipelineResourceLayoutHashKeyMatch(void *userdata, const void *aKey, const void *bKey)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/gpu/vulkan/SDL_gpu_vulkan.c:3363:87: warning: unused parameter 'userdata' [-Wunused-parameter]\n 3363 | static Uint32 SDLCALL VULKAN_INTERNAL_ComputePipelineResourceLayoutHashFunction(void *userdata, const void *key)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/gpu/vulkan/SDL_gpu_vulkan.c:3381:85: warning: unused parameter 'userdata' [-Wunused-parameter]\n 3381 | static bool SDLCALL VULKAN_INTERNAL_ComputePipelineResourceLayoutHashKeyMatch(void *userdata, const void *aKey, const void *bKey)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/gpu/vulkan/SDL_gpu_vulkan.c:3394:77: warning: unused parameter 'userdata' [-Wunused-parameter]\n 3394 | static Uint32 SDLCALL VULKAN_INTERNAL_DescriptorSetLayoutHashFunction(void *userdata, const void *key)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/gpu/vulkan/SDL_gpu_vulkan.c:3414:75: warning: unused parameter 'userdata' [-Wunused-parameter]\n 3414 | static bool SDLCALL VULKAN_INTERNAL_DescriptorSetLayoutHashKeyMatch(void *userdata, const void *aKey, const void *bKey)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/gpu/vulkan/SDL_gpu_vulkan.c:3427:69: warning: unused parameter 'userdata' [-Wunused-parameter]\n 3427 | static Uint32 SDLCALL VULKAN_INTERNAL_CommandPoolHashFunction(void *userdata, const void *key)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/gpu/vulkan/SDL_gpu_vulkan.c:3432:67: warning: unused parameter 'userdata' [-Wunused-parameter]\n 3432 | static bool SDLCALL VULKAN_INTERNAL_CommandPoolHashKeyMatch(void *userdata, const void *aKey, const void *bKey)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/gpu/vulkan/SDL_gpu_vulkan.c:3447:68: warning: unused parameter 'userdata' [-Wunused-parameter]\n 3447 | static Uint32 SDLCALL VULKAN_INTERNAL_RenderPassHashFunction(void *userdata, const void *key)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/gpu/vulkan/SDL_gpu_vulkan.c:3479:66: warning: unused parameter 'userdata' [-Wunused-parameter]\n 3479 | static bool SDLCALL VULKAN_INTERNAL_RenderPassHashKeyMatch(void *userdata, const void *aKey, const void *bKey)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/gpu/vulkan/SDL_gpu_vulkan.c:3551:69: warning: unused parameter 'userdata' [-Wunused-parameter]\n 3551 | static Uint32 SDLCALL VULKAN_INTERNAL_FramebufferHashFunction(void *userdata, const void *key)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/gpu/vulkan/SDL_gpu_vulkan.c:3576:67: warning: unused parameter 'userdata' [-Wunused-parameter]\n 3576 | static bool SDLCALL VULKAN_INTERNAL_FramebufferHashKeyMatch(void *userdata, const void *aKey, const void *bKey)\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/gpu/vulkan/SDL_gpu_vulkan.c:6057:26: warning: unused parameter 'commandBuffer' [-Wunused-parameter]\n 6057 | VulkanCommandBuffer *commandBuffer,\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/gpu/vulkan/SDL_gpu_vulkan.c:6910:32: warning: unused parameter 'usage' [-Wunused-parameter]\n 6910 | SDL_GPUTransferBufferUsage usage,\n | ^\n/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/sdl3-src/src/gpu/vulkan/SDL_gpu_vulkan.c:11694:97: warning: unused parameter 'props' [-Wunused-parameter]\n 11694 | static SDL_GPUDevice *VULKAN_CreateDevice(bool debugMode, bool preferLowPower, SDL_PropertiesID props)\n | ^\n21 warnings generated.\n[446/471] Building CXX object CMakeFiles/faset_runtime.dir/src/runtime/Physics.cpp.o\n[447/471] Building CXX object CMakeFiles/faset_render.dir/src/render/math.cpp.o\n[448/471] Building CXX object CMakeFiles/faset_asset_data.dir/src/assets/asset_data.cpp.o\n[449/471] Building CXX object CMakeFiles/faset_render.dir/src/render/render_graph.cpp.o\n[450/471] Building CXX object CMakeFiles/faset_render.dir/src/render/renderer.cpp.o\n[451/471] Building CXX object CMakeFiles/faset_render.dir/src/render/visibility.cpp.o\n[452/471] Linking C static library _deps/box2d-build/src/libbox2dd.a\n[453/471] Linking C static library _deps/box3d-build/src/libbox3dd.a\n[454/471] Linking C static library _deps/sdl3-build/libSDL3.a\n[455/471] Building CXX object CMakeFiles/faset_runtime.dir/src/runtime/Runtime.cpp.o\n[456/471] Linking CXX static library libfaset_runtime.a\n[457/471] Linking CXX static library libfaset_asset_data.a\n[458/471] Building CXX object CMakeFiles/faset_render.dir/src/render/shader_contract.cpp.o\n[459/471] Linking CXX static library libfaset_render.a\n[460/471] Building CXX object CMakeFiles/faset_scripting_project.dir/src/scripting/project.cpp.o\n[461/471] Linking CXX static library libfaset_scripting_project.a\n[462/471] Building CXX object CMakeFiles/faset_gameplay.dir/tmp/faset-p1-workflows-20260924-3/project/.faset/cache/source-snapshots/bcd7892b1befc56ea9f2971271ee7b78dd33a74421e58f42d5a1fa4b5d84e04f/Scripts/Gameplay.cpp.o\n[463/471] Linking CXX static library libfaset_gameplay.a\n[464/471] Building CXX object CMakeFiles/faset_scene_view.dir/src/player/SceneView.cpp.o\n[465/471] Building CXX object CMakeFiles/faset_scene_view.dir/src/player/scene_io.cpp.o\n[466/471] Linking CXX static library libfaset_scene_view.a\n[467/471] Building CXX object CMakeFiles/faset_schema_exporter.dir/apps/schema_exporter_main.cpp.o\n[468/471] Linking CXX executable faset_schema_exporter\n[469/471] Building CXX object CMakeFiles/faset_player.dir/apps/player_main.cpp.o\n[470/471] Linking CXX executable faset_player\n$ \"/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/faset_schema_exporter\" \"--output\" \"/tmp/faset-p1-workflows-20260924-3/project/.faset/cache/builds/.staging-8d6cac5f-fe69-494b-b0e7-c54e0124c525/schema.json\"\n$ \"/usr/bin/ldd\" \"/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/faset_player\"\n\tlinux-vdso.so.1 (0x0000744233751000)\n\tlibvulkan.so.1 => /usr/lib/x86_64-linux-gnu/libvulkan.so.1 (0x0000744232e19000)\n\tlibm.so.6 => /usr/lib/x86_64-linux-gnu/libm.so.6 (0x0000744232cf3000)\n\tlibstdc++.so.6 => /usr/lib/x86_64-linux-gnu/libstdc++.so.6 (0x0000744232a00000)\n\tlibgcc_s.so.1 => /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 (0x0000744232cc5000)\n\tlibc.so.6 => /usr/lib/x86_64-linux-gnu/libc.so.6 (0x0000744232600000)\n\t/lib64/ld-linux-x86-64.so.2 (0x0000744233753000)\n", + "progress": 1.0, + "result": { + "build_directory": "/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug", + "configuration": "Debug", + "directory": "/tmp/faset-p1-workflows-20260924-3/project/.faset/cache/builds/8d6cac5f-fe69-494b-b0e7-c54e0124c525", + "fingerprint": "cc32868665cb6f7a4736e248ec39c4648696f93c4b6e581ddec0b17f0d87844c", + "generation": "8d6cac5f-fe69-494b-b0e7-c54e0124c525", + "generation_reused": false, + "lua_enabled": false, + "lua_fingerprint": "", + "phase_times_ms": { + "configure": 47350, + "native_build": 47407, + "schema_package": 11150, + "total": 105908 + }, + "player": "/tmp/faset-p1-workflows-20260924-3/project/.faset/cache/builds/8d6cac5f-fe69-494b-b0e7-c54e0124c525/faset_player", + "schema": "/tmp/faset-p1-workflows-20260924-3/project/.faset/cache/builds/8d6cac5f-fe69-494b-b0e7-c54e0124c525/schema.json", + "schema_cache_hit": false + }, + "stage": "Complete", + "state": "succeeded" +} diff --git a/docs/validation/p1-iteration-2026-09-24/raw/cold_configure_build-01.json b/docs/validation/p1-iteration-2026-09-24/raw/cold_configure_build-01.json new file mode 100644 index 0000000..d6076a8 --- /dev/null +++ b/docs/validation/p1-iteration-2026-09-24/raw/cold_configure_build-01.json @@ -0,0 +1,17 @@ +{ + "seconds": 106.00909288399271, + "returncode": 0, + "build_configuration": "Debug", + "source_hash": "5d419786a6861d7f14ed4eca54634694d8cd43be5dbbd60a2c6790db665c3a6a", + "command": [ + "/home/emil/Desktop/.worktrees/Faset_Engine-p1-p3/build/linux-debug/faset_editor", + "--project", + "/tmp/faset-p1-workflows-20260924-3/project", + "--command", + "{\"name\": \"faset_build\", \"arguments\": {}}", + "--wait" + ], + "stdout": "raw/cold_configure_build-01-stdout.txt", + "stderr": "raw/cold_configure_build-01-stderr.txt", + "peak_rss_kib": 399412 +} diff --git a/docs/validation/p1-iteration-2026-09-24/raw/cpp-3000-frame-lifecycle.json b/docs/validation/p1-iteration-2026-09-24/raw/cpp-3000-frame-lifecycle.json new file mode 100644 index 0000000..2e63e84 --- /dev/null +++ b/docs/validation/p1-iteration-2026-09-24/raw/cpp-3000-frame-lifecycle.json @@ -0,0 +1,63079 @@ +{ + "completed_frames": 3000, + "device": "NVIDIA GeForce RTX 2080 Ti", + "dimension": 3, + "effective_visibility_mode": "direct", + "fixed_delta_seconds": 0.016666666666666666, + "format": "faset.player-profile", + "height": 720, + "percentile_method": "nearest_rank_all_completed_frames_no_warmup_exclusion", + "presentation_mode": "offscreen", + "requested_frames": 3000, + "resource_notes": "gpu_allocated_bytes sums live Vulkan memory allocations, including alignment, excluding driver internals. texture_count includes the white fallback texture.", + "samples": [ + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.584224, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 5.927371, + "renderer_cpu_ms": 5.913525, + "renderer_readback_cpu_ms": 2.897616, + "simulation_ms": 1.799644, + "snapshot_ms": 3.746808, + "texture_count": 1, + "tick": 1, + "vertices": 576, + "wall_ms": 11.629847 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.578048, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.720271, + "renderer_cpu_ms": 2.707276, + "renderer_readback_cpu_ms": 0.462733, + "simulation_ms": 1.844399, + "snapshot_ms": 1.795257, + "texture_count": 1, + "tick": 2, + "vertices": 576, + "wall_ms": 6.375146 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 3, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.577728, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.680286, + "renderer_cpu_ms": 2.634169, + "renderer_readback_cpu_ms": 0.428839, + "simulation_ms": 1.752806, + "snapshot_ms": 1.652237, + "texture_count": 1, + "tick": 3, + "vertices": 576, + "wall_ms": 6.099686 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 4, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.577824, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.610224, + "renderer_cpu_ms": 2.596899, + "renderer_readback_cpu_ms": 0.42419, + "simulation_ms": 1.641065, + "snapshot_ms": 1.984323, + "texture_count": 1, + "tick": 4, + "vertices": 576, + "wall_ms": 6.252925 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 5, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.576992, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.63978, + "renderer_cpu_ms": 2.62431, + "renderer_readback_cpu_ms": 0.440031, + "simulation_ms": 1.779557, + "snapshot_ms": 1.660062, + "texture_count": 1, + "tick": 5, + "vertices": 576, + "wall_ms": 6.094156 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 6, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.57728, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.803438, + "renderer_cpu_ms": 2.787247, + "renderer_readback_cpu_ms": 0.552211, + "simulation_ms": 1.73889, + "snapshot_ms": 1.6596, + "texture_count": 1, + "tick": 6, + "vertices": 576, + "wall_ms": 6.220093 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 7, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.578272, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.119113, + "renderer_cpu_ms": 3.10129, + "renderer_readback_cpu_ms": 0.672699, + "simulation_ms": 1.856311, + "snapshot_ms": 1.817258, + "texture_count": 1, + "tick": 7, + "vertices": 576, + "wall_ms": 6.813482 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 8, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.578272, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.166262, + "renderer_cpu_ms": 3.148299, + "renderer_readback_cpu_ms": 0.630469, + "simulation_ms": 2.526876, + "snapshot_ms": 2.128736, + "texture_count": 1, + "tick": 8, + "vertices": 576, + "wall_ms": 7.84117 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 9, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.578528, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.22308, + "renderer_cpu_ms": 3.207029, + "renderer_readback_cpu_ms": 0.57796, + "simulation_ms": 2.111653, + "snapshot_ms": 2.118106, + "texture_count": 1, + "tick": 9, + "vertices": 576, + "wall_ms": 7.473538 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 10, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.57488, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.983939, + "renderer_cpu_ms": 2.969261, + "renderer_readback_cpu_ms": 0.477561, + "simulation_ms": 2.111182, + "snapshot_ms": 2.106323, + "texture_count": 1, + "tick": 10, + "vertices": 576, + "wall_ms": 7.219018 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 11, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.577696, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.008856, + "renderer_cpu_ms": 2.993787, + "renderer_readback_cpu_ms": 0.520262, + "simulation_ms": 2.102936, + "snapshot_ms": 2.100543, + "texture_count": 1, + "tick": 11, + "vertices": 576, + "wall_ms": 7.227994 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 12, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.577728, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.988016, + "renderer_cpu_ms": 2.971956, + "renderer_readback_cpu_ms": 0.503029, + "simulation_ms": 2.103989, + "snapshot_ms": 2.096655, + "texture_count": 1, + "tick": 12, + "vertices": 576, + "wall_ms": 7.207485 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 13, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.577952, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.167846, + "renderer_cpu_ms": 3.153098, + "renderer_readback_cpu_ms": 0.494032, + "simulation_ms": 2.091125, + "snapshot_ms": 2.037323, + "texture_count": 1, + "tick": 13, + "vertices": 576, + "wall_ms": 7.311432 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 14, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.578368, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.120146, + "renderer_cpu_ms": 3.103404, + "renderer_readback_cpu_ms": 0.475908, + "simulation_ms": 1.872852, + "snapshot_ms": 1.710988, + "texture_count": 1, + "tick": 14, + "vertices": 576, + "wall_ms": 6.720357 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 15, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.57792, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.02183, + "renderer_cpu_ms": 3.009767, + "renderer_readback_cpu_ms": 0.452824, + "simulation_ms": 1.835562, + "snapshot_ms": 1.718322, + "texture_count": 1, + "tick": 15, + "vertices": 576, + "wall_ms": 6.590642 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 16, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.578464, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.141406, + "renderer_cpu_ms": 3.123352, + "renderer_readback_cpu_ms": 0.576638, + "simulation_ms": 1.685078, + "snapshot_ms": 1.816958, + "texture_count": 1, + "tick": 16, + "vertices": 576, + "wall_ms": 6.659231 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 17, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.578432, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.517706, + "renderer_cpu_ms": 3.501134, + "renderer_readback_cpu_ms": 0.580044, + "simulation_ms": 2.367055, + "snapshot_ms": 2.399567, + "texture_count": 1, + "tick": 17, + "vertices": 576, + "wall_ms": 8.306288 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 18, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.592672, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.146065, + "renderer_cpu_ms": 3.128201, + "renderer_readback_cpu_ms": 0.527796, + "simulation_ms": 2.054876, + "snapshot_ms": 2.118095, + "texture_count": 1, + "tick": 18, + "vertices": 576, + "wall_ms": 7.336459 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 19, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.577568, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.593713, + "renderer_cpu_ms": 2.581129, + "renderer_readback_cpu_ms": 0.434279, + "simulation_ms": 2.084712, + "snapshot_ms": 2.10467, + "texture_count": 1, + "tick": 19, + "vertices": 576, + "wall_ms": 6.797592 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 20, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.584288, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.688101, + "renderer_cpu_ms": 2.674124, + "renderer_readback_cpu_ms": 0.479845, + "simulation_ms": 1.776942, + "snapshot_ms": 2.086856, + "texture_count": 1, + "tick": 20, + "vertices": 576, + "wall_ms": 6.567379 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 21, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.577152, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.829458, + "renderer_cpu_ms": 2.814129, + "renderer_readback_cpu_ms": 0.431905, + "simulation_ms": 1.809603, + "snapshot_ms": 2.242641, + "texture_count": 1, + "tick": 21, + "vertices": 576, + "wall_ms": 6.899675 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 22, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.585152, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.753344, + "renderer_cpu_ms": 2.740941, + "renderer_readback_cpu_ms": 0.511635, + "simulation_ms": 1.764638, + "snapshot_ms": 1.819172, + "texture_count": 1, + "tick": 22, + "vertices": 576, + "wall_ms": 6.353545 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 23, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.576992, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.95239, + "renderer_cpu_ms": 2.940126, + "renderer_readback_cpu_ms": 0.416636, + "simulation_ms": 1.941733, + "snapshot_ms": 2.47021, + "texture_count": 1, + "tick": 23, + "vertices": 576, + "wall_ms": 7.381134 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 24, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.57744, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.773201, + "renderer_cpu_ms": 2.755127, + "renderer_readback_cpu_ms": 0.475848, + "simulation_ms": 1.806738, + "snapshot_ms": 2.2693, + "texture_count": 1, + "tick": 24, + "vertices": 576, + "wall_ms": 6.8654 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 25, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.577408, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.682079, + "renderer_cpu_ms": 2.669425, + "renderer_readback_cpu_ms": 0.428949, + "simulation_ms": 1.992468, + "snapshot_ms": 1.712741, + "texture_count": 1, + "tick": 25, + "vertices": 576, + "wall_ms": 6.408739 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 26, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.578208, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.600455, + "renderer_cpu_ms": 2.58725, + "renderer_readback_cpu_ms": 0.422697, + "simulation_ms": 2.005974, + "snapshot_ms": 2.173169, + "texture_count": 1, + "tick": 26, + "vertices": 576, + "wall_ms": 6.795037 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 27, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.58288, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.864273, + "renderer_cpu_ms": 2.845557, + "renderer_readback_cpu_ms": 0.509411, + "simulation_ms": 1.995664, + "snapshot_ms": 1.756974, + "texture_count": 1, + "tick": 27, + "vertices": 576, + "wall_ms": 6.638302 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 28, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.57824, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.641352, + "renderer_cpu_ms": 2.627927, + "renderer_readback_cpu_ms": 0.442485, + "simulation_ms": 1.672675, + "snapshot_ms": 1.864236, + "texture_count": 1, + "tick": 28, + "vertices": 576, + "wall_ms": 6.193903 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 29, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.578016, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.757281, + "renderer_cpu_ms": 2.743836, + "renderer_readback_cpu_ms": 0.436082, + "simulation_ms": 1.799585, + "snapshot_ms": 2.159764, + "texture_count": 1, + "tick": 29, + "vertices": 576, + "wall_ms": 6.731668 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 30, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.57808, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.589645, + "renderer_cpu_ms": 2.577632, + "renderer_readback_cpu_ms": 0.464977, + "simulation_ms": 1.790969, + "snapshot_ms": 2.018397, + "texture_count": 1, + "tick": 30, + "vertices": 576, + "wall_ms": 6.413909 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 31, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.578624, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.631494, + "renderer_cpu_ms": 2.614652, + "renderer_readback_cpu_ms": 0.451251, + "simulation_ms": 1.56889, + "snapshot_ms": 2.003178, + "texture_count": 1, + "tick": 31, + "vertices": 576, + "wall_ms": 6.217829 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 32, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.578304, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.872799, + "renderer_cpu_ms": 2.85787, + "renderer_readback_cpu_ms": 0.410284, + "simulation_ms": 1.581272, + "snapshot_ms": 1.797361, + "texture_count": 1, + "tick": 32, + "vertices": 576, + "wall_ms": 6.294544 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 33, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.577824, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.925578, + "renderer_cpu_ms": 2.913746, + "renderer_readback_cpu_ms": 0.468174, + "simulation_ms": 1.679228, + "snapshot_ms": 1.636406, + "texture_count": 1, + "tick": 33, + "vertices": 576, + "wall_ms": 6.257293 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 34, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.578144, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.0386320000000002, + "renderer_cpu_ms": 3.025266, + "renderer_readback_cpu_ms": 0.473363, + "simulation_ms": 1.742617, + "snapshot_ms": 1.799925, + "texture_count": 1, + "tick": 34, + "vertices": 576, + "wall_ms": 6.597335 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 35, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.577856, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.989499, + "renderer_cpu_ms": 2.975272, + "renderer_readback_cpu_ms": 0.475357, + "simulation_ms": 1.730264, + "snapshot_ms": 1.810866, + "texture_count": 1, + "tick": 35, + "vertices": 576, + "wall_ms": 6.546398 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 36, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.584576, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.843724, + "renderer_cpu_ms": 2.828395, + "renderer_readback_cpu_ms": 0.434599, + "simulation_ms": 1.683966, + "snapshot_ms": 1.824121, + "texture_count": 1, + "tick": 36, + "vertices": 576, + "wall_ms": 6.367902 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 37, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.576896, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.155612, + "renderer_cpu_ms": 3.139171, + "renderer_readback_cpu_ms": 0.493691, + "simulation_ms": 1.64349, + "snapshot_ms": 1.871741, + "texture_count": 1, + "tick": 37, + "vertices": 576, + "wall_ms": 6.68546 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 38, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.577824, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.985001, + "renderer_cpu_ms": 2.965634, + "renderer_readback_cpu_ms": 0.53513, + "simulation_ms": 1.608694, + "snapshot_ms": 1.634413, + "texture_count": 1, + "tick": 38, + "vertices": 576, + "wall_ms": 6.24477 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 39, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.577216, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.19664, + "renderer_cpu_ms": 3.184387, + "renderer_readback_cpu_ms": 0.526934, + "simulation_ms": 1.572035, + "snapshot_ms": 1.734743, + "texture_count": 1, + "tick": 39, + "vertices": 576, + "wall_ms": 6.519468 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 40, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.57728, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.697939, + "renderer_cpu_ms": 2.665548, + "renderer_readback_cpu_ms": 0.44526, + "simulation_ms": 1.694626, + "snapshot_ms": 1.760962, + "texture_count": 1, + "tick": 40, + "vertices": 576, + "wall_ms": 6.169598 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 41, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.577728, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.879221, + "renderer_cpu_ms": 2.863451, + "renderer_readback_cpu_ms": 0.516203, + "simulation_ms": 1.715496, + "snapshot_ms": 1.827708, + "texture_count": 1, + "tick": 41, + "vertices": 576, + "wall_ms": 6.439738 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 42, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.578208, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.907575, + "renderer_cpu_ms": 2.88923, + "renderer_readback_cpu_ms": 0.604821, + "simulation_ms": 1.693976, + "snapshot_ms": 1.78131, + "texture_count": 1, + "tick": 42, + "vertices": 576, + "wall_ms": 6.399512 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 43, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.57824, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.10679, + "renderer_cpu_ms": 3.095579, + "renderer_readback_cpu_ms": 0.420403, + "simulation_ms": 2.340625, + "snapshot_ms": 2.351305, + "texture_count": 1, + "tick": 43, + "vertices": 576, + "wall_ms": 7.816644 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 44, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.578272, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.108103, + "renderer_cpu_ms": 3.091802, + "renderer_readback_cpu_ms": 0.48753, + "simulation_ms": 1.673316, + "snapshot_ms": 2.205831, + "texture_count": 1, + "tick": 44, + "vertices": 576, + "wall_ms": 7.001377 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 45, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.578144, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.406716, + "renderer_cpu_ms": 3.392349, + "renderer_readback_cpu_ms": 0.488171, + "simulation_ms": 1.700738, + "snapshot_ms": 2.378236, + "texture_count": 1, + "tick": 45, + "vertices": 576, + "wall_ms": 7.502572 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 46, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.577728, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.336414, + "renderer_cpu_ms": 3.320384, + "renderer_readback_cpu_ms": 0.59369, + "simulation_ms": 2.267617, + "snapshot_ms": 2.419314, + "texture_count": 1, + "tick": 46, + "vertices": 576, + "wall_ms": 8.038443 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 47, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.577888, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.320043, + "renderer_cpu_ms": 3.303511, + "renderer_readback_cpu_ms": 0.535019, + "simulation_ms": 2.291983, + "snapshot_ms": 2.359982, + "texture_count": 1, + "tick": 47, + "vertices": 576, + "wall_ms": 7.990713 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 48, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.577312, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.6349, + "renderer_cpu_ms": 2.620322, + "renderer_readback_cpu_ms": 0.44025, + "simulation_ms": 2.111122, + "snapshot_ms": 1.639994, + "texture_count": 1, + "tick": 48, + "vertices": 576, + "wall_ms": 6.40379 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 49, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.578144, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.722315, + "renderer_cpu_ms": 2.709551, + "renderer_readback_cpu_ms": 0.462092, + "simulation_ms": 1.680289, + "snapshot_ms": 1.698945, + "texture_count": 1, + "tick": 49, + "vertices": 576, + "wall_ms": 6.119193 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 50, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.57824, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.728026, + "renderer_cpu_ms": 2.713839, + "renderer_readback_cpu_ms": 0.463855, + "simulation_ms": 1.715536, + "snapshot_ms": 1.800997, + "texture_count": 1, + "tick": 50, + "vertices": 576, + "wall_ms": 6.258706 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 51, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.578144, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.160532, + "renderer_cpu_ms": 3.135925, + "renderer_readback_cpu_ms": 0.623246, + "simulation_ms": 1.795607, + "snapshot_ms": 1.826977, + "texture_count": 1, + "tick": 51, + "vertices": 576, + "wall_ms": 6.799115 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 52, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.577984, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.926661, + "renderer_cpu_ms": 2.907013, + "renderer_readback_cpu_ms": 0.647321, + "simulation_ms": 2.087258, + "snapshot_ms": 2.333451, + "texture_count": 1, + "tick": 52, + "vertices": 576, + "wall_ms": 7.369842 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 53, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.591616, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.843002, + "renderer_cpu_ms": 2.829388, + "renderer_readback_cpu_ms": 0.532846, + "simulation_ms": 2.245146, + "snapshot_ms": 2.029868, + "texture_count": 1, + "tick": 53, + "vertices": 576, + "wall_ms": 7.139367 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 54, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.577536, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.825019, + "renderer_cpu_ms": 2.80974, + "renderer_readback_cpu_ms": 0.539338, + "simulation_ms": 1.72295, + "snapshot_ms": 1.79717, + "texture_count": 1, + "tick": 54, + "vertices": 576, + "wall_ms": 6.362041 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 55, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.577696, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.911041, + "renderer_cpu_ms": 2.895732, + "renderer_readback_cpu_ms": 0.611564, + "simulation_ms": 1.721747, + "snapshot_ms": 1.888503, + "texture_count": 1, + "tick": 55, + "vertices": 576, + "wall_ms": 6.540187 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 56, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.576864, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.535633, + "renderer_cpu_ms": 2.522989, + "renderer_readback_cpu_ms": 0.443647, + "simulation_ms": 1.591743, + "snapshot_ms": 1.667946, + "texture_count": 1, + "tick": 56, + "vertices": 576, + "wall_ms": 5.81028 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 57, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.577472, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.713258, + "renderer_cpu_ms": 2.678092, + "renderer_readback_cpu_ms": 0.475918, + "simulation_ms": 1.576574, + "snapshot_ms": 1.663378, + "texture_count": 1, + "tick": 57, + "vertices": 576, + "wall_ms": 5.968328 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 58, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.577408, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.728607, + "renderer_cpu_ms": 2.712506, + "renderer_readback_cpu_ms": 0.523287, + "simulation_ms": 2.103838, + "snapshot_ms": 2.234105, + "texture_count": 1, + "tick": 58, + "vertices": 576, + "wall_ms": 7.083973 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 59, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.577984, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.823175, + "renderer_cpu_ms": 2.801555, + "renderer_readback_cpu_ms": 0.554265, + "simulation_ms": 2.029618, + "snapshot_ms": 2.291523, + "texture_count": 1, + "tick": 59, + "vertices": 576, + "wall_ms": 7.160757 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 60, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.579072, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.01673, + "renderer_cpu_ms": 3.001591, + "renderer_readback_cpu_ms": 0.571559, + "simulation_ms": 2.153482, + "snapshot_ms": 2.186254, + "texture_count": 1, + "tick": 60, + "vertices": 576, + "wall_ms": 7.374971 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 61, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.578592, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.859424, + "renderer_cpu_ms": 2.846359, + "renderer_readback_cpu_ms": 0.734054, + "simulation_ms": 1.822498, + "snapshot_ms": 2.098739, + "texture_count": 1, + "tick": 61, + "vertices": 576, + "wall_ms": 6.798314 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 62, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.578656, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.903607, + "renderer_cpu_ms": 2.884822, + "renderer_readback_cpu_ms": 0.760284, + "simulation_ms": 1.822017, + "snapshot_ms": 2.04626, + "texture_count": 1, + "tick": 62, + "vertices": 576, + "wall_ms": 6.786081 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 63, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.578752, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.380957, + "renderer_cpu_ms": 3.364026, + "renderer_readback_cpu_ms": 0.669563, + "simulation_ms": 1.848306, + "snapshot_ms": 2.174822, + "texture_count": 1, + "tick": 63, + "vertices": 576, + "wall_ms": 7.422301 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 64, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.583808, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.82534, + "renderer_cpu_ms": 2.812255, + "renderer_readback_cpu_ms": 0.410725, + "simulation_ms": 2.203005, + "snapshot_ms": 1.719714, + "texture_count": 1, + "tick": 64, + "vertices": 576, + "wall_ms": 6.76422 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 65, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.587488, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.868701, + "renderer_cpu_ms": 2.852812, + "renderer_readback_cpu_ms": 0.443196, + "simulation_ms": 2.156577, + "snapshot_ms": 1.734973, + "texture_count": 1, + "tick": 65, + "vertices": 576, + "wall_ms": 6.775952 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 66, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.587008, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.890212, + "renderer_cpu_ms": 2.876265, + "renderer_readback_cpu_ms": 0.413109, + "simulation_ms": 2.19437, + "snapshot_ms": 1.715335, + "texture_count": 1, + "tick": 66, + "vertices": 576, + "wall_ms": 6.814064 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 67, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.58624, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.925648, + "renderer_cpu_ms": 2.912845, + "renderer_readback_cpu_ms": 0.437205, + "simulation_ms": 2.197575, + "snapshot_ms": 1.69647, + "texture_count": 1, + "tick": 67, + "vertices": 576, + "wall_ms": 6.836335 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 68, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.577536, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.124644, + "renderer_cpu_ms": 3.109065, + "renderer_readback_cpu_ms": 0.412889, + "simulation_ms": 2.208336, + "snapshot_ms": 1.721207, + "texture_count": 1, + "tick": 68, + "vertices": 576, + "wall_ms": 7.067832 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 69, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.577344, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.218311, + "renderer_cpu_ms": 3.201258, + "renderer_readback_cpu_ms": 0.5139, + "simulation_ms": 2.128275, + "snapshot_ms": 1.753828, + "texture_count": 1, + "tick": 69, + "vertices": 576, + "wall_ms": 7.116164 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 70, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.581312, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.14404, + "renderer_cpu_ms": 3.131737, + "renderer_readback_cpu_ms": 0.460729, + "simulation_ms": 2.101244, + "snapshot_ms": 1.8609, + "texture_count": 1, + "tick": 70, + "vertices": 576, + "wall_ms": 7.123858 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 71, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.577472, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.762491, + "renderer_cpu_ms": 2.750358, + "renderer_readback_cpu_ms": 0.452974, + "simulation_ms": 1.872932, + "snapshot_ms": 1.769709, + "texture_count": 1, + "tick": 71, + "vertices": 576, + "wall_ms": 6.419739 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 72, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.57744, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.944905, + "renderer_cpu_ms": 2.932151, + "renderer_readback_cpu_ms": 0.491206, + "simulation_ms": 1.852895, + "snapshot_ms": 2.198277, + "texture_count": 1, + "tick": 72, + "vertices": 576, + "wall_ms": 7.010574 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 73, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.576192, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.787378, + "renderer_cpu_ms": 2.775806, + "renderer_readback_cpu_ms": 0.425312, + "simulation_ms": 1.970777, + "snapshot_ms": 1.921575, + "texture_count": 1, + "tick": 73, + "vertices": 576, + "wall_ms": 6.694608 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 74, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.5768, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.008155, + "renderer_cpu_ms": 2.996342, + "renderer_readback_cpu_ms": 0.459948, + "simulation_ms": 1.878664, + "snapshot_ms": 1.799324, + "texture_count": 1, + "tick": 74, + "vertices": 576, + "wall_ms": 6.70042 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 75, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.577216, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.893839, + "renderer_cpu_ms": 2.881756, + "renderer_readback_cpu_ms": 0.453506, + "simulation_ms": 1.920232, + "snapshot_ms": 1.820925, + "texture_count": 1, + "tick": 75, + "vertices": 576, + "wall_ms": 6.648692 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 76, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.578304, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.782609, + "renderer_cpu_ms": 2.770436, + "renderer_readback_cpu_ms": 0.478162, + "simulation_ms": 1.987059, + "snapshot_ms": 1.809723, + "texture_count": 1, + "tick": 76, + "vertices": 576, + "wall_ms": 6.593457 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 77, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.578272, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.669535, + "renderer_cpu_ms": 2.658826, + "renderer_readback_cpu_ms": 0.390687, + "simulation_ms": 1.8792739999999999, + "snapshot_ms": 1.789005, + "texture_count": 1, + "tick": 77, + "vertices": 576, + "wall_ms": 6.352302 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 78, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.578176, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.670748, + "renderer_cpu_ms": 2.659637, + "renderer_readback_cpu_ms": 0.456441, + "simulation_ms": 1.973793, + "snapshot_ms": 1.726547, + "texture_count": 1, + "tick": 78, + "vertices": 576, + "wall_ms": 6.385696 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 79, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.578016, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.909779, + "renderer_cpu_ms": 2.895692, + "renderer_readback_cpu_ms": 0.586907, + "simulation_ms": 1.86091, + "snapshot_ms": 1.789416, + "texture_count": 1, + "tick": 79, + "vertices": 576, + "wall_ms": 6.5737 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 80, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.5776, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.992635, + "renderer_cpu_ms": 2.976865, + "renderer_readback_cpu_ms": 0.606775, + "simulation_ms": 1.86656, + "snapshot_ms": 1.780499, + "texture_count": 1, + "tick": 80, + "vertices": 576, + "wall_ms": 6.661025 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 81, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.590016, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.808778, + "renderer_cpu_ms": 2.796986, + "renderer_readback_cpu_ms": 0.435121, + "simulation_ms": 2.088389, + "snapshot_ms": 1.920092, + "texture_count": 1, + "tick": 81, + "vertices": 576, + "wall_ms": 6.834081 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 82, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.59024, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.792578, + "renderer_cpu_ms": 2.778942, + "renderer_readback_cpu_ms": 0.448526, + "simulation_ms": 2.177899, + "snapshot_ms": 1.728851, + "texture_count": 1, + "tick": 82, + "vertices": 576, + "wall_ms": 6.715518 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 83, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.589248, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.815381, + "renderer_cpu_ms": 2.801815, + "renderer_readback_cpu_ms": 0.418339, + "simulation_ms": 2.136972, + "snapshot_ms": 1.790507, + "texture_count": 1, + "tick": 83, + "vertices": 576, + "wall_ms": 6.756865 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 84, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588992, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.886354, + "renderer_cpu_ms": 2.873761, + "renderer_readback_cpu_ms": 0.41901, + "simulation_ms": 2.14699, + "snapshot_ms": 1.78146, + "texture_count": 1, + "tick": 84, + "vertices": 576, + "wall_ms": 6.831747 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 85, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.592, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.850497, + "renderer_cpu_ms": 2.837422, + "renderer_readback_cpu_ms": 0.426194, + "simulation_ms": 2.206071, + "snapshot_ms": 1.704636, + "texture_count": 1, + "tick": 85, + "vertices": 576, + "wall_ms": 6.778015 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 86, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.577856, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.389073, + "renderer_cpu_ms": 3.373543, + "renderer_readback_cpu_ms": 0.489633, + "simulation_ms": 2.239234, + "snapshot_ms": 1.743679, + "texture_count": 1, + "tick": 86, + "vertices": 576, + "wall_ms": 7.388237 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 87, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.577216, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.162025, + "renderer_cpu_ms": 3.147698, + "renderer_readback_cpu_ms": 0.50332, + "simulation_ms": 2.1364, + "snapshot_ms": 1.807249, + "texture_count": 1, + "tick": 87, + "vertices": 576, + "wall_ms": 7.122145 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 88, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.581216, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.091932, + "renderer_cpu_ms": 3.075752, + "renderer_readback_cpu_ms": 0.516133, + "simulation_ms": 2.00391, + "snapshot_ms": 1.868835, + "texture_count": 1, + "tick": 88, + "vertices": 576, + "wall_ms": 6.981148 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 89, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.580992, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.08514, + "renderer_cpu_ms": 3.06957, + "renderer_readback_cpu_ms": 0.525611, + "simulation_ms": 1.952192, + "snapshot_ms": 1.965287, + "texture_count": 1, + "tick": 89, + "vertices": 576, + "wall_ms": 7.02407 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 90, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.577152, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.830779, + "renderer_cpu_ms": 2.813798, + "renderer_readback_cpu_ms": 0.547813, + "simulation_ms": 1.889444, + "snapshot_ms": 2.291042, + "texture_count": 1, + "tick": 90, + "vertices": 576, + "wall_ms": 7.029259 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 91, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.577184, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.997845, + "renderer_cpu_ms": 2.981504, + "renderer_readback_cpu_ms": 0.541141, + "simulation_ms": 1.748058, + "snapshot_ms": 2.500246, + "texture_count": 1, + "tick": 91, + "vertices": 576, + "wall_ms": 7.263902 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 92, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.577888, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.237637, + "renderer_cpu_ms": 3.219393, + "renderer_readback_cpu_ms": 0.599371, + "simulation_ms": 1.621047, + "snapshot_ms": 2.443379, + "texture_count": 1, + "tick": 92, + "vertices": 576, + "wall_ms": 7.317623 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 93, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.585824, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.327046, + "renderer_cpu_ms": 3.312349, + "renderer_readback_cpu_ms": 0.543685, + "simulation_ms": 1.799715, + "snapshot_ms": 2.37506, + "texture_count": 1, + "tick": 93, + "vertices": 576, + "wall_ms": 7.517991 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 94, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.57888, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.010939, + "renderer_cpu_ms": 2.996552, + "renderer_readback_cpu_ms": 0.43997000000000003, + "simulation_ms": 2.296161, + "snapshot_ms": 2.006084, + "texture_count": 1, + "tick": 94, + "vertices": 576, + "wall_ms": 7.330417 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 95, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.57792, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.838595, + "renderer_cpu_ms": 2.822293, + "renderer_readback_cpu_ms": 0.587749, + "simulation_ms": 2.264812, + "snapshot_ms": 2.27415, + "texture_count": 1, + "tick": 95, + "vertices": 576, + "wall_ms": 7.398025 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 96, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.578848, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.221387, + "renderer_cpu_ms": 2.903167, + "renderer_readback_cpu_ms": 0.547072, + "simulation_ms": 2.15783, + "snapshot_ms": 2.236208, + "texture_count": 1, + "tick": 96, + "vertices": 576, + "wall_ms": 7.635193 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 97, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.578336, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.165341, + "renderer_cpu_ms": 3.149821, + "renderer_readback_cpu_ms": 0.589162, + "simulation_ms": 1.953545, + "snapshot_ms": 2.212002, + "texture_count": 1, + "tick": 97, + "vertices": 576, + "wall_ms": 7.348903 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 98, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.581856, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.913736, + "renderer_cpu_ms": 2.900581, + "renderer_readback_cpu_ms": 0.492799, + "simulation_ms": 2.079012, + "snapshot_ms": 1.872572, + "texture_count": 1, + "tick": 98, + "vertices": 576, + "wall_ms": 6.882953 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 99, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.585344, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.993757, + "renderer_cpu_ms": 2.980832, + "renderer_readback_cpu_ms": 0.501206, + "simulation_ms": 2.232972, + "snapshot_ms": 1.755541, + "texture_count": 1, + "tick": 99, + "vertices": 576, + "wall_ms": 6.999403 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 100, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.577536, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.52579, + "renderer_cpu_ms": 3.510893, + "renderer_readback_cpu_ms": 0.519099, + "simulation_ms": 2.260363, + "snapshot_ms": 1.733851, + "texture_count": 1, + "tick": 100, + "vertices": 576, + "wall_ms": 7.535945 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 101, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.581472, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.266201, + "renderer_cpu_ms": 3.24968, + "renderer_readback_cpu_ms": 0.579784, + "simulation_ms": 2.068932, + "snapshot_ms": 1.932265, + "texture_count": 1, + "tick": 101, + "vertices": 576, + "wall_ms": 7.286324 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 102, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.578432, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.115126, + "renderer_cpu_ms": 3.098866, + "renderer_readback_cpu_ms": 0.521334, + "simulation_ms": 1.888973, + "snapshot_ms": 1.979454, + "texture_count": 1, + "tick": 102, + "vertices": 576, + "wall_ms": 7.000935 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 103, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.578304, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.700193, + "renderer_cpu_ms": 2.682811, + "renderer_readback_cpu_ms": 0.509641, + "simulation_ms": 1.794595, + "snapshot_ms": 2.292555, + "texture_count": 1, + "tick": 103, + "vertices": 576, + "wall_ms": 6.808162 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 104, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.577792, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.733777, + "renderer_cpu_ms": 2.718578, + "renderer_readback_cpu_ms": 0.491077, + "simulation_ms": 1.642608, + "snapshot_ms": 2.297354, + "texture_count": 1, + "tick": 104, + "vertices": 576, + "wall_ms": 6.690811 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 105, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.578144, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.751821, + "renderer_cpu_ms": 2.737364, + "renderer_readback_cpu_ms": 0.545969, + "simulation_ms": 1.709776, + "snapshot_ms": 2.316159, + "texture_count": 1, + "tick": 105, + "vertices": 576, + "wall_ms": 6.800879 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 106, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.576992, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.663996, + "renderer_cpu_ms": 2.638236, + "renderer_readback_cpu_ms": 0.44514, + "simulation_ms": 1.640976, + "snapshot_ms": 2.257137, + "texture_count": 1, + "tick": 106, + "vertices": 576, + "wall_ms": 6.577257 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 107, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.578496, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.654016, + "renderer_cpu_ms": 2.636724, + "renderer_readback_cpu_ms": 0.540019, + "simulation_ms": 1.663889, + "snapshot_ms": 2.243842, + "texture_count": 1, + "tick": 107, + "vertices": 576, + "wall_ms": 6.578219 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 108, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.577152, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.14894, + "renderer_cpu_ms": 3.130756, + "renderer_readback_cpu_ms": 0.569594, + "simulation_ms": 1.729583, + "snapshot_ms": 2.004731, + "texture_count": 1, + "tick": 108, + "vertices": 576, + "wall_ms": 6.898573 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 109, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.57776, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.532677, + "renderer_cpu_ms": 2.520594, + "renderer_readback_cpu_ms": 0.431484, + "simulation_ms": 2.78864, + "snapshot_ms": 1.677574, + "texture_count": 1, + "tick": 109, + "vertices": 576, + "wall_ms": 7.017858 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 110, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.577696, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.640751, + "renderer_cpu_ms": 2.631003, + "renderer_readback_cpu_ms": 0.447515, + "simulation_ms": 1.617712, + "snapshot_ms": 1.740623, + "texture_count": 1, + "tick": 110, + "vertices": 576, + "wall_ms": 6.011931 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 111, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.577952, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.570238, + "renderer_cpu_ms": 2.560641, + "renderer_readback_cpu_ms": 0.460428, + "simulation_ms": 1.695147, + "snapshot_ms": 1.73838, + "texture_count": 1, + "tick": 111, + "vertices": 576, + "wall_ms": 6.016689 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 112, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.587264, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.578273, + "renderer_cpu_ms": 2.566471, + "renderer_readback_cpu_ms": 0.422016, + "simulation_ms": 1.605539, + "snapshot_ms": 1.729422, + "texture_count": 1, + "tick": 112, + "vertices": 576, + "wall_ms": 5.925938 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 113, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.5784, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.59778, + "renderer_cpu_ms": 2.587801, + "renderer_readback_cpu_ms": 0.454287, + "simulation_ms": 1.605789, + "snapshot_ms": 1.655072, + "texture_count": 1, + "tick": 113, + "vertices": 576, + "wall_ms": 5.873509 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 114, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.578528, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.616335, + "renderer_cpu_ms": 2.605655, + "renderer_readback_cpu_ms": 0.455369, + "simulation_ms": 1.67485, + "snapshot_ms": 1.722629, + "texture_count": 1, + "tick": 114, + "vertices": 576, + "wall_ms": 6.025806 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 115, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.577632, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.664617, + "renderer_cpu_ms": 2.654047, + "renderer_readback_cpu_ms": 0.438317, + "simulation_ms": 1.597373, + "snapshot_ms": 1.656675, + "texture_count": 1, + "tick": 115, + "vertices": 576, + "wall_ms": 5.931669 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 116, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.594112, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.694233, + "renderer_cpu_ms": 2.683803, + "renderer_readback_cpu_ms": 0.465919, + "simulation_ms": 1.648049, + "snapshot_ms": 1.72821, + "texture_count": 1, + "tick": 116, + "vertices": 576, + "wall_ms": 6.082965 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 117, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.57792, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.623198, + "renderer_cpu_ms": 2.613199, + "renderer_readback_cpu_ms": 0.45065, + "simulation_ms": 1.664821, + "snapshot_ms": 1.741555, + "texture_count": 1, + "tick": 117, + "vertices": 576, + "wall_ms": 6.041887 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 118, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.57792, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.601136, + "renderer_cpu_ms": 2.591728, + "renderer_readback_cpu_ms": 0.426756, + "simulation_ms": 1.599698, + "snapshot_ms": 1.693735, + "texture_count": 1, + "tick": 118, + "vertices": 576, + "wall_ms": 5.906611 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 119, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.580256, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.607188, + "renderer_cpu_ms": 2.596938, + "renderer_readback_cpu_ms": 0.440281, + "simulation_ms": 1.591161, + "snapshot_ms": 1.651826, + "texture_count": 1, + "tick": 119, + "vertices": 576, + "wall_ms": 5.861857 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 120, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.577376, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.526837, + "renderer_cpu_ms": 2.517399, + "renderer_readback_cpu_ms": 0.430883, + "simulation_ms": 1.608734, + "snapshot_ms": 1.645093, + "texture_count": 1, + "tick": 120, + "vertices": 576, + "wall_ms": 5.792777 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 121, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.577824, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.567824, + "renderer_cpu_ms": 2.558857, + "renderer_readback_cpu_ms": 0.410745, + "simulation_ms": 1.624765, + "snapshot_ms": 1.656895, + "texture_count": 1, + "tick": 121, + "vertices": 576, + "wall_ms": 5.862529 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 122, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.578368, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.669605, + "renderer_cpu_ms": 2.649368, + "renderer_readback_cpu_ms": 0.48258, + "simulation_ms": 1.586723, + "snapshot_ms": 1.649812, + "texture_count": 1, + "tick": 122, + "vertices": 576, + "wall_ms": 5.917522 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 123, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.5776, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.604243, + "renderer_cpu_ms": 2.594875, + "renderer_readback_cpu_ms": 0.432706, + "simulation_ms": 1.612051, + "snapshot_ms": 1.665712, + "texture_count": 1, + "tick": 123, + "vertices": 576, + "wall_ms": 5.894499 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 124, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.581024, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.601016, + "renderer_cpu_ms": 2.591808, + "renderer_readback_cpu_ms": 0.434169, + "simulation_ms": 1.577525, + "snapshot_ms": 1.702522, + "texture_count": 1, + "tick": 124, + "vertices": 576, + "wall_ms": 5.893306 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 125, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.576768, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.621736, + "renderer_cpu_ms": 2.611827, + "renderer_readback_cpu_ms": 0.457433, + "simulation_ms": 1.575381, + "snapshot_ms": 1.681863, + "texture_count": 1, + "tick": 125, + "vertices": 576, + "wall_ms": 5.904639 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 126, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.577472, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.600676, + "renderer_cpu_ms": 2.590887, + "renderer_readback_cpu_ms": 0.434129, + "simulation_ms": 1.685299, + "snapshot_ms": 1.724653, + "texture_count": 1, + "tick": 126, + "vertices": 576, + "wall_ms": 6.022941 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 127, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.578976, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.761239, + "renderer_cpu_ms": 2.748444, + "renderer_readback_cpu_ms": 0.428769, + "simulation_ms": 1.59588, + "snapshot_ms": 1.699436, + "texture_count": 1, + "tick": 127, + "vertices": 576, + "wall_ms": 6.06977 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 128, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.578048, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.630392, + "renderer_cpu_ms": 2.6176179999999998, + "renderer_readback_cpu_ms": 0.463224, + "simulation_ms": 1.645834, + "snapshot_ms": 1.662045, + "texture_count": 1, + "tick": 128, + "vertices": 576, + "wall_ms": 5.952438 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 129, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.589664, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.649778, + "renderer_cpu_ms": 2.638186, + "renderer_readback_cpu_ms": 0.470096, + "simulation_ms": 1.63283, + "snapshot_ms": 1.674969, + "texture_count": 1, + "tick": 129, + "vertices": 576, + "wall_ms": 5.972295 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 130, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.578688, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.619932, + "renderer_cpu_ms": 2.610674, + "renderer_readback_cpu_ms": 0.44544, + "simulation_ms": 1.602803, + "snapshot_ms": 1.679749, + "texture_count": 1, + "tick": 130, + "vertices": 576, + "wall_ms": 5.915358 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 131, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.577824, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.651682, + "renderer_cpu_ms": 2.640761, + "renderer_readback_cpu_ms": 0.493311, + "simulation_ms": 1.630405, + "snapshot_ms": 1.688295, + "texture_count": 1, + "tick": 131, + "vertices": 576, + "wall_ms": 5.981533 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 132, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.577536, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.572563, + "renderer_cpu_ms": 2.562263, + "renderer_readback_cpu_ms": 0.423038, + "simulation_ms": 1.599978, + "snapshot_ms": 1.668147, + "texture_count": 1, + "tick": 132, + "vertices": 576, + "wall_ms": 5.854023 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 133, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.577824, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.572312, + "renderer_cpu_ms": 2.547325, + "renderer_readback_cpu_ms": 0.447825, + "simulation_ms": 1.564652, + "snapshot_ms": 1.683134, + "texture_count": 1, + "tick": 133, + "vertices": 576, + "wall_ms": 5.832983 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 134, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.577696, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.802036, + "renderer_cpu_ms": 2.791866, + "renderer_readback_cpu_ms": 0.464586, + "simulation_ms": 1.566364, + "snapshot_ms": 1.64329, + "texture_count": 1, + "tick": 134, + "vertices": 576, + "wall_ms": 6.023873 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 135, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.57856, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.612057, + "renderer_cpu_ms": 2.601828, + "renderer_readback_cpu_ms": 0.452443, + "simulation_ms": 1.573618, + "snapshot_ms": 1.641767, + "texture_count": 1, + "tick": 135, + "vertices": 576, + "wall_ms": 5.839475 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 136, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.577984, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.534351, + "renderer_cpu_ms": 2.525103, + "renderer_readback_cpu_ms": 0.45595, + "simulation_ms": 1.625196, + "snapshot_ms": 1.652166, + "texture_count": 1, + "tick": 136, + "vertices": 576, + "wall_ms": 5.823395 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 137, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.582624, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.588202, + "renderer_cpu_ms": 2.578995, + "renderer_readback_cpu_ms": 0.469576, + "simulation_ms": 1.634513, + "snapshot_ms": 1.684418, + "texture_count": 1, + "tick": 137, + "vertices": 576, + "wall_ms": 5.922221 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 138, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.577696, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.599754, + "renderer_cpu_ms": 2.589725, + "renderer_readback_cpu_ms": 0.48209, + "simulation_ms": 1.628502, + "snapshot_ms": 1.661434, + "texture_count": 1, + "tick": 138, + "vertices": 576, + "wall_ms": 5.901813 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 139, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.577568, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.586189, + "renderer_cpu_ms": 2.575949, + "renderer_readback_cpu_ms": 0.433458, + "simulation_ms": 1.634493, + "snapshot_ms": 1.657407, + "texture_count": 1, + "tick": 139, + "vertices": 576, + "wall_ms": 5.891674 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 140, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.577504, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.599584, + "renderer_cpu_ms": 2.589875, + "renderer_readback_cpu_ms": 0.420713, + "simulation_ms": 1.650794, + "snapshot_ms": 1.617711, + "texture_count": 1, + "tick": 140, + "vertices": 576, + "wall_ms": 5.881855 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 141, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.577312, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.540062, + "renderer_cpu_ms": 2.530233, + "renderer_readback_cpu_ms": 0.422757, + "simulation_ms": 1.605509, + "snapshot_ms": 1.692512, + "texture_count": 1, + "tick": 141, + "vertices": 576, + "wall_ms": 5.850486 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 142, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.577216, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.817334, + "renderer_cpu_ms": 2.806014, + "renderer_readback_cpu_ms": 0.447725, + "simulation_ms": 1.598155, + "snapshot_ms": 1.647407, + "texture_count": 1, + "tick": 142, + "vertices": 576, + "wall_ms": 6.07538 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 143, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.57728, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.56082, + "renderer_cpu_ms": 2.551473, + "renderer_readback_cpu_ms": 0.420083, + "simulation_ms": 1.580812, + "snapshot_ms": 1.667025, + "texture_count": 1, + "tick": 143, + "vertices": 576, + "wall_ms": 5.82094 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 144, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.577696, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.564698, + "renderer_cpu_ms": 2.554719, + "renderer_readback_cpu_ms": 0.488361, + "simulation_ms": 1.590069, + "snapshot_ms": 1.649151, + "texture_count": 1, + "tick": 144, + "vertices": 576, + "wall_ms": 5.816462 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 145, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.578496, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.838274, + "renderer_cpu_ms": 2.823556, + "renderer_readback_cpu_ms": 0.472471, + "simulation_ms": 1.592714, + "snapshot_ms": 1.646025, + "texture_count": 1, + "tick": 145, + "vertices": 576, + "wall_ms": 6.088845 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 146, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.577792, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.952389, + "renderer_cpu_ms": 2.936919, + "renderer_readback_cpu_ms": 0.517937, + "simulation_ms": 2.171847, + "snapshot_ms": 1.700938, + "texture_count": 1, + "tick": 146, + "vertices": 576, + "wall_ms": 6.842317 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 147, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.584, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.690466, + "renderer_cpu_ms": 2.67719, + "renderer_readback_cpu_ms": 0.441533, + "simulation_ms": 1.655703, + "snapshot_ms": 1.67539, + "texture_count": 1, + "tick": 147, + "vertices": 576, + "wall_ms": 6.037018 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 148, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.578176, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.575188, + "renderer_cpu_ms": 2.562163, + "renderer_readback_cpu_ms": 0.425963, + "simulation_ms": 1.699746, + "snapshot_ms": 1.697382, + "texture_count": 1, + "tick": 148, + "vertices": 576, + "wall_ms": 5.990049 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 149, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.5784, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.504254, + "renderer_cpu_ms": 2.492091, + "renderer_readback_cpu_ms": 0.429841, + "simulation_ms": 1.882741, + "snapshot_ms": 1.785017, + "texture_count": 1, + "tick": 149, + "vertices": 576, + "wall_ms": 6.18641 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 150, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.577824, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.701536, + "renderer_cpu_ms": 2.685615, + "renderer_readback_cpu_ms": 0.393342, + "simulation_ms": 1.931373, + "snapshot_ms": 1.751834, + "texture_count": 1, + "tick": 150, + "vertices": 576, + "wall_ms": 6.398861 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 151, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.577472, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.628549, + "renderer_cpu_ms": 2.616726, + "renderer_readback_cpu_ms": 0.420182, + "simulation_ms": 1.922356, + "snapshot_ms": 1.890676, + "texture_count": 1, + "tick": 151, + "vertices": 576, + "wall_ms": 6.45662 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 152, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.578208, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.692719, + "renderer_cpu_ms": 2.680546, + "renderer_readback_cpu_ms": 0.450009, + "simulation_ms": 1.918288, + "snapshot_ms": 1.767945, + "texture_count": 1, + "tick": 152, + "vertices": 576, + "wall_ms": 6.392408 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 153, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.58352, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.673623, + "renderer_cpu_ms": 2.6613, + "renderer_readback_cpu_ms": 0.39727, + "simulation_ms": 1.663047, + "snapshot_ms": 2.03025, + "texture_count": 1, + "tick": 153, + "vertices": 576, + "wall_ms": 6.380866 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 154, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.589376, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.922403, + "renderer_cpu_ms": 2.9068329999999998, + "renderer_readback_cpu_ms": 0.472171, + "simulation_ms": 1.640144, + "snapshot_ms": 1.993109, + "texture_count": 1, + "tick": 154, + "vertices": 576, + "wall_ms": 6.572388 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 155, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.577344, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.020869, + "renderer_cpu_ms": 3.006792, + "renderer_readback_cpu_ms": 0.499062, + "simulation_ms": 1.744571, + "snapshot_ms": 1.749971, + "texture_count": 1, + "tick": 155, + "vertices": 576, + "wall_ms": 6.531691 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 156, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.584928, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.881646, + "renderer_cpu_ms": 2.867319, + "renderer_readback_cpu_ms": 0.46635, + "simulation_ms": 2.09397, + "snapshot_ms": 2.209859, + "texture_count": 1, + "tick": 156, + "vertices": 576, + "wall_ms": 7.202546 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 157, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.579776, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.657773, + "renderer_cpu_ms": 2.645209, + "renderer_readback_cpu_ms": 0.504873, + "simulation_ms": 1.612642, + "snapshot_ms": 2.103117, + "texture_count": 1, + "tick": 157, + "vertices": 576, + "wall_ms": 6.388701 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 158, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.577312, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.900662, + "renderer_cpu_ms": 2.885874, + "renderer_readback_cpu_ms": 0.722693, + "simulation_ms": 1.605399, + "snapshot_ms": 1.969464, + "texture_count": 1, + "tick": 158, + "vertices": 576, + "wall_ms": 6.491094 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 159, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.57744, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.826882, + "renderer_cpu_ms": 2.813808, + "renderer_readback_cpu_ms": 0.63065, + "simulation_ms": 1.613824, + "snapshot_ms": 2.045047, + "texture_count": 1, + "tick": 159, + "vertices": 576, + "wall_ms": 6.505281 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 160, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.577152, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.244971, + "renderer_cpu_ms": 3.22354, + "renderer_readback_cpu_ms": 0.821489, + "simulation_ms": 1.905445, + "snapshot_ms": 1.932355, + "texture_count": 1, + "tick": 160, + "vertices": 576, + "wall_ms": 7.100113 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 161, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.578176, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.770136, + "renderer_cpu_ms": 2.751771, + "renderer_readback_cpu_ms": 0.584042, + "simulation_ms": 2.208185, + "snapshot_ms": 1.654852, + "texture_count": 1, + "tick": 161, + "vertices": 576, + "wall_ms": 6.65297 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 162, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.587808, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.002924, + "renderer_cpu_ms": 2.985571, + "renderer_readback_cpu_ms": 0.505824, + "simulation_ms": 2.606236, + "snapshot_ms": 1.699906, + "texture_count": 1, + "tick": 162, + "vertices": 576, + "wall_ms": 7.326019 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 163, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.576288, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.930227, + "renderer_cpu_ms": 2.914878, + "renderer_readback_cpu_ms": 0.503149, + "simulation_ms": 1.794726, + "snapshot_ms": 1.661264, + "texture_count": 1, + "tick": 163, + "vertices": 576, + "wall_ms": 6.404039 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 164, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.577984, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.888148, + "renderer_cpu_ms": 2.871676, + "renderer_readback_cpu_ms": 0.523518, + "simulation_ms": 1.739652, + "snapshot_ms": 1.747476, + "texture_count": 1, + "tick": 164, + "vertices": 576, + "wall_ms": 6.390895 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 165, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.578304, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.808267, + "renderer_cpu_ms": 2.78798, + "renderer_readback_cpu_ms": 0.548324, + "simulation_ms": 2.106724, + "snapshot_ms": 1.662536, + "texture_count": 1, + "tick": 165, + "vertices": 576, + "wall_ms": 6.592235 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 166, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.57776, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.795273, + "renderer_cpu_ms": 2.77777, + "renderer_readback_cpu_ms": 0.543304, + "simulation_ms": 2.084011, + "snapshot_ms": 1.704064, + "texture_count": 1, + "tick": 166, + "vertices": 576, + "wall_ms": 6.599007 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 167, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.577568, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.149371, + "renderer_cpu_ms": 3.131477, + "renderer_readback_cpu_ms": 0.552212, + "simulation_ms": 2.054375, + "snapshot_ms": 1.747757, + "texture_count": 1, + "tick": 167, + "vertices": 576, + "wall_ms": 6.969547 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 168, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.57248, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.020587, + "renderer_cpu_ms": 3.006832, + "renderer_readback_cpu_ms": 0.432196, + "simulation_ms": 2.004251, + "snapshot_ms": 1.780258, + "texture_count": 1, + "tick": 168, + "vertices": 576, + "wall_ms": 6.821126 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 169, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.578464, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.824488, + "renderer_cpu_ms": 2.809619, + "renderer_readback_cpu_ms": 0.481468, + "simulation_ms": 1.661604, + "snapshot_ms": 1.763226, + "texture_count": 1, + "tick": 169, + "vertices": 576, + "wall_ms": 6.264146 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 170, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.577728, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.647624, + "renderer_cpu_ms": 2.635211, + "renderer_readback_cpu_ms": 0.423619, + "simulation_ms": 1.674068, + "snapshot_ms": 1.693855, + "texture_count": 1, + "tick": 170, + "vertices": 576, + "wall_ms": 6.034734 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 171, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.5776, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.088646, + "renderer_cpu_ms": 3.076303, + "renderer_readback_cpu_ms": 0.490515, + "simulation_ms": 1.902919, + "snapshot_ms": 1.772474, + "texture_count": 1, + "tick": 171, + "vertices": 576, + "wall_ms": 6.778586 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 172, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.577568, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.966776, + "renderer_cpu_ms": 2.936058, + "renderer_readback_cpu_ms": 0.494703, + "simulation_ms": 1.756663, + "snapshot_ms": 1.742327, + "texture_count": 1, + "tick": 172, + "vertices": 576, + "wall_ms": 6.481666 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 173, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.577536, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.70919, + "renderer_cpu_ms": 2.696476, + "renderer_readback_cpu_ms": 0.49847, + "simulation_ms": 1.612331, + "snapshot_ms": 1.720916, + "texture_count": 1, + "tick": 173, + "vertices": 576, + "wall_ms": 6.058167 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 174, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.57792, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.753835, + "renderer_cpu_ms": 2.739588, + "renderer_readback_cpu_ms": 0.510193, + "simulation_ms": 2.467705, + "snapshot_ms": 1.87112, + "texture_count": 1, + "tick": 174, + "vertices": 576, + "wall_ms": 7.111795 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 175, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.577632, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.59227, + "renderer_cpu_ms": 2.582421, + "renderer_readback_cpu_ms": 0.368535, + "simulation_ms": 2.468046, + "snapshot_ms": 1.862914, + "texture_count": 1, + "tick": 175, + "vertices": 576, + "wall_ms": 6.93946 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 176, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.577568, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.636564, + "renderer_cpu_ms": 2.62436, + "renderer_readback_cpu_ms": 0.466129, + "simulation_ms": 2.484747, + "snapshot_ms": 1.812499, + "texture_count": 1, + "tick": 176, + "vertices": 576, + "wall_ms": 6.947976 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 177, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.577088, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.554879, + "renderer_cpu_ms": 2.538579, + "renderer_readback_cpu_ms": 0.469826, + "simulation_ms": 2.532086, + "snapshot_ms": 1.702832, + "texture_count": 1, + "tick": 177, + "vertices": 576, + "wall_ms": 6.803112 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 178, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.577696, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.623589, + "renderer_cpu_ms": 2.60777, + "renderer_readback_cpu_ms": 0.474676, + "simulation_ms": 2.239975, + "snapshot_ms": 1.671653, + "texture_count": 1, + "tick": 178, + "vertices": 576, + "wall_ms": 6.551579 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 179, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.578656, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.553476, + "renderer_cpu_ms": 2.539661, + "renderer_readback_cpu_ms": 0.472782, + "simulation_ms": 2.021803, + "snapshot_ms": 1.678877, + "texture_count": 1, + "tick": 179, + "vertices": 576, + "wall_ms": 6.269156 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 180, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.577472, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.579586, + "renderer_cpu_ms": 2.565008, + "renderer_readback_cpu_ms": 0.468203, + "simulation_ms": 2.347498, + "snapshot_ms": 1.870127, + "texture_count": 1, + "tick": 180, + "vertices": 576, + "wall_ms": 6.814274 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 181, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.577952, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.527227, + "renderer_cpu_ms": 2.510606, + "renderer_readback_cpu_ms": 0.462462, + "simulation_ms": 2.310829, + "snapshot_ms": 1.930211, + "texture_count": 1, + "tick": 181, + "vertices": 576, + "wall_ms": 6.783275 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 182, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.578272, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.687369, + "renderer_cpu_ms": 2.669386, + "renderer_readback_cpu_ms": 0.545609, + "simulation_ms": 2.32169, + "snapshot_ms": 1.880447, + "texture_count": 1, + "tick": 182, + "vertices": 576, + "wall_ms": 6.907249 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 183, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.577984, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.651561, + "renderer_cpu_ms": 2.636893, + "renderer_readback_cpu_ms": 0.45105, + "simulation_ms": 2.048514, + "snapshot_ms": 1.71226, + "texture_count": 1, + "tick": 183, + "vertices": 576, + "wall_ms": 6.428355 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 184, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.577696, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.84152, + "renderer_cpu_ms": 2.82577, + "renderer_readback_cpu_ms": 0.712665, + "simulation_ms": 2.06745, + "snapshot_ms": 1.919991, + "texture_count": 1, + "tick": 184, + "vertices": 576, + "wall_ms": 6.84387 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 185, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.577888, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.96868, + "renderer_cpu_ms": 2.95284, + "renderer_readback_cpu_ms": 0.821419, + "simulation_ms": 2.059354, + "snapshot_ms": 1.66951, + "texture_count": 1, + "tick": 185, + "vertices": 576, + "wall_ms": 6.712492 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 186, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.577472, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.70367, + "renderer_cpu_ms": 2.687109, + "renderer_readback_cpu_ms": 0.498601, + "simulation_ms": 1.984934, + "snapshot_ms": 1.657907, + "texture_count": 1, + "tick": 186, + "vertices": 576, + "wall_ms": 6.36114 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 187, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.5784, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.677321, + "renderer_cpu_ms": 2.662452, + "renderer_readback_cpu_ms": 0.515503, + "simulation_ms": 1.978122, + "snapshot_ms": 1.690779, + "texture_count": 1, + "tick": 187, + "vertices": 576, + "wall_ms": 6.362382 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 188, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.577376, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.610143, + "renderer_cpu_ms": 2.590827, + "renderer_readback_cpu_ms": 0.458074, + "simulation_ms": 1.957453, + "snapshot_ms": 1.685228, + "texture_count": 1, + "tick": 188, + "vertices": 576, + "wall_ms": 6.278423 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 189, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.578528, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.630151, + "renderer_cpu_ms": 2.614241, + "renderer_readback_cpu_ms": 0.494242, + "simulation_ms": 2.284459, + "snapshot_ms": 1.977019, + "texture_count": 1, + "tick": 189, + "vertices": 576, + "wall_ms": 6.906848 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 190, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.57824, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.592881, + "renderer_cpu_ms": 2.577152, + "renderer_readback_cpu_ms": 0.456861, + "simulation_ms": 2.015351, + "snapshot_ms": 1.709866, + "texture_count": 1, + "tick": 190, + "vertices": 576, + "wall_ms": 6.333688 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 191, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.577632, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.855045, + "renderer_cpu_ms": 2.842262, + "renderer_readback_cpu_ms": 0.438246, + "simulation_ms": 2.275953, + "snapshot_ms": 2.433451, + "texture_count": 1, + "tick": 191, + "vertices": 576, + "wall_ms": 7.582593 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 192, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.57712, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.631373, + "renderer_cpu_ms": 2.619892, + "renderer_readback_cpu_ms": 0.410585, + "simulation_ms": 2.013268, + "snapshot_ms": 1.966259, + "texture_count": 1, + "tick": 192, + "vertices": 576, + "wall_ms": 6.625157 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 193, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.576704, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.532758, + "renderer_cpu_ms": 2.520444, + "renderer_readback_cpu_ms": 0.37095, + "simulation_ms": 1.654691, + "snapshot_ms": 2.154895, + "texture_count": 1, + "tick": 193, + "vertices": 576, + "wall_ms": 6.357643 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 194, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.577856, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.873189, + "renderer_cpu_ms": 2.86235, + "renderer_readback_cpu_ms": 0.395617, + "simulation_ms": 1.703173, + "snapshot_ms": 1.715426, + "texture_count": 1, + "tick": 194, + "vertices": 576, + "wall_ms": 6.305955 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 195, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.57808, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.559468, + "renderer_cpu_ms": 2.53924, + "renderer_readback_cpu_ms": 0.384686, + "simulation_ms": 1.584629, + "snapshot_ms": 1.663387, + "texture_count": 1, + "tick": 195, + "vertices": 576, + "wall_ms": 5.822513 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 196, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.578944, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.584205, + "renderer_cpu_ms": 2.572102, + "renderer_readback_cpu_ms": 0.416596, + "simulation_ms": 1.616399, + "snapshot_ms": 1.65437, + "texture_count": 1, + "tick": 196, + "vertices": 576, + "wall_ms": 5.870654 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 197, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.5792, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.396447, + "renderer_cpu_ms": 3.384514, + "renderer_readback_cpu_ms": 0.418339, + "simulation_ms": 1.713231, + "snapshot_ms": 1.644352, + "texture_count": 1, + "tick": 197, + "vertices": 576, + "wall_ms": 6.767996 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 198, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.577824, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.301668, + "renderer_cpu_ms": 3.283373, + "renderer_readback_cpu_ms": 0.50864, + "simulation_ms": 1.687814, + "snapshot_ms": 1.644422, + "texture_count": 1, + "tick": 198, + "vertices": 576, + "wall_ms": 6.648611 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 199, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.579104, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.82573, + "renderer_cpu_ms": 2.807426, + "renderer_readback_cpu_ms": 0.546651, + "simulation_ms": 2.214276, + "snapshot_ms": 2.100102, + "texture_count": 1, + "tick": 199, + "vertices": 576, + "wall_ms": 7.156459 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 200, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.578144, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.263356, + "renderer_cpu_ms": 3.247436, + "renderer_readback_cpu_ms": 0.48775, + "simulation_ms": 2.036372, + "snapshot_ms": 2.394597, + "texture_count": 1, + "tick": 200, + "vertices": 576, + "wall_ms": 7.712609 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 201, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.57776, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.738485, + "renderer_cpu_ms": 2.725651, + "renderer_readback_cpu_ms": 0.473283, + "simulation_ms": 2.276895, + "snapshot_ms": 1.861642, + "texture_count": 1, + "tick": 201, + "vertices": 576, + "wall_ms": 6.893653 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 202, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.577696, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.825059, + "renderer_cpu_ms": 2.813287, + "renderer_readback_cpu_ms": 0.48767, + "simulation_ms": 2.29544, + "snapshot_ms": 1.902118, + "texture_count": 1, + "tick": 202, + "vertices": 576, + "wall_ms": 7.037705 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 203, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.577888, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.563496, + "renderer_cpu_ms": 2.547766, + "renderer_readback_cpu_ms": 0.452693, + "simulation_ms": 2.306892, + "snapshot_ms": 1.827557, + "texture_count": 1, + "tick": 203, + "vertices": 576, + "wall_ms": 6.714416 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 204, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.577856, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.703129, + "renderer_cpu_ms": 2.685937, + "renderer_readback_cpu_ms": 0.552493, + "simulation_ms": 2.320517, + "snapshot_ms": 1.802581, + "texture_count": 1, + "tick": 204, + "vertices": 576, + "wall_ms": 6.844651 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 205, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.577472, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.575358, + "renderer_cpu_ms": 2.565068, + "renderer_readback_cpu_ms": 0.483221, + "simulation_ms": 2.18938, + "snapshot_ms": 1.664079, + "texture_count": 1, + "tick": 205, + "vertices": 576, + "wall_ms": 6.445448 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 206, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.577472, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.55486, + "renderer_cpu_ms": 2.542977, + "renderer_readback_cpu_ms": 0.454487, + "simulation_ms": 2.269771, + "snapshot_ms": 1.900716, + "texture_count": 1, + "tick": 206, + "vertices": 576, + "wall_ms": 6.741387 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 207, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.577472, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.909925, + "renderer_cpu_ms": 3.89135, + "renderer_readback_cpu_ms": 0.901721, + "simulation_ms": 1.731546, + "snapshot_ms": 1.965919, + "texture_count": 1, + "tick": 207, + "vertices": 576, + "wall_ms": 7.623741 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 208, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.583328, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.802957, + "renderer_cpu_ms": 2.789983, + "renderer_readback_cpu_ms": 0.461891, + "simulation_ms": 2.593242, + "snapshot_ms": 2.064514, + "texture_count": 1, + "tick": 208, + "vertices": 576, + "wall_ms": 7.507982 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 209, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588128, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.806945, + "renderer_cpu_ms": 2.795143, + "renderer_readback_cpu_ms": 0.411356, + "simulation_ms": 1.935141, + "snapshot_ms": 1.947794, + "texture_count": 1, + "tick": 209, + "vertices": 576, + "wall_ms": 6.704266 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 210, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.582048, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.834387, + "renderer_cpu_ms": 2.821362, + "renderer_readback_cpu_ms": 0.451522, + "simulation_ms": 1.600359, + "snapshot_ms": 1.826545, + "texture_count": 1, + "tick": 210, + "vertices": 576, + "wall_ms": 6.275848 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 211, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.58192, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.973729, + "renderer_cpu_ms": 2.961366, + "renderer_readback_cpu_ms": 0.68933, + "simulation_ms": 1.687002, + "snapshot_ms": 1.81306, + "texture_count": 1, + "tick": 211, + "vertices": 576, + "wall_ms": 6.487477 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 212, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.582304, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.613199, + "renderer_cpu_ms": 2.601206, + "renderer_readback_cpu_ms": 0.4402, + "simulation_ms": 1.561104, + "snapshot_ms": 1.692613, + "texture_count": 1, + "tick": 212, + "vertices": 576, + "wall_ms": 5.880913 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 213, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.582848, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.736232, + "renderer_cpu_ms": 2.72498, + "renderer_readback_cpu_ms": 0.453666, + "simulation_ms": 2.186585, + "snapshot_ms": 1.826194, + "texture_count": 1, + "tick": 213, + "vertices": 576, + "wall_ms": 6.763198 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 214, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.582496, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.508602, + "renderer_cpu_ms": 2.498073, + "renderer_readback_cpu_ms": 0.386008, + "simulation_ms": 1.950208, + "snapshot_ms": 1.663789, + "texture_count": 1, + "tick": 214, + "vertices": 576, + "wall_ms": 6.136937 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 215, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.584544, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.582732, + "renderer_cpu_ms": 2.570368, + "renderer_readback_cpu_ms": 0.436383, + "simulation_ms": 1.836925, + "snapshot_ms": 1.631368, + "texture_count": 1, + "tick": 215, + "vertices": 576, + "wall_ms": 6.065411 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 216, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.582944, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.714219, + "renderer_cpu_ms": 2.69825, + "renderer_readback_cpu_ms": 0.462462, + "simulation_ms": 1.814022, + "snapshot_ms": 1.657576, + "texture_count": 1, + "tick": 216, + "vertices": 576, + "wall_ms": 6.199584 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 217, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.583008, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.628889, + "renderer_cpu_ms": 2.616736, + "renderer_readback_cpu_ms": 0.463324, + "simulation_ms": 1.826135, + "snapshot_ms": 1.88224, + "texture_count": 1, + "tick": 217, + "vertices": 576, + "wall_ms": 6.352052 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 218, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.590176, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.729599, + "renderer_cpu_ms": 2.714741, + "renderer_readback_cpu_ms": 0.547783, + "simulation_ms": 1.631748, + "snapshot_ms": 1.861932, + "texture_count": 1, + "tick": 218, + "vertices": 576, + "wall_ms": 6.237646 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 219, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.592576, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.655068, + "renderer_cpu_ms": 2.643617, + "renderer_readback_cpu_ms": 0.427787, + "simulation_ms": 1.76534, + "snapshot_ms": 2.248482, + "texture_count": 1, + "tick": 219, + "vertices": 576, + "wall_ms": 6.687063 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 220, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.591712, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.584626, + "renderer_cpu_ms": 2.569196, + "renderer_readback_cpu_ms": 0.456031, + "simulation_ms": 1.761763, + "snapshot_ms": 2.249444, + "texture_count": 1, + "tick": 220, + "vertices": 576, + "wall_ms": 6.62664 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 221, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.5832, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.179758, + "renderer_cpu_ms": 3.165381, + "renderer_readback_cpu_ms": 0.550479, + "simulation_ms": 2.197355, + "snapshot_ms": 2.322842, + "texture_count": 1, + "tick": 221, + "vertices": 576, + "wall_ms": 7.715153 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 222, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.582112, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.094597, + "renderer_cpu_ms": 3.079459, + "renderer_readback_cpu_ms": 0.527114, + "simulation_ms": 2.174251, + "snapshot_ms": 2.339193, + "texture_count": 1, + "tick": 222, + "vertices": 576, + "wall_ms": 7.622638 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 223, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.58224, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.323419, + "renderer_cpu_ms": 3.306828, + "renderer_readback_cpu_ms": 0.506144, + "simulation_ms": 2.166226, + "snapshot_ms": 2.336337, + "texture_count": 1, + "tick": 223, + "vertices": 576, + "wall_ms": 7.841461 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 224, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.582432, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.059451, + "renderer_cpu_ms": 3.044953, + "renderer_readback_cpu_ms": 0.460308, + "simulation_ms": 2.165194, + "snapshot_ms": 2.326258, + "texture_count": 1, + "tick": 224, + "vertices": 576, + "wall_ms": 7.567144 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 225, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.593792, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.131226, + "renderer_cpu_ms": 3.116849, + "renderer_readback_cpu_ms": 0.472251, + "simulation_ms": 2.15762, + "snapshot_ms": 2.315307, + "texture_count": 1, + "tick": 225, + "vertices": 576, + "wall_ms": 7.620525 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 226, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.582176, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.060623, + "renderer_cpu_ms": 3.044503, + "renderer_readback_cpu_ms": 0.463405, + "simulation_ms": 2.16845, + "snapshot_ms": 2.318183, + "texture_count": 1, + "tick": 226, + "vertices": 576, + "wall_ms": 7.562455 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 227, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.58176, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.638286, + "renderer_cpu_ms": 2.62394, + "renderer_readback_cpu_ms": 0.485957, + "simulation_ms": 3.505112, + "snapshot_ms": 2.51304, + "texture_count": 1, + "tick": 227, + "vertices": 576, + "wall_ms": 8.671998 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 228, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.589952, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.704221, + "renderer_cpu_ms": 2.691757, + "renderer_readback_cpu_ms": 0.426193, + "simulation_ms": 1.602994, + "snapshot_ms": 1.84471, + "texture_count": 1, + "tick": 228, + "vertices": 576, + "wall_ms": 6.169428 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 229, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.5832, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.635923, + "renderer_cpu_ms": 2.622607, + "renderer_readback_cpu_ms": 0.492569, + "simulation_ms": 1.655202, + "snapshot_ms": 1.840622, + "texture_count": 1, + "tick": 229, + "vertices": 576, + "wall_ms": 6.145513 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 230, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.58336, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.724569, + "renderer_cpu_ms": 2.712386, + "renderer_readback_cpu_ms": 0.422567, + "simulation_ms": 1.74414, + "snapshot_ms": 1.708282, + "texture_count": 1, + "tick": 230, + "vertices": 576, + "wall_ms": 6.192691 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 231, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.582912, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.750728, + "renderer_cpu_ms": 2.739358, + "renderer_readback_cpu_ms": 0.426976, + "simulation_ms": 1.593065, + "snapshot_ms": 1.707421, + "texture_count": 1, + "tick": 231, + "vertices": 576, + "wall_ms": 6.067956 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 232, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588544, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.609623, + "renderer_cpu_ms": 2.596267, + "renderer_readback_cpu_ms": 0.442103, + "simulation_ms": 1.629244, + "snapshot_ms": 1.701058, + "texture_count": 1, + "tick": 232, + "vertices": 576, + "wall_ms": 5.956166 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 233, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.58256, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.922182, + "renderer_cpu_ms": 2.908356, + "renderer_readback_cpu_ms": 0.633615, + "simulation_ms": 1.680239, + "snapshot_ms": 1.76522, + "texture_count": 1, + "tick": 233, + "vertices": 576, + "wall_ms": 6.39332 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 234, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.582528, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.928764, + "renderer_cpu_ms": 2.916923, + "renderer_readback_cpu_ms": 0.421956, + "simulation_ms": 1.556366, + "snapshot_ms": 1.674669, + "texture_count": 1, + "tick": 234, + "vertices": 576, + "wall_ms": 6.177533 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 235, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.582272, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.978217, + "renderer_cpu_ms": 2.966666, + "renderer_readback_cpu_ms": 0.446773, + "simulation_ms": 1.62223, + "snapshot_ms": 1.704585, + "texture_count": 1, + "tick": 235, + "vertices": 576, + "wall_ms": 6.320382 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 236, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.582432, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.540542, + "renderer_cpu_ms": 2.52866, + "renderer_readback_cpu_ms": 0.417076, + "simulation_ms": 1.856122, + "snapshot_ms": 1.724342, + "texture_count": 1, + "tick": 236, + "vertices": 576, + "wall_ms": 6.135192 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 237, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.583392, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.571942, + "renderer_cpu_ms": 2.559799, + "renderer_readback_cpu_ms": 0.419672, + "simulation_ms": 1.785278, + "snapshot_ms": 1.627349, + "texture_count": 1, + "tick": 237, + "vertices": 576, + "wall_ms": 6.000689 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 238, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.584896, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.991453, + "renderer_cpu_ms": 2.975152, + "renderer_readback_cpu_ms": 0.559966, + "simulation_ms": 1.799234, + "snapshot_ms": 1.65426, + "texture_count": 1, + "tick": 238, + "vertices": 576, + "wall_ms": 6.458974 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 239, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.582976, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.527708, + "renderer_cpu_ms": 2.516527, + "renderer_readback_cpu_ms": 0.432586, + "simulation_ms": 1.559963, + "snapshot_ms": 1.824762, + "texture_count": 1, + "tick": 239, + "vertices": 576, + "wall_ms": 5.9268 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 240, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.6064, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.628478, + "renderer_cpu_ms": 2.617216, + "renderer_readback_cpu_ms": 0.434499, + "simulation_ms": 1.661134, + "snapshot_ms": 1.819151, + "texture_count": 1, + "tick": 240, + "vertices": 576, + "wall_ms": 6.12283 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 241, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.590304, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.664606, + "renderer_cpu_ms": 2.649848, + "renderer_readback_cpu_ms": 0.456251, + "simulation_ms": 1.630626, + "snapshot_ms": 2.260194, + "texture_count": 1, + "tick": 241, + "vertices": 576, + "wall_ms": 6.568771 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 242, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.583424, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.555951, + "renderer_cpu_ms": 2.524031, + "renderer_readback_cpu_ms": 0.414311, + "simulation_ms": 1.697852, + "snapshot_ms": 2.213416, + "texture_count": 1, + "tick": 242, + "vertices": 576, + "wall_ms": 6.483319 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 243, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.58304, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.750148, + "renderer_cpu_ms": 2.73533, + "renderer_readback_cpu_ms": 0.456712, + "simulation_ms": 1.634884, + "snapshot_ms": 2.05696, + "texture_count": 1, + "tick": 243, + "vertices": 576, + "wall_ms": 6.459404 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 244, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.582688, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.690996, + "renderer_cpu_ms": 2.678051, + "renderer_readback_cpu_ms": 0.439559, + "simulation_ms": 1.74392, + "snapshot_ms": 2.066127, + "texture_count": 1, + "tick": 244, + "vertices": 576, + "wall_ms": 6.517875 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 245, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.582592, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.103704, + "renderer_cpu_ms": 3.089568, + "renderer_readback_cpu_ms": 0.45964699999999997, + "simulation_ms": 1.836744, + "snapshot_ms": 1.82336, + "texture_count": 1, + "tick": 245, + "vertices": 576, + "wall_ms": 6.779228 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 246, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.583712, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.099577, + "renderer_cpu_ms": 3.08529, + "renderer_readback_cpu_ms": 0.415884, + "simulation_ms": 1.795136, + "snapshot_ms": 1.697312, + "texture_count": 1, + "tick": 246, + "vertices": 576, + "wall_ms": 6.608065 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 247, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.583552, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.923454, + "renderer_cpu_ms": 2.908958, + "renderer_readback_cpu_ms": 0.47697, + "simulation_ms": 1.630115, + "snapshot_ms": 1.77582, + "texture_count": 1, + "tick": 247, + "vertices": 576, + "wall_ms": 6.344487 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 248, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.583104, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.057427, + "renderer_cpu_ms": 3.045124, + "renderer_readback_cpu_ms": 0.436253, + "simulation_ms": 1.656575, + "snapshot_ms": 1.697753, + "texture_count": 1, + "tick": 248, + "vertices": 576, + "wall_ms": 6.428066 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 249, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.593952, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.62373, + "renderer_cpu_ms": 2.611797, + "renderer_readback_cpu_ms": 0.403461, + "simulation_ms": 1.628131, + "snapshot_ms": 1.731987, + "texture_count": 1, + "tick": 249, + "vertices": 576, + "wall_ms": 5.999357 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 250, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.583168, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.720571, + "renderer_cpu_ms": 2.69871, + "renderer_readback_cpu_ms": 0.449178, + "simulation_ms": 1.592033, + "snapshot_ms": 1.634423, + "texture_count": 1, + "tick": 250, + "vertices": 576, + "wall_ms": 5.96407 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 251, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.582976, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.696016, + "renderer_cpu_ms": 2.684664, + "renderer_readback_cpu_ms": 0.43469, + "simulation_ms": 1.584008, + "snapshot_ms": 1.646606, + "texture_count": 1, + "tick": 251, + "vertices": 576, + "wall_ms": 5.941337 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 252, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.582592, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.601347, + "renderer_cpu_ms": 2.590416, + "renderer_readback_cpu_ms": 0.385337, + "simulation_ms": 1.670982, + "snapshot_ms": 1.666253, + "texture_count": 1, + "tick": 252, + "vertices": 576, + "wall_ms": 5.953531 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 253, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.583424, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.590486, + "renderer_cpu_ms": 2.578393, + "renderer_readback_cpu_ms": 0.458635, + "simulation_ms": 1.624204, + "snapshot_ms": 1.633051, + "texture_count": 1, + "tick": 253, + "vertices": 576, + "wall_ms": 5.862358 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 254, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.58336, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.66664, + "renderer_cpu_ms": 2.654367, + "renderer_readback_cpu_ms": 0.39765, + "simulation_ms": 1.662656, + "snapshot_ms": 1.725865, + "texture_count": 1, + "tick": 254, + "vertices": 576, + "wall_ms": 6.0703 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 255, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588064, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.909268, + "renderer_cpu_ms": 2.896884, + "renderer_readback_cpu_ms": 0.443045, + "simulation_ms": 1.637018, + "snapshot_ms": 1.720075, + "texture_count": 1, + "tick": 255, + "vertices": 576, + "wall_ms": 6.281208 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 256, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.582848, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.787398, + "renderer_cpu_ms": 2.756149, + "renderer_readback_cpu_ms": 0.515662, + "simulation_ms": 1.617591, + "snapshot_ms": 1.686251, + "texture_count": 1, + "tick": 256, + "vertices": 576, + "wall_ms": 6.105477 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 257, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.582656, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.707737, + "renderer_cpu_ms": 2.694532, + "renderer_readback_cpu_ms": 0.454627, + "simulation_ms": 1.571784, + "snapshot_ms": 1.700588, + "texture_count": 1, + "tick": 257, + "vertices": 576, + "wall_ms": 5.995008 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 258, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.585216, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.64013, + "renderer_cpu_ms": 2.627185, + "renderer_readback_cpu_ms": 0.489003, + "simulation_ms": 1.574961, + "snapshot_ms": 1.683235, + "texture_count": 1, + "tick": 258, + "vertices": 576, + "wall_ms": 5.912793 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 259, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.582368, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.659607, + "renderer_cpu_ms": 2.643347, + "renderer_readback_cpu_ms": 0.537123, + "simulation_ms": 1.583417, + "snapshot_ms": 1.681502, + "texture_count": 1, + "tick": 259, + "vertices": 576, + "wall_ms": 5.939223 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 260, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.582208, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.697088, + "renderer_cpu_ms": 2.685806, + "renderer_readback_cpu_ms": 0.433748, + "simulation_ms": 1.575331, + "snapshot_ms": 1.626138, + "texture_count": 1, + "tick": 260, + "vertices": 576, + "wall_ms": 5.911932 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 261, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.581728, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.556382, + "renderer_cpu_ms": 2.545131, + "renderer_readback_cpu_ms": 0.387992, + "simulation_ms": 1.641246, + "snapshot_ms": 1.626168, + "texture_count": 1, + "tick": 261, + "vertices": 576, + "wall_ms": 5.838293 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 262, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.580768, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.637275, + "renderer_cpu_ms": 2.618289, + "renderer_readback_cpu_ms": 0.512737, + "simulation_ms": 1.663408, + "snapshot_ms": 1.63295, + "texture_count": 1, + "tick": 262, + "vertices": 576, + "wall_ms": 5.947279 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 263, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.582688, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.593082, + "renderer_cpu_ms": 2.580828, + "renderer_readback_cpu_ms": 0.404132, + "simulation_ms": 1.629634, + "snapshot_ms": 1.810295, + "texture_count": 1, + "tick": 263, + "vertices": 576, + "wall_ms": 6.049281 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 264, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.597536, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.685807, + "renderer_cpu_ms": 2.673834, + "renderer_readback_cpu_ms": 0.444769, + "simulation_ms": 1.614736, + "snapshot_ms": 1.720786, + "texture_count": 1, + "tick": 264, + "vertices": 576, + "wall_ms": 6.038591 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 265, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.583328, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.713268, + "renderer_cpu_ms": 2.69843, + "renderer_readback_cpu_ms": 0.50319, + "simulation_ms": 1.607271, + "snapshot_ms": 1.668438, + "texture_count": 1, + "tick": 265, + "vertices": 576, + "wall_ms": 6.003154 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 266, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.583168, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.680145, + "renderer_cpu_ms": 2.66653, + "renderer_readback_cpu_ms": 0.403582, + "simulation_ms": 1.591452, + "snapshot_ms": 1.660423, + "texture_count": 1, + "tick": 266, + "vertices": 576, + "wall_ms": 5.94835 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 267, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.591744, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.569106, + "renderer_cpu_ms": 2.558416, + "renderer_readback_cpu_ms": 0.376901, + "simulation_ms": 1.631719, + "snapshot_ms": 1.669208, + "texture_count": 1, + "tick": 267, + "vertices": 576, + "wall_ms": 5.885572 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 268, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.58224, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.638807, + "renderer_cpu_ms": 2.625442, + "renderer_readback_cpu_ms": 0.428098, + "simulation_ms": 1.62249, + "snapshot_ms": 1.701881, + "texture_count": 1, + "tick": 268, + "vertices": 576, + "wall_ms": 5.977225 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 269, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.583104, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.916271, + "renderer_cpu_ms": 2.904699, + "renderer_readback_cpu_ms": 0.453285, + "simulation_ms": 1.623493, + "snapshot_ms": 1.785878, + "texture_count": 1, + "tick": 269, + "vertices": 576, + "wall_ms": 6.342614 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 270, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.583072, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.542777, + "renderer_cpu_ms": 2.531626, + "renderer_readback_cpu_ms": 0.40308, + "simulation_ms": 1.671463, + "snapshot_ms": 1.671082, + "texture_count": 1, + "tick": 270, + "vertices": 576, + "wall_ms": 5.899619 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 271, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.583488, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.651742, + "renderer_cpu_ms": 2.638196, + "renderer_readback_cpu_ms": 0.468434, + "simulation_ms": 1.654421, + "snapshot_ms": 1.629143, + "texture_count": 1, + "tick": 271, + "vertices": 576, + "wall_ms": 5.950244 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 272, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.584096, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.754296, + "renderer_cpu_ms": 2.73541, + "renderer_readback_cpu_ms": 0.483352, + "simulation_ms": 1.604336, + "snapshot_ms": 1.72285, + "texture_count": 1, + "tick": 272, + "vertices": 576, + "wall_ms": 6.096911 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 273, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.584256, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.091061, + "renderer_cpu_ms": 3.077636, + "renderer_readback_cpu_ms": 0.463083, + "simulation_ms": 1.725204, + "snapshot_ms": 2.252799, + "texture_count": 1, + "tick": 273, + "vertices": 576, + "wall_ms": 7.084473 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 274, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.583136, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.577612, + "renderer_cpu_ms": 2.564487, + "renderer_readback_cpu_ms": 0.428909, + "simulation_ms": 2.073311, + "snapshot_ms": 2.158452, + "texture_count": 1, + "tick": 274, + "vertices": 576, + "wall_ms": 6.824603 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 275, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.5832, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.534801, + "renderer_cpu_ms": 2.521756, + "renderer_readback_cpu_ms": 0.394635, + "simulation_ms": 1.573618, + "snapshot_ms": 1.782473, + "texture_count": 1, + "tick": 275, + "vertices": 576, + "wall_ms": 5.90584 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 276, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.583744, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.574596, + "renderer_cpu_ms": 2.562994, + "renderer_readback_cpu_ms": 0.428629, + "simulation_ms": 1.586552, + "snapshot_ms": 1.729443, + "texture_count": 1, + "tick": 276, + "vertices": 576, + "wall_ms": 5.907102 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 277, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.582688, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.665438, + "renderer_cpu_ms": 2.652684, + "renderer_readback_cpu_ms": 0.41367, + "simulation_ms": 1.586883, + "snapshot_ms": 1.632279, + "texture_count": 1, + "tick": 277, + "vertices": 576, + "wall_ms": 5.898065 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 278, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.59584, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.602439, + "renderer_cpu_ms": 2.591819, + "renderer_readback_cpu_ms": 0.380327, + "simulation_ms": 1.710917, + "snapshot_ms": 1.774187, + "texture_count": 1, + "tick": 278, + "vertices": 576, + "wall_ms": 6.101068 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 279, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.583168, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.721423, + "renderer_cpu_ms": 2.707287, + "renderer_readback_cpu_ms": 0.48769, + "simulation_ms": 1.603835, + "snapshot_ms": 1.65889, + "texture_count": 1, + "tick": 279, + "vertices": 576, + "wall_ms": 5.997012 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 280, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.583552, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.609803, + "renderer_cpu_ms": 2.593021, + "renderer_readback_cpu_ms": 0.448686, + "simulation_ms": 1.608223, + "snapshot_ms": 1.647137, + "texture_count": 1, + "tick": 280, + "vertices": 576, + "wall_ms": 5.880382 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 281, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.583744, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.879682, + "renderer_cpu_ms": 2.869222, + "renderer_readback_cpu_ms": 0.422677, + "simulation_ms": 1.634944, + "snapshot_ms": 1.683105, + "texture_count": 1, + "tick": 281, + "vertices": 576, + "wall_ms": 6.216667 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 282, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.583616, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.647614, + "renderer_cpu_ms": 2.63487, + "renderer_readback_cpu_ms": 0.378414, + "simulation_ms": 1.652367, + "snapshot_ms": 1.630906, + "texture_count": 1, + "tick": 282, + "vertices": 576, + "wall_ms": 5.944664 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 283, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.585248, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.589444, + "renderer_cpu_ms": 2.577653, + "renderer_readback_cpu_ms": 0.46102, + "simulation_ms": 1.66978, + "snapshot_ms": 1.630425, + "texture_count": 1, + "tick": 283, + "vertices": 576, + "wall_ms": 5.902694 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 284, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.583584, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.584746, + "renderer_cpu_ms": 2.574096, + "renderer_readback_cpu_ms": 0.373484, + "simulation_ms": 1.596521, + "snapshot_ms": 1.738951, + "texture_count": 1, + "tick": 284, + "vertices": 576, + "wall_ms": 5.935306 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 285, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.583712, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.652994, + "renderer_cpu_ms": 2.64008, + "renderer_readback_cpu_ms": 0.42978, + "simulation_ms": 1.57979, + "snapshot_ms": 1.678997, + "texture_count": 1, + "tick": 285, + "vertices": 576, + "wall_ms": 5.926449 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 286, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.58352, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.730841, + "renderer_cpu_ms": 2.718448, + "renderer_readback_cpu_ms": 0.441553, + "simulation_ms": 1.599798, + "snapshot_ms": 1.634333, + "texture_count": 1, + "tick": 286, + "vertices": 576, + "wall_ms": 5.979739 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 287, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.590272, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.673643, + "renderer_cpu_ms": 2.662362, + "renderer_readback_cpu_ms": 0.437475, + "simulation_ms": 1.593296, + "snapshot_ms": 1.727959, + "texture_count": 1, + "tick": 287, + "vertices": 576, + "wall_ms": 6.0102969999999996 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 288, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.583424, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.745819, + "renderer_cpu_ms": 2.734067, + "renderer_readback_cpu_ms": 0.541982, + "simulation_ms": 1.57955, + "snapshot_ms": 1.644782, + "texture_count": 1, + "tick": 288, + "vertices": 576, + "wall_ms": 5.98564 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 289, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.5832, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.636062, + "renderer_cpu_ms": 2.623259, + "renderer_readback_cpu_ms": 0.470989, + "simulation_ms": 1.665622, + "snapshot_ms": 1.63314, + "texture_count": 1, + "tick": 289, + "vertices": 576, + "wall_ms": 5.948741 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 290, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.582784, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.089437, + "renderer_cpu_ms": 3.04827, + "renderer_readback_cpu_ms": 0.439208, + "simulation_ms": 1.695248, + "snapshot_ms": 1.641527, + "texture_count": 1, + "tick": 290, + "vertices": 576, + "wall_ms": 6.44152 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 291, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.583168, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.484356, + "renderer_cpu_ms": 2.473446, + "renderer_readback_cpu_ms": 0.37608, + "simulation_ms": 1.700999, + "snapshot_ms": 1.662255, + "texture_count": 1, + "tick": 291, + "vertices": 576, + "wall_ms": 5.864262 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 292, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.5864, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.568916, + "renderer_cpu_ms": 2.556562, + "renderer_readback_cpu_ms": 0.420834, + "simulation_ms": 1.811167, + "snapshot_ms": 1.636998, + "texture_count": 1, + "tick": 292, + "vertices": 576, + "wall_ms": 6.032309 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 293, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.583424, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.525173, + "renderer_cpu_ms": 2.5129, + "renderer_readback_cpu_ms": 0.405515, + "simulation_ms": 1.766162, + "snapshot_ms": 1.745132, + "texture_count": 1, + "tick": 293, + "vertices": 576, + "wall_ms": 6.049982 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 294, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.582944, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.520956, + "renderer_cpu_ms": 2.509364, + "renderer_readback_cpu_ms": 0.39744, + "simulation_ms": 1.756834, + "snapshot_ms": 1.757364, + "texture_count": 1, + "tick": 294, + "vertices": 576, + "wall_ms": 6.049692 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 295, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.59168, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.022542, + "renderer_cpu_ms": 3.010549, + "renderer_readback_cpu_ms": 0.451843, + "simulation_ms": 1.584248, + "snapshot_ms": 1.803773, + "texture_count": 1, + "tick": 295, + "vertices": 576, + "wall_ms": 6.423808 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 296, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.583328, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.759185, + "renderer_cpu_ms": 2.748074, + "renderer_readback_cpu_ms": 0.424942, + "simulation_ms": 1.59565, + "snapshot_ms": 1.800236, + "texture_count": 1, + "tick": 296, + "vertices": 576, + "wall_ms": 6.169538 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 297, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.605568, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.715933, + "renderer_cpu_ms": 2.704171, + "renderer_readback_cpu_ms": 0.42373, + "simulation_ms": 1.634043, + "snapshot_ms": 1.826064, + "texture_count": 1, + "tick": 297, + "vertices": 576, + "wall_ms": 6.19198 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 298, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.602784, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.735631, + "renderer_cpu_ms": 2.71958, + "renderer_readback_cpu_ms": 0.468574, + "simulation_ms": 1.600779, + "snapshot_ms": 1.816597, + "texture_count": 1, + "tick": 298, + "vertices": 576, + "wall_ms": 6.167815 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 299, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.583072, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.879542, + "renderer_cpu_ms": 2.868751, + "renderer_readback_cpu_ms": 0.492088, + "simulation_ms": 1.620988, + "snapshot_ms": 1.647147, + "texture_count": 1, + "tick": 299, + "vertices": 576, + "wall_ms": 6.163095 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 300, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.583104, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.847011, + "renderer_cpu_ms": 2.833044, + "renderer_readback_cpu_ms": 0.436233, + "simulation_ms": 1.55814, + "snapshot_ms": 1.658388, + "texture_count": 1, + "tick": 300, + "vertices": 576, + "wall_ms": 6.093655 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 301, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.583296, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.7039, + "renderer_cpu_ms": 2.68759, + "renderer_readback_cpu_ms": 0.490786, + "simulation_ms": 1.62234, + "snapshot_ms": 1.657286, + "texture_count": 1, + "tick": 301, + "vertices": 576, + "wall_ms": 5.999497 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 302, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.583328, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.256784, + "renderer_cpu_ms": 3.238068, + "renderer_readback_cpu_ms": 0.533526, + "simulation_ms": 2.033656, + "snapshot_ms": 1.739852, + "texture_count": 1, + "tick": 302, + "vertices": 576, + "wall_ms": 7.046753 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 303, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.583424, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.086081, + "renderer_cpu_ms": 3.07454, + "renderer_readback_cpu_ms": 0.434069, + "simulation_ms": 1.669249, + "snapshot_ms": 1.631688, + "texture_count": 1, + "tick": 303, + "vertices": 576, + "wall_ms": 6.403409 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 304, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.583392, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.545372, + "renderer_cpu_ms": 2.53405, + "renderer_readback_cpu_ms": 0.387551, + "simulation_ms": 1.653279, + "snapshot_ms": 1.648499, + "texture_count": 1, + "tick": 304, + "vertices": 576, + "wall_ms": 5.862228 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 305, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.586656, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.912393, + "renderer_cpu_ms": 2.901052, + "renderer_readback_cpu_ms": 0.414331, + "simulation_ms": 1.761312, + "snapshot_ms": 1.670582, + "texture_count": 1, + "tick": 305, + "vertices": 576, + "wall_ms": 6.36158 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 306, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.58368, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.697097, + "renderer_cpu_ms": 2.684203, + "renderer_readback_cpu_ms": 0.436624, + "simulation_ms": 1.57976, + "snapshot_ms": 1.747706, + "texture_count": 1, + "tick": 306, + "vertices": 576, + "wall_ms": 6.039873 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 307, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.581984, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.742012, + "renderer_cpu_ms": 2.73, + "renderer_readback_cpu_ms": 0.468664, + "simulation_ms": 1.582526, + "snapshot_ms": 1.716848, + "texture_count": 1, + "tick": 307, + "vertices": 576, + "wall_ms": 6.055622 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 308, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.584, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.783981, + "renderer_cpu_ms": 2.771578, + "renderer_readback_cpu_ms": 0.445591, + "simulation_ms": 1.58525, + "snapshot_ms": 1.624855, + "texture_count": 1, + "tick": 308, + "vertices": 576, + "wall_ms": 6.008955 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 309, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.583776, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.87855, + "renderer_cpu_ms": 2.863822, + "renderer_readback_cpu_ms": 0.443576, + "simulation_ms": 1.596702, + "snapshot_ms": 1.636857, + "texture_count": 1, + "tick": 309, + "vertices": 576, + "wall_ms": 6.128691 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 310, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.584128, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.665608, + "renderer_cpu_ms": 2.652754, + "renderer_readback_cpu_ms": 0.431885, + "simulation_ms": 1.593255, + "snapshot_ms": 1.668718, + "texture_count": 1, + "tick": 310, + "vertices": 576, + "wall_ms": 5.942569 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 311, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.582976, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.753995, + "renderer_cpu_ms": 2.740099, + "renderer_readback_cpu_ms": 0.553534, + "simulation_ms": 1.670962, + "snapshot_ms": 1.667245, + "texture_count": 1, + "tick": 311, + "vertices": 576, + "wall_ms": 6.108082 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 312, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.583232, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.712466, + "renderer_cpu_ms": 2.696557, + "renderer_readback_cpu_ms": 0.480756, + "simulation_ms": 1.56422, + "snapshot_ms": 1.654491, + "texture_count": 1, + "tick": 312, + "vertices": 576, + "wall_ms": 5.946046 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 313, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.58304, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.772299, + "renderer_cpu_ms": 2.760978, + "renderer_readback_cpu_ms": 0.421084, + "simulation_ms": 1.652136, + "snapshot_ms": 1.636157, + "texture_count": 1, + "tick": 313, + "vertices": 576, + "wall_ms": 6.07559 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 314, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.583936, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.650429, + "renderer_cpu_ms": 2.626484, + "renderer_readback_cpu_ms": 0.399784, + "simulation_ms": 1.767784, + "snapshot_ms": 1.700237, + "texture_count": 1, + "tick": 314, + "vertices": 576, + "wall_ms": 6.133409 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 315, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.586208, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.891033, + "renderer_cpu_ms": 2.879631, + "renderer_readback_cpu_ms": 0.419671, + "simulation_ms": 1.641947, + "snapshot_ms": 1.654621, + "texture_count": 1, + "tick": 315, + "vertices": 576, + "wall_ms": 6.203942 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 316, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.586592, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.653936, + "renderer_cpu_ms": 2.628889, + "renderer_readback_cpu_ms": 0.437135, + "simulation_ms": 1.72795, + "snapshot_ms": 1.704194, + "texture_count": 1, + "tick": 316, + "vertices": 576, + "wall_ms": 6.101309 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 317, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.589024, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.551072, + "renderer_cpu_ms": 2.539611, + "renderer_readback_cpu_ms": 0.419631, + "simulation_ms": 1.578938, + "snapshot_ms": 1.698554, + "texture_count": 1, + "tick": 317, + "vertices": 576, + "wall_ms": 5.845577 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 318, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.621056, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.162215, + "renderer_cpu_ms": 3.147678, + "renderer_readback_cpu_ms": 0.492398, + "simulation_ms": 1.571043, + "snapshot_ms": 1.942654, + "texture_count": 1, + "tick": 318, + "vertices": 576, + "wall_ms": 6.690951 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 319, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.58384, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.211748, + "renderer_cpu_ms": 3.197662, + "renderer_readback_cpu_ms": 0.594151, + "simulation_ms": 1.586964, + "snapshot_ms": 1.734932, + "texture_count": 1, + "tick": 319, + "vertices": 576, + "wall_ms": 6.552941 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 320, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.584096, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.834206, + "renderer_cpu_ms": 2.819659, + "renderer_readback_cpu_ms": 0.444869, + "simulation_ms": 1.661064, + "snapshot_ms": 1.733029, + "texture_count": 1, + "tick": 320, + "vertices": 576, + "wall_ms": 6.245651 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 321, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.58352, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.747182, + "renderer_cpu_ms": 2.729489, + "renderer_readback_cpu_ms": 0.479544, + "simulation_ms": 1.60636, + "snapshot_ms": 1.840151, + "texture_count": 1, + "tick": 321, + "vertices": 576, + "wall_ms": 6.209473 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 322, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.622208, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.800593, + "renderer_cpu_ms": 2.784943, + "renderer_readback_cpu_ms": 0.452363, + "simulation_ms": 1.626508, + "snapshot_ms": 1.843859, + "texture_count": 1, + "tick": 322, + "vertices": 576, + "wall_ms": 6.288973 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 323, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.586464, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.779553, + "renderer_cpu_ms": 2.76734, + "renderer_readback_cpu_ms": 0.43467, + "simulation_ms": 1.931634, + "snapshot_ms": 1.805225, + "texture_count": 1, + "tick": 323, + "vertices": 576, + "wall_ms": 6.537021 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 324, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.583488, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.823916, + "renderer_cpu_ms": 2.810352, + "renderer_readback_cpu_ms": 0.460208, + "simulation_ms": 1.641176, + "snapshot_ms": 1.667645, + "texture_count": 1, + "tick": 324, + "vertices": 576, + "wall_ms": 6.147656 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 325, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.583328, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.833475, + "renderer_cpu_ms": 2.815931, + "renderer_readback_cpu_ms": 0.462432, + "simulation_ms": 1.608293, + "snapshot_ms": 1.708483, + "texture_count": 1, + "tick": 325, + "vertices": 576, + "wall_ms": 6.16495 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 326, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.583552, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.773732, + "renderer_cpu_ms": 2.760387, + "renderer_readback_cpu_ms": 0.417377, + "simulation_ms": 2.040519, + "snapshot_ms": 1.711558, + "texture_count": 1, + "tick": 326, + "vertices": 576, + "wall_ms": 6.542782 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 327, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.58336, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.899289, + "renderer_cpu_ms": 2.886174, + "renderer_readback_cpu_ms": 0.571779, + "simulation_ms": 1.9025589999999999, + "snapshot_ms": 1.714875, + "texture_count": 1, + "tick": 327, + "vertices": 576, + "wall_ms": 6.535798 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 328, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.582272, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.015368, + "renderer_cpu_ms": 3.000219, + "renderer_readback_cpu_ms": 0.534188, + "simulation_ms": 1.847545, + "snapshot_ms": 1.948615, + "texture_count": 1, + "tick": 328, + "vertices": 576, + "wall_ms": 6.828881 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 329, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.582624, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.528349, + "renderer_cpu_ms": 2.514614, + "renderer_readback_cpu_ms": 0.457473, + "simulation_ms": 1.681172, + "snapshot_ms": 1.7021, + "texture_count": 1, + "tick": 329, + "vertices": 576, + "wall_ms": 5.927611 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 330, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.583136, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.061615, + "renderer_cpu_ms": 3.043401, + "renderer_readback_cpu_ms": 0.530781, + "simulation_ms": 2.025119, + "snapshot_ms": 1.661374, + "texture_count": 1, + "tick": 330, + "vertices": 576, + "wall_ms": 6.763478 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 331, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.583104, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.900741, + "renderer_cpu_ms": 2.885483, + "renderer_readback_cpu_ms": 0.481709, + "simulation_ms": 2.066348, + "snapshot_ms": 1.6965, + "texture_count": 1, + "tick": 331, + "vertices": 576, + "wall_ms": 6.681152 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 332, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.58384, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.934365, + "renderer_cpu_ms": 2.919127, + "renderer_readback_cpu_ms": 0.46147, + "simulation_ms": 2.021393, + "snapshot_ms": 1.688405, + "texture_count": 1, + "tick": 332, + "vertices": 576, + "wall_ms": 6.659051 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 333, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.583776, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.02722, + "renderer_cpu_ms": 3.014877, + "renderer_readback_cpu_ms": 0.499953, + "simulation_ms": 2.033205, + "snapshot_ms": 1.677214, + "texture_count": 1, + "tick": 333, + "vertices": 576, + "wall_ms": 6.752697 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 334, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.583456, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.852751, + "renderer_cpu_ms": 2.840357, + "renderer_readback_cpu_ms": 0.410675, + "simulation_ms": 2.041971, + "snapshot_ms": 1.671413, + "texture_count": 1, + "tick": 334, + "vertices": 576, + "wall_ms": 6.582948 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 335, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.584288, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.295126, + "renderer_cpu_ms": 3.277312, + "renderer_readback_cpu_ms": 0.484123, + "simulation_ms": 1.731577, + "snapshot_ms": 2.22677, + "texture_count": 1, + "tick": 335, + "vertices": 576, + "wall_ms": 7.267158 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 336, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.583776, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.884671, + "renderer_cpu_ms": 2.870474, + "renderer_readback_cpu_ms": 0.472982, + "simulation_ms": 1.797611, + "snapshot_ms": 1.665341, + "texture_count": 1, + "tick": 336, + "vertices": 576, + "wall_ms": 6.364265 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 337, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.584096, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.038241, + "renderer_cpu_ms": 3.023483, + "renderer_readback_cpu_ms": 0.526092, + "simulation_ms": 1.656234, + "snapshot_ms": 1.654712, + "texture_count": 1, + "tick": 337, + "vertices": 576, + "wall_ms": 6.363724 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 338, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.586688, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.691577, + "renderer_cpu_ms": 2.671088, + "renderer_readback_cpu_ms": 0.561409, + "simulation_ms": 1.730003, + "snapshot_ms": 1.640154, + "texture_count": 1, + "tick": 338, + "vertices": 576, + "wall_ms": 6.077935 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 339, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.587328, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.76715, + "renderer_cpu_ms": 2.752452, + "renderer_readback_cpu_ms": 0.455329, + "simulation_ms": 1.799795, + "snapshot_ms": 1.776621, + "texture_count": 1, + "tick": 339, + "vertices": 576, + "wall_ms": 6.363964 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 340, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.584384, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.598211, + "renderer_cpu_ms": 2.583724, + "renderer_readback_cpu_ms": 0.460128, + "simulation_ms": 1.920933, + "snapshot_ms": 1.645915, + "texture_count": 1, + "tick": 340, + "vertices": 576, + "wall_ms": 6.182432 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 341, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.614272, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.563576, + "renderer_cpu_ms": 2.55027, + "renderer_readback_cpu_ms": 0.393934, + "simulation_ms": 1.925312, + "snapshot_ms": 1.653489, + "texture_count": 1, + "tick": 341, + "vertices": 576, + "wall_ms": 6.158788 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 342, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.5904, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.648856, + "renderer_cpu_ms": 2.636924, + "renderer_readback_cpu_ms": 0.431654, + "simulation_ms": 1.895716, + "snapshot_ms": 1.746094, + "texture_count": 1, + "tick": 342, + "vertices": 576, + "wall_ms": 6.306426 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 343, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.583904, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.494405, + "renderer_cpu_ms": 2.482623, + "renderer_readback_cpu_ms": 0.388993, + "simulation_ms": 1.687694, + "snapshot_ms": 1.952543, + "texture_count": 1, + "tick": 343, + "vertices": 576, + "wall_ms": 6.149901 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 344, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.583872, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.675256, + "renderer_cpu_ms": 2.659337, + "renderer_readback_cpu_ms": 0.500103, + "simulation_ms": 1.662496, + "snapshot_ms": 1.65378, + "texture_count": 1, + "tick": 344, + "vertices": 576, + "wall_ms": 6.007071 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 345, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.595296, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.774293, + "renderer_cpu_ms": 2.759355, + "renderer_readback_cpu_ms": 0.518659, + "simulation_ms": 1.767644, + "snapshot_ms": 1.760802, + "texture_count": 1, + "tick": 345, + "vertices": 576, + "wall_ms": 6.323047 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 346, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.58352, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.765527, + "renderer_cpu_ms": 2.752572, + "renderer_readback_cpu_ms": 0.40276, + "simulation_ms": 1.683516, + "snapshot_ms": 1.703062, + "texture_count": 1, + "tick": 346, + "vertices": 576, + "wall_ms": 6.170219 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 347, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.594432, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.833746, + "renderer_cpu_ms": 2.822353, + "renderer_readback_cpu_ms": 0.385206, + "simulation_ms": 1.924049, + "snapshot_ms": 2.061278, + "texture_count": 1, + "tick": 347, + "vertices": 576, + "wall_ms": 6.83345 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 348, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.584608, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.093065, + "renderer_cpu_ms": 3.081673, + "renderer_readback_cpu_ms": 0.374166, + "simulation_ms": 1.558299, + "snapshot_ms": 1.923499, + "texture_count": 1, + "tick": 348, + "vertices": 576, + "wall_ms": 6.591334 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 349, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.597152, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.649067, + "renderer_cpu_ms": 2.637856, + "renderer_readback_cpu_ms": 0.403151, + "simulation_ms": 2.207835, + "snapshot_ms": 2.110371, + "texture_count": 1, + "tick": 349, + "vertices": 576, + "wall_ms": 6.984605 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 350, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.593888, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.080591, + "renderer_cpu_ms": 3.065042, + "renderer_readback_cpu_ms": 0.514741, + "simulation_ms": 1.691992, + "snapshot_ms": 2.285962, + "texture_count": 1, + "tick": 350, + "vertices": 576, + "wall_ms": 7.074014 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 351, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.58416, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.619681, + "renderer_cpu_ms": 2.60805, + "renderer_readback_cpu_ms": 0.397079, + "simulation_ms": 2.372135, + "snapshot_ms": 1.945199, + "texture_count": 1, + "tick": 351, + "vertices": 576, + "wall_ms": 6.954949 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 352, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.590208, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.585567, + "renderer_cpu_ms": 2.573735, + "renderer_readback_cpu_ms": 0.405034, + "simulation_ms": 1.620878, + "snapshot_ms": 1.986317, + "texture_count": 1, + "tick": 352, + "vertices": 576, + "wall_ms": 6.206146 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 353, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.584064, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.833014, + "renderer_cpu_ms": 2.820199, + "renderer_readback_cpu_ms": 0.420774, + "simulation_ms": 1.586402, + "snapshot_ms": 1.726717, + "texture_count": 1, + "tick": 353, + "vertices": 576, + "wall_ms": 6.159849 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 354, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.583584, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.885432, + "renderer_cpu_ms": 2.87336, + "renderer_readback_cpu_ms": 0.45052, + "simulation_ms": 1.636908, + "snapshot_ms": 1.678065, + "texture_count": 1, + "tick": 354, + "vertices": 576, + "wall_ms": 6.216606 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 355, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.58384, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.708119, + "renderer_cpu_ms": 2.694433, + "renderer_readback_cpu_ms": 0.491918, + "simulation_ms": 1.63812, + "snapshot_ms": 1.673106, + "texture_count": 1, + "tick": 355, + "vertices": 576, + "wall_ms": 6.033341 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 356, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.584128, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.139683, + "renderer_cpu_ms": 3.121407, + "renderer_readback_cpu_ms": 0.75829, + "simulation_ms": 1.585881, + "snapshot_ms": 1.707822, + "texture_count": 1, + "tick": 356, + "vertices": 576, + "wall_ms": 6.449476 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 357, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.584288, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.517309, + "renderer_cpu_ms": 2.506579, + "renderer_readback_cpu_ms": 0.389275, + "simulation_ms": 1.930802, + "snapshot_ms": 1.661334, + "texture_count": 1, + "tick": 357, + "vertices": 576, + "wall_ms": 6.129612 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 358, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.582944, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.527437, + "renderer_cpu_ms": 2.513581, + "renderer_readback_cpu_ms": 0.438487, + "simulation_ms": 1.59553, + "snapshot_ms": 1.674167, + "texture_count": 1, + "tick": 358, + "vertices": 576, + "wall_ms": 5.812284 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 359, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.590272, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.642444, + "renderer_cpu_ms": 2.62963, + "renderer_readback_cpu_ms": 0.438457, + "simulation_ms": 1.637439, + "snapshot_ms": 1.767394, + "texture_count": 1, + "tick": 359, + "vertices": 576, + "wall_ms": 6.062766 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 360, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.596832, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.617768, + "renderer_cpu_ms": 2.602318, + "renderer_readback_cpu_ms": 0.464026, + "simulation_ms": 1.582115, + "snapshot_ms": 1.69122, + "texture_count": 1, + "tick": 360, + "vertices": 576, + "wall_ms": 5.908736 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 361, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.583328, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.615694, + "renderer_cpu_ms": 2.599894, + "renderer_readback_cpu_ms": 0.481679, + "simulation_ms": 1.580721, + "snapshot_ms": 1.654081, + "texture_count": 1, + "tick": 361, + "vertices": 576, + "wall_ms": 5.866726 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 362, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.597216, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.526746, + "renderer_cpu_ms": 2.514643, + "renderer_readback_cpu_ms": 0.398772, + "simulation_ms": 1.598165, + "snapshot_ms": 1.703533, + "texture_count": 1, + "tick": 362, + "vertices": 576, + "wall_ms": 5.846739 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 363, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.583904, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.58723, + "renderer_cpu_ms": 2.574817, + "renderer_readback_cpu_ms": 0.428608, + "simulation_ms": 1.719864, + "snapshot_ms": 1.684968, + "texture_count": 1, + "tick": 363, + "vertices": 576, + "wall_ms": 6.0053280000000004 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 364, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.58384, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.606196, + "renderer_cpu_ms": 2.592531, + "renderer_readback_cpu_ms": 0.423689, + "simulation_ms": 1.641135, + "snapshot_ms": 2.28986, + "texture_count": 1, + "tick": 364, + "vertices": 576, + "wall_ms": 6.552029 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 365, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.584, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.659156, + "renderer_cpu_ms": 2.647584, + "renderer_readback_cpu_ms": 0.475467, + "simulation_ms": 1.575532, + "snapshot_ms": 1.6435, + "texture_count": 1, + "tick": 365, + "vertices": 576, + "wall_ms": 5.893327 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 366, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.585824, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.616766, + "renderer_cpu_ms": 2.604453, + "renderer_readback_cpu_ms": 0.431333, + "simulation_ms": 1.75479, + "snapshot_ms": 1.71786, + "texture_count": 1, + "tick": 366, + "vertices": 576, + "wall_ms": 6.104094 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 367, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588832, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.817344, + "renderer_cpu_ms": 2.805812, + "renderer_readback_cpu_ms": 0.50355, + "simulation_ms": 1.60096, + "snapshot_ms": 1.643159, + "texture_count": 1, + "tick": 367, + "vertices": 576, + "wall_ms": 6.076432 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 368, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.584672, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.554168, + "renderer_cpu_ms": 2.541965, + "renderer_readback_cpu_ms": 0.405766, + "simulation_ms": 1.589138, + "snapshot_ms": 1.632529, + "texture_count": 1, + "tick": 368, + "vertices": 576, + "wall_ms": 5.789551 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 369, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.594336, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.651963, + "renderer_cpu_ms": 2.639659, + "renderer_readback_cpu_ms": 0.439789, + "simulation_ms": 1.639763, + "snapshot_ms": 1.814423, + "texture_count": 1, + "tick": 369, + "vertices": 576, + "wall_ms": 6.120866 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 370, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.583872, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.538188, + "renderer_cpu_ms": 2.527358, + "renderer_readback_cpu_ms": 0.432576, + "simulation_ms": 1.634463, + "snapshot_ms": 1.663608, + "texture_count": 1, + "tick": 370, + "vertices": 576, + "wall_ms": 5.852018 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 371, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.593184, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.853863, + "renderer_cpu_ms": 2.83117, + "renderer_readback_cpu_ms": 0.638946, + "simulation_ms": 1.563449, + "snapshot_ms": 1.640996, + "texture_count": 1, + "tick": 371, + "vertices": 576, + "wall_ms": 6.072665 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 372, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.58384, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.527667, + "renderer_cpu_ms": 2.516076, + "renderer_readback_cpu_ms": 0.399063, + "simulation_ms": 2.084342, + "snapshot_ms": 1.979844, + "texture_count": 1, + "tick": 372, + "vertices": 576, + "wall_ms": 6.612042 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 373, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.58496, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.614702, + "renderer_cpu_ms": 2.60303, + "renderer_readback_cpu_ms": 0.404973, + "simulation_ms": 1.614135, + "snapshot_ms": 1.737487, + "texture_count": 1, + "tick": 373, + "vertices": 576, + "wall_ms": 5.980381 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 374, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.58416, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.68259, + "renderer_cpu_ms": 2.665939, + "renderer_readback_cpu_ms": 0.422798, + "simulation_ms": 1.631929, + "snapshot_ms": 1.68595, + "texture_count": 1, + "tick": 374, + "vertices": 576, + "wall_ms": 6.013383 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 375, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.58384, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.897666, + "renderer_cpu_ms": 2.882768, + "renderer_readback_cpu_ms": 0.507878, + "simulation_ms": 1.596922, + "snapshot_ms": 1.823791, + "texture_count": 1, + "tick": 375, + "vertices": 576, + "wall_ms": 6.333076 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 376, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.584256, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.750979, + "renderer_cpu_ms": 2.738265, + "renderer_readback_cpu_ms": 0.464837, + "simulation_ms": 1.993921, + "snapshot_ms": 1.86052, + "texture_count": 1, + "tick": 376, + "vertices": 576, + "wall_ms": 6.620799 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 377, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.583968, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.756379, + "renderer_cpu_ms": 2.741221, + "renderer_readback_cpu_ms": 0.488061, + "simulation_ms": 2.0598359999999998, + "snapshot_ms": 1.681522, + "texture_count": 1, + "tick": 377, + "vertices": 576, + "wall_ms": 6.511613 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 378, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.584064, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.687449, + "renderer_cpu_ms": 2.669476, + "renderer_readback_cpu_ms": 0.513608, + "simulation_ms": 2.101815, + "snapshot_ms": 1.934038, + "texture_count": 1, + "tick": 378, + "vertices": 576, + "wall_ms": 6.739433 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 379, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.583744, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.735821, + "renderer_cpu_ms": 2.720091, + "renderer_readback_cpu_ms": 0.558664, + "simulation_ms": 2.081245, + "snapshot_ms": 1.671443, + "texture_count": 1, + "tick": 379, + "vertices": 576, + "wall_ms": 6.524047 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 380, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.583936, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.670657, + "renderer_cpu_ms": 2.653375, + "renderer_readback_cpu_ms": 0.523247, + "simulation_ms": 2.1627, + "snapshot_ms": 1.667455, + "texture_count": 1, + "tick": 380, + "vertices": 576, + "wall_ms": 6.516762 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 381, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.583648, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.857611, + "renderer_cpu_ms": 2.842051, + "renderer_readback_cpu_ms": 0.567931, + "simulation_ms": 2.233733, + "snapshot_ms": 1.665482, + "texture_count": 1, + "tick": 381, + "vertices": 576, + "wall_ms": 6.774489 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 382, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.583808, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.730742, + "renderer_cpu_ms": 2.718118, + "renderer_readback_cpu_ms": 0.462603, + "simulation_ms": 2.156408, + "snapshot_ms": 1.65385, + "texture_count": 1, + "tick": 382, + "vertices": 576, + "wall_ms": 6.556538 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 383, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.584544, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.725651, + "renderer_cpu_ms": 2.71454, + "renderer_readback_cpu_ms": 0.459867, + "simulation_ms": 2.198357, + "snapshot_ms": 1.852354, + "texture_count": 1, + "tick": 383, + "vertices": 576, + "wall_ms": 6.792923 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 384, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.584032, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.729659, + "renderer_cpu_ms": 2.713087, + "renderer_readback_cpu_ms": 0.529238, + "simulation_ms": 2.200731, + "snapshot_ms": 1.953275, + "texture_count": 1, + "tick": 384, + "vertices": 576, + "wall_ms": 6.897711 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 385, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.58384, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.684093, + "renderer_cpu_ms": 2.672531, + "renderer_readback_cpu_ms": 0.457222, + "simulation_ms": 2.165154, + "snapshot_ms": 1.65391, + "texture_count": 1, + "tick": 385, + "vertices": 576, + "wall_ms": 6.519398 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 386, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.584352, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.670688, + "renderer_cpu_ms": 2.659356, + "renderer_readback_cpu_ms": 0.454066, + "simulation_ms": 2.178921, + "snapshot_ms": 1.901747, + "texture_count": 1, + "tick": 386, + "vertices": 576, + "wall_ms": 6.767386 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 387, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.583968, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.750469, + "renderer_cpu_ms": 2.735761, + "renderer_readback_cpu_ms": 0.518137, + "simulation_ms": 2.153642, + "snapshot_ms": 1.961921, + "texture_count": 1, + "tick": 387, + "vertices": 576, + "wall_ms": 6.880519 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 388, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.583872, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.632907, + "renderer_cpu_ms": 2.619722, + "renderer_readback_cpu_ms": 0.459347, + "simulation_ms": 2.16833, + "snapshot_ms": 1.658408, + "texture_count": 1, + "tick": 388, + "vertices": 576, + "wall_ms": 6.477128 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 389, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.584224, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.668945, + "renderer_cpu_ms": 2.657403, + "renderer_readback_cpu_ms": 0.44524, + "simulation_ms": 2.202855, + "snapshot_ms": 1.910384, + "texture_count": 1, + "tick": 389, + "vertices": 576, + "wall_ms": 6.797713 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 390, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.584352, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.605675, + "renderer_cpu_ms": 2.590927, + "renderer_readback_cpu_ms": 0.394094, + "simulation_ms": 1.672555, + "snapshot_ms": 1.661204, + "texture_count": 1, + "tick": 390, + "vertices": 576, + "wall_ms": 5.955534 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 391, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.583904, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.601978, + "renderer_cpu_ms": 2.588272, + "renderer_readback_cpu_ms": 0.438638, + "simulation_ms": 1.593406, + "snapshot_ms": 1.628742, + "texture_count": 1, + "tick": 391, + "vertices": 576, + "wall_ms": 5.838744 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 392, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.584576, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.62412, + "renderer_cpu_ms": 2.598281, + "renderer_readback_cpu_ms": 0.418379, + "simulation_ms": 1.654, + "snapshot_ms": 1.631006, + "texture_count": 1, + "tick": 392, + "vertices": 576, + "wall_ms": 5.924826 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 393, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.583776, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.516317, + "renderer_cpu_ms": 2.503843, + "renderer_readback_cpu_ms": 0.395917, + "simulation_ms": 1.649662, + "snapshot_ms": 1.668668, + "texture_count": 1, + "tick": 393, + "vertices": 576, + "wall_ms": 5.848723 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 394, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.583616, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.959162, + "renderer_cpu_ms": 2.940627, + "renderer_readback_cpu_ms": 0.478853, + "simulation_ms": 1.658018, + "snapshot_ms": 1.722819, + "texture_count": 1, + "tick": 394, + "vertices": 576, + "wall_ms": 6.355288 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 395, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.584256, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.163728, + "renderer_cpu_ms": 3.151034, + "renderer_readback_cpu_ms": 0.40301, + "simulation_ms": 1.629493, + "snapshot_ms": 1.883513, + "texture_count": 1, + "tick": 395, + "vertices": 576, + "wall_ms": 6.691182 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 396, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.583904, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.103534, + "renderer_cpu_ms": 3.091211, + "renderer_readback_cpu_ms": 0.399854, + "simulation_ms": 1.634804, + "snapshot_ms": 1.939659, + "texture_count": 1, + "tick": 396, + "vertices": 576, + "wall_ms": 6.694047 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 397, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.586304, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.914117, + "renderer_cpu_ms": 2.902635, + "renderer_readback_cpu_ms": 0.431624, + "simulation_ms": 1.631418, + "snapshot_ms": 1.880537, + "texture_count": 1, + "tick": 397, + "vertices": 576, + "wall_ms": 6.440839 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 398, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.584416, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.653916, + "renderer_cpu_ms": 2.642304, + "renderer_readback_cpu_ms": 0.404132, + "simulation_ms": 1.591061, + "snapshot_ms": 1.851192, + "texture_count": 1, + "tick": 398, + "vertices": 576, + "wall_ms": 6.113391 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 399, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.584672, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.82018, + "renderer_cpu_ms": 2.80443, + "renderer_readback_cpu_ms": 0.444819, + "simulation_ms": 1.644352, + "snapshot_ms": 1.790157, + "texture_count": 1, + "tick": 399, + "vertices": 576, + "wall_ms": 6.268465 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 400, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.585504, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.786286, + "renderer_cpu_ms": 2.770787, + "renderer_readback_cpu_ms": 0.48787, + "simulation_ms": 1.665201, + "snapshot_ms": 1.678276, + "texture_count": 1, + "tick": 400, + "vertices": 576, + "wall_ms": 6.148418 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 401, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.584736, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.787278, + "renderer_cpu_ms": 2.77281, + "renderer_readback_cpu_ms": 0.49831, + "simulation_ms": 1.976658, + "snapshot_ms": 1.697222, + "texture_count": 1, + "tick": 401, + "vertices": 576, + "wall_ms": 6.479382 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 402, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.585408, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.755888, + "renderer_cpu_ms": 2.737634, + "renderer_readback_cpu_ms": 0.567832, + "simulation_ms": 2.06267, + "snapshot_ms": 1.664721, + "texture_count": 1, + "tick": 402, + "vertices": 576, + "wall_ms": 6.498588 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 403, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.58512, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.96362, + "renderer_cpu_ms": 2.948461, + "renderer_readback_cpu_ms": 0.547343, + "simulation_ms": 2.100532, + "snapshot_ms": 1.726617, + "texture_count": 1, + "tick": 403, + "vertices": 576, + "wall_ms": 6.80721 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 404, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.58496, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.892005, + "renderer_cpu_ms": 2.875674, + "renderer_readback_cpu_ms": 0.533206, + "simulation_ms": 1.846503, + "snapshot_ms": 1.995874, + "texture_count": 1, + "tick": 404, + "vertices": 576, + "wall_ms": 6.751796 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 405, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.585216, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.739979, + "renderer_cpu_ms": 2.725692, + "renderer_readback_cpu_ms": 0.472, + "simulation_ms": 2.204108, + "snapshot_ms": 1.766872, + "texture_count": 1, + "tick": 405, + "vertices": 576, + "wall_ms": 6.726579 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 406, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.584608, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.906543, + "renderer_cpu_ms": 2.887467, + "renderer_readback_cpu_ms": 0.584192, + "simulation_ms": 1.667415, + "snapshot_ms": 1.810876, + "texture_count": 1, + "tick": 406, + "vertices": 576, + "wall_ms": 6.398991 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 407, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.58496, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.930759, + "renderer_cpu_ms": 2.919377, + "renderer_readback_cpu_ms": 0.516665, + "simulation_ms": 2.093388, + "snapshot_ms": 2.046421, + "texture_count": 1, + "tick": 407, + "vertices": 576, + "wall_ms": 7.088491 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 408, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.58432, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.961657, + "renderer_cpu_ms": 2.948712, + "renderer_readback_cpu_ms": 0.506235, + "simulation_ms": 1.793232, + "snapshot_ms": 1.930813, + "texture_count": 1, + "tick": 408, + "vertices": 576, + "wall_ms": 6.70057 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 409, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.584192, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.893317, + "renderer_cpu_ms": 2.881054, + "renderer_readback_cpu_ms": 0.518518, + "simulation_ms": 1.668648, + "snapshot_ms": 2.045979, + "texture_count": 1, + "tick": 409, + "vertices": 576, + "wall_ms": 6.622993 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 410, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.584672, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.989589, + "renderer_cpu_ms": 2.97379, + "renderer_readback_cpu_ms": 0.591245, + "simulation_ms": 1.684177, + "snapshot_ms": 1.673788, + "texture_count": 1, + "tick": 410, + "vertices": 576, + "wall_ms": 6.36188 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 411, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.584448, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.204024, + "renderer_cpu_ms": 3.190719, + "renderer_readback_cpu_ms": 0.54102, + "simulation_ms": 1.684738, + "snapshot_ms": 1.749169, + "texture_count": 1, + "tick": 411, + "vertices": 576, + "wall_ms": 6.654342 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 412, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.584224, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.207239, + "renderer_cpu_ms": 3.191821, + "renderer_readback_cpu_ms": 0.492699, + "simulation_ms": 1.589097, + "snapshot_ms": 1.811187, + "texture_count": 1, + "tick": 412, + "vertices": 576, + "wall_ms": 6.623463 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 413, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.584224, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.134222, + "renderer_cpu_ms": 3.118643, + "renderer_readback_cpu_ms": 0.483592, + "simulation_ms": 1.589198, + "snapshot_ms": 1.78126, + "texture_count": 1, + "tick": 413, + "vertices": 576, + "wall_ms": 6.522543 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 414, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.584352, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.034494, + "renderer_cpu_ms": 3.020608, + "renderer_readback_cpu_ms": 0.452614, + "simulation_ms": 1.640194, + "snapshot_ms": 1.811738, + "texture_count": 1, + "tick": 414, + "vertices": 576, + "wall_ms": 6.503317 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 415, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.583808, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.874763, + "renderer_cpu_ms": 2.862429, + "renderer_readback_cpu_ms": 0.623746, + "simulation_ms": 1.984323, + "snapshot_ms": 1.702672, + "texture_count": 1, + "tick": 415, + "vertices": 576, + "wall_ms": 6.577307 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 416, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.5848, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.014266, + "renderer_cpu_ms": 2.999858, + "renderer_readback_cpu_ms": 0.575756, + "simulation_ms": 1.773345, + "snapshot_ms": 1.706419, + "texture_count": 1, + "tick": 416, + "vertices": 576, + "wall_ms": 6.509549 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 417, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.58528, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.034694, + "renderer_cpu_ms": 3.017713, + "renderer_readback_cpu_ms": 0.68372, + "simulation_ms": 1.767153, + "snapshot_ms": 1.908871, + "texture_count": 1, + "tick": 417, + "vertices": 576, + "wall_ms": 6.744803 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 418, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.584928, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.939725, + "renderer_cpu_ms": 2.925338, + "renderer_readback_cpu_ms": 0.640759, + "simulation_ms": 1.835723, + "snapshot_ms": 1.882862, + "texture_count": 1, + "tick": 418, + "vertices": 576, + "wall_ms": 6.675883 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 419, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.585312, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.622417, + "renderer_cpu_ms": 2.611466, + "renderer_readback_cpu_ms": 0.402629, + "simulation_ms": 1.677485, + "snapshot_ms": 1.783624, + "texture_count": 1, + "tick": 419, + "vertices": 576, + "wall_ms": 6.098143 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 420, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.58848, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.925369, + "renderer_cpu_ms": 2.910821, + "renderer_readback_cpu_ms": 0.505483, + "simulation_ms": 1.694116, + "snapshot_ms": 1.699826, + "texture_count": 1, + "tick": 420, + "vertices": 576, + "wall_ms": 6.338176 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 421, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.58544, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.881134, + "renderer_cpu_ms": 2.867378, + "renderer_readback_cpu_ms": 0.533677, + "simulation_ms": 1.817107, + "snapshot_ms": 1.760551, + "texture_count": 1, + "tick": 421, + "vertices": 576, + "wall_ms": 6.473711 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 422, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.584672, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.911732, + "renderer_cpu_ms": 2.895602, + "renderer_readback_cpu_ms": 0.515363, + "simulation_ms": 1.96105, + "snapshot_ms": 1.713572, + "texture_count": 1, + "tick": 422, + "vertices": 576, + "wall_ms": 6.601823 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 423, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.584512, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.934044, + "renderer_cpu_ms": 2.904829, + "renderer_readback_cpu_ms": 0.482531, + "simulation_ms": 1.904553, + "snapshot_ms": 1.79729, + "texture_count": 1, + "tick": 423, + "vertices": 576, + "wall_ms": 6.65347 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 424, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.585632, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.939084, + "renderer_cpu_ms": 2.92649, + "renderer_readback_cpu_ms": 0.564335, + "simulation_ms": 1.896387, + "snapshot_ms": 1.710486, + "texture_count": 1, + "tick": 424, + "vertices": 576, + "wall_ms": 6.561197 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 425, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.5864, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.916261, + "renderer_cpu_ms": 2.90017, + "renderer_readback_cpu_ms": 0.5088, + "simulation_ms": 1.889284, + "snapshot_ms": 1.722058, + "texture_count": 1, + "tick": 425, + "vertices": 576, + "wall_ms": 6.542832 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 426, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.585632, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.976284, + "renderer_cpu_ms": 2.961607, + "renderer_readback_cpu_ms": 0.631832, + "simulation_ms": 1.960939, + "snapshot_ms": 1.825553, + "texture_count": 1, + "tick": 426, + "vertices": 576, + "wall_ms": 6.777875 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 427, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.610176, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.870424, + "renderer_cpu_ms": 2.858302, + "renderer_readback_cpu_ms": 0.548584, + "simulation_ms": 1.891478, + "snapshot_ms": 1.736035, + "texture_count": 1, + "tick": 427, + "vertices": 576, + "wall_ms": 6.512625 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 428, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.59392, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.684253, + "renderer_cpu_ms": 2.672311, + "renderer_readback_cpu_ms": 0.419201, + "simulation_ms": 1.880026, + "snapshot_ms": 1.743519, + "texture_count": 1, + "tick": 428, + "vertices": 576, + "wall_ms": 6.323828 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 429, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.592704, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.715702, + "renderer_cpu_ms": 2.70328, + "renderer_readback_cpu_ms": 0.411156, + "simulation_ms": 2.071327, + "snapshot_ms": 1.792441, + "texture_count": 1, + "tick": 429, + "vertices": 576, + "wall_ms": 6.593978 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 430, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.584896, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.639078, + "renderer_cpu_ms": 2.625753, + "renderer_readback_cpu_ms": 0.405685, + "simulation_ms": 1.964897, + "snapshot_ms": 1.757104, + "texture_count": 1, + "tick": 430, + "vertices": 576, + "wall_ms": 6.375476 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 431, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588064, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.588001, + "renderer_cpu_ms": 2.573615, + "renderer_readback_cpu_ms": 0.430522, + "simulation_ms": 1.63811, + "snapshot_ms": 1.702441, + "texture_count": 1, + "tick": 431, + "vertices": 576, + "wall_ms": 5.943661 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 432, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.590752, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.962649, + "renderer_cpu_ms": 2.950756, + "renderer_readback_cpu_ms": 0.426996, + "simulation_ms": 1.700027, + "snapshot_ms": 1.683365, + "texture_count": 1, + "tick": 432, + "vertices": 576, + "wall_ms": 6.363654 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 433, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.584768, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.674785, + "renderer_cpu_ms": 2.663975, + "renderer_readback_cpu_ms": 0.418629, + "simulation_ms": 1.661424, + "snapshot_ms": 2.106553, + "texture_count": 1, + "tick": 433, + "vertices": 576, + "wall_ms": 6.456849 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 434, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.586336, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.628829, + "renderer_cpu_ms": 2.614171, + "renderer_readback_cpu_ms": 0.439449, + "simulation_ms": 1.596782, + "snapshot_ms": 2.084552, + "texture_count": 1, + "tick": 434, + "vertices": 576, + "wall_ms": 6.326424 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 435, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.585152, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.967067, + "renderer_cpu_ms": 2.952509, + "renderer_readback_cpu_ms": 0.502828, + "simulation_ms": 1.716268, + "snapshot_ms": 2.040308, + "texture_count": 1, + "tick": 435, + "vertices": 576, + "wall_ms": 6.738782 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 436, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.585216, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.890613, + "renderer_cpu_ms": 2.876205, + "renderer_readback_cpu_ms": 0.41882, + "simulation_ms": 1.794084, + "snapshot_ms": 1.760691, + "texture_count": 1, + "tick": 436, + "vertices": 576, + "wall_ms": 6.461268 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 437, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.585472, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.880654, + "renderer_cpu_ms": 2.86805, + "renderer_readback_cpu_ms": 0.415123, + "simulation_ms": 1.641566, + "snapshot_ms": 1.676142, + "texture_count": 1, + "tick": 437, + "vertices": 576, + "wall_ms": 6.214232 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 438, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.584768, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.899239, + "renderer_cpu_ms": 2.886024, + "renderer_readback_cpu_ms": 0.493691, + "simulation_ms": 1.602212, + "snapshot_ms": 1.68552, + "texture_count": 1, + "tick": 438, + "vertices": 576, + "wall_ms": 6.201277 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 439, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.58592, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.167605, + "renderer_cpu_ms": 3.154139, + "renderer_readback_cpu_ms": 0.505764, + "simulation_ms": 1.625977, + "snapshot_ms": 1.632329, + "texture_count": 1, + "tick": 439, + "vertices": 576, + "wall_ms": 6.439978 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 440, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.584608, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.736973, + "renderer_cpu_ms": 2.72504, + "renderer_readback_cpu_ms": 0.398511, + "simulation_ms": 1.55852, + "snapshot_ms": 1.706418, + "texture_count": 1, + "tick": 440, + "vertices": 576, + "wall_ms": 6.017071 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 441, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588416, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.667522, + "renderer_cpu_ms": 2.652253, + "renderer_readback_cpu_ms": 0.497399, + "simulation_ms": 1.771612, + "snapshot_ms": 1.673427, + "texture_count": 1, + "tick": 441, + "vertices": 576, + "wall_ms": 6.128721 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 442, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.585664, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.660999, + "renderer_cpu_ms": 2.620292, + "renderer_readback_cpu_ms": 0.495004, + "simulation_ms": 1.814212, + "snapshot_ms": 1.645334, + "texture_count": 1, + "tick": 442, + "vertices": 576, + "wall_ms": 6.146664 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 443, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.585248, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.702769, + "renderer_cpu_ms": 2.689403, + "renderer_readback_cpu_ms": 0.428819, + "simulation_ms": 1.847555, + "snapshot_ms": 1.670702, + "texture_count": 1, + "tick": 443, + "vertices": 576, + "wall_ms": 6.238749 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 444, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.597952, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.486922, + "renderer_cpu_ms": 2.47531, + "renderer_readback_cpu_ms": 0.405656, + "simulation_ms": 2.00922, + "snapshot_ms": 1.704936, + "texture_count": 1, + "tick": 444, + "vertices": 576, + "wall_ms": 6.219853 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 445, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.58432, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.537457, + "renderer_cpu_ms": 2.527387, + "renderer_readback_cpu_ms": 0.411246, + "simulation_ms": 1.865118, + "snapshot_ms": 1.811578, + "texture_count": 1, + "tick": 445, + "vertices": 576, + "wall_ms": 6.228419 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 446, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.58448, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.628188, + "renderer_cpu_ms": 2.617848, + "renderer_readback_cpu_ms": 0.40861, + "simulation_ms": 1.915824, + "snapshot_ms": 1.785989, + "texture_count": 1, + "tick": 446, + "vertices": 576, + "wall_ms": 6.343486 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 447, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.591648, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.546854, + "renderer_cpu_ms": 2.535703, + "renderer_readback_cpu_ms": 0.404943, + "simulation_ms": 1.609256, + "snapshot_ms": 2.048774, + "texture_count": 1, + "tick": 447, + "vertices": 576, + "wall_ms": 6.219181 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 448, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.58464, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.633989, + "renderer_cpu_ms": 2.622387, + "renderer_readback_cpu_ms": 0.454136, + "simulation_ms": 1.624734, + "snapshot_ms": 2.104821, + "texture_count": 1, + "tick": 448, + "vertices": 576, + "wall_ms": 6.377059 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 449, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.5848, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.612478, + "renderer_cpu_ms": 2.598001, + "renderer_readback_cpu_ms": 0.395065, + "simulation_ms": 1.618633, + "snapshot_ms": 2.186384, + "texture_count": 1, + "tick": 449, + "vertices": 576, + "wall_ms": 6.431341 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 450, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.58464, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.636323, + "renderer_cpu_ms": 2.607549, + "renderer_readback_cpu_ms": 0.411256, + "simulation_ms": 1.604176, + "snapshot_ms": 2.033987, + "texture_count": 1, + "tick": 450, + "vertices": 576, + "wall_ms": 6.288262 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 451, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.585408, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.964091, + "renderer_cpu_ms": 2.951347, + "renderer_readback_cpu_ms": 0.441052, + "simulation_ms": 1.64366, + "snapshot_ms": 1.705548, + "texture_count": 1, + "tick": 451, + "vertices": 576, + "wall_ms": 6.328096 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 452, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.5848, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.01676, + "renderer_cpu_ms": 3.001882, + "renderer_readback_cpu_ms": 0.47722, + "simulation_ms": 1.628411, + "snapshot_ms": 1.789837, + "texture_count": 1, + "tick": 452, + "vertices": 576, + "wall_ms": 6.450317 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 453, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.584928, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.14942, + "renderer_cpu_ms": 3.135846, + "renderer_readback_cpu_ms": 0.458926, + "simulation_ms": 1.628001, + "snapshot_ms": 1.644122, + "texture_count": 1, + "tick": 453, + "vertices": 576, + "wall_ms": 6.436531 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 454, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.58544, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.84652, + "renderer_cpu_ms": 2.834507, + "renderer_readback_cpu_ms": 0.455099, + "simulation_ms": 1.575692, + "snapshot_ms": 1.696951, + "texture_count": 1, + "tick": 454, + "vertices": 576, + "wall_ms": 6.13365 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 455, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.58544, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.70907, + "renderer_cpu_ms": 2.690395, + "renderer_readback_cpu_ms": 0.451542, + "simulation_ms": 1.702982, + "snapshot_ms": 1.652447, + "texture_count": 1, + "tick": 455, + "vertices": 576, + "wall_ms": 6.078345 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 456, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.589792, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.611776, + "renderer_cpu_ms": 2.59776, + "renderer_readback_cpu_ms": 0.415644, + "simulation_ms": 1.637799, + "snapshot_ms": 1.638651, + "texture_count": 1, + "tick": 456, + "vertices": 576, + "wall_ms": 5.90584 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 457, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.585952, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.553286, + "renderer_cpu_ms": 2.540202, + "renderer_readback_cpu_ms": 0.401017, + "simulation_ms": 1.682504, + "snapshot_ms": 1.658088, + "texture_count": 1, + "tick": 457, + "vertices": 576, + "wall_ms": 5.913544 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 458, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.603712, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.636534, + "renderer_cpu_ms": 2.621826, + "renderer_readback_cpu_ms": 0.421264, + "simulation_ms": 1.722629, + "snapshot_ms": 1.842385, + "texture_count": 1, + "tick": 458, + "vertices": 576, + "wall_ms": 6.216587 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 459, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.585472, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.912554, + "renderer_cpu_ms": 2.901152, + "renderer_readback_cpu_ms": 0.44544, + "simulation_ms": 1.68556, + "snapshot_ms": 1.775559, + "texture_count": 1, + "tick": 459, + "vertices": 576, + "wall_ms": 6.38819 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 460, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.592128, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.051506, + "renderer_cpu_ms": 3.037891, + "renderer_readback_cpu_ms": 0.453215, + "simulation_ms": 1.909672, + "snapshot_ms": 2.35904, + "texture_count": 1, + "tick": 460, + "vertices": 576, + "wall_ms": 7.336018 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 461, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.585696, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.617938, + "renderer_cpu_ms": 2.606707, + "renderer_readback_cpu_ms": 0.414352, + "simulation_ms": 1.837346, + "snapshot_ms": 1.826505, + "texture_count": 1, + "tick": 461, + "vertices": 576, + "wall_ms": 6.297599 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 462, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.585568, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.61387, + "renderer_cpu_ms": 2.602259, + "renderer_readback_cpu_ms": 0.430041, + "simulation_ms": 1.815695, + "snapshot_ms": 1.931884, + "texture_count": 1, + "tick": 462, + "vertices": 576, + "wall_ms": 6.376578 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 463, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.587552, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.640531, + "renderer_cpu_ms": 2.628919, + "renderer_readback_cpu_ms": 0.390857, + "simulation_ms": 1.646265, + "snapshot_ms": 1.828369, + "texture_count": 1, + "tick": 463, + "vertices": 576, + "wall_ms": 6.128561 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 464, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.596288, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.893729, + "renderer_cpu_ms": 2.880633, + "renderer_readback_cpu_ms": 0.407959, + "simulation_ms": 1.725265, + "snapshot_ms": 1.926444, + "texture_count": 1, + "tick": 464, + "vertices": 576, + "wall_ms": 6.561126 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 465, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.584768, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.739718, + "renderer_cpu_ms": 2.724219, + "renderer_readback_cpu_ms": 0.441042, + "simulation_ms": 1.74954, + "snapshot_ms": 1.912808, + "texture_count": 1, + "tick": 465, + "vertices": 576, + "wall_ms": 6.415903 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 466, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.5856, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.766909, + "renderer_cpu_ms": 2.753293, + "renderer_readback_cpu_ms": 0.439058, + "simulation_ms": 1.688565, + "snapshot_ms": 1.87113, + "texture_count": 1, + "tick": 466, + "vertices": 576, + "wall_ms": 6.341592 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 467, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.585568, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.770506, + "renderer_cpu_ms": 2.756229, + "renderer_readback_cpu_ms": 0.438558, + "simulation_ms": 1.7811, + "snapshot_ms": 1.973944, + "texture_count": 1, + "tick": 467, + "vertices": 576, + "wall_ms": 6.539966 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 468, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.586784, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.766829, + "renderer_cpu_ms": 2.753424, + "renderer_readback_cpu_ms": 0.411256, + "simulation_ms": 1.761723, + "snapshot_ms": 1.780779, + "texture_count": 1, + "tick": 468, + "vertices": 576, + "wall_ms": 6.326785 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 469, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.585728, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.960084, + "renderer_cpu_ms": 2.946287, + "renderer_readback_cpu_ms": 0.506325, + "simulation_ms": 1.790367, + "snapshot_ms": 2.185493, + "texture_count": 1, + "tick": 469, + "vertices": 576, + "wall_ms": 6.952906 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 470, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.585728, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.25987, + "renderer_cpu_ms": 3.245371, + "renderer_readback_cpu_ms": 0.411386, + "simulation_ms": 1.697592, + "snapshot_ms": 1.809253, + "texture_count": 1, + "tick": 470, + "vertices": 576, + "wall_ms": 6.783516 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 471, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.585856, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.353205, + "renderer_cpu_ms": 3.339459, + "renderer_readback_cpu_ms": 0.43467, + "simulation_ms": 1.63848, + "snapshot_ms": 1.721157, + "texture_count": 1, + "tick": 471, + "vertices": 576, + "wall_ms": 6.729675 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 472, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.585664, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.799, + "renderer_cpu_ms": 2.785314, + "renderer_readback_cpu_ms": 0.527536, + "simulation_ms": 1.656755, + "snapshot_ms": 1.720084, + "texture_count": 1, + "tick": 472, + "vertices": 576, + "wall_ms": 6.190718 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 473, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.585344, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.119504, + "renderer_cpu_ms": 3.097833, + "renderer_readback_cpu_ms": 0.53529, + "simulation_ms": 1.594919, + "snapshot_ms": 1.671964, + "texture_count": 1, + "tick": 473, + "vertices": 576, + "wall_ms": 6.402196 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 474, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.585408, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.692409, + "renderer_cpu_ms": 2.679143, + "renderer_readback_cpu_ms": 0.459106, + "simulation_ms": 1.691531, + "snapshot_ms": 1.778365, + "texture_count": 1, + "tick": 474, + "vertices": 576, + "wall_ms": 6.178294 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 475, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.586272, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.696657, + "renderer_cpu_ms": 2.680787, + "renderer_readback_cpu_ms": 0.470137, + "simulation_ms": 2.153081, + "snapshot_ms": 1.712851, + "texture_count": 1, + "tick": 475, + "vertices": 576, + "wall_ms": 6.581726 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 476, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.585312, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.147247, + "renderer_cpu_ms": 3.131327, + "renderer_readback_cpu_ms": 0.553153, + "simulation_ms": 2.053684, + "snapshot_ms": 2.167759, + "texture_count": 1, + "tick": 476, + "vertices": 576, + "wall_ms": 7.387485 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 477, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.585952, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.102352, + "renderer_cpu_ms": 3.086903, + "renderer_readback_cpu_ms": 0.549216, + "simulation_ms": 1.708954, + "snapshot_ms": 1.740022, + "texture_count": 1, + "tick": 477, + "vertices": 576, + "wall_ms": 6.567278 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 478, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.585728, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.458854, + "renderer_cpu_ms": 3.443365, + "renderer_readback_cpu_ms": 0.511795, + "simulation_ms": 1.861672, + "snapshot_ms": 2.126441, + "texture_count": 1, + "tick": 478, + "vertices": 576, + "wall_ms": 7.466754 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 479, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.585472, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.234441, + "renderer_cpu_ms": 3.220214, + "renderer_readback_cpu_ms": 0.51441, + "simulation_ms": 1.612262, + "snapshot_ms": 1.787121, + "texture_count": 1, + "tick": 479, + "vertices": 576, + "wall_ms": 6.649332 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 480, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.585248, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.920469, + "renderer_cpu_ms": 2.902295, + "renderer_readback_cpu_ms": 0.489133, + "simulation_ms": 1.631848, + "snapshot_ms": 1.660272, + "texture_count": 1, + "tick": 480, + "vertices": 576, + "wall_ms": 6.227467 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 481, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.58496, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.93689, + "renderer_cpu_ms": 2.923585, + "renderer_readback_cpu_ms": 0.492289, + "simulation_ms": 1.644172, + "snapshot_ms": 1.636367, + "texture_count": 1, + "tick": 481, + "vertices": 576, + "wall_ms": 6.235162 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 482, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.58464, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.609282, + "renderer_cpu_ms": 2.596247, + "renderer_readback_cpu_ms": 0.483832, + "simulation_ms": 1.65902, + "snapshot_ms": 1.705547, + "texture_count": 1, + "tick": 482, + "vertices": 576, + "wall_ms": 5.988857 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 483, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588224, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.705854, + "renderer_cpu_ms": 2.689383, + "renderer_readback_cpu_ms": 0.525041, + "simulation_ms": 1.805927, + "snapshot_ms": 1.662756, + "texture_count": 1, + "tick": 483, + "vertices": 576, + "wall_ms": 6.19196 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 484, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.585824, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.57646, + "renderer_cpu_ms": 2.564197, + "renderer_readback_cpu_ms": 0.428618, + "simulation_ms": 1.863976, + "snapshot_ms": 1.663869, + "texture_count": 1, + "tick": 484, + "vertices": 576, + "wall_ms": 6.122719 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 485, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.587648, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.59284, + "renderer_cpu_ms": 2.579196, + "renderer_readback_cpu_ms": 0.443597, + "simulation_ms": 2.009581, + "snapshot_ms": 1.688194, + "texture_count": 1, + "tick": 485, + "vertices": 576, + "wall_ms": 6.304832 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 486, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.593024, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.764936, + "renderer_cpu_ms": 2.750318, + "renderer_readback_cpu_ms": 0.526182, + "simulation_ms": 2.000523, + "snapshot_ms": 1.68016, + "texture_count": 1, + "tick": 486, + "vertices": 576, + "wall_ms": 6.466508 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 487, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.585088, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.604133, + "renderer_cpu_ms": 2.590196, + "renderer_readback_cpu_ms": 0.435421, + "simulation_ms": 1.959657, + "snapshot_ms": 1.812699, + "texture_count": 1, + "tick": 487, + "vertices": 576, + "wall_ms": 6.39339 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 488, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.598624, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.289415, + "renderer_cpu_ms": 3.269658, + "renderer_readback_cpu_ms": 0.642712, + "simulation_ms": 2.04643, + "snapshot_ms": 1.856943, + "texture_count": 1, + "tick": 488, + "vertices": 576, + "wall_ms": 7.209439 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 489, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.586496, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.710753, + "renderer_cpu_ms": 2.697167, + "renderer_readback_cpu_ms": 0.456401, + "simulation_ms": 2.07821, + "snapshot_ms": 1.787001, + "texture_count": 1, + "tick": 489, + "vertices": 576, + "wall_ms": 6.595912 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 490, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.604, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.622968, + "renderer_cpu_ms": 2.610174, + "renderer_readback_cpu_ms": 0.44016, + "simulation_ms": 1.781761, + "snapshot_ms": 1.77069, + "texture_count": 1, + "tick": 490, + "vertices": 576, + "wall_ms": 6.190858 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 491, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.585344, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.605134, + "renderer_cpu_ms": 2.593402, + "renderer_readback_cpu_ms": 0.412048, + "simulation_ms": 1.755612, + "snapshot_ms": 1.979354, + "texture_count": 1, + "tick": 491, + "vertices": 576, + "wall_ms": 6.357261 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 492, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.586112, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.699802, + "renderer_cpu_ms": 2.682981, + "renderer_readback_cpu_ms": 0.435682, + "simulation_ms": 1.734602, + "snapshot_ms": 1.939158, + "texture_count": 1, + "tick": 492, + "vertices": 576, + "wall_ms": 6.390254 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 493, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.585952, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.620223, + "renderer_cpu_ms": 2.605775, + "renderer_readback_cpu_ms": 0.449427, + "simulation_ms": 1.66986, + "snapshot_ms": 1.883854, + "texture_count": 1, + "tick": 493, + "vertices": 576, + "wall_ms": 6.189345 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 494, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.58576, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.728226, + "renderer_cpu_ms": 2.716534, + "renderer_readback_cpu_ms": 0.468474, + "simulation_ms": 1.578528, + "snapshot_ms": 1.942163, + "texture_count": 1, + "tick": 494, + "vertices": 576, + "wall_ms": 6.263505 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 495, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.585984, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.906613, + "renderer_cpu_ms": 2.886415, + "renderer_readback_cpu_ms": 0.494884, + "simulation_ms": 1.654791, + "snapshot_ms": 1.713643, + "texture_count": 1, + "tick": 495, + "vertices": 576, + "wall_ms": 6.289464 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 496, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.58656, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.706065, + "renderer_cpu_ms": 2.691587, + "renderer_readback_cpu_ms": 0.472111, + "simulation_ms": 1.663779, + "snapshot_ms": 1.712019, + "texture_count": 1, + "tick": 496, + "vertices": 576, + "wall_ms": 6.100167 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 497, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.585632, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.962849, + "renderer_cpu_ms": 2.94714, + "renderer_readback_cpu_ms": 0.51997, + "simulation_ms": 1.60102, + "snapshot_ms": 1.72278, + "texture_count": 1, + "tick": 497, + "vertices": 576, + "wall_ms": 6.302288 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 498, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.585792, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.057828, + "renderer_cpu_ms": 3.038932, + "renderer_readback_cpu_ms": 0.571738, + "simulation_ms": 1.579529, + "snapshot_ms": 1.705908, + "texture_count": 1, + "tick": 498, + "vertices": 576, + "wall_ms": 6.358755 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 499, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.585024, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.165872, + "renderer_cpu_ms": 3.149732, + "renderer_readback_cpu_ms": 0.5201210000000001, + "simulation_ms": 2.121542, + "snapshot_ms": 1.697933, + "texture_count": 1, + "tick": 499, + "vertices": 576, + "wall_ms": 7.000775 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 500, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.5856, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.814779, + "renderer_cpu_ms": 2.802196, + "renderer_readback_cpu_ms": 0.447945, + "simulation_ms": 1.654942, + "snapshot_ms": 1.651475, + "texture_count": 1, + "tick": 500, + "vertices": 576, + "wall_ms": 6.140072 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 501, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.585504, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.709611, + "renderer_cpu_ms": 2.697288, + "renderer_readback_cpu_ms": 0.407319, + "simulation_ms": 1.643049, + "snapshot_ms": 1.687824, + "texture_count": 1, + "tick": 501, + "vertices": 576, + "wall_ms": 6.055502 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 502, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.5896, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.815321, + "renderer_cpu_ms": 2.799801, + "renderer_readback_cpu_ms": 0.629537, + "simulation_ms": 1.63244, + "snapshot_ms": 1.720285, + "texture_count": 1, + "tick": 502, + "vertices": 576, + "wall_ms": 6.183434 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 503, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.58976, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.711675, + "renderer_cpu_ms": 2.699723, + "renderer_readback_cpu_ms": 0.49861, + "simulation_ms": 2.185282, + "snapshot_ms": 1.737698, + "texture_count": 1, + "tick": 503, + "vertices": 576, + "wall_ms": 6.650115 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 504, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.58928, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.696877, + "renderer_cpu_ms": 2.667602, + "renderer_readback_cpu_ms": 0.457112, + "simulation_ms": 1.778275, + "snapshot_ms": 1.769618, + "texture_count": 1, + "tick": 504, + "vertices": 576, + "wall_ms": 6.261221 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 505, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.586496, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.769855, + "renderer_cpu_ms": 2.75689, + "renderer_readback_cpu_ms": 0.458064, + "simulation_ms": 1.804454, + "snapshot_ms": 1.654771, + "texture_count": 1, + "tick": 505, + "vertices": 576, + "wall_ms": 6.243858 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 506, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.595168, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.493614, + "renderer_cpu_ms": 2.481541, + "renderer_readback_cpu_ms": 0.411546, + "simulation_ms": 1.878784, + "snapshot_ms": 1.70712, + "texture_count": 1, + "tick": 506, + "vertices": 576, + "wall_ms": 6.094907 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 507, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.597824, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.833385, + "renderer_cpu_ms": 2.820821, + "renderer_readback_cpu_ms": 0.455359, + "simulation_ms": 1.809564, + "snapshot_ms": 1.912117, + "texture_count": 1, + "tick": 507, + "vertices": 576, + "wall_ms": 6.571145 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 508, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.59648, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.662983, + "renderer_cpu_ms": 2.65039, + "renderer_readback_cpu_ms": 0.461019, + "simulation_ms": 1.978372, + "snapshot_ms": 2.269391, + "texture_count": 1, + "tick": 508, + "vertices": 576, + "wall_ms": 6.925654 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 509, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.59824, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.546334, + "renderer_cpu_ms": 2.534231, + "renderer_readback_cpu_ms": 0.410824, + "simulation_ms": 2.02548, + "snapshot_ms": 2.288868, + "texture_count": 1, + "tick": 509, + "vertices": 576, + "wall_ms": 6.875019 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 510, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.586944, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.715492, + "renderer_cpu_ms": 2.703159, + "renderer_readback_cpu_ms": 0.411676, + "simulation_ms": 1.992829, + "snapshot_ms": 2.155246, + "texture_count": 1, + "tick": 510, + "vertices": 576, + "wall_ms": 6.880579 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 511, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.583392, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.700224, + "renderer_cpu_ms": 2.684915, + "renderer_readback_cpu_ms": 0.5037, + "simulation_ms": 1.904202, + "snapshot_ms": 1.734913, + "texture_count": 1, + "tick": 511, + "vertices": 576, + "wall_ms": 6.353565 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 512, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.586048, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.786957, + "renderer_cpu_ms": 2.772831, + "renderer_readback_cpu_ms": 0.491236, + "simulation_ms": 1.777773, + "snapshot_ms": 1.961731, + "texture_count": 1, + "tick": 512, + "vertices": 576, + "wall_ms": 6.543413 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 513, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.586336, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.795142, + "renderer_cpu_ms": 2.779854, + "renderer_readback_cpu_ms": 0.601966, + "simulation_ms": 2.336958, + "snapshot_ms": 2.345835, + "texture_count": 1, + "tick": 513, + "vertices": 576, + "wall_ms": 7.499176 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 514, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.586016, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.342135, + "renderer_cpu_ms": 3.328759, + "renderer_readback_cpu_ms": 0.689, + "simulation_ms": 2.668323, + "snapshot_ms": 2.514984, + "texture_count": 1, + "tick": 514, + "vertices": 576, + "wall_ms": 8.544388 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 515, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.5864, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.066204, + "renderer_cpu_ms": 3.046126, + "renderer_readback_cpu_ms": 0.586046, + "simulation_ms": 2.264031, + "snapshot_ms": 2.08836, + "texture_count": 1, + "tick": 515, + "vertices": 576, + "wall_ms": 7.433372 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 516, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.586016, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.26036, + "renderer_cpu_ms": 3.245692, + "renderer_readback_cpu_ms": 0.498691, + "simulation_ms": 1.698484, + "snapshot_ms": 1.66968, + "texture_count": 1, + "tick": 516, + "vertices": 576, + "wall_ms": 6.645996 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 517, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.586144, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.650229, + "renderer_cpu_ms": 2.632907, + "renderer_readback_cpu_ms": 0.47181, + "simulation_ms": 1.630175, + "snapshot_ms": 1.657376, + "texture_count": 1, + "tick": 517, + "vertices": 576, + "wall_ms": 5.952909 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 518, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.589376, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.73044, + "renderer_cpu_ms": 2.713759, + "renderer_readback_cpu_ms": 0.510052, + "simulation_ms": 1.705567, + "snapshot_ms": 1.642078, + "texture_count": 1, + "tick": 518, + "vertices": 576, + "wall_ms": 6.094796 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 519, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588448, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.691617, + "renderer_cpu_ms": 2.675757, + "renderer_readback_cpu_ms": 0.477711, + "simulation_ms": 1.783094, + "snapshot_ms": 1.654942, + "texture_count": 1, + "tick": 519, + "vertices": 576, + "wall_ms": 6.166522 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 520, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.587424, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.66679, + "renderer_cpu_ms": 2.650861, + "renderer_readback_cpu_ms": 0.422327, + "simulation_ms": 1.963313, + "snapshot_ms": 1.73881, + "texture_count": 1, + "tick": 520, + "vertices": 576, + "wall_ms": 6.384513 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 521, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.608416, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.722365, + "renderer_cpu_ms": 2.707577, + "renderer_readback_cpu_ms": 0.451612, + "simulation_ms": 1.978001, + "snapshot_ms": 1.669419, + "texture_count": 1, + "tick": 521, + "vertices": 576, + "wall_ms": 6.385384 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 522, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.586752, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.75156, + "renderer_cpu_ms": 2.733606, + "renderer_readback_cpu_ms": 0.505834, + "simulation_ms": 1.938436, + "snapshot_ms": 1.682664, + "texture_count": 1, + "tick": 522, + "vertices": 576, + "wall_ms": 6.38789 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 523, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.586464, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.709491, + "renderer_cpu_ms": 2.697268, + "renderer_readback_cpu_ms": 0.438547, + "simulation_ms": 1.666183, + "snapshot_ms": 1.966529, + "texture_count": 1, + "tick": 523, + "vertices": 576, + "wall_ms": 6.357532 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 524, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.587456, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.659887, + "renderer_cpu_ms": 2.647384, + "renderer_readback_cpu_ms": 0.425152, + "simulation_ms": 1.844439, + "snapshot_ms": 1.827577, + "texture_count": 1, + "tick": 524, + "vertices": 576, + "wall_ms": 6.349206 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 525, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.60528, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.725952, + "renderer_cpu_ms": 2.712957, + "renderer_readback_cpu_ms": 0.415133, + "simulation_ms": 1.564661, + "snapshot_ms": 2.000474, + "texture_count": 1, + "tick": 525, + "vertices": 576, + "wall_ms": 6.307147 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 526, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.586496, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.7617, + "renderer_cpu_ms": 2.747573, + "renderer_readback_cpu_ms": 0.425933, + "simulation_ms": 1.581223, + "snapshot_ms": 2.017806, + "texture_count": 1, + "tick": 526, + "vertices": 576, + "wall_ms": 6.376408 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 527, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.586752, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.779263, + "renderer_cpu_ms": 2.764775, + "renderer_readback_cpu_ms": 0.434129, + "simulation_ms": 1.566094, + "snapshot_ms": 2.019068, + "texture_count": 1, + "tick": 527, + "vertices": 576, + "wall_ms": 6.379574 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 528, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.586624, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.729148, + "renderer_cpu_ms": 2.71461, + "renderer_readback_cpu_ms": 0.414662, + "simulation_ms": 1.592775, + "snapshot_ms": 1.997287, + "texture_count": 1, + "tick": 528, + "vertices": 576, + "wall_ms": 6.33514 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 529, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.585952, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.086592, + "renderer_cpu_ms": 3.073798, + "renderer_readback_cpu_ms": 0.499553, + "simulation_ms": 1.566775, + "snapshot_ms": 1.639803, + "texture_count": 1, + "tick": 529, + "vertices": 576, + "wall_ms": 6.308971 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 530, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.586112, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.966847, + "renderer_cpu_ms": 2.952971, + "renderer_readback_cpu_ms": 0.432626, + "simulation_ms": 1.63302, + "snapshot_ms": 1.656695, + "texture_count": 1, + "tick": 530, + "vertices": 576, + "wall_ms": 6.272672 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 531, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.58608, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.954243, + "renderer_cpu_ms": 2.938132, + "renderer_readback_cpu_ms": 0.426474, + "simulation_ms": 1.568308, + "snapshot_ms": 1.699416, + "texture_count": 1, + "tick": 531, + "vertices": 576, + "wall_ms": 6.241243 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 532, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.58544, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.761169, + "renderer_cpu_ms": 2.730781, + "renderer_readback_cpu_ms": 0.464396, + "simulation_ms": 1.666384, + "snapshot_ms": 1.640394, + "texture_count": 1, + "tick": 532, + "vertices": 576, + "wall_ms": 6.083225 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 533, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.586816, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.727194, + "renderer_cpu_ms": 2.711354, + "renderer_readback_cpu_ms": 0.527505, + "simulation_ms": 1.603405, + "snapshot_ms": 1.656284, + "texture_count": 1, + "tick": 533, + "vertices": 576, + "wall_ms": 6.004777 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 534, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.587008, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.6929, + "renderer_cpu_ms": 2.673372, + "renderer_readback_cpu_ms": 0.46645, + "simulation_ms": 1.732748, + "snapshot_ms": 1.670371, + "texture_count": 1, + "tick": 534, + "vertices": 576, + "wall_ms": 6.111648 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 535, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.587776, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.70397, + "renderer_cpu_ms": 2.690695, + "renderer_readback_cpu_ms": 0.419562, + "simulation_ms": 1.810645, + "snapshot_ms": 1.723301, + "texture_count": 1, + "tick": 535, + "vertices": 576, + "wall_ms": 6.254578 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 536, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.587136, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.707949, + "renderer_cpu_ms": 2.69291, + "renderer_readback_cpu_ms": 0.423318, + "simulation_ms": 1.919641, + "snapshot_ms": 1.676071, + "texture_count": 1, + "tick": 536, + "vertices": 576, + "wall_ms": 6.322627 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 537, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.61056, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.673643, + "renderer_cpu_ms": 2.659807, + "renderer_readback_cpu_ms": 0.439299, + "simulation_ms": 1.928758, + "snapshot_ms": 1.700538, + "texture_count": 1, + "tick": 537, + "vertices": 576, + "wall_ms": 6.317847 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 538, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.58656, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.720341, + "renderer_cpu_ms": 2.707297, + "renderer_readback_cpu_ms": 0.421134, + "simulation_ms": 1.922206, + "snapshot_ms": 1.735604, + "texture_count": 1, + "tick": 538, + "vertices": 576, + "wall_ms": 6.39366 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 539, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.592576, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.651451, + "renderer_cpu_ms": 2.638366, + "renderer_readback_cpu_ms": 0.432416, + "simulation_ms": 1.581533, + "snapshot_ms": 1.996717, + "texture_count": 1, + "tick": 539, + "vertices": 576, + "wall_ms": 6.245701 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 540, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.605024, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.640902, + "renderer_cpu_ms": 2.628448, + "renderer_readback_cpu_ms": 0.398301, + "simulation_ms": 1.574089, + "snapshot_ms": 1.99823, + "texture_count": 1, + "tick": 540, + "vertices": 576, + "wall_ms": 6.229301 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 541, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.586304, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.680115, + "renderer_cpu_ms": 2.648957, + "renderer_readback_cpu_ms": 0.404924, + "simulation_ms": 1.598134, + "snapshot_ms": 2.059775, + "texture_count": 1, + "tick": 541, + "vertices": 576, + "wall_ms": 6.353895 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 542, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.586688, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.050214, + "renderer_cpu_ms": 3.036327, + "renderer_readback_cpu_ms": 0.401598, + "simulation_ms": 1.565984, + "snapshot_ms": 1.63819, + "texture_count": 1, + "tick": 542, + "vertices": 576, + "wall_ms": 6.268855 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 543, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.586912, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.814539, + "renderer_cpu_ms": 2.801986, + "renderer_readback_cpu_ms": 0.421214, + "simulation_ms": 1.599237, + "snapshot_ms": 1.778384, + "texture_count": 1, + "tick": 543, + "vertices": 576, + "wall_ms": 6.20791 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 544, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.586272, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.154501, + "renderer_cpu_ms": 3.138981, + "renderer_readback_cpu_ms": 0.521875, + "simulation_ms": 1.605207, + "snapshot_ms": 1.670522, + "texture_count": 1, + "tick": 544, + "vertices": 576, + "wall_ms": 6.444907 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 545, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.585856, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.832433, + "renderer_cpu_ms": 2.819488, + "renderer_readback_cpu_ms": 0.458605, + "simulation_ms": 1.580401, + "snapshot_ms": 1.652046, + "texture_count": 1, + "tick": 545, + "vertices": 576, + "wall_ms": 6.079949 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 546, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.586752, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.695594, + "renderer_cpu_ms": 2.668834, + "renderer_readback_cpu_ms": 0.473994, + "simulation_ms": 1.613063, + "snapshot_ms": 1.641587, + "texture_count": 1, + "tick": 546, + "vertices": 576, + "wall_ms": 5.965462 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 547, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588832, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.754636, + "renderer_cpu_ms": 2.737794, + "renderer_readback_cpu_ms": 0.535771, + "simulation_ms": 1.714184, + "snapshot_ms": 1.645574, + "texture_count": 1, + "tick": 547, + "vertices": 576, + "wall_ms": 6.132157 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 548, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.585664, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.644018, + "renderer_cpu_ms": 2.631163, + "renderer_readback_cpu_ms": 0.426294, + "simulation_ms": 1.725405, + "snapshot_ms": 1.706649, + "texture_count": 1, + "tick": 548, + "vertices": 576, + "wall_ms": 6.092022 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 549, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.58736, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.655399, + "renderer_cpu_ms": 2.642515, + "renderer_readback_cpu_ms": 0.417547, + "simulation_ms": 1.952924, + "snapshot_ms": 1.655894, + "texture_count": 1, + "tick": 549, + "vertices": 576, + "wall_ms": 6.283012 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 550, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.59328, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.60881, + "renderer_cpu_ms": 2.596207, + "renderer_readback_cpu_ms": 0.412448, + "simulation_ms": 1.924951, + "snapshot_ms": 1.712781, + "texture_count": 1, + "tick": 550, + "vertices": 576, + "wall_ms": 6.266199 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 551, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.591776, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.562824, + "renderer_cpu_ms": 2.551353, + "renderer_readback_cpu_ms": 0.410774, + "simulation_ms": 1.91877, + "snapshot_ms": 1.69156, + "texture_count": 1, + "tick": 551, + "vertices": 576, + "wall_ms": 6.193412 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 552, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.608416, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.684694, + "renderer_cpu_ms": 2.671059, + "renderer_readback_cpu_ms": 0.419651, + "simulation_ms": 1.566334, + "snapshot_ms": 1.995595, + "texture_count": 1, + "tick": 552, + "vertices": 576, + "wall_ms": 6.261822 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 553, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.59424, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.93147, + "renderer_cpu_ms": 2.917253, + "renderer_readback_cpu_ms": 0.425974, + "simulation_ms": 1.594808, + "snapshot_ms": 1.99836, + "texture_count": 1, + "tick": 553, + "vertices": 576, + "wall_ms": 6.540096 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 554, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.58624, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.803168, + "renderer_cpu_ms": 2.789021, + "renderer_readback_cpu_ms": 0.456121, + "simulation_ms": 1.568579, + "snapshot_ms": 1.936332, + "texture_count": 1, + "tick": 554, + "vertices": 576, + "wall_ms": 6.323468 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 555, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.587296, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.677701, + "renderer_cpu_ms": 2.663715, + "renderer_readback_cpu_ms": 0.458504, + "simulation_ms": 1.576163, + "snapshot_ms": 1.978051, + "texture_count": 1, + "tick": 555, + "vertices": 576, + "wall_ms": 6.246833 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 556, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.586976, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.785975, + "renderer_cpu_ms": 2.774233, + "renderer_readback_cpu_ms": 0.383183, + "simulation_ms": 1.559031, + "snapshot_ms": 1.789465, + "texture_count": 1, + "tick": 556, + "vertices": 576, + "wall_ms": 6.14944 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 557, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.587168, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.828616, + "renderer_cpu_ms": 2.816603, + "renderer_readback_cpu_ms": 0.451521, + "simulation_ms": 1.5903, + "snapshot_ms": 1.695007, + "texture_count": 1, + "tick": 557, + "vertices": 576, + "wall_ms": 6.12815 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 558, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.58704, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.770476, + "renderer_cpu_ms": 2.73554, + "renderer_readback_cpu_ms": 0.441743, + "simulation_ms": 1.578548, + "snapshot_ms": 1.659771, + "texture_count": 1, + "tick": 558, + "vertices": 576, + "wall_ms": 6.03824 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 559, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.58656, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.729439, + "renderer_cpu_ms": 2.71426, + "renderer_readback_cpu_ms": 0.501095, + "simulation_ms": 1.593175, + "snapshot_ms": 1.67507, + "texture_count": 1, + "tick": 559, + "vertices": 576, + "wall_ms": 6.01172 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 560, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.590656, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.670538, + "renderer_cpu_ms": 2.653926, + "renderer_readback_cpu_ms": 0.502538, + "simulation_ms": 1.808051, + "snapshot_ms": 1.640915, + "texture_count": 1, + "tick": 560, + "vertices": 576, + "wall_ms": 6.133921 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 561, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.587488, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.616726, + "renderer_cpu_ms": 2.601367, + "renderer_readback_cpu_ms": 0.465769, + "simulation_ms": 1.749501, + "snapshot_ms": 1.646255, + "texture_count": 1, + "tick": 561, + "vertices": 576, + "wall_ms": 6.029113 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 562, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.58704, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.527427, + "renderer_cpu_ms": 2.515535, + "renderer_readback_cpu_ms": 0.424441, + "simulation_ms": 1.819612, + "snapshot_ms": 1.640023, + "texture_count": 1, + "tick": 562, + "vertices": 576, + "wall_ms": 6.003374 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 563, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.608096, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.596578, + "renderer_cpu_ms": 2.583723, + "renderer_readback_cpu_ms": 0.409312, + "simulation_ms": 1.869606, + "snapshot_ms": 1.6752, + "texture_count": 1, + "tick": 563, + "vertices": 576, + "wall_ms": 6.155922 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 564, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.586656, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.714801, + "renderer_cpu_ms": 2.702838, + "renderer_readback_cpu_ms": 0.388603, + "simulation_ms": 1.817749, + "snapshot_ms": 1.780549, + "texture_count": 1, + "tick": 564, + "vertices": 576, + "wall_ms": 6.327606 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 565, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.595296, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.629029, + "renderer_cpu_ms": 2.616716, + "renderer_readback_cpu_ms": 0.372563, + "simulation_ms": 1.561946, + "snapshot_ms": 2.040309, + "texture_count": 1, + "tick": 565, + "vertices": 576, + "wall_ms": 6.247174 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 566, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.586208, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.675046, + "renderer_cpu_ms": 2.661851, + "renderer_readback_cpu_ms": 0.423649, + "simulation_ms": 1.587344, + "snapshot_ms": 1.994663, + "texture_count": 1, + "tick": 566, + "vertices": 576, + "wall_ms": 6.271551 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 567, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.586176, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.0214, + "renderer_cpu_ms": 3.008044, + "renderer_readback_cpu_ms": 0.411306, + "simulation_ms": 1.582796, + "snapshot_ms": 1.648309, + "texture_count": 1, + "tick": 567, + "vertices": 576, + "wall_ms": 6.267853 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 568, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.585728, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.918274, + "renderer_cpu_ms": 2.905831, + "renderer_readback_cpu_ms": 0.39749, + "simulation_ms": 1.589799, + "snapshot_ms": 1.640113, + "texture_count": 1, + "tick": 568, + "vertices": 576, + "wall_ms": 6.166612 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 569, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.586464, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.765627, + "renderer_cpu_ms": 2.74623, + "renderer_readback_cpu_ms": 0.522265, + "simulation_ms": 1.578969, + "snapshot_ms": 1.641736, + "texture_count": 1, + "tick": 569, + "vertices": 576, + "wall_ms": 6.000619 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 570, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.587648, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.568214, + "renderer_cpu_ms": 2.55544, + "renderer_readback_cpu_ms": 0.391839, + "simulation_ms": 1.613363, + "snapshot_ms": 1.67528, + "texture_count": 1, + "tick": 570, + "vertices": 576, + "wall_ms": 5.87431 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 571, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.5864, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.752673, + "renderer_cpu_ms": 2.733937, + "renderer_readback_cpu_ms": 0.522305, + "simulation_ms": 1.710606, + "snapshot_ms": 1.648871, + "texture_count": 1, + "tick": 571, + "vertices": 576, + "wall_ms": 6.127399 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 572, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.59008, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.681869, + "renderer_cpu_ms": 2.669716, + "renderer_readback_cpu_ms": 0.427427, + "simulation_ms": 1.615037, + "snapshot_ms": 1.629764, + "texture_count": 1, + "tick": 572, + "vertices": 576, + "wall_ms": 5.94302 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 573, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.58704, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.629039, + "renderer_cpu_ms": 2.600735, + "renderer_readback_cpu_ms": 0.417848, + "simulation_ms": 1.996536, + "snapshot_ms": 1.652908, + "texture_count": 1, + "tick": 573, + "vertices": 576, + "wall_ms": 6.298551 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 574, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.587392, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.61381, + "renderer_cpu_ms": 2.600595, + "renderer_readback_cpu_ms": 0.410855, + "simulation_ms": 2.170474, + "snapshot_ms": 1.6595, + "texture_count": 1, + "tick": 574, + "vertices": 576, + "wall_ms": 6.458743 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 575, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.585504, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.678422, + "renderer_cpu_ms": 2.664917, + "renderer_readback_cpu_ms": 0.438718, + "simulation_ms": 1.880477, + "snapshot_ms": 1.72278, + "texture_count": 1, + "tick": 575, + "vertices": 576, + "wall_ms": 6.296437 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 576, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.586784, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.668413, + "renderer_cpu_ms": 2.655048, + "renderer_readback_cpu_ms": 0.430292, + "simulation_ms": 1.584108, + "snapshot_ms": 2.00389, + "texture_count": 1, + "tick": 576, + "vertices": 576, + "wall_ms": 6.272401 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 577, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.593632, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.721894, + "renderer_cpu_ms": 2.709121, + "renderer_readback_cpu_ms": 0.434008, + "simulation_ms": 1.625716, + "snapshot_ms": 1.999001, + "texture_count": 1, + "tick": 577, + "vertices": 576, + "wall_ms": 6.365116 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 578, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.587712, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.687841, + "renderer_cpu_ms": 2.675317, + "renderer_readback_cpu_ms": 0.386439, + "simulation_ms": 1.573058, + "snapshot_ms": 2.015692, + "texture_count": 1, + "tick": 578, + "vertices": 576, + "wall_ms": 6.292109 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 579, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.58704, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.881174, + "renderer_cpu_ms": 2.869412, + "renderer_readback_cpu_ms": 0.431434, + "simulation_ms": 1.617842, + "snapshot_ms": 1.888563, + "texture_count": 1, + "tick": 579, + "vertices": 576, + "wall_ms": 6.407656 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 580, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.587136, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.664085, + "renderer_cpu_ms": 2.650329, + "renderer_readback_cpu_ms": 0.420784, + "simulation_ms": 1.638971, + "snapshot_ms": 1.658168, + "texture_count": 1, + "tick": 580, + "vertices": 576, + "wall_ms": 5.976023 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 581, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.5888, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.727615, + "renderer_cpu_ms": 2.713809, + "renderer_readback_cpu_ms": 0.458184, + "simulation_ms": 1.668367, + "snapshot_ms": 1.72838, + "texture_count": 1, + "tick": 581, + "vertices": 576, + "wall_ms": 6.140322 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 582, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.587008, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.658865, + "renderer_cpu_ms": 2.646191, + "renderer_readback_cpu_ms": 0.511755, + "simulation_ms": 1.593025, + "snapshot_ms": 1.719824, + "texture_count": 1, + "tick": 582, + "vertices": 576, + "wall_ms": 5.987594 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 583, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.5864, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.880804, + "renderer_cpu_ms": 2.861418, + "renderer_readback_cpu_ms": 0.626752, + "simulation_ms": 1.57435, + "snapshot_ms": 1.645564, + "texture_count": 1, + "tick": 583, + "vertices": 576, + "wall_ms": 6.116668 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 584, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.587328, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.65638, + "renderer_cpu_ms": 2.641904, + "renderer_readback_cpu_ms": 0.449558, + "simulation_ms": 1.580922, + "snapshot_ms": 1.626468, + "texture_count": 1, + "tick": 584, + "vertices": 576, + "wall_ms": 5.881023 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 585, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.59024, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.933413, + "renderer_cpu_ms": 2.92097, + "renderer_readback_cpu_ms": 0.49348, + "simulation_ms": 1.836394, + "snapshot_ms": 1.858536, + "texture_count": 1, + "tick": 585, + "vertices": 576, + "wall_ms": 6.643932 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 586, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.638387, + "renderer_cpu_ms": 2.625613, + "renderer_readback_cpu_ms": 0.436213, + "simulation_ms": 1.791349, + "snapshot_ms": 1.650995, + "texture_count": 1, + "tick": 586, + "vertices": 576, + "wall_ms": 6.095568 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 587, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.589152, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.610574, + "renderer_cpu_ms": 2.596047, + "renderer_readback_cpu_ms": 0.440171, + "simulation_ms": 1.81811, + "snapshot_ms": 1.978412, + "texture_count": 1, + "tick": 587, + "vertices": 576, + "wall_ms": 6.423086 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 588, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.596736, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.844135, + "renderer_cpu_ms": 2.823937, + "renderer_readback_cpu_ms": 0.499432, + "simulation_ms": 1.760911, + "snapshot_ms": 1.721778, + "texture_count": 1, + "tick": 588, + "vertices": 576, + "wall_ms": 6.341612 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 589, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.59568, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.650229, + "renderer_cpu_ms": 2.637034, + "renderer_readback_cpu_ms": 0.432496, + "simulation_ms": 1.697471, + "snapshot_ms": 2.169663, + "texture_count": 1, + "tick": 589, + "vertices": 576, + "wall_ms": 6.534717 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 590, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.6064, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.56568, + "renderer_cpu_ms": 2.554629, + "renderer_readback_cpu_ms": 0.412458, + "simulation_ms": 1.702462, + "snapshot_ms": 2.169462, + "texture_count": 1, + "tick": 590, + "vertices": 576, + "wall_ms": 6.452401 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 591, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.591584, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.712417, + "renderer_cpu_ms": 2.699412, + "renderer_readback_cpu_ms": 0.431184, + "simulation_ms": 1.606811, + "snapshot_ms": 1.888522, + "texture_count": 1, + "tick": 591, + "vertices": 576, + "wall_ms": 6.222718 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 592, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.604128, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.808999, + "renderer_cpu_ms": 2.796044, + "renderer_readback_cpu_ms": 0.386639, + "simulation_ms": 1.603976, + "snapshot_ms": 1.828088, + "texture_count": 1, + "tick": 592, + "vertices": 576, + "wall_ms": 6.257384 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 593, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.586784, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.789041, + "renderer_cpu_ms": 2.777138, + "renderer_readback_cpu_ms": 0.457944, + "simulation_ms": 1.565102, + "snapshot_ms": 1.702932, + "texture_count": 1, + "tick": 593, + "vertices": 576, + "wall_ms": 6.072124 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 594, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.587712, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.938593, + "renderer_cpu_ms": 2.925328, + "renderer_readback_cpu_ms": 0.417097, + "simulation_ms": 1.58022, + "snapshot_ms": 1.640986, + "texture_count": 1, + "tick": 594, + "vertices": 576, + "wall_ms": 6.174968 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 595, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.586976, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.853643, + "renderer_cpu_ms": 2.840778, + "renderer_readback_cpu_ms": 0.51969, + "simulation_ms": 1.60109, + "snapshot_ms": 1.656284, + "texture_count": 1, + "tick": 595, + "vertices": 576, + "wall_ms": 6.125555 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 596, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.586432, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.085941, + "renderer_cpu_ms": 3.068638, + "renderer_readback_cpu_ms": 0.574434, + "simulation_ms": 1.567637, + "snapshot_ms": 1.672575, + "texture_count": 1, + "tick": 596, + "vertices": 576, + "wall_ms": 6.34028 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 597, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.586528, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.22845, + "renderer_cpu_ms": 3.213752, + "renderer_readback_cpu_ms": 0.49789, + "simulation_ms": 2.201443, + "snapshot_ms": 1.844028, + "texture_count": 1, + "tick": 597, + "vertices": 576, + "wall_ms": 7.292405 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 598, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.58752, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.312638, + "renderer_cpu_ms": 3.293713, + "renderer_readback_cpu_ms": 0.634126, + "simulation_ms": 2.250135, + "snapshot_ms": 1.894744, + "texture_count": 1, + "tick": 598, + "vertices": 576, + "wall_ms": 7.473607 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 599, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.586592, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.943493, + "renderer_cpu_ms": 2.924086, + "renderer_readback_cpu_ms": 0.483041, + "simulation_ms": 1.833208, + "snapshot_ms": 1.764549, + "texture_count": 1, + "tick": 599, + "vertices": 576, + "wall_ms": 6.560425 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 600, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.58656, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.798599, + "renderer_cpu_ms": 2.786847, + "renderer_readback_cpu_ms": 0.449368, + "simulation_ms": 1.758798, + "snapshot_ms": 1.837045, + "texture_count": 1, + "tick": 600, + "vertices": 576, + "wall_ms": 6.410822 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 601, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.586144, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.954493, + "renderer_cpu_ms": 2.940357, + "renderer_readback_cpu_ms": 0.443547, + "simulation_ms": 1.725374, + "snapshot_ms": 1.847285, + "texture_count": 1, + "tick": 601, + "vertices": 576, + "wall_ms": 6.540668 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 602, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.586656, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.026909, + "renderer_cpu_ms": 3.010558, + "renderer_readback_cpu_ms": 0.566288, + "simulation_ms": 1.705758, + "snapshot_ms": 1.738689, + "texture_count": 1, + "tick": 602, + "vertices": 576, + "wall_ms": 6.486215 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 603, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.58704, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.911181, + "renderer_cpu_ms": 2.89456, + "renderer_readback_cpu_ms": 0.585915, + "simulation_ms": 1.724593, + "snapshot_ms": 1.738259, + "texture_count": 1, + "tick": 603, + "vertices": 576, + "wall_ms": 6.390885 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 604, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.530911, + "renderer_cpu_ms": 3.516173, + "renderer_readback_cpu_ms": 0.606484, + "simulation_ms": 1.705306, + "snapshot_ms": 1.700929, + "texture_count": 1, + "tick": 604, + "vertices": 576, + "wall_ms": 6.952545 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 605, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.58736, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.42437, + "renderer_cpu_ms": 3.403911, + "renderer_readback_cpu_ms": 0.68401, + "simulation_ms": 1.698223, + "snapshot_ms": 1.681051, + "texture_count": 1, + "tick": 605, + "vertices": 576, + "wall_ms": 6.81768 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 606, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.587104, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.803618, + "renderer_cpu_ms": 2.785634, + "renderer_readback_cpu_ms": 0.57233, + "simulation_ms": 2.06179, + "snapshot_ms": 1.642107, + "texture_count": 1, + "tick": 606, + "vertices": 576, + "wall_ms": 6.524868 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 607, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588192, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.944224, + "renderer_cpu_ms": 2.92093, + "renderer_readback_cpu_ms": 0.512918, + "simulation_ms": 2.075004, + "snapshot_ms": 1.645073, + "texture_count": 1, + "tick": 607, + "vertices": 576, + "wall_ms": 6.67938 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 608, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.587456, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.894249, + "renderer_cpu_ms": 2.87909, + "renderer_readback_cpu_ms": 0.477531, + "simulation_ms": 2.00397, + "snapshot_ms": 1.741345, + "texture_count": 1, + "tick": 608, + "vertices": 576, + "wall_ms": 6.656426 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 609, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588352, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.195889, + "renderer_cpu_ms": 3.173747, + "renderer_readback_cpu_ms": 0.519951, + "simulation_ms": 2.30614, + "snapshot_ms": 1.727989, + "texture_count": 1, + "tick": 609, + "vertices": 576, + "wall_ms": 7.245468 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 610, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.587776, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.838775, + "renderer_cpu_ms": 2.822334, + "renderer_readback_cpu_ms": 0.542854, + "simulation_ms": 2.365061, + "snapshot_ms": 1.735513, + "texture_count": 1, + "tick": 610, + "vertices": 576, + "wall_ms": 6.95534 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 611, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.587904, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.919277, + "renderer_cpu_ms": 2.902826, + "renderer_readback_cpu_ms": 0.632834, + "simulation_ms": 1.808211, + "snapshot_ms": 1.638009, + "texture_count": 1, + "tick": 611, + "vertices": 576, + "wall_ms": 6.381207 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 612, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.587872, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.748815, + "renderer_cpu_ms": 2.73522, + "renderer_readback_cpu_ms": 0.499132, + "simulation_ms": 1.987579, + "snapshot_ms": 1.634353, + "texture_count": 1, + "tick": 612, + "vertices": 576, + "wall_ms": 6.387849 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 613, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.587648, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.744067, + "renderer_cpu_ms": 2.727305, + "renderer_readback_cpu_ms": 0.553204, + "simulation_ms": 2.216781, + "snapshot_ms": 1.642839, + "texture_count": 1, + "tick": 613, + "vertices": 576, + "wall_ms": 6.620419 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 614, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.58752, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.780315, + "renderer_cpu_ms": 2.768913, + "renderer_readback_cpu_ms": 0.411787, + "simulation_ms": 2.256306, + "snapshot_ms": 1.679789, + "texture_count": 1, + "tick": 614, + "vertices": 576, + "wall_ms": 6.733151 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 615, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.587392, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.798308, + "renderer_cpu_ms": 2.781687, + "renderer_readback_cpu_ms": 0.530641, + "simulation_ms": 1.888853, + "snapshot_ms": 2.165565, + "texture_count": 1, + "tick": 615, + "vertices": 576, + "wall_ms": 6.868145 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 616, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.587776, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.001151, + "renderer_cpu_ms": 2.980312, + "renderer_readback_cpu_ms": 0.627423, + "simulation_ms": 2.175874, + "snapshot_ms": 1.623543, + "texture_count": 1, + "tick": 616, + "vertices": 576, + "wall_ms": 6.819063 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 617, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.587552, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.114435, + "renderer_cpu_ms": 3.093455, + "renderer_readback_cpu_ms": 0.79003, + "simulation_ms": 2.105181, + "snapshot_ms": 1.628793, + "texture_count": 1, + "tick": 617, + "vertices": 576, + "wall_ms": 6.865631 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 618, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.586912, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.770466, + "renderer_cpu_ms": 2.75654, + "renderer_readback_cpu_ms": 0.465868, + "simulation_ms": 2.038044, + "snapshot_ms": 1.664199, + "texture_count": 1, + "tick": 618, + "vertices": 576, + "wall_ms": 6.493869 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 619, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.587328, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.557574, + "renderer_cpu_ms": 2.546143, + "renderer_readback_cpu_ms": 0.388723, + "simulation_ms": 1.619936, + "snapshot_ms": 1.715145, + "texture_count": 1, + "tick": 619, + "vertices": 576, + "wall_ms": 5.908355 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 620, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.587936, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.729188, + "renderer_cpu_ms": 2.717216, + "renderer_readback_cpu_ms": 0.409613, + "simulation_ms": 1.730805, + "snapshot_ms": 1.753698, + "texture_count": 1, + "tick": 620, + "vertices": 576, + "wall_ms": 6.240942 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 621, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588288, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.792538, + "renderer_cpu_ms": 2.774894, + "renderer_readback_cpu_ms": 0.498641, + "simulation_ms": 1.672225, + "snapshot_ms": 1.713041, + "texture_count": 1, + "tick": 621, + "vertices": 576, + "wall_ms": 6.193463 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 622, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.591264, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.752372, + "renderer_cpu_ms": 2.729498, + "renderer_readback_cpu_ms": 0.539978, + "simulation_ms": 1.708813, + "snapshot_ms": 1.97708, + "texture_count": 1, + "tick": 622, + "vertices": 576, + "wall_ms": 6.453934 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 623, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.592, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.735731, + "renderer_cpu_ms": 2.71999, + "renderer_readback_cpu_ms": 0.473964, + "simulation_ms": 1.757485, + "snapshot_ms": 2.061398, + "texture_count": 1, + "tick": 623, + "vertices": 576, + "wall_ms": 6.571055 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 624, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.58704, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.652253, + "renderer_cpu_ms": 2.637625, + "renderer_readback_cpu_ms": 0.474846, + "simulation_ms": 1.785348, + "snapshot_ms": 1.990795, + "texture_count": 1, + "tick": 624, + "vertices": 576, + "wall_ms": 6.444166 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 625, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.58784, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.614492, + "renderer_cpu_ms": 2.602018, + "renderer_readback_cpu_ms": 0.444639, + "simulation_ms": 1.929039, + "snapshot_ms": 2.037654, + "texture_count": 1, + "tick": 625, + "vertices": 576, + "wall_ms": 6.597976 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 626, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588032, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.994549, + "renderer_cpu_ms": 2.978779, + "renderer_readback_cpu_ms": 0.543355, + "simulation_ms": 1.788093, + "snapshot_ms": 1.732578, + "texture_count": 1, + "tick": 626, + "vertices": 576, + "wall_ms": 6.53144 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 627, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588192, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.408259, + "renderer_cpu_ms": 3.38779, + "renderer_readback_cpu_ms": 0.822933, + "simulation_ms": 1.757375, + "snapshot_ms": 1.775559, + "texture_count": 1, + "tick": 627, + "vertices": 576, + "wall_ms": 6.957264 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 628, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.587808, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.719279, + "renderer_cpu_ms": 2.704121, + "renderer_readback_cpu_ms": 0.554967, + "simulation_ms": 2.001706, + "snapshot_ms": 1.727648, + "texture_count": 1, + "tick": 628, + "vertices": 576, + "wall_ms": 6.471838 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 629, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.597248, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.842522, + "renderer_cpu_ms": 2.829216, + "renderer_readback_cpu_ms": 0.502147, + "simulation_ms": 1.67501, + "snapshot_ms": 1.645344, + "texture_count": 1, + "tick": 629, + "vertices": 576, + "wall_ms": 6.178345 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 630, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.587712, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.663414, + "renderer_cpu_ms": 2.644859, + "renderer_readback_cpu_ms": 0.449739, + "simulation_ms": 1.71778, + "snapshot_ms": 1.935571, + "texture_count": 1, + "tick": 630, + "vertices": 576, + "wall_ms": 6.337825 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 631, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.592736, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.698339, + "renderer_cpu_ms": 2.686969, + "renderer_readback_cpu_ms": 0.420914, + "simulation_ms": 1.610007, + "snapshot_ms": 1.861582, + "texture_count": 1, + "tick": 631, + "vertices": 576, + "wall_ms": 6.184876 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 632, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.587104, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.594193, + "renderer_cpu_ms": 2.577913, + "renderer_readback_cpu_ms": 0.436824, + "simulation_ms": 1.623883, + "snapshot_ms": 1.934499, + "texture_count": 1, + "tick": 632, + "vertices": 576, + "wall_ms": 6.166161 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 633, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.587136, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.766037, + "renderer_cpu_ms": 2.753594, + "renderer_readback_cpu_ms": 0.424541, + "simulation_ms": 1.599808, + "snapshot_ms": 1.710797, + "texture_count": 1, + "tick": 633, + "vertices": 576, + "wall_ms": 6.090659 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 634, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.5872, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.679905, + "renderer_cpu_ms": 2.665588, + "renderer_readback_cpu_ms": 0.467823, + "simulation_ms": 1.630275, + "snapshot_ms": 1.683416, + "texture_count": 1, + "tick": 634, + "vertices": 576, + "wall_ms": 6.009005 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 635, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.58688, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.893748, + "renderer_cpu_ms": 2.878209, + "renderer_readback_cpu_ms": 0.568292, + "simulation_ms": 1.610168, + "snapshot_ms": 1.671683, + "texture_count": 1, + "tick": 635, + "vertices": 576, + "wall_ms": 6.190056 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 636, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.586688, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.019266, + "renderer_cpu_ms": 3.004397, + "renderer_readback_cpu_ms": 0.521393, + "simulation_ms": 1.789836, + "snapshot_ms": 1.824702, + "texture_count": 1, + "tick": 636, + "vertices": 576, + "wall_ms": 6.651026 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 637, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588032, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.627427, + "renderer_cpu_ms": 2.615203, + "renderer_readback_cpu_ms": 0.403331, + "simulation_ms": 1.63838, + "snapshot_ms": 1.64873, + "texture_count": 1, + "tick": 637, + "vertices": 576, + "wall_ms": 5.930537 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 638, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588832, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.626565, + "renderer_cpu_ms": 2.615113, + "renderer_readback_cpu_ms": 0.445541, + "simulation_ms": 1.677655, + "snapshot_ms": 1.677634, + "texture_count": 1, + "tick": 638, + "vertices": 576, + "wall_ms": 5.998235 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 639, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588416, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.575328, + "renderer_cpu_ms": 2.562223, + "renderer_readback_cpu_ms": 0.490335, + "simulation_ms": 1.677023, + "snapshot_ms": 1.674038, + "texture_count": 1, + "tick": 639, + "vertices": 576, + "wall_ms": 5.939985 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 640, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588032, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.582722, + "renderer_cpu_ms": 2.568776, + "renderer_readback_cpu_ms": 0.418099, + "simulation_ms": 1.752115, + "snapshot_ms": 1.656635, + "texture_count": 1, + "tick": 640, + "vertices": 576, + "wall_ms": 6.007121 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 641, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588384, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.688341, + "renderer_cpu_ms": 2.67676, + "renderer_readback_cpu_ms": 0.401437, + "simulation_ms": 1.653539, + "snapshot_ms": 1.757275, + "texture_count": 1, + "tick": 641, + "vertices": 576, + "wall_ms": 6.115656 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 642, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.59584, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.863111, + "renderer_cpu_ms": 2.851679, + "renderer_readback_cpu_ms": 0.430522, + "simulation_ms": 1.630736, + "snapshot_ms": 1.867262, + "texture_count": 1, + "tick": 642, + "vertices": 576, + "wall_ms": 6.376448 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 643, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588608, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.802165, + "renderer_cpu_ms": 2.789492, + "renderer_readback_cpu_ms": 0.526553, + "simulation_ms": 1.631006, + "snapshot_ms": 1.90837, + "texture_count": 1, + "tick": 643, + "vertices": 576, + "wall_ms": 6.355428 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 644, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588224, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.194947, + "renderer_cpu_ms": 3.18108, + "renderer_readback_cpu_ms": 0.562801, + "simulation_ms": 1.676553, + "snapshot_ms": 1.922106, + "texture_count": 1, + "tick": 644, + "vertices": 576, + "wall_ms": 6.808263 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 645, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588896, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.393852, + "renderer_cpu_ms": 3.38241, + "renderer_readback_cpu_ms": 0.493351, + "simulation_ms": 1.686411, + "snapshot_ms": 1.931633, + "texture_count": 1, + "tick": 645, + "vertices": 576, + "wall_ms": 7.026004 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 646, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.594176, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.81501, + "renderer_cpu_ms": 2.803619, + "renderer_readback_cpu_ms": 0.395707, + "simulation_ms": 1.677384, + "snapshot_ms": 2.243472, + "texture_count": 1, + "tick": 646, + "vertices": 576, + "wall_ms": 6.753269 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 647, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.597216, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.631273, + "renderer_cpu_ms": 2.620913, + "renderer_readback_cpu_ms": 0.385988, + "simulation_ms": 1.676232, + "snapshot_ms": 2.513722, + "texture_count": 1, + "tick": 647, + "vertices": 576, + "wall_ms": 6.834672 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 648, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.595104, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.823787, + "renderer_cpu_ms": 2.811894, + "renderer_readback_cpu_ms": 0.390326, + "simulation_ms": 1.682764, + "snapshot_ms": 2.329154, + "texture_count": 1, + "tick": 648, + "vertices": 576, + "wall_ms": 6.849451 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 649, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.587872, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.782368, + "renderer_cpu_ms": 2.771238, + "renderer_readback_cpu_ms": 0.382962, + "simulation_ms": 1.682584, + "snapshot_ms": 2.349662, + "texture_count": 1, + "tick": 649, + "vertices": 576, + "wall_ms": 6.828881 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 650, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.602592, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.848694, + "renderer_cpu_ms": 2.837132, + "renderer_readback_cpu_ms": 0.386299, + "simulation_ms": 1.682534, + "snapshot_ms": 2.345133, + "texture_count": 1, + "tick": 650, + "vertices": 576, + "wall_ms": 6.890208 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 651, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.596064, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.794571, + "renderer_cpu_ms": 2.783461, + "renderer_readback_cpu_ms": 0.368826, + "simulation_ms": 1.709374, + "snapshot_ms": 2.256426, + "texture_count": 1, + "tick": 651, + "vertices": 576, + "wall_ms": 6.847045 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 652, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.594336, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.865325, + "renderer_cpu_ms": 2.790995, + "renderer_readback_cpu_ms": 0.424691, + "simulation_ms": 1.764628, + "snapshot_ms": 2.243192, + "texture_count": 1, + "tick": 652, + "vertices": 576, + "wall_ms": 6.887122 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 653, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.600448, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.74117, + "renderer_cpu_ms": 2.729989, + "renderer_readback_cpu_ms": 0.449277, + "simulation_ms": 1.76031, + "snapshot_ms": 2.300911, + "texture_count": 1, + "tick": 653, + "vertices": 576, + "wall_ms": 6.816919 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 654, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.58864, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.865865, + "renderer_cpu_ms": 2.843975, + "renderer_readback_cpu_ms": 0.462873, + "simulation_ms": 1.715206, + "snapshot_ms": 2.291813, + "texture_count": 1, + "tick": 654, + "vertices": 576, + "wall_ms": 6.888594 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 655, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.598144, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.860115, + "renderer_cpu_ms": 2.847712, + "renderer_readback_cpu_ms": 0.499682, + "simulation_ms": 1.868575, + "snapshot_ms": 2.01469, + "texture_count": 1, + "tick": 655, + "vertices": 576, + "wall_ms": 6.757036 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 656, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.587744, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.670698, + "renderer_cpu_ms": 2.660248, + "renderer_readback_cpu_ms": 0.39206, + "simulation_ms": 1.72257, + "snapshot_ms": 1.861341, + "texture_count": 1, + "tick": 656, + "vertices": 576, + "wall_ms": 6.268835 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 657, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.594848, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.755026, + "renderer_cpu_ms": 2.744436, + "renderer_readback_cpu_ms": 0.399835, + "simulation_ms": 1.818801, + "snapshot_ms": 1.899463, + "texture_count": 1, + "tick": 657, + "vertices": 576, + "wall_ms": 6.486806 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 658, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588032, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.985923, + "renderer_cpu_ms": 2.975101, + "renderer_readback_cpu_ms": 0.391779, + "simulation_ms": 1.753728, + "snapshot_ms": 2.170514, + "texture_count": 1, + "tick": 658, + "vertices": 576, + "wall_ms": 6.924252 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 659, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.612736, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.983047, + "renderer_cpu_ms": 2.968359, + "renderer_readback_cpu_ms": 0.437134, + "simulation_ms": 1.781991, + "snapshot_ms": 2.135979, + "texture_count": 1, + "tick": 659, + "vertices": 576, + "wall_ms": 6.917058 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 660, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.605568, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.877818, + "renderer_cpu_ms": 2.807946, + "renderer_readback_cpu_ms": 0.383393, + "simulation_ms": 1.811167, + "snapshot_ms": 2.237881, + "texture_count": 1, + "tick": 660, + "vertices": 576, + "wall_ms": 7.017036 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 661, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.603552, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.755988, + "renderer_cpu_ms": 2.744657, + "renderer_readback_cpu_ms": 0.448175, + "simulation_ms": 1.742136, + "snapshot_ms": 2.365692, + "texture_count": 1, + "tick": 661, + "vertices": 576, + "wall_ms": 6.877583 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 662, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.59664, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.930027, + "renderer_cpu_ms": 2.917864, + "renderer_readback_cpu_ms": 0.506977, + "simulation_ms": 1.758527, + "snapshot_ms": 2.245386, + "texture_count": 1, + "tick": 662, + "vertices": 576, + "wall_ms": 6.947435 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 663, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.618976, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.755076, + "renderer_cpu_ms": 2.744036, + "renderer_readback_cpu_ms": 0.474205, + "simulation_ms": 1.95644, + "snapshot_ms": 2.125159, + "texture_count": 1, + "tick": 663, + "vertices": 576, + "wall_ms": 6.852696 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 664, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.58752, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.766078, + "renderer_cpu_ms": 2.752853, + "renderer_readback_cpu_ms": 0.418489, + "simulation_ms": 1.901377, + "snapshot_ms": 2.096054, + "texture_count": 1, + "tick": 664, + "vertices": 576, + "wall_ms": 6.794727 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 665, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.58768, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.794081, + "renderer_cpu_ms": 2.782779, + "renderer_readback_cpu_ms": 0.454557, + "simulation_ms": 1.836534, + "snapshot_ms": 2.207705, + "texture_count": 1, + "tick": 665, + "vertices": 576, + "wall_ms": 6.853939 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 666, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.587552, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.741701, + "renderer_cpu_ms": 2.730701, + "renderer_readback_cpu_ms": 0.442996, + "simulation_ms": 1.865389, + "snapshot_ms": 2.199879, + "texture_count": 1, + "tick": 666, + "vertices": 576, + "wall_ms": 6.821497 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 667, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.587616, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.738366, + "renderer_cpu_ms": 2.727254, + "renderer_readback_cpu_ms": 0.449047, + "simulation_ms": 1.818661, + "snapshot_ms": 2.181895, + "texture_count": 1, + "tick": 667, + "vertices": 576, + "wall_ms": 6.754351 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 668, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.60176, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.831221, + "renderer_cpu_ms": 2.818126, + "renderer_readback_cpu_ms": 0.499452, + "simulation_ms": 1.935481, + "snapshot_ms": 1.88723, + "texture_count": 1, + "tick": 668, + "vertices": 576, + "wall_ms": 6.66901 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 669, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.59696, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.655148, + "renderer_cpu_ms": 2.643066, + "renderer_readback_cpu_ms": 0.48229, + "simulation_ms": 1.864467, + "snapshot_ms": 1.727849, + "texture_count": 1, + "tick": 669, + "vertices": 576, + "wall_ms": 6.265779 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 670, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.605824, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.619121, + "renderer_cpu_ms": 2.605144, + "renderer_readback_cpu_ms": 0.414401, + "simulation_ms": 1.780178, + "snapshot_ms": 1.838297, + "texture_count": 1, + "tick": 670, + "vertices": 576, + "wall_ms": 6.251803 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 671, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.58832, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.706195, + "renderer_cpu_ms": 2.69292, + "renderer_readback_cpu_ms": 0.492399, + "simulation_ms": 1.849579, + "snapshot_ms": 1.846684, + "texture_count": 1, + "tick": 671, + "vertices": 576, + "wall_ms": 6.417436 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 672, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588736, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.793349, + "renderer_cpu_ms": 2.755808, + "renderer_readback_cpu_ms": 0.530871, + "simulation_ms": 1.797341, + "snapshot_ms": 1.983441, + "texture_count": 1, + "tick": 672, + "vertices": 576, + "wall_ms": 6.587947 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 673, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.594528, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.810181, + "renderer_cpu_ms": 2.794361, + "renderer_readback_cpu_ms": 0.513729, + "simulation_ms": 2.275853, + "snapshot_ms": 1.873023, + "texture_count": 1, + "tick": 673, + "vertices": 576, + "wall_ms": 6.976179 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 674, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.587904, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.816633, + "renderer_cpu_ms": 2.803899, + "renderer_readback_cpu_ms": 0.438698, + "simulation_ms": 1.691681, + "snapshot_ms": 1.861461, + "texture_count": 1, + "tick": 674, + "vertices": 576, + "wall_ms": 6.386918 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 675, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588256, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.911552, + "renderer_cpu_ms": 2.898157, + "renderer_readback_cpu_ms": 0.518818, + "simulation_ms": 1.617731, + "snapshot_ms": 1.753789, + "texture_count": 1, + "tick": 675, + "vertices": 576, + "wall_ms": 6.320964 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 676, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.587648, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.920118, + "renderer_cpu_ms": 2.904999, + "renderer_readback_cpu_ms": 0.469867, + "simulation_ms": 1.662365, + "snapshot_ms": 1.690229, + "texture_count": 1, + "tick": 676, + "vertices": 576, + "wall_ms": 6.28738 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 677, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588032, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.816924, + "renderer_cpu_ms": 2.802877, + "renderer_readback_cpu_ms": 0.474184, + "simulation_ms": 1.737077, + "snapshot_ms": 1.750211, + "texture_count": 1, + "tick": 677, + "vertices": 576, + "wall_ms": 6.322537 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 678, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.890643, + "renderer_cpu_ms": 2.877107, + "renderer_readback_cpu_ms": 0.488592, + "simulation_ms": 1.703854, + "snapshot_ms": 1.663408, + "texture_count": 1, + "tick": 678, + "vertices": 576, + "wall_ms": 6.273805 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 679, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588704, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.677952, + "renderer_cpu_ms": 2.665257, + "renderer_readback_cpu_ms": 0.49336, + "simulation_ms": 1.73329, + "snapshot_ms": 1.889935, + "texture_count": 1, + "tick": 679, + "vertices": 576, + "wall_ms": 6.315674 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 680, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588288, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.514814, + "renderer_cpu_ms": 2.503041, + "renderer_readback_cpu_ms": 0.404263, + "simulation_ms": 1.610428, + "snapshot_ms": 1.6489, + "texture_count": 1, + "tick": 680, + "vertices": 576, + "wall_ms": 5.791635 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 681, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.587392, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.626615, + "renderer_cpu_ms": 2.612718, + "renderer_readback_cpu_ms": 0.426845, + "simulation_ms": 1.641727, + "snapshot_ms": 1.630686, + "texture_count": 1, + "tick": 681, + "vertices": 576, + "wall_ms": 5.914587 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 682, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.587936, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.572432, + "renderer_cpu_ms": 2.557895, + "renderer_readback_cpu_ms": 0.427316, + "simulation_ms": 1.665672, + "snapshot_ms": 1.628913, + "texture_count": 1, + "tick": 682, + "vertices": 576, + "wall_ms": 5.881725 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 683, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.591968, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.619001, + "renderer_cpu_ms": 2.607429, + "renderer_readback_cpu_ms": 0.442124, + "simulation_ms": 1.743329, + "snapshot_ms": 1.692803, + "texture_count": 1, + "tick": 683, + "vertices": 576, + "wall_ms": 6.069539 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 684, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.592544, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.52329, + "renderer_cpu_ms": 2.51237, + "renderer_readback_cpu_ms": 0.404302, + "simulation_ms": 1.622451, + "snapshot_ms": 1.758677, + "texture_count": 1, + "tick": 684, + "vertices": 576, + "wall_ms": 5.918183 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 685, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.586816, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.641192, + "renderer_cpu_ms": 2.61379, + "renderer_readback_cpu_ms": 0.445601, + "simulation_ms": 1.620046, + "snapshot_ms": 1.769908, + "texture_count": 1, + "tick": 685, + "vertices": 576, + "wall_ms": 6.045133 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 686, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.587104, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.654598, + "renderer_cpu_ms": 2.641713, + "renderer_readback_cpu_ms": 0.409282, + "simulation_ms": 1.586573, + "snapshot_ms": 1.748929, + "texture_count": 1, + "tick": 686, + "vertices": 576, + "wall_ms": 6.00628 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 687, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.587648, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.756309, + "renderer_cpu_ms": 2.743035, + "renderer_readback_cpu_ms": 0.491998, + "simulation_ms": 1.676532, + "snapshot_ms": 1.702822, + "texture_count": 1, + "tick": 687, + "vertices": 576, + "wall_ms": 6.150462 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 688, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588512, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.837623, + "renderer_cpu_ms": 2.824688, + "renderer_readback_cpu_ms": 0.478673, + "simulation_ms": 1.583277, + "snapshot_ms": 1.700457, + "texture_count": 1, + "tick": 688, + "vertices": 576, + "wall_ms": 6.135053 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 689, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588416, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.52363, + "renderer_cpu_ms": 2.5127, + "renderer_readback_cpu_ms": 0.370128, + "simulation_ms": 1.685299, + "snapshot_ms": 1.751194, + "texture_count": 1, + "tick": 689, + "vertices": 576, + "wall_ms": 5.974089 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 690, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.58784, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.129032, + "renderer_cpu_ms": 3.119624, + "renderer_readback_cpu_ms": 0.4134, + "simulation_ms": 1.651997, + "snapshot_ms": 2.610654, + "texture_count": 1, + "tick": 690, + "vertices": 576, + "wall_ms": 7.409687 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 691, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588288, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.612808, + "renderer_cpu_ms": 2.604804, + "renderer_readback_cpu_ms": 0.409723, + "simulation_ms": 1.623432, + "snapshot_ms": 1.665963, + "texture_count": 1, + "tick": 691, + "vertices": 576, + "wall_ms": 5.91641 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 692, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.587744, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.505797, + "renderer_cpu_ms": 2.497791, + "renderer_readback_cpu_ms": 0.410084, + "simulation_ms": 1.584669, + "snapshot_ms": 1.681312, + "texture_count": 1, + "tick": 692, + "vertices": 576, + "wall_ms": 5.784111 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 693, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588384, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.566011, + "renderer_cpu_ms": 2.558306, + "renderer_readback_cpu_ms": 0.420323, + "simulation_ms": 1.593856, + "snapshot_ms": 1.689607, + "texture_count": 1, + "tick": 693, + "vertices": 576, + "wall_ms": 5.860495 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 694, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.594144, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.555551, + "renderer_cpu_ms": 2.546774, + "renderer_readback_cpu_ms": 0.402509, + "simulation_ms": 1.566886, + "snapshot_ms": 1.680279, + "texture_count": 1, + "tick": 694, + "vertices": 576, + "wall_ms": 5.814308 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 695, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588704, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.598442, + "renderer_cpu_ms": 2.591188, + "renderer_readback_cpu_ms": 0.402619, + "simulation_ms": 1.60067, + "snapshot_ms": 1.643099, + "texture_count": 1, + "tick": 695, + "vertices": 576, + "wall_ms": 5.852841 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 696, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588544, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.522368, + "renderer_cpu_ms": 2.51277, + "renderer_readback_cpu_ms": 0.414292, + "simulation_ms": 1.592985, + "snapshot_ms": 1.673196, + "texture_count": 1, + "tick": 696, + "vertices": 576, + "wall_ms": 5.799891 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 697, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588064, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.606427, + "renderer_cpu_ms": 2.598141, + "renderer_readback_cpu_ms": 0.409001, + "simulation_ms": 1.60085, + "snapshot_ms": 1.628301, + "texture_count": 1, + "tick": 697, + "vertices": 576, + "wall_ms": 5.84708 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 698, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588288, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.487853, + "renderer_cpu_ms": 2.478045, + "renderer_readback_cpu_ms": 0.358366, + "simulation_ms": 1.593506, + "snapshot_ms": 1.688835, + "texture_count": 1, + "tick": 698, + "vertices": 576, + "wall_ms": 5.782448 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 699, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588544, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.580187, + "renderer_cpu_ms": 2.568756, + "renderer_readback_cpu_ms": 0.431604, + "simulation_ms": 1.666584, + "snapshot_ms": 1.660151, + "texture_count": 1, + "tick": 699, + "vertices": 576, + "wall_ms": 5.921911 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 700, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.593152, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.51288, + "renderer_cpu_ms": 2.502892, + "renderer_readback_cpu_ms": 0.400185, + "simulation_ms": 1.581172, + "snapshot_ms": 1.70133, + "texture_count": 1, + "tick": 700, + "vertices": 576, + "wall_ms": 5.81022 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 701, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.596704, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.56575, + "renderer_cpu_ms": 2.55523, + "renderer_readback_cpu_ms": 0.401066, + "simulation_ms": 1.578959, + "snapshot_ms": 1.674328, + "texture_count": 1, + "tick": 701, + "vertices": 576, + "wall_ms": 5.833694 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 702, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.587968, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.957549, + "renderer_cpu_ms": 2.94799, + "renderer_readback_cpu_ms": 0.417558, + "simulation_ms": 1.571504, + "snapshot_ms": 1.642819, + "texture_count": 1, + "tick": 702, + "vertices": 576, + "wall_ms": 6.185468 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 703, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.587456, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.627436, + "renderer_cpu_ms": 2.617107, + "renderer_readback_cpu_ms": 0.405254, + "simulation_ms": 1.602193, + "snapshot_ms": 1.64889, + "texture_count": 1, + "tick": 703, + "vertices": 576, + "wall_ms": 5.890822 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 704, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.58832, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.606396, + "renderer_cpu_ms": 2.596487, + "renderer_readback_cpu_ms": 0.426735, + "simulation_ms": 1.59554, + "snapshot_ms": 1.628582, + "texture_count": 1, + "tick": 704, + "vertices": 576, + "wall_ms": 5.843993 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 705, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588832, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.718678, + "renderer_cpu_ms": 2.7039, + "renderer_readback_cpu_ms": 0.415925, + "simulation_ms": 1.612512, + "snapshot_ms": 1.637309, + "texture_count": 1, + "tick": 705, + "vertices": 576, + "wall_ms": 5.981132 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 706, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.58928, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.025788, + "renderer_cpu_ms": 3.013885, + "renderer_readback_cpu_ms": 0.476159, + "simulation_ms": 1.620767, + "snapshot_ms": 1.674048, + "texture_count": 1, + "tick": 706, + "vertices": 576, + "wall_ms": 6.337675 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 707, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588704, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.573063, + "renderer_cpu_ms": 2.564057, + "renderer_readback_cpu_ms": 0.422256, + "simulation_ms": 1.602813, + "snapshot_ms": 1.646597, + "texture_count": 1, + "tick": 707, + "vertices": 576, + "wall_ms": 5.835617 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 708, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588928, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.554319, + "renderer_cpu_ms": 2.542767, + "renderer_readback_cpu_ms": 0.40307, + "simulation_ms": 1.566475, + "snapshot_ms": 1.686201, + "texture_count": 1, + "tick": 708, + "vertices": 576, + "wall_ms": 5.820009 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 709, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.589184, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.520975, + "renderer_cpu_ms": 2.512158, + "renderer_readback_cpu_ms": 0.412398, + "simulation_ms": 1.603345, + "snapshot_ms": 1.716958, + "texture_count": 1, + "tick": 709, + "vertices": 576, + "wall_ms": 5.855335 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 710, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588768, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.588363, + "renderer_cpu_ms": 2.578554, + "renderer_readback_cpu_ms": 0.405475, + "simulation_ms": 1.572677, + "snapshot_ms": 1.676873, + "texture_count": 1, + "tick": 710, + "vertices": 576, + "wall_ms": 5.850115 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 711, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.603104, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.874001, + "renderer_cpu_ms": 2.863792, + "renderer_readback_cpu_ms": 0.397159, + "simulation_ms": 1.560804, + "snapshot_ms": 1.650774, + "texture_count": 1, + "tick": 711, + "vertices": 576, + "wall_ms": 6.100057 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 712, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.589376, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.664717, + "renderer_cpu_ms": 2.65618, + "renderer_readback_cpu_ms": 0.432917, + "simulation_ms": 1.63267, + "snapshot_ms": 1.63822, + "texture_count": 1, + "tick": 712, + "vertices": 576, + "wall_ms": 5.948411 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 713, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.58864, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.600064, + "renderer_cpu_ms": 2.590517, + "renderer_readback_cpu_ms": 0.467903, + "simulation_ms": 1.59085, + "snapshot_ms": 1.631207, + "texture_count": 1, + "tick": 713, + "vertices": 576, + "wall_ms": 5.8334530000000004 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 714, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.589024, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.749286, + "renderer_cpu_ms": 2.739798, + "renderer_readback_cpu_ms": 0.498571, + "simulation_ms": 1.607282, + "snapshot_ms": 1.635565, + "texture_count": 1, + "tick": 714, + "vertices": 576, + "wall_ms": 6.004396 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 715, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.58784, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.595035, + "renderer_cpu_ms": 2.583242, + "renderer_readback_cpu_ms": 0.399203, + "simulation_ms": 1.591882, + "snapshot_ms": 1.641046, + "texture_count": 1, + "tick": 715, + "vertices": 576, + "wall_ms": 5.838994 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 716, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.587872, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.524752, + "renderer_cpu_ms": 2.515475, + "renderer_readback_cpu_ms": 0.386569, + "simulation_ms": 1.638731, + "snapshot_ms": 1.634674, + "texture_count": 1, + "tick": 716, + "vertices": 576, + "wall_ms": 5.81054 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 717, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588192, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.512159, + "renderer_cpu_ms": 2.504565, + "renderer_readback_cpu_ms": 0.418349, + "simulation_ms": 1.598725, + "snapshot_ms": 1.68025, + "texture_count": 1, + "tick": 717, + "vertices": 576, + "wall_ms": 5.803768 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 718, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.587744, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.711836, + "renderer_cpu_ms": 2.702338, + "renderer_readback_cpu_ms": 0.391649, + "simulation_ms": 1.568799, + "snapshot_ms": 1.692693, + "texture_count": 1, + "tick": 718, + "vertices": 576, + "wall_ms": 5.984439 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 719, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.59168, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.616946, + "renderer_cpu_ms": 2.607779, + "renderer_readback_cpu_ms": 0.410384, + "simulation_ms": 1.579699, + "snapshot_ms": 1.684478, + "texture_count": 1, + "tick": 719, + "vertices": 576, + "wall_ms": 5.893406 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 720, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.587712, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.562504, + "renderer_cpu_ms": 2.553396, + "renderer_readback_cpu_ms": 0.418369, + "simulation_ms": 1.578247, + "snapshot_ms": 1.650945, + "texture_count": 1, + "tick": 720, + "vertices": 576, + "wall_ms": 5.803968 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 721, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.587808, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.603862, + "renderer_cpu_ms": 2.590356, + "renderer_readback_cpu_ms": 0.415173, + "simulation_ms": 1.580842, + "snapshot_ms": 1.68578, + "texture_count": 1, + "tick": 721, + "vertices": 576, + "wall_ms": 5.882467 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 722, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.587904, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.006501, + "renderer_cpu_ms": 2.998125, + "renderer_readback_cpu_ms": 0.46104, + "simulation_ms": 1.582565, + "snapshot_ms": 1.653539, + "texture_count": 1, + "tick": 722, + "vertices": 576, + "wall_ms": 6.254908 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 723, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588512, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.567032, + "renderer_cpu_ms": 2.556983, + "renderer_readback_cpu_ms": 0.438187, + "simulation_ms": 1.647117, + "snapshot_ms": 1.637028, + "texture_count": 1, + "tick": 723, + "vertices": 576, + "wall_ms": 5.862098 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 724, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.58832, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.683763, + "renderer_cpu_ms": 2.674485, + "renderer_readback_cpu_ms": 0.4774, + "simulation_ms": 1.59046, + "snapshot_ms": 1.665471, + "texture_count": 1, + "tick": 724, + "vertices": 576, + "wall_ms": 5.951837 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 725, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.592992, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.61914, + "renderer_cpu_ms": 2.608781, + "renderer_readback_cpu_ms": 0.424551, + "simulation_ms": 1.587645, + "snapshot_ms": 1.684568, + "texture_count": 1, + "tick": 725, + "vertices": 576, + "wall_ms": 5.903476 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 726, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588416, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.784463, + "renderer_cpu_ms": 2.774213, + "renderer_readback_cpu_ms": 0.429911, + "simulation_ms": 1.589799, + "snapshot_ms": 1.665902, + "texture_count": 1, + "tick": 726, + "vertices": 576, + "wall_ms": 6.053249 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 727, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.624032, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.680115, + "renderer_cpu_ms": 2.670567, + "renderer_readback_cpu_ms": 0.433227, + "simulation_ms": 1.573698, + "snapshot_ms": 1.652287, + "texture_count": 1, + "tick": 727, + "vertices": 576, + "wall_ms": 5.918283 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 728, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588448, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.601006, + "renderer_cpu_ms": 2.590998, + "renderer_readback_cpu_ms": 0.449828, + "simulation_ms": 1.549963, + "snapshot_ms": 1.654221, + "texture_count": 1, + "tick": 728, + "vertices": 576, + "wall_ms": 5.817864 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 729, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.543458, + "renderer_cpu_ms": 2.52866, + "renderer_readback_cpu_ms": 0.410094, + "simulation_ms": 1.593506, + "snapshot_ms": 1.65396, + "texture_count": 1, + "tick": 729, + "vertices": 576, + "wall_ms": 5.802485 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 730, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588576, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.088526, + "renderer_cpu_ms": 3.078888, + "renderer_readback_cpu_ms": 0.402589, + "simulation_ms": 1.569911, + "snapshot_ms": 1.679789, + "texture_count": 1, + "tick": 730, + "vertices": 576, + "wall_ms": 6.350049 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 731, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588704, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.887346, + "renderer_cpu_ms": 2.876897, + "renderer_readback_cpu_ms": 0.405114, + "simulation_ms": 1.640885, + "snapshot_ms": 1.659411, + "texture_count": 1, + "tick": 731, + "vertices": 576, + "wall_ms": 6.199624 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 732, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.58832, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.701816, + "renderer_cpu_ms": 2.692128, + "renderer_readback_cpu_ms": 0.405154, + "simulation_ms": 1.627429, + "snapshot_ms": 1.66941, + "texture_count": 1, + "tick": 732, + "vertices": 576, + "wall_ms": 6.01197 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 733, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.587968, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.675788, + "renderer_cpu_ms": 2.664767, + "renderer_readback_cpu_ms": 0.426815, + "simulation_ms": 1.571515, + "snapshot_ms": 1.677063, + "texture_count": 1, + "tick": 733, + "vertices": 576, + "wall_ms": 5.9366390000000004 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 734, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588576, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.029635, + "renderer_cpu_ms": 3.015939, + "renderer_readback_cpu_ms": 0.550248, + "simulation_ms": 1.597784, + "snapshot_ms": 1.781009, + "texture_count": 1, + "tick": 734, + "vertices": 576, + "wall_ms": 6.421513 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 735, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588416, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.569106, + "renderer_cpu_ms": 2.558877, + "renderer_readback_cpu_ms": 0.424531, + "simulation_ms": 1.630345, + "snapshot_ms": 1.665381, + "texture_count": 1, + "tick": 735, + "vertices": 576, + "wall_ms": 5.881314 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 736, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.592576, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.475249, + "renderer_cpu_ms": 2.467735, + "renderer_readback_cpu_ms": 0.406547, + "simulation_ms": 1.562498, + "snapshot_ms": 1.645664, + "texture_count": 1, + "tick": 736, + "vertices": 576, + "wall_ms": 5.696104 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 737, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.5872, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.563155, + "renderer_cpu_ms": 2.553917, + "renderer_readback_cpu_ms": 0.427296, + "simulation_ms": 1.561035, + "snapshot_ms": 1.641807, + "texture_count": 1, + "tick": 737, + "vertices": 576, + "wall_ms": 5.777789 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 738, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588032, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.551683, + "renderer_cpu_ms": 2.543006, + "renderer_readback_cpu_ms": 0.435081, + "simulation_ms": 1.576874, + "snapshot_ms": 1.716227, + "texture_count": 1, + "tick": 738, + "vertices": 576, + "wall_ms": 5.859082 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 739, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588288, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.642314, + "renderer_cpu_ms": 2.633377, + "renderer_readback_cpu_ms": 0.490876, + "simulation_ms": 1.625676, + "snapshot_ms": 1.683766, + "texture_count": 1, + "tick": 739, + "vertices": 576, + "wall_ms": 5.964541 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 740, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588864, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.1013, + "renderer_cpu_ms": 3.092693, + "renderer_readback_cpu_ms": 0.459728, + "simulation_ms": 1.572917, + "snapshot_ms": 1.665371, + "texture_count": 1, + "tick": 740, + "vertices": 576, + "wall_ms": 6.35121 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 741, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.587808, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.598301, + "renderer_cpu_ms": 2.590296, + "renderer_readback_cpu_ms": 0.397149, + "simulation_ms": 1.673176, + "snapshot_ms": 1.677514, + "texture_count": 1, + "tick": 741, + "vertices": 576, + "wall_ms": 5.960313 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 742, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588288, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.589003, + "renderer_cpu_ms": 2.581379, + "renderer_readback_cpu_ms": 0.443357, + "simulation_ms": 1.622681, + "snapshot_ms": 1.730845, + "texture_count": 1, + "tick": 742, + "vertices": 576, + "wall_ms": 5.95366 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 743, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.593216, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.493443, + "renderer_cpu_ms": 2.485429, + "renderer_readback_cpu_ms": 0.431043, + "simulation_ms": 1.592123, + "snapshot_ms": 1.689167, + "texture_count": 1, + "tick": 743, + "vertices": 576, + "wall_ms": 5.797536 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 744, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.591616, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.672441, + "renderer_cpu_ms": 2.659897, + "renderer_readback_cpu_ms": 0.434981, + "simulation_ms": 1.607532, + "snapshot_ms": 1.669249, + "texture_count": 1, + "tick": 744, + "vertices": 576, + "wall_ms": 5.961816 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 745, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.59488, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.642234, + "renderer_cpu_ms": 2.631274, + "renderer_readback_cpu_ms": 0.411336, + "simulation_ms": 1.560644, + "snapshot_ms": 1.652647, + "texture_count": 1, + "tick": 745, + "vertices": 576, + "wall_ms": 5.869261 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 746, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588576, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.747463, + "renderer_cpu_ms": 2.735731, + "renderer_readback_cpu_ms": 0.487309, + "simulation_ms": 1.654852, + "snapshot_ms": 1.730063, + "texture_count": 1, + "tick": 746, + "vertices": 576, + "wall_ms": 6.147065 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 747, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.58816, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.679674, + "renderer_cpu_ms": 2.671159, + "renderer_readback_cpu_ms": 0.528988, + "simulation_ms": 1.60621, + "snapshot_ms": 1.631177, + "texture_count": 1, + "tick": 747, + "vertices": 576, + "wall_ms": 5.930817 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 748, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.58816, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.595647, + "renderer_cpu_ms": 2.58688, + "renderer_readback_cpu_ms": 0.451742, + "simulation_ms": 1.581693, + "snapshot_ms": 1.652257, + "texture_count": 1, + "tick": 748, + "vertices": 576, + "wall_ms": 5.842321 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 749, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588288, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.528901, + "renderer_cpu_ms": 2.520013, + "renderer_readback_cpu_ms": 0.412989, + "simulation_ms": 1.624123, + "snapshot_ms": 1.766783, + "texture_count": 1, + "tick": 749, + "vertices": 576, + "wall_ms": 5.931209 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 750, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588576, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.506078, + "renderer_cpu_ms": 2.497311, + "renderer_readback_cpu_ms": 0.417547, + "simulation_ms": 1.613193, + "snapshot_ms": 1.649982, + "texture_count": 1, + "tick": 750, + "vertices": 576, + "wall_ms": 5.781616 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 751, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.592256, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.542065, + "renderer_cpu_ms": 2.533539, + "renderer_readback_cpu_ms": 0.427526, + "simulation_ms": 1.593606, + "snapshot_ms": 1.662196, + "texture_count": 1, + "tick": 751, + "vertices": 576, + "wall_ms": 5.809829 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 752, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588096, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.615534, + "renderer_cpu_ms": 2.604933, + "renderer_readback_cpu_ms": 0.443116, + "simulation_ms": 1.598014, + "snapshot_ms": 1.661244, + "texture_count": 1, + "tick": 752, + "vertices": 576, + "wall_ms": 5.887175 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 753, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.593696, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.649107, + "renderer_cpu_ms": 2.640912, + "renderer_readback_cpu_ms": 0.416907, + "simulation_ms": 1.597172, + "snapshot_ms": 1.639924, + "texture_count": 1, + "tick": 753, + "vertices": 576, + "wall_ms": 5.898065 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 754, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.587232, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.62975, + "renderer_cpu_ms": 2.620483, + "renderer_readback_cpu_ms": 0.450159, + "simulation_ms": 1.591141, + "snapshot_ms": 1.688715, + "texture_count": 1, + "tick": 754, + "vertices": 576, + "wall_ms": 5.920788 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 755, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588352, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.638637, + "renderer_cpu_ms": 2.628658, + "renderer_readback_cpu_ms": 0.438287, + "simulation_ms": 1.582635, + "snapshot_ms": 1.679959, + "texture_count": 1, + "tick": 755, + "vertices": 576, + "wall_ms": 5.913304 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 756, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588288, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.721173, + "renderer_cpu_ms": 2.710333, + "renderer_readback_cpu_ms": 0.488161, + "simulation_ms": 1.571795, + "snapshot_ms": 1.663658, + "texture_count": 1, + "tick": 756, + "vertices": 576, + "wall_ms": 5.96927 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 757, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588896, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.587611, + "renderer_cpu_ms": 2.577101, + "renderer_readback_cpu_ms": 0.422698, + "simulation_ms": 1.564391, + "snapshot_ms": 1.710967, + "texture_count": 1, + "tick": 757, + "vertices": 576, + "wall_ms": 5.876745 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 758, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588224, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.728367, + "renderer_cpu_ms": 2.716194, + "renderer_readback_cpu_ms": 0.454277, + "simulation_ms": 1.625536, + "snapshot_ms": 2.223865, + "texture_count": 1, + "tick": 758, + "vertices": 576, + "wall_ms": 6.590632 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 759, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588064, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.577011, + "renderer_cpu_ms": 2.568756, + "renderer_readback_cpu_ms": 0.421345, + "simulation_ms": 1.566775, + "snapshot_ms": 1.672556, + "texture_count": 1, + "tick": 759, + "vertices": 576, + "wall_ms": 5.829276 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 760, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.592608, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.647834, + "renderer_cpu_ms": 2.639279, + "renderer_readback_cpu_ms": 0.462552, + "simulation_ms": 1.564612, + "snapshot_ms": 1.711588, + "texture_count": 1, + "tick": 760, + "vertices": 576, + "wall_ms": 5.936057 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 761, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.58832, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.945646, + "renderer_cpu_ms": 2.937632, + "renderer_readback_cpu_ms": 0.430792, + "simulation_ms": 1.60084, + "snapshot_ms": 1.735564, + "texture_count": 1, + "tick": 761, + "vertices": 576, + "wall_ms": 6.301577 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 762, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.595904, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.731502, + "renderer_cpu_ms": 2.723467, + "renderer_readback_cpu_ms": 0.41363, + "simulation_ms": 1.608254, + "snapshot_ms": 1.623022, + "texture_count": 1, + "tick": 762, + "vertices": 576, + "wall_ms": 5.974089 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 763, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588896, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.604563, + "renderer_cpu_ms": 2.596527, + "renderer_readback_cpu_ms": 0.422648, + "simulation_ms": 1.591782, + "snapshot_ms": 1.672155, + "texture_count": 1, + "tick": 763, + "vertices": 576, + "wall_ms": 5.880002 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 764, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.590432, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.556271, + "renderer_cpu_ms": 2.547726, + "renderer_readback_cpu_ms": 0.417187, + "simulation_ms": 1.600599, + "snapshot_ms": 1.676753, + "texture_count": 1, + "tick": 764, + "vertices": 576, + "wall_ms": 5.844594 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 765, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.589152, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.780335, + "renderer_cpu_ms": 2.770526, + "renderer_readback_cpu_ms": 0.464256, + "simulation_ms": 1.582786, + "snapshot_ms": 1.649, + "texture_count": 1, + "tick": 765, + "vertices": 576, + "wall_ms": 6.023402 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 766, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.58912, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.607489, + "renderer_cpu_ms": 2.597089, + "renderer_readback_cpu_ms": 0.475407, + "simulation_ms": 1.564191, + "snapshot_ms": 1.645834, + "texture_count": 1, + "tick": 766, + "vertices": 576, + "wall_ms": 5.829446 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 767, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588832, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.623278, + "renderer_cpu_ms": 2.612608, + "renderer_readback_cpu_ms": 0.438066, + "simulation_ms": 1.631287, + "snapshot_ms": 1.656094, + "texture_count": 1, + "tick": 767, + "vertices": 576, + "wall_ms": 5.923082 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 768, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.5888, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.801745, + "renderer_cpu_ms": 2.788731, + "renderer_readback_cpu_ms": 0.504732, + "simulation_ms": 1.672314, + "snapshot_ms": 1.719774, + "texture_count": 1, + "tick": 768, + "vertices": 576, + "wall_ms": 6.20834 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 769, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.594656, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.760708, + "renderer_cpu_ms": 2.750949, + "renderer_readback_cpu_ms": 0.423529, + "simulation_ms": 1.586643, + "snapshot_ms": 1.631217, + "texture_count": 1, + "tick": 769, + "vertices": 576, + "wall_ms": 5.993997 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 770, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588832, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.510045, + "renderer_cpu_ms": 2.50232, + "renderer_readback_cpu_ms": 0.420713, + "simulation_ms": 1.578017, + "snapshot_ms": 1.631107, + "texture_count": 1, + "tick": 770, + "vertices": 576, + "wall_ms": 5.731942 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 771, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588512, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.577351, + "renderer_cpu_ms": 2.569126, + "renderer_readback_cpu_ms": 0.419131, + "simulation_ms": 1.600258, + "snapshot_ms": 1.614887, + "texture_count": 1, + "tick": 771, + "vertices": 576, + "wall_ms": 5.803778 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 772, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.58928, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.601077, + "renderer_cpu_ms": 2.592881, + "renderer_readback_cpu_ms": 0.434169, + "simulation_ms": 1.561095, + "snapshot_ms": 1.657857, + "texture_count": 1, + "tick": 772, + "vertices": 576, + "wall_ms": 5.834546 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 773, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.589728, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.590867, + "renderer_cpu_ms": 2.578824, + "renderer_readback_cpu_ms": 0.496627, + "simulation_ms": 1.56891, + "snapshot_ms": 1.614265, + "texture_count": 1, + "tick": 773, + "vertices": 576, + "wall_ms": 5.785523 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 774, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.589792, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.598041, + "renderer_cpu_ms": 2.589675, + "renderer_readback_cpu_ms": 0.425112, + "simulation_ms": 1.584609, + "snapshot_ms": 1.608815, + "texture_count": 1, + "tick": 774, + "vertices": 576, + "wall_ms": 5.805421 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 775, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.589376, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.583424, + "renderer_cpu_ms": 2.575098, + "renderer_readback_cpu_ms": 0.435352, + "simulation_ms": 1.592725, + "snapshot_ms": 1.636376, + "texture_count": 1, + "tick": 775, + "vertices": 576, + "wall_ms": 5.824778 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 776, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.593344, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.547636, + "renderer_cpu_ms": 2.539059, + "renderer_readback_cpu_ms": 0.438147, + "simulation_ms": 1.58505, + "snapshot_ms": 1.615748, + "texture_count": 1, + "tick": 776, + "vertices": 576, + "wall_ms": 5.761158 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 777, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.589536, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.589925, + "renderer_cpu_ms": 2.580588, + "renderer_readback_cpu_ms": 0.460288, + "simulation_ms": 1.569982, + "snapshot_ms": 1.623111, + "texture_count": 1, + "tick": 777, + "vertices": 576, + "wall_ms": 5.794159 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 778, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.59936, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.665328, + "renderer_cpu_ms": 2.654518, + "renderer_readback_cpu_ms": 0.386719, + "simulation_ms": 1.610357, + "snapshot_ms": 1.622902, + "texture_count": 1, + "tick": 778, + "vertices": 576, + "wall_ms": 5.914938 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 779, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.589152, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.812425, + "renderer_cpu_ms": 2.797918, + "renderer_readback_cpu_ms": 0.510593, + "simulation_ms": 1.572536, + "snapshot_ms": 1.646125, + "texture_count": 1, + "tick": 779, + "vertices": 576, + "wall_ms": 6.04401 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 780, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.589024, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.616736, + "renderer_cpu_ms": 2.605044, + "renderer_readback_cpu_ms": 0.423068, + "simulation_ms": 1.635004, + "snapshot_ms": 1.730414, + "texture_count": 1, + "tick": 780, + "vertices": 576, + "wall_ms": 5.996772 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 781, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.589184, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.527628, + "renderer_cpu_ms": 2.515094, + "renderer_readback_cpu_ms": 0.442064, + "simulation_ms": 1.559491, + "snapshot_ms": 1.655774, + "texture_count": 1, + "tick": 781, + "vertices": 576, + "wall_ms": 5.757621 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 782, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.589152, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.473536, + "renderer_cpu_ms": 2.463147, + "renderer_readback_cpu_ms": 0.3923, + "simulation_ms": 1.598436, + "snapshot_ms": 1.645894, + "texture_count": 1, + "tick": 782, + "vertices": 576, + "wall_ms": 5.732253 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 783, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588832, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.456434, + "renderer_cpu_ms": 2.445593, + "renderer_readback_cpu_ms": 0.38689, + "simulation_ms": 1.614706, + "snapshot_ms": 1.66433, + "texture_count": 1, + "tick": 783, + "vertices": 576, + "wall_ms": 5.755167 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 784, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.590048, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.690294, + "renderer_cpu_ms": 2.674676, + "renderer_readback_cpu_ms": 0.489975, + "simulation_ms": 1.573338, + "snapshot_ms": 1.677143, + "texture_count": 1, + "tick": 784, + "vertices": 576, + "wall_ms": 5.954812 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 785, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.806464, + "renderer_cpu_ms": 2.792929, + "renderer_readback_cpu_ms": 0.436493, + "simulation_ms": 2.004021, + "snapshot_ms": 1.624294, + "texture_count": 1, + "tick": 785, + "vertices": 576, + "wall_ms": 6.450508 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 786, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.593344, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.66151, + "renderer_cpu_ms": 2.648586, + "renderer_readback_cpu_ms": 0.40267, + "simulation_ms": 1.589919, + "snapshot_ms": 1.637299, + "texture_count": 1, + "tick": 786, + "vertices": 576, + "wall_ms": 5.905098 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 787, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588224, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.670958, + "renderer_cpu_ms": 2.658755, + "renderer_readback_cpu_ms": 0.435591, + "simulation_ms": 1.602974, + "snapshot_ms": 1.675791, + "texture_count": 1, + "tick": 787, + "vertices": 576, + "wall_ms": 5.96397 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 788, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.58784, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.74599, + "renderer_cpu_ms": 2.721223, + "renderer_readback_cpu_ms": 0.464846, + "simulation_ms": 1.567517, + "snapshot_ms": 1.673727, + "texture_count": 1, + "tick": 788, + "vertices": 576, + "wall_ms": 6.001541 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 789, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.826883, + "renderer_cpu_ms": 2.817274, + "renderer_readback_cpu_ms": 0.40305, + "simulation_ms": 1.582635, + "snapshot_ms": 1.649892, + "texture_count": 1, + "tick": 789, + "vertices": 576, + "wall_ms": 6.073627 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 790, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588672, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.61389, + "renderer_cpu_ms": 2.60257, + "renderer_readback_cpu_ms": 0.458255, + "simulation_ms": 1.586122, + "snapshot_ms": 1.619966, + "texture_count": 1, + "tick": 790, + "vertices": 576, + "wall_ms": 5.832471 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 791, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.589856, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.207771, + "renderer_cpu_ms": 3.197692, + "renderer_readback_cpu_ms": 0.421415, + "simulation_ms": 1.577075, + "snapshot_ms": 1.625015, + "texture_count": 1, + "tick": 791, + "vertices": 576, + "wall_ms": 6.429899 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 792, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588672, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.400264, + "renderer_cpu_ms": 3.391147, + "renderer_readback_cpu_ms": 0.45587, + "simulation_ms": 1.564391, + "snapshot_ms": 1.631087, + "texture_count": 1, + "tick": 792, + "vertices": 576, + "wall_ms": 6.609347 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 793, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588672, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.647691, + "renderer_cpu_ms": 3.6369, + "renderer_readback_cpu_ms": 0.40318, + "simulation_ms": 1.572316, + "snapshot_ms": 1.645494, + "texture_count": 1, + "tick": 793, + "vertices": 576, + "wall_ms": 6.878525 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 794, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.590272, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.209124, + "renderer_cpu_ms": 3.200818, + "renderer_readback_cpu_ms": 0.478142, + "simulation_ms": 1.583016, + "snapshot_ms": 1.634984, + "texture_count": 1, + "tick": 794, + "vertices": 576, + "wall_ms": 6.440739 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 795, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588832, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.575368, + "renderer_cpu_ms": 2.568194, + "renderer_readback_cpu_ms": 0.412559, + "simulation_ms": 1.593356, + "snapshot_ms": 1.613864, + "texture_count": 1, + "tick": 795, + "vertices": 576, + "wall_ms": 5.797286 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 796, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.59408, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.592891, + "renderer_cpu_ms": 2.583754, + "renderer_readback_cpu_ms": 0.447945, + "simulation_ms": 1.569311, + "snapshot_ms": 1.628471, + "texture_count": 1, + "tick": 796, + "vertices": 576, + "wall_ms": 5.802405 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 797, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.5888, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.578344, + "renderer_cpu_ms": 2.570088, + "renderer_readback_cpu_ms": 0.42929, + "simulation_ms": 1.575592, + "snapshot_ms": 1.645534, + "texture_count": 1, + "tick": 797, + "vertices": 576, + "wall_ms": 5.81549 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 798, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.589216, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.507821, + "renderer_cpu_ms": 2.499525, + "renderer_readback_cpu_ms": 0.421966, + "simulation_ms": 1.566785, + "snapshot_ms": 1.623783, + "texture_count": 1, + "tick": 798, + "vertices": 576, + "wall_ms": 5.709821 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 799, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588576, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.479427, + "renderer_cpu_ms": 2.472354, + "renderer_readback_cpu_ms": 0.417437, + "simulation_ms": 1.577395, + "snapshot_ms": 1.613273, + "texture_count": 1, + "tick": 799, + "vertices": 576, + "wall_ms": 5.681196 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 800, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588128, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.785394, + "renderer_cpu_ms": 2.776868, + "renderer_readback_cpu_ms": 0.443206, + "simulation_ms": 1.579209, + "snapshot_ms": 1.642027, + "texture_count": 1, + "tick": 800, + "vertices": 576, + "wall_ms": 6.01719 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 801, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.5888, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.558556, + "renderer_cpu_ms": 2.550621, + "renderer_readback_cpu_ms": 0.457904, + "simulation_ms": 1.567307, + "snapshot_ms": 1.61682, + "texture_count": 1, + "tick": 801, + "vertices": 576, + "wall_ms": 5.753162 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 802, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588064, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.495056, + "renderer_cpu_ms": 2.486741, + "renderer_readback_cpu_ms": 0.411807, + "simulation_ms": 1.555184, + "snapshot_ms": 1.626558, + "texture_count": 1, + "tick": 802, + "vertices": 576, + "wall_ms": 5.687628 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 803, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.58992, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.494486, + "renderer_cpu_ms": 2.481792, + "renderer_readback_cpu_ms": 0.417818, + "simulation_ms": 1.55359, + "snapshot_ms": 1.61689, + "texture_count": 1, + "tick": 803, + "vertices": 576, + "wall_ms": 5.675746 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 804, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.613088, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.488714, + "renderer_cpu_ms": 2.481721, + "renderer_readback_cpu_ms": 0.394494, + "simulation_ms": 1.554512, + "snapshot_ms": 1.626639, + "texture_count": 1, + "tick": 804, + "vertices": 576, + "wall_ms": 5.680966 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 805, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.587936, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.699482, + "renderer_cpu_ms": 2.692008, + "renderer_readback_cpu_ms": 0.401387, + "simulation_ms": 1.566696, + "snapshot_ms": 1.621128, + "texture_count": 1, + "tick": 805, + "vertices": 576, + "wall_ms": 5.898116 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 806, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588512, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.504464, + "renderer_cpu_ms": 2.493353, + "renderer_readback_cpu_ms": 0.417267, + "simulation_ms": 1.600158, + "snapshot_ms": 1.657988, + "texture_count": 1, + "tick": 806, + "vertices": 576, + "wall_ms": 5.774382 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 807, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588512, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.780766, + "renderer_cpu_ms": 2.771699, + "renderer_readback_cpu_ms": 0.397149, + "simulation_ms": 1.573188, + "snapshot_ms": 1.646245, + "texture_count": 1, + "tick": 807, + "vertices": 576, + "wall_ms": 6.014265 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 808, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.58928, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.724339, + "renderer_cpu_ms": 2.715011, + "renderer_readback_cpu_ms": 0.461119, + "simulation_ms": 1.573869, + "snapshot_ms": 1.629243, + "texture_count": 1, + "tick": 808, + "vertices": 576, + "wall_ms": 5.939864 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 809, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.589824, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.023623, + "renderer_cpu_ms": 3.015458, + "renderer_readback_cpu_ms": 0.444208, + "simulation_ms": 1.56892, + "snapshot_ms": 1.619685, + "texture_count": 1, + "tick": 809, + "vertices": 576, + "wall_ms": 6.222938 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 810, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.589376, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.544259, + "renderer_cpu_ms": 2.536495, + "renderer_readback_cpu_ms": 0.39219, + "simulation_ms": 1.581824, + "snapshot_ms": 1.616238, + "texture_count": 1, + "tick": 810, + "vertices": 576, + "wall_ms": 5.754154 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 811, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.591328, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.47594, + "renderer_cpu_ms": 2.467344, + "renderer_readback_cpu_ms": 0.425612, + "simulation_ms": 1.56403, + "snapshot_ms": 1.625897, + "texture_count": 1, + "tick": 811, + "vertices": 576, + "wall_ms": 5.676647 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 812, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.64064, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.503041, + "renderer_cpu_ms": 2.495658, + "renderer_readback_cpu_ms": 0.401607, + "simulation_ms": 1.563739, + "snapshot_ms": 1.617812, + "texture_count": 1, + "tick": 812, + "vertices": 576, + "wall_ms": 5.695453 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 813, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.58864, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.445994, + "renderer_cpu_ms": 2.43881, + "renderer_readback_cpu_ms": 0.409934, + "simulation_ms": 1.54275, + "snapshot_ms": 1.640224, + "texture_count": 1, + "tick": 813, + "vertices": 576, + "wall_ms": 5.638956 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 814, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588896, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.527869, + "renderer_cpu_ms": 2.518901, + "renderer_readback_cpu_ms": 0.420152, + "simulation_ms": 1.565583, + "snapshot_ms": 1.631758, + "texture_count": 1, + "tick": 814, + "vertices": 576, + "wall_ms": 5.735549 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 815, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.5888, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.580137, + "renderer_cpu_ms": 2.572222, + "renderer_readback_cpu_ms": 0.42966, + "simulation_ms": 1.552018, + "snapshot_ms": 1.638621, + "texture_count": 1, + "tick": 815, + "vertices": 576, + "wall_ms": 5.782367 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 816, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.589824, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.946788, + "renderer_cpu_ms": 2.938103, + "renderer_readback_cpu_ms": 0.469615, + "simulation_ms": 1.552688, + "snapshot_ms": 1.623523, + "texture_count": 1, + "tick": 816, + "vertices": 576, + "wall_ms": 6.13375 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 817, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588544, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.639659, + "renderer_cpu_ms": 2.628608, + "renderer_readback_cpu_ms": 0.438778, + "simulation_ms": 1.557638, + "snapshot_ms": 1.652357, + "texture_count": 1, + "tick": 817, + "vertices": 576, + "wall_ms": 5.861356 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 818, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.592256, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.646251, + "renderer_cpu_ms": 2.635882, + "renderer_readback_cpu_ms": 0.469326, + "simulation_ms": 1.565212, + "snapshot_ms": 1.639282, + "texture_count": 1, + "tick": 818, + "vertices": 576, + "wall_ms": 5.866556 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 819, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588928, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.587481, + "renderer_cpu_ms": 2.578393, + "renderer_readback_cpu_ms": 0.411797, + "simulation_ms": 1.568669, + "snapshot_ms": 1.674008, + "texture_count": 1, + "tick": 819, + "vertices": 576, + "wall_ms": 5.842811 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 820, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.589952, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.598632, + "renderer_cpu_ms": 2.588683, + "renderer_readback_cpu_ms": 0.389174, + "simulation_ms": 1.597614, + "snapshot_ms": 1.628872, + "texture_count": 1, + "tick": 820, + "vertices": 576, + "wall_ms": 5.838854 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 821, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.587776, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.527608, + "renderer_cpu_ms": 2.519693, + "renderer_readback_cpu_ms": 0.419752, + "simulation_ms": 1.587935, + "snapshot_ms": 1.626017, + "texture_count": 1, + "tick": 821, + "vertices": 576, + "wall_ms": 5.753703 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 822, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.587968, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.87362, + "renderer_cpu_ms": 2.856889, + "renderer_readback_cpu_ms": 0.444418, + "simulation_ms": 1.541027, + "snapshot_ms": 1.631447, + "texture_count": 1, + "tick": 822, + "vertices": 576, + "wall_ms": 6.056885 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 823, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588224, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.629309, + "renderer_cpu_ms": 2.617036, + "renderer_readback_cpu_ms": 0.396247, + "simulation_ms": 1.584438, + "snapshot_ms": 1.630356, + "texture_count": 1, + "tick": 823, + "vertices": 576, + "wall_ms": 5.85841 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 824, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.589568, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.939214, + "renderer_cpu_ms": 2.928193, + "renderer_readback_cpu_ms": 0.4825, + "simulation_ms": 1.589178, + "snapshot_ms": 1.615207, + "texture_count": 1, + "tick": 824, + "vertices": 576, + "wall_ms": 6.157866 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 825, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.589472, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.536645, + "renderer_cpu_ms": 2.527628, + "renderer_readback_cpu_ms": 0.411486, + "simulation_ms": 1.549422, + "snapshot_ms": 1.635245, + "texture_count": 1, + "tick": 825, + "vertices": 576, + "wall_ms": 5.734848 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 826, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.591616, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.518802, + "renderer_cpu_ms": 2.511568, + "renderer_readback_cpu_ms": 0.427917, + "simulation_ms": 1.57474, + "snapshot_ms": 1.629454, + "texture_count": 1, + "tick": 826, + "vertices": 576, + "wall_ms": 5.734057 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 827, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.60384, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.532467, + "renderer_cpu_ms": 2.524752, + "renderer_readback_cpu_ms": 0.410565, + "simulation_ms": 1.567136, + "snapshot_ms": 1.628512, + "texture_count": 1, + "tick": 827, + "vertices": 576, + "wall_ms": 5.739476 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 828, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.58848, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.557164, + "renderer_cpu_ms": 2.549299, + "renderer_readback_cpu_ms": 0.425183, + "simulation_ms": 1.560554, + "snapshot_ms": 1.641997, + "texture_count": 1, + "tick": 828, + "vertices": 576, + "wall_ms": 5.775074 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 829, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.589536, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.535002, + "renderer_cpu_ms": 2.527347, + "renderer_readback_cpu_ms": 0.409492, + "simulation_ms": 1.575673, + "snapshot_ms": 1.612882, + "texture_count": 1, + "tick": 829, + "vertices": 576, + "wall_ms": 5.734457 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 830, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.58944, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.49666, + "renderer_cpu_ms": 2.489105, + "renderer_readback_cpu_ms": 0.41888, + "simulation_ms": 1.557729, + "snapshot_ms": 1.626327, + "texture_count": 1, + "tick": 830, + "vertices": 576, + "wall_ms": 5.690935 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 831, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.589248, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.786196, + "renderer_cpu_ms": 2.777058, + "renderer_readback_cpu_ms": 0.462082, + "simulation_ms": 1.562677, + "snapshot_ms": 1.644583, + "texture_count": 1, + "tick": 831, + "vertices": 576, + "wall_ms": 6.004767 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 832, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.58944, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.551563, + "renderer_cpu_ms": 2.543307, + "renderer_readback_cpu_ms": 0.406947, + "simulation_ms": 1.56908, + "snapshot_ms": 1.654251, + "texture_count": 1, + "tick": 832, + "vertices": 576, + "wall_ms": 5.788038 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 833, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.59392, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.567854, + "renderer_cpu_ms": 2.559388, + "renderer_readback_cpu_ms": 0.425683, + "simulation_ms": 1.573729, + "snapshot_ms": 1.616759, + "texture_count": 1, + "tick": 833, + "vertices": 576, + "wall_ms": 5.769773 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 834, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.623904, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.584715, + "renderer_cpu_ms": 2.577221, + "renderer_readback_cpu_ms": 0.422827, + "simulation_ms": 1.58517, + "snapshot_ms": 1.623533, + "texture_count": 1, + "tick": 834, + "vertices": 576, + "wall_ms": 5.804569 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 835, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588352, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.511718, + "renderer_cpu_ms": 2.503924, + "renderer_readback_cpu_ms": 0.424711, + "simulation_ms": 1.565944, + "snapshot_ms": 1.614365, + "texture_count": 1, + "tick": 835, + "vertices": 576, + "wall_ms": 5.702447 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 836, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588128, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.49705, + "renderer_cpu_ms": 2.489185, + "renderer_readback_cpu_ms": 0.441734, + "simulation_ms": 1.552098, + "snapshot_ms": 1.625155, + "texture_count": 1, + "tick": 836, + "vertices": 576, + "wall_ms": 5.685063 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 837, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588096, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.570509, + "renderer_cpu_ms": 2.562103, + "renderer_readback_cpu_ms": 0.462402, + "simulation_ms": 1.544404, + "snapshot_ms": 1.623392, + "texture_count": 1, + "tick": 837, + "vertices": 576, + "wall_ms": 5.749606 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 838, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588352, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.771467, + "renderer_cpu_ms": 2.762521, + "renderer_readback_cpu_ms": 0.481889, + "simulation_ms": 1.54797, + "snapshot_ms": 1.632981, + "texture_count": 1, + "tick": 838, + "vertices": 576, + "wall_ms": 5.962607 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 839, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588192, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.533359, + "renderer_cpu_ms": 2.5234, + "renderer_readback_cpu_ms": 0.421064, + "simulation_ms": 1.55848, + "snapshot_ms": 1.62761, + "texture_count": 1, + "tick": 839, + "vertices": 576, + "wall_ms": 5.730349 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 840, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588832, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.53389, + "renderer_cpu_ms": 2.525765, + "renderer_readback_cpu_ms": 0.423519, + "simulation_ms": 1.562407, + "snapshot_ms": 1.632369, + "texture_count": 1, + "tick": 840, + "vertices": 576, + "wall_ms": 5.741731 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 841, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.603936, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.509774, + "renderer_cpu_ms": 2.50237, + "renderer_readback_cpu_ms": 0.405444, + "simulation_ms": 1.545746, + "snapshot_ms": 1.623312, + "texture_count": 1, + "tick": 841, + "vertices": 576, + "wall_ms": 5.690283 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 842, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.598208, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.953431, + "renderer_cpu_ms": 2.945205, + "renderer_readback_cpu_ms": 0.416345, + "simulation_ms": 1.550405, + "snapshot_ms": 1.644793, + "texture_count": 1, + "tick": 842, + "vertices": 576, + "wall_ms": 6.16009 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 843, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588672, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.51811, + "renderer_cpu_ms": 2.510496, + "renderer_readback_cpu_ms": 0.421856, + "simulation_ms": 1.54803, + "snapshot_ms": 1.634122, + "texture_count": 1, + "tick": 843, + "vertices": 576, + "wall_ms": 5.710982 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 844, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588864, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.718488, + "renderer_cpu_ms": 2.710673, + "renderer_readback_cpu_ms": 0.435332, + "simulation_ms": 1.551086, + "snapshot_ms": 1.641236, + "texture_count": 1, + "tick": 844, + "vertices": 576, + "wall_ms": 5.921841 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 845, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588736, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.727044, + "renderer_cpu_ms": 2.718398, + "renderer_readback_cpu_ms": 0.462101, + "simulation_ms": 1.578057, + "snapshot_ms": 1.643911, + "texture_count": 1, + "tick": 845, + "vertices": 576, + "wall_ms": 5.959832 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 846, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588448, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.088025, + "renderer_cpu_ms": 3.0796, + "renderer_readback_cpu_ms": 0.438367, + "simulation_ms": 1.566475, + "snapshot_ms": 1.617541, + "texture_count": 1, + "tick": 846, + "vertices": 576, + "wall_ms": 6.283172 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 847, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588544, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.522468, + "renderer_cpu_ms": 2.514624, + "renderer_readback_cpu_ms": 0.432836, + "simulation_ms": 1.559011, + "snapshot_ms": 1.654772, + "texture_count": 1, + "tick": 847, + "vertices": 576, + "wall_ms": 5.747061 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 848, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.58912, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.573023, + "renderer_cpu_ms": 2.564187, + "renderer_readback_cpu_ms": 0.439138, + "simulation_ms": 1.561566, + "snapshot_ms": 1.63284, + "texture_count": 1, + "tick": 848, + "vertices": 576, + "wall_ms": 5.779542 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 849, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.613792, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.554719, + "renderer_cpu_ms": 2.546974, + "renderer_readback_cpu_ms": 0.427045, + "simulation_ms": 1.573468, + "snapshot_ms": 1.623803, + "texture_count": 1, + "tick": 849, + "vertices": 576, + "wall_ms": 5.763041 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 850, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588832, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.564136, + "renderer_cpu_ms": 2.556011, + "renderer_readback_cpu_ms": 0.42924, + "simulation_ms": 1.590109, + "snapshot_ms": 1.623552, + "texture_count": 1, + "tick": 850, + "vertices": 576, + "wall_ms": 5.78919 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 851, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588128, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.528329, + "renderer_cpu_ms": 2.520104, + "renderer_readback_cpu_ms": 0.416987, + "simulation_ms": 1.585631, + "snapshot_ms": 1.615998, + "texture_count": 1, + "tick": 851, + "vertices": 576, + "wall_ms": 5.740909 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 852, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588448, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.477493, + "renderer_cpu_ms": 2.469107, + "renderer_readback_cpu_ms": 0.415244, + "simulation_ms": 1.557818, + "snapshot_ms": 1.614446, + "texture_count": 1, + "tick": 852, + "vertices": 576, + "wall_ms": 5.660577 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 853, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.5888, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.784713, + "renderer_cpu_ms": 2.777279, + "renderer_readback_cpu_ms": 0.447474, + "simulation_ms": 1.557989, + "snapshot_ms": 1.608273, + "texture_count": 1, + "tick": 853, + "vertices": 576, + "wall_ms": 5.961555 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 854, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.58832, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.537677, + "renderer_cpu_ms": 2.530183, + "renderer_readback_cpu_ms": 0.402269, + "simulation_ms": 1.554111, + "snapshot_ms": 1.610348, + "texture_count": 1, + "tick": 854, + "vertices": 576, + "wall_ms": 5.713468 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 855, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588992, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.451445, + "renderer_cpu_ms": 2.444461, + "renderer_readback_cpu_ms": 0.420974, + "simulation_ms": 1.555884, + "snapshot_ms": 1.619074, + "texture_count": 1, + "tick": 855, + "vertices": 576, + "wall_ms": 5.637554 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 856, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.598304, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.522499, + "renderer_cpu_ms": 2.496098, + "renderer_readback_cpu_ms": 0.400896, + "simulation_ms": 1.540856, + "snapshot_ms": 1.645534, + "texture_count": 1, + "tick": 856, + "vertices": 576, + "wall_ms": 5.7202 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 857, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.58768, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.517239, + "renderer_cpu_ms": 2.508562, + "renderer_readback_cpu_ms": 0.45015, + "simulation_ms": 1.551888, + "snapshot_ms": 1.627279, + "texture_count": 1, + "tick": 857, + "vertices": 576, + "wall_ms": 5.707276 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 858, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588672, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.48084, + "renderer_cpu_ms": 2.473145, + "renderer_readback_cpu_ms": 0.422086, + "simulation_ms": 1.552609, + "snapshot_ms": 1.618012, + "texture_count": 1, + "tick": 858, + "vertices": 576, + "wall_ms": 5.662762 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 859, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.58944, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.526696, + "renderer_cpu_ms": 2.518991, + "renderer_readback_cpu_ms": 0.442164, + "simulation_ms": 1.584028, + "snapshot_ms": 1.629904, + "texture_count": 1, + "tick": 859, + "vertices": 576, + "wall_ms": 5.750948 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 860, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.589504, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.0801, + "renderer_cpu_ms": 3.072616, + "renderer_readback_cpu_ms": 0.460619, + "simulation_ms": 1.556466, + "snapshot_ms": 1.614806, + "texture_count": 1, + "tick": 860, + "vertices": 576, + "wall_ms": 6.263154 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 861, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588768, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.536614, + "renderer_cpu_ms": 2.528169, + "renderer_readback_cpu_ms": 0.415875, + "simulation_ms": 1.551827, + "snapshot_ms": 1.624514, + "texture_count": 1, + "tick": 861, + "vertices": 576, + "wall_ms": 5.726842 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 862, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.587968, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.547796, + "renderer_cpu_ms": 2.538398, + "renderer_readback_cpu_ms": 0.457613, + "simulation_ms": 1.548631, + "snapshot_ms": 1.624214, + "texture_count": 1, + "tick": 862, + "vertices": 576, + "wall_ms": 5.731652 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 863, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.61344, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.58723, + "renderer_cpu_ms": 2.577141, + "renderer_readback_cpu_ms": 0.374196, + "simulation_ms": 1.559231, + "snapshot_ms": 1.639283, + "texture_count": 1, + "tick": 863, + "vertices": 576, + "wall_ms": 5.802705 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 864, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588768, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.604964, + "renderer_cpu_ms": 2.594294, + "renderer_readback_cpu_ms": 0.416235, + "simulation_ms": 1.582224, + "snapshot_ms": 1.662346, + "texture_count": 1, + "tick": 864, + "vertices": 576, + "wall_ms": 5.86342 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 865, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588672, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.609282, + "renderer_cpu_ms": 2.593202, + "renderer_readback_cpu_ms": 0.462693, + "simulation_ms": 1.567857, + "snapshot_ms": 1.63287, + "texture_count": 1, + "tick": 865, + "vertices": 576, + "wall_ms": 5.822673 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 866, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588864, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.655218, + "renderer_cpu_ms": 2.640471, + "renderer_readback_cpu_ms": 0.411777, + "simulation_ms": 1.574911, + "snapshot_ms": 1.634343, + "texture_count": 1, + "tick": 866, + "vertices": 576, + "wall_ms": 5.877937 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 867, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.589216, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.543588, + "renderer_cpu_ms": 2.521486, + "renderer_readback_cpu_ms": 0.444929, + "simulation_ms": 1.559823, + "snapshot_ms": 1.661033, + "texture_count": 1, + "tick": 867, + "vertices": 576, + "wall_ms": 5.777328 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 868, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.589152, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.516106, + "renderer_cpu_ms": 2.5072, + "renderer_readback_cpu_ms": 0.417388, + "simulation_ms": 1.555684, + "snapshot_ms": 1.618594, + "texture_count": 1, + "tick": 868, + "vertices": 576, + "wall_ms": 5.70933 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 869, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.591936, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.524953, + "renderer_cpu_ms": 2.516036, + "renderer_readback_cpu_ms": 0.44009, + "simulation_ms": 1.559122, + "snapshot_ms": 1.626618, + "texture_count": 1, + "tick": 869, + "vertices": 576, + "wall_ms": 5.723527 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 870, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.58848, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.615884, + "renderer_cpu_ms": 2.604132, + "renderer_readback_cpu_ms": 0.392511, + "simulation_ms": 1.563539, + "snapshot_ms": 1.662667, + "texture_count": 1, + "tick": 870, + "vertices": 576, + "wall_ms": 5.880001 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 871, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.59728, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.619432, + "renderer_cpu_ms": 2.609232, + "renderer_readback_cpu_ms": 0.37647, + "simulation_ms": 1.729532, + "snapshot_ms": 1.687223, + "texture_count": 1, + "tick": 871, + "vertices": 576, + "wall_ms": 6.051736 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 872, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.587808, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.636223, + "renderer_cpu_ms": 2.62393, + "renderer_readback_cpu_ms": 0.437224, + "simulation_ms": 1.554523, + "snapshot_ms": 1.665351, + "texture_count": 1, + "tick": 872, + "vertices": 576, + "wall_ms": 5.869582 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 873, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588032, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.559178, + "renderer_cpu_ms": 2.5497, + "renderer_readback_cpu_ms": 0.399814, + "simulation_ms": 1.623052, + "snapshot_ms": 1.624364, + "texture_count": 1, + "tick": 873, + "vertices": 576, + "wall_ms": 5.823134 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 874, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588256, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.665438, + "renderer_cpu_ms": 2.655109, + "renderer_readback_cpu_ms": 0.442144, + "simulation_ms": 1.572105, + "snapshot_ms": 1.668057, + "texture_count": 1, + "tick": 874, + "vertices": 576, + "wall_ms": 5.918164 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 875, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.58912, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.805833, + "renderer_cpu_ms": 2.793299, + "renderer_readback_cpu_ms": 0.499672, + "simulation_ms": 1.572386, + "snapshot_ms": 1.625517, + "texture_count": 1, + "tick": 875, + "vertices": 576, + "wall_ms": 6.01671 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 876, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.589248, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.622858, + "renderer_cpu_ms": 2.612158, + "renderer_readback_cpu_ms": 0.413941, + "simulation_ms": 1.580451, + "snapshot_ms": 1.620356, + "texture_count": 1, + "tick": 876, + "vertices": 576, + "wall_ms": 5.837591 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 877, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.592288, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.595345, + "renderer_cpu_ms": 2.586779, + "renderer_readback_cpu_ms": 0.443046, + "simulation_ms": 1.58001, + "snapshot_ms": 1.625096, + "texture_count": 1, + "tick": 877, + "vertices": 576, + "wall_ms": 5.814147 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 878, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.58896, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.600966, + "renderer_cpu_ms": 2.589895, + "renderer_readback_cpu_ms": 0.468063, + "simulation_ms": 1.56376, + "snapshot_ms": 1.650834, + "texture_count": 1, + "tick": 878, + "vertices": 576, + "wall_ms": 5.828294 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 879, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.60944, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.751059, + "renderer_cpu_ms": 2.740389, + "renderer_readback_cpu_ms": 0.432165, + "simulation_ms": 1.566906, + "snapshot_ms": 1.718211, + "texture_count": 1, + "tick": 879, + "vertices": 576, + "wall_ms": 6.050493 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 880, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588352, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.556082, + "renderer_cpu_ms": 2.54433, + "renderer_readback_cpu_ms": 0.417187, + "simulation_ms": 1.572968, + "snapshot_ms": 1.628932, + "texture_count": 1, + "tick": 880, + "vertices": 576, + "wall_ms": 5.77308 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 881, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.58816, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.607558, + "renderer_cpu_ms": 2.595375, + "renderer_readback_cpu_ms": 0.468413, + "simulation_ms": 1.612873, + "snapshot_ms": 1.628782, + "texture_count": 1, + "tick": 881, + "vertices": 576, + "wall_ms": 5.864592 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 882, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.589568, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.862168, + "renderer_cpu_ms": 2.849304, + "renderer_readback_cpu_ms": 0.508229, + "simulation_ms": 1.666243, + "snapshot_ms": 1.673677, + "texture_count": 1, + "tick": 882, + "vertices": 576, + "wall_ms": 6.219431 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 883, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588864, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.656751, + "renderer_cpu_ms": 2.644989, + "renderer_readback_cpu_ms": 0.546711, + "simulation_ms": 1.565112, + "snapshot_ms": 1.657878, + "texture_count": 1, + "tick": 883, + "vertices": 576, + "wall_ms": 5.894398 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 884, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588288, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.583703, + "renderer_cpu_ms": 2.57113, + "renderer_readback_cpu_ms": 0.462282, + "simulation_ms": 1.554682, + "snapshot_ms": 1.645584, + "texture_count": 1, + "tick": 884, + "vertices": 576, + "wall_ms": 5.800541 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 885, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.59168, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.599534, + "renderer_cpu_ms": 2.587561, + "renderer_readback_cpu_ms": 0.463113, + "simulation_ms": 1.573828, + "snapshot_ms": 1.631538, + "texture_count": 1, + "tick": 885, + "vertices": 576, + "wall_ms": 5.82091 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 886, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588544, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.581119, + "renderer_cpu_ms": 2.570489, + "renderer_readback_cpu_ms": 0.423219, + "simulation_ms": 1.581223, + "snapshot_ms": 1.63286, + "texture_count": 1, + "tick": 886, + "vertices": 576, + "wall_ms": 5.810811 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 887, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.587872, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.596207, + "renderer_cpu_ms": 2.585967, + "renderer_readback_cpu_ms": 0.470137, + "simulation_ms": 1.596101, + "snapshot_ms": 1.644251, + "texture_count": 1, + "tick": 887, + "vertices": 576, + "wall_ms": 5.851187 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 888, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588032, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.943833, + "renderer_cpu_ms": 2.930468, + "renderer_readback_cpu_ms": 0.428748, + "simulation_ms": 1.557297, + "snapshot_ms": 1.657176, + "texture_count": 1, + "tick": 888, + "vertices": 576, + "wall_ms": 6.171711 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 889, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.58752, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.591688, + "renderer_cpu_ms": 2.580508, + "renderer_readback_cpu_ms": 0.433007, + "simulation_ms": 1.576454, + "snapshot_ms": 1.660612, + "texture_count": 1, + "tick": 889, + "vertices": 576, + "wall_ms": 5.845917 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 890, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588192, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.752683, + "renderer_cpu_ms": 2.739908, + "renderer_readback_cpu_ms": 0.502197, + "simulation_ms": 1.580972, + "snapshot_ms": 1.617291, + "texture_count": 1, + "tick": 890, + "vertices": 576, + "wall_ms": 5.964671 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 891, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.58944, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.756466, + "renderer_cpu_ms": 3.72676, + "renderer_readback_cpu_ms": 0.820588, + "simulation_ms": 1.576895, + "snapshot_ms": 1.640845, + "texture_count": 1, + "tick": 891, + "vertices": 576, + "wall_ms": 6.988973 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 892, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588608, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.618115, + "renderer_cpu_ms": 3.603287, + "renderer_readback_cpu_ms": 0.443206, + "simulation_ms": 2.40653, + "snapshot_ms": 2.341867, + "texture_count": 1, + "tick": 892, + "vertices": 576, + "wall_ms": 8.393012 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 893, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.594656, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.087974, + "renderer_cpu_ms": 3.07489, + "renderer_readback_cpu_ms": 0.44506, + "simulation_ms": 2.1788, + "snapshot_ms": 2.360452, + "texture_count": 1, + "tick": 893, + "vertices": 576, + "wall_ms": 7.642676 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 894, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.593312, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.088145, + "renderer_cpu_ms": 3.073318, + "renderer_readback_cpu_ms": 0.484534, + "simulation_ms": 2.233974, + "snapshot_ms": 2.35926, + "texture_count": 1, + "tick": 894, + "vertices": 576, + "wall_ms": 7.696518 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 895, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588224, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.132478, + "renderer_cpu_ms": 3.11693, + "renderer_readback_cpu_ms": 0.485505, + "simulation_ms": 2.171586, + "snapshot_ms": 2.326328, + "texture_count": 1, + "tick": 895, + "vertices": 576, + "wall_ms": 7.645782 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 896, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588864, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.457692, + "renderer_cpu_ms": 3.437554, + "renderer_readback_cpu_ms": 0.624999, + "simulation_ms": 2.16814, + "snapshot_ms": 2.309917, + "texture_count": 1, + "tick": 896, + "vertices": 576, + "wall_ms": 7.953523 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 897, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.589088, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.230424, + "renderer_cpu_ms": 3.212309, + "renderer_readback_cpu_ms": 0.613327, + "simulation_ms": 1.74958, + "snapshot_ms": 1.661665, + "texture_count": 1, + "tick": 897, + "vertices": 576, + "wall_ms": 6.662418 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 898, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588288, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.301438, + "renderer_cpu_ms": 3.278995, + "renderer_readback_cpu_ms": 0.69437, + "simulation_ms": 1.676743, + "snapshot_ms": 1.848927, + "texture_count": 1, + "tick": 898, + "vertices": 576, + "wall_ms": 6.84937 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 899, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.59024, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.877958, + "renderer_cpu_ms": 2.861488, + "renderer_readback_cpu_ms": 0.682688, + "simulation_ms": 2.26874, + "snapshot_ms": 1.660121, + "texture_count": 1, + "tick": 899, + "vertices": 576, + "wall_ms": 6.826617 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 900, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.590272, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.553386, + "renderer_cpu_ms": 2.53945, + "renderer_readback_cpu_ms": 0.400174, + "simulation_ms": 1.768997, + "snapshot_ms": 1.662316, + "texture_count": 1, + "tick": 900, + "vertices": 576, + "wall_ms": 6.001621 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 901, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588384, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.297891, + "renderer_cpu_ms": 3.284095, + "renderer_readback_cpu_ms": 0.513528, + "simulation_ms": 1.597172, + "snapshot_ms": 2.201583, + "texture_count": 1, + "tick": 901, + "vertices": 576, + "wall_ms": 7.111104 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 902, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588896, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.12806, + "renderer_cpu_ms": 3.108183, + "renderer_readback_cpu_ms": 0.524719, + "simulation_ms": 1.589538, + "snapshot_ms": 1.623984, + "texture_count": 1, + "tick": 902, + "vertices": 576, + "wall_ms": 6.359516 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 903, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588928, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.421153, + "renderer_cpu_ms": 3.406916, + "renderer_readback_cpu_ms": 0.510233, + "simulation_ms": 1.651716, + "snapshot_ms": 1.631928, + "texture_count": 1, + "tick": 903, + "vertices": 576, + "wall_ms": 6.72249 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 904, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.595586, + "renderer_cpu_ms": 2.583504, + "renderer_readback_cpu_ms": 0.439289, + "simulation_ms": 1.612031, + "snapshot_ms": 1.667425, + "texture_count": 1, + "tick": 904, + "vertices": 576, + "wall_ms": 5.891493 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 905, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.587904, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.550551, + "renderer_cpu_ms": 2.539139, + "renderer_readback_cpu_ms": 0.394685, + "simulation_ms": 2.120741, + "snapshot_ms": 1.665692, + "texture_count": 1, + "tick": 905, + "vertices": 576, + "wall_ms": 6.351992 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 906, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588704, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.57666, + "renderer_cpu_ms": 2.565139, + "renderer_readback_cpu_ms": 0.456381, + "simulation_ms": 2.103989, + "snapshot_ms": 1.669198, + "texture_count": 1, + "tick": 906, + "vertices": 576, + "wall_ms": 6.364846 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 907, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.589536, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.560941, + "renderer_cpu_ms": 2.549219, + "renderer_readback_cpu_ms": 0.415925, + "simulation_ms": 2.103378, + "snapshot_ms": 1.747125, + "texture_count": 1, + "tick": 907, + "vertices": 576, + "wall_ms": 6.425811 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 908, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588736, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.699111, + "renderer_cpu_ms": 2.686457, + "renderer_readback_cpu_ms": 0.502138, + "simulation_ms": 1.820975, + "snapshot_ms": 1.99892, + "texture_count": 1, + "tick": 908, + "vertices": 576, + "wall_ms": 6.532933 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 909, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.593344, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.112822, + "renderer_cpu_ms": 3.088676, + "renderer_readback_cpu_ms": 0.67356, + "simulation_ms": 1.962431, + "snapshot_ms": 2.111243, + "texture_count": 1, + "tick": 909, + "vertices": 576, + "wall_ms": 7.202516 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 910, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.592128, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.636563, + "renderer_cpu_ms": 2.625893, + "renderer_readback_cpu_ms": 0.426494, + "simulation_ms": 1.631087, + "snapshot_ms": 2.119989, + "texture_count": 1, + "tick": 910, + "vertices": 576, + "wall_ms": 6.406033 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 911, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588608, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.621024, + "renderer_cpu_ms": 2.608921, + "renderer_readback_cpu_ms": 0.481218, + "simulation_ms": 1.741055, + "snapshot_ms": 1.957302, + "texture_count": 1, + "tick": 911, + "vertices": 576, + "wall_ms": 6.337104 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 912, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.594944, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.668864, + "renderer_cpu_ms": 2.654807, + "renderer_readback_cpu_ms": 0.47191, + "simulation_ms": 1.567457, + "snapshot_ms": 2.040599, + "texture_count": 1, + "tick": 912, + "vertices": 576, + "wall_ms": 6.292189 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 913, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.602784, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.742874, + "renderer_cpu_ms": 2.731011, + "renderer_readback_cpu_ms": 0.464386, + "simulation_ms": 1.608584, + "snapshot_ms": 2.07243, + "texture_count": 1, + "tick": 913, + "vertices": 576, + "wall_ms": 6.438926 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 914, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.587776, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.540812, + "renderer_cpu_ms": 2.527748, + "renderer_readback_cpu_ms": 0.395156, + "simulation_ms": 1.582284, + "snapshot_ms": 2.074473, + "texture_count": 1, + "tick": 914, + "vertices": 576, + "wall_ms": 6.211687 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 915, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.600992, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.77243, + "renderer_cpu_ms": 2.759625, + "renderer_readback_cpu_ms": 0.41871, + "simulation_ms": 1.643229, + "snapshot_ms": 1.88195, + "texture_count": 1, + "tick": 915, + "vertices": 576, + "wall_ms": 6.311756 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 916, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.590976, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.363114, + "renderer_cpu_ms": 3.351472, + "renderer_readback_cpu_ms": 0.376951, + "simulation_ms": 1.565353, + "snapshot_ms": 1.795136, + "texture_count": 1, + "tick": 916, + "vertices": 576, + "wall_ms": 6.737399 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 917, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588032, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.885844, + "renderer_cpu_ms": 2.871937, + "renderer_readback_cpu_ms": 0.402649, + "simulation_ms": 1.56389, + "snapshot_ms": 1.649512, + "texture_count": 1, + "tick": 917, + "vertices": 576, + "wall_ms": 6.113131 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 918, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588096, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.946498, + "renderer_cpu_ms": 2.933543, + "renderer_readback_cpu_ms": 0.500895, + "simulation_ms": 1.573999, + "snapshot_ms": 1.623993, + "texture_count": 1, + "tick": 918, + "vertices": 576, + "wall_ms": 6.157966 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 919, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588416, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.04309, + "renderer_cpu_ms": 3.028312, + "renderer_readback_cpu_ms": 0.456941, + "simulation_ms": 1.631236, + "snapshot_ms": 1.730375, + "texture_count": 1, + "tick": 919, + "vertices": 576, + "wall_ms": 6.418918 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 920, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.587936, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.990921, + "renderer_cpu_ms": 2.972386, + "renderer_readback_cpu_ms": 0.624427, + "simulation_ms": 1.640694, + "snapshot_ms": 1.669419, + "texture_count": 1, + "tick": 920, + "vertices": 576, + "wall_ms": 6.315402 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 921, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588544, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.00582, + "renderer_cpu_ms": 2.983989, + "renderer_readback_cpu_ms": 0.648774, + "simulation_ms": 1.610327, + "snapshot_ms": 1.635485, + "texture_count": 1, + "tick": 921, + "vertices": 576, + "wall_ms": 6.26622 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 922, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588128, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.118412, + "renderer_cpu_ms": 3.102302, + "renderer_readback_cpu_ms": 0.603899, + "simulation_ms": 1.86058, + "snapshot_ms": 1.676272, + "texture_count": 1, + "tick": 922, + "vertices": 576, + "wall_ms": 6.673678 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 923, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588192, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.373153, + "renderer_cpu_ms": 3.338628, + "renderer_readback_cpu_ms": 0.600362, + "simulation_ms": 1.630045, + "snapshot_ms": 1.626317, + "texture_count": 1, + "tick": 923, + "vertices": 576, + "wall_ms": 6.651186 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 924, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588352, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.431353, + "renderer_cpu_ms": 3.405374, + "renderer_readback_cpu_ms": 0.761085, + "simulation_ms": 1.767604, + "snapshot_ms": 1.654762, + "texture_count": 1, + "tick": 924, + "vertices": 576, + "wall_ms": 6.872273 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 925, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.58864, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.879752, + "renderer_cpu_ms": 2.86286, + "renderer_readback_cpu_ms": 0.564084, + "simulation_ms": 2.228153, + "snapshot_ms": 1.741785, + "texture_count": 1, + "tick": 925, + "vertices": 576, + "wall_ms": 6.868506 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 926, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.589792, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.764524, + "renderer_cpu_ms": 2.748044, + "renderer_readback_cpu_ms": 0.531503, + "simulation_ms": 1.656865, + "snapshot_ms": 1.718331, + "texture_count": 1, + "tick": 926, + "vertices": 576, + "wall_ms": 6.157915 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 927, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.589952, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.667528, + "renderer_cpu_ms": 3.625499, + "renderer_readback_cpu_ms": 0.728544, + "simulation_ms": 1.621749, + "snapshot_ms": 1.694907, + "texture_count": 1, + "tick": 927, + "vertices": 576, + "wall_ms": 7.002188 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 928, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.589376, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.887237, + "renderer_cpu_ms": 2.871096, + "renderer_readback_cpu_ms": 0.503119, + "simulation_ms": 1.713262, + "snapshot_ms": 1.693204, + "texture_count": 1, + "tick": 928, + "vertices": 576, + "wall_ms": 6.315914 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 929, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.590048, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.319492, + "renderer_cpu_ms": 3.30277, + "renderer_readback_cpu_ms": 0.489113, + "simulation_ms": 1.677544, + "snapshot_ms": 1.763477, + "texture_count": 1, + "tick": 929, + "vertices": 576, + "wall_ms": 6.776412 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 930, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.58976, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.596694, + "renderer_cpu_ms": 3.576616, + "renderer_readback_cpu_ms": 0.658462, + "simulation_ms": 1.601501, + "snapshot_ms": 1.814273, + "texture_count": 1, + "tick": 930, + "vertices": 576, + "wall_ms": 7.031804 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 931, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.589536, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.817344, + "renderer_cpu_ms": 2.79921, + "renderer_readback_cpu_ms": 0.586957, + "simulation_ms": 2.102125, + "snapshot_ms": 1.64335, + "texture_count": 1, + "tick": 931, + "vertices": 576, + "wall_ms": 6.579751 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 932, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.589888, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.991493, + "renderer_cpu_ms": 2.972958, + "renderer_readback_cpu_ms": 0.605192, + "simulation_ms": 1.596381, + "snapshot_ms": 1.831916, + "texture_count": 1, + "tick": 932, + "vertices": 576, + "wall_ms": 6.438445 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 933, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.5888, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.73549, + "renderer_cpu_ms": 2.722545, + "renderer_readback_cpu_ms": 0.47714, + "simulation_ms": 1.695728, + "snapshot_ms": 1.842676, + "texture_count": 1, + "tick": 933, + "vertices": 576, + "wall_ms": 6.293501 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 934, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.5896, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.328969, + "renderer_cpu_ms": 3.307549, + "renderer_readback_cpu_ms": 0.550598, + "simulation_ms": 1.970407, + "snapshot_ms": 1.867463, + "texture_count": 1, + "tick": 934, + "vertices": 576, + "wall_ms": 7.183059 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 935, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.58992, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.070401, + "renderer_cpu_ms": 3.055664, + "renderer_readback_cpu_ms": 0.514951, + "simulation_ms": 1.760341, + "snapshot_ms": 1.737558, + "texture_count": 1, + "tick": 935, + "vertices": 576, + "wall_ms": 6.591233 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 936, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.589408, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.421965, + "renderer_cpu_ms": 3.406736, + "renderer_readback_cpu_ms": 0.56726, + "simulation_ms": 1.668668, + "snapshot_ms": 1.70748, + "texture_count": 1, + "tick": 936, + "vertices": 576, + "wall_ms": 6.814705 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 937, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588192, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.145053, + "renderer_cpu_ms": 3.134412, + "renderer_readback_cpu_ms": 0.397871, + "simulation_ms": 1.622881, + "snapshot_ms": 1.718041, + "texture_count": 1, + "tick": 937, + "vertices": 576, + "wall_ms": 6.501655 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 938, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588608, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.729529, + "renderer_cpu_ms": 2.718498, + "renderer_readback_cpu_ms": 0.411576, + "simulation_ms": 1.741104, + "snapshot_ms": 1.753257, + "texture_count": 1, + "tick": 938, + "vertices": 576, + "wall_ms": 6.237095 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 939, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.587392, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.618149, + "renderer_cpu_ms": 2.606567, + "renderer_readback_cpu_ms": 0.389996, + "simulation_ms": 1.918729, + "snapshot_ms": 1.731166, + "texture_count": 1, + "tick": 939, + "vertices": 576, + "wall_ms": 6.287009 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 940, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.591168, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.675207, + "renderer_cpu_ms": 2.649217, + "renderer_readback_cpu_ms": 0.426605, + "simulation_ms": 1.603976, + "snapshot_ms": 1.654521, + "texture_count": 1, + "tick": 940, + "vertices": 576, + "wall_ms": 5.948391 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 941, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.621824, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.64589, + "renderer_cpu_ms": 2.634759, + "renderer_readback_cpu_ms": 0.435832, + "simulation_ms": 1.610037, + "snapshot_ms": 1.711499, + "texture_count": 1, + "tick": 941, + "vertices": 576, + "wall_ms": 5.983657 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 942, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588128, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.660398, + "renderer_cpu_ms": 2.649298, + "renderer_readback_cpu_ms": 0.453476, + "simulation_ms": 1.713062, + "snapshot_ms": 1.787882, + "texture_count": 1, + "tick": 942, + "vertices": 576, + "wall_ms": 6.176 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 943, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588128, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.920108, + "renderer_cpu_ms": 2.907594, + "renderer_readback_cpu_ms": 0.519671, + "simulation_ms": 1.585531, + "snapshot_ms": 1.868014, + "texture_count": 1, + "tick": 943, + "vertices": 576, + "wall_ms": 6.38806 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 944, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.589728, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.870054, + "renderer_cpu_ms": 2.853001, + "renderer_readback_cpu_ms": 0.528046, + "simulation_ms": 1.563148, + "snapshot_ms": 1.636026, + "texture_count": 1, + "tick": 944, + "vertices": 576, + "wall_ms": 6.083355 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 945, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588608, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.745148, + "renderer_cpu_ms": 2.733747, + "renderer_readback_cpu_ms": 0.446162, + "simulation_ms": 1.774978, + "snapshot_ms": 1.874977, + "texture_count": 1, + "tick": 945, + "vertices": 576, + "wall_ms": 6.412346 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 946, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588416, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.679204, + "renderer_cpu_ms": 2.667481, + "renderer_readback_cpu_ms": 0.438247, + "simulation_ms": 1.790247, + "snapshot_ms": 1.706209, + "texture_count": 1, + "tick": 946, + "vertices": 576, + "wall_ms": 6.192231 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 947, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.58816, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.580617, + "renderer_cpu_ms": 2.567664, + "renderer_readback_cpu_ms": 0.426795, + "simulation_ms": 1.761803, + "snapshot_ms": 1.752776, + "texture_count": 1, + "tick": 947, + "vertices": 576, + "wall_ms": 6.110606 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 948, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588224, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.874692, + "renderer_cpu_ms": 2.858572, + "renderer_readback_cpu_ms": 0.607937, + "simulation_ms": 1.593776, + "snapshot_ms": 1.821667, + "texture_count": 1, + "tick": 948, + "vertices": 576, + "wall_ms": 6.306165 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 949, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588352, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.301007, + "renderer_cpu_ms": 3.285768, + "renderer_readback_cpu_ms": 0.644135, + "simulation_ms": 1.62248, + "snapshot_ms": 1.831445, + "texture_count": 1, + "tick": 949, + "vertices": 576, + "wall_ms": 6.774469 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 950, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588576, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.72454, + "renderer_cpu_ms": 2.711395, + "renderer_readback_cpu_ms": 0.494323, + "simulation_ms": 1.573077, + "snapshot_ms": 1.846683, + "texture_count": 1, + "tick": 950, + "vertices": 576, + "wall_ms": 6.163016 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 951, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.589408, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.206628, + "renderer_cpu_ms": 3.193404, + "renderer_readback_cpu_ms": 0.50338, + "simulation_ms": 1.682975, + "snapshot_ms": 1.821335, + "texture_count": 1, + "tick": 951, + "vertices": 576, + "wall_ms": 6.728722 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 952, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.589152, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.235613, + "renderer_cpu_ms": 3.221787, + "renderer_readback_cpu_ms": 0.48781, + "simulation_ms": 1.620597, + "snapshot_ms": 1.813381, + "texture_count": 1, + "tick": 952, + "vertices": 576, + "wall_ms": 6.688246 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 953, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588768, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.325573, + "renderer_cpu_ms": 3.311527, + "renderer_readback_cpu_ms": 0.54081, + "simulation_ms": 1.663137, + "snapshot_ms": 1.852194, + "texture_count": 1, + "tick": 953, + "vertices": 576, + "wall_ms": 6.857295 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 954, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588672, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.192462, + "renderer_cpu_ms": 3.177504, + "renderer_readback_cpu_ms": 0.474806, + "simulation_ms": 1.679779, + "snapshot_ms": 1.854368, + "texture_count": 1, + "tick": 954, + "vertices": 576, + "wall_ms": 6.747067 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 955, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588576, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.169448, + "renderer_cpu_ms": 3.155322, + "renderer_readback_cpu_ms": 0.476198, + "simulation_ms": 1.62741, + "snapshot_ms": 1.836795, + "texture_count": 1, + "tick": 955, + "vertices": 576, + "wall_ms": 6.653029 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 956, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.58848, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.229502, + "renderer_cpu_ms": 3.215756, + "renderer_readback_cpu_ms": 0.468794, + "simulation_ms": 1.623242, + "snapshot_ms": 1.817739, + "texture_count": 1, + "tick": 956, + "vertices": 576, + "wall_ms": 6.687515 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 957, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588384, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.029435, + "renderer_cpu_ms": 3.015268, + "renderer_readback_cpu_ms": 0.461751, + "simulation_ms": 1.719864, + "snapshot_ms": 1.932325, + "texture_count": 1, + "tick": 957, + "vertices": 576, + "wall_ms": 6.700409 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 958, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588128, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.282402, + "renderer_cpu_ms": 3.268606, + "renderer_readback_cpu_ms": 0.469916, + "simulation_ms": 1.606771, + "snapshot_ms": 1.851833, + "texture_count": 1, + "tick": 958, + "vertices": 576, + "wall_ms": 6.758409 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 959, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588672, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.293804, + "renderer_cpu_ms": 3.260631, + "renderer_readback_cpu_ms": 0.505784, + "simulation_ms": 1.632289, + "snapshot_ms": 1.877582, + "texture_count": 1, + "tick": 959, + "vertices": 576, + "wall_ms": 6.821147 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 960, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588832, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.17537, + "renderer_cpu_ms": 3.160301, + "renderer_readback_cpu_ms": 0.470327, + "simulation_ms": 1.613343, + "snapshot_ms": 1.855961, + "texture_count": 1, + "tick": 960, + "vertices": 576, + "wall_ms": 6.663169 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 961, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.589184, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.367993, + "renderer_cpu_ms": 3.352564, + "renderer_readback_cpu_ms": 0.521203, + "simulation_ms": 1.617221, + "snapshot_ms": 1.829491, + "texture_count": 1, + "tick": 961, + "vertices": 576, + "wall_ms": 6.832448 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 962, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.589248, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.9155, + "renderer_cpu_ms": 2.898367, + "renderer_readback_cpu_ms": 0.611574, + "simulation_ms": 1.740403, + "snapshot_ms": 2.12606, + "texture_count": 1, + "tick": 962, + "vertices": 576, + "wall_ms": 6.799166 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 963, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.589184, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.950936, + "renderer_cpu_ms": 2.93694, + "renderer_readback_cpu_ms": 0.536311, + "simulation_ms": 1.689117, + "snapshot_ms": 1.842695, + "texture_count": 1, + "tick": 963, + "vertices": 576, + "wall_ms": 6.500522 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 964, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588928, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.279315, + "renderer_cpu_ms": 3.264457, + "renderer_readback_cpu_ms": 0.496376, + "simulation_ms": 1.614926, + "snapshot_ms": 1.845882, + "texture_count": 1, + "tick": 964, + "vertices": 576, + "wall_ms": 6.758248 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 965, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588896, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.26037, + "renderer_cpu_ms": 3.242086, + "renderer_readback_cpu_ms": 0.563123, + "simulation_ms": 1.626609, + "snapshot_ms": 1.856892, + "texture_count": 1, + "tick": 965, + "vertices": 576, + "wall_ms": 6.760502 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 966, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588928, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.034584, + "renderer_cpu_ms": 3.01646, + "renderer_readback_cpu_ms": 0.555127, + "simulation_ms": 1.757716, + "snapshot_ms": 1.820213, + "texture_count": 1, + "tick": 966, + "vertices": 576, + "wall_ms": 6.63192 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 967, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.589184, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.232788, + "renderer_cpu_ms": 3.215035, + "renderer_readback_cpu_ms": 0.557302, + "simulation_ms": 1.740343, + "snapshot_ms": 1.807059, + "texture_count": 1, + "tick": 967, + "vertices": 576, + "wall_ms": 6.798514 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 968, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.589248, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.006982, + "renderer_cpu_ms": 2.991934, + "renderer_readback_cpu_ms": 0.550488, + "simulation_ms": 1.704465, + "snapshot_ms": 1.8287, + "texture_count": 1, + "tick": 968, + "vertices": 576, + "wall_ms": 6.557529 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 969, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.58832, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.409691, + "renderer_cpu_ms": 3.390706, + "renderer_readback_cpu_ms": 0.640819, + "simulation_ms": 1.669349, + "snapshot_ms": 1.854868, + "texture_count": 1, + "tick": 969, + "vertices": 576, + "wall_ms": 6.952294 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 970, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.58768, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.708469, + "renderer_cpu_ms": 2.694503, + "renderer_readback_cpu_ms": 0.485155, + "simulation_ms": 1.920042, + "snapshot_ms": 1.66478, + "texture_count": 1, + "tick": 970, + "vertices": 576, + "wall_ms": 6.311315 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 971, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.58848, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.033172, + "renderer_cpu_ms": 3.011431, + "renderer_readback_cpu_ms": 0.596425, + "simulation_ms": 1.603766, + "snapshot_ms": 1.740383, + "texture_count": 1, + "tick": 971, + "vertices": 576, + "wall_ms": 6.392649 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 972, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588896, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.17591, + "renderer_cpu_ms": 3.161704, + "renderer_readback_cpu_ms": 0.621231, + "simulation_ms": 2.526456, + "snapshot_ms": 2.199579, + "texture_count": 1, + "tick": 972, + "vertices": 576, + "wall_ms": 7.922103 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 973, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588128, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.834186, + "renderer_cpu_ms": 2.81506, + "renderer_readback_cpu_ms": 0.608668, + "simulation_ms": 1.989072, + "snapshot_ms": 1.686181, + "texture_count": 1, + "tick": 973, + "vertices": 576, + "wall_ms": 6.523946 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 974, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588128, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.713508, + "renderer_cpu_ms": 2.694512, + "renderer_readback_cpu_ms": 0.532745, + "simulation_ms": 1.743349, + "snapshot_ms": 1.669239, + "texture_count": 1, + "tick": 974, + "vertices": 576, + "wall_ms": 6.142897 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 975, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588192, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.082846, + "renderer_cpu_ms": 3.071955, + "renderer_readback_cpu_ms": 0.414321, + "simulation_ms": 1.580672, + "snapshot_ms": 1.719263, + "texture_count": 1, + "tick": 975, + "vertices": 576, + "wall_ms": 6.400083 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 976, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.587616, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.63481, + "renderer_cpu_ms": 2.622767, + "renderer_readback_cpu_ms": 0.400205, + "simulation_ms": 1.57466, + "snapshot_ms": 1.748538, + "texture_count": 1, + "tick": 976, + "vertices": 576, + "wall_ms": 5.976814 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 977, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588448, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.75112, + "renderer_cpu_ms": 2.736041, + "renderer_readback_cpu_ms": 0.480857, + "simulation_ms": 1.697332, + "snapshot_ms": 1.779657, + "texture_count": 1, + "tick": 977, + "vertices": 576, + "wall_ms": 6.242445 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 978, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.59184, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.761429, + "renderer_cpu_ms": 2.746851, + "renderer_readback_cpu_ms": 0.491196, + "simulation_ms": 1.915523, + "snapshot_ms": 1.745884, + "texture_count": 1, + "tick": 978, + "vertices": 576, + "wall_ms": 6.445979 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 979, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.589152, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.930628, + "renderer_cpu_ms": 2.916792, + "renderer_readback_cpu_ms": 0.517185, + "simulation_ms": 1.803832, + "snapshot_ms": 1.720716, + "texture_count": 1, + "tick": 979, + "vertices": 576, + "wall_ms": 6.472449 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 980, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588224, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.246104, + "renderer_cpu_ms": 3.228891, + "renderer_readback_cpu_ms": 0.548845, + "simulation_ms": 1.778745, + "snapshot_ms": 2.283798, + "texture_count": 1, + "tick": 980, + "vertices": 576, + "wall_ms": 7.32645 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 981, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588512, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.550711, + "renderer_cpu_ms": 2.538318, + "renderer_readback_cpu_ms": 0.420774, + "simulation_ms": 2.203907, + "snapshot_ms": 1.758657, + "texture_count": 1, + "tick": 981, + "vertices": 576, + "wall_ms": 6.534065 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 982, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.591584, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.659987, + "renderer_cpu_ms": 2.645661, + "renderer_readback_cpu_ms": 0.463174, + "simulation_ms": 1.996195, + "snapshot_ms": 1.764749, + "texture_count": 1, + "tick": 982, + "vertices": 576, + "wall_ms": 6.43567 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 983, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.589088, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.747803, + "renderer_cpu_ms": 2.733216, + "renderer_readback_cpu_ms": 0.512407, + "simulation_ms": 1.780338, + "snapshot_ms": 1.976519, + "texture_count": 1, + "tick": 983, + "vertices": 576, + "wall_ms": 6.52095 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 984, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.587744, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.835178, + "renderer_cpu_ms": 2.823195, + "renderer_readback_cpu_ms": 0.453114, + "simulation_ms": 1.719824, + "snapshot_ms": 2.064805, + "texture_count": 1, + "tick": 984, + "vertices": 576, + "wall_ms": 6.635307 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 985, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.61536, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.754666, + "renderer_cpu_ms": 2.741902, + "renderer_readback_cpu_ms": 0.48737, + "simulation_ms": 1.625687, + "snapshot_ms": 2.158311, + "texture_count": 1, + "tick": 985, + "vertices": 576, + "wall_ms": 6.555275 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 986, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.592544, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.686848, + "renderer_cpu_ms": 2.673373, + "renderer_readback_cpu_ms": 0.454477, + "simulation_ms": 1.626508, + "snapshot_ms": 2.177708, + "texture_count": 1, + "tick": 986, + "vertices": 576, + "wall_ms": 6.506954 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 987, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.596416, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.607979, + "renderer_cpu_ms": 2.596658, + "renderer_readback_cpu_ms": 0.446822, + "simulation_ms": 1.642148, + "snapshot_ms": 1.689617, + "texture_count": 1, + "tick": 987, + "vertices": 576, + "wall_ms": 5.955253 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 988, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.587744, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.983458, + "renderer_cpu_ms": 2.96837, + "renderer_readback_cpu_ms": 0.4189, + "simulation_ms": 1.64885, + "snapshot_ms": 1.878133, + "texture_count": 1, + "tick": 988, + "vertices": 576, + "wall_ms": 6.524747 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 989, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.587968, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.016099, + "renderer_cpu_ms": 3.001733, + "renderer_readback_cpu_ms": 0.426474, + "simulation_ms": 1.620697, + "snapshot_ms": 2.027575, + "texture_count": 1, + "tick": 989, + "vertices": 576, + "wall_ms": 6.679329 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 990, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.587232, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.837532, + "renderer_cpu_ms": 2.818156, + "renderer_readback_cpu_ms": 0.4878, + "simulation_ms": 1.621889, + "snapshot_ms": 1.683305, + "texture_count": 1, + "tick": 990, + "vertices": 576, + "wall_ms": 6.159679 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 991, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.58768, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.82569, + "renderer_cpu_ms": 2.813157, + "renderer_readback_cpu_ms": 0.459186, + "simulation_ms": 1.591442, + "snapshot_ms": 1.863646, + "texture_count": 1, + "tick": 991, + "vertices": 576, + "wall_ms": 6.300184 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 992, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.58704, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.881055, + "renderer_cpu_ms": 2.861788, + "renderer_readback_cpu_ms": 0.565356, + "simulation_ms": 1.611289, + "snapshot_ms": 1.713312, + "texture_count": 1, + "tick": 992, + "vertices": 576, + "wall_ms": 6.220814 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 993, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.587456, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.865084, + "renderer_cpu_ms": 2.848192, + "renderer_readback_cpu_ms": 0.569244, + "simulation_ms": 1.639402, + "snapshot_ms": 1.650213, + "texture_count": 1, + "tick": 993, + "vertices": 576, + "wall_ms": 6.171672 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 994, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.58832, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.706926, + "renderer_cpu_ms": 2.694253, + "renderer_readback_cpu_ms": 0.388683, + "simulation_ms": 1.753237, + "snapshot_ms": 1.692653, + "texture_count": 1, + "tick": 994, + "vertices": 576, + "wall_ms": 6.173515 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 995, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.58896, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.689322, + "renderer_cpu_ms": 2.677942, + "renderer_readback_cpu_ms": 0.485646, + "simulation_ms": 1.957042, + "snapshot_ms": 1.746845, + "texture_count": 1, + "tick": 995, + "vertices": 576, + "wall_ms": 6.409971 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 996, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.58864, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.137127, + "renderer_cpu_ms": 3.123061, + "renderer_readback_cpu_ms": 0.448556, + "simulation_ms": 1.653169, + "snapshot_ms": 1.678666, + "texture_count": 1, + "tick": 996, + "vertices": 576, + "wall_ms": 6.482588 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 997, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.589152, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.285047, + "renderer_cpu_ms": 3.273054, + "renderer_readback_cpu_ms": 0.443897, + "simulation_ms": 1.718071, + "snapshot_ms": 1.713071, + "texture_count": 1, + "tick": 997, + "vertices": 576, + "wall_ms": 6.731538 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 998, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588864, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.632235, + "renderer_cpu_ms": 2.619912, + "renderer_readback_cpu_ms": 0.422367, + "simulation_ms": 2.106794, + "snapshot_ms": 1.975677, + "texture_count": 1, + "tick": 998, + "vertices": 576, + "wall_ms": 6.731868 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 999, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588704, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.731833, + "renderer_cpu_ms": 2.719439, + "renderer_readback_cpu_ms": 0.419952, + "simulation_ms": 2.023167, + "snapshot_ms": 1.95087, + "texture_count": 1, + "tick": 999, + "vertices": 576, + "wall_ms": 6.719926 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1000, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.587936, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.650419, + "renderer_cpu_ms": 2.633668, + "renderer_readback_cpu_ms": 0.45582, + "simulation_ms": 1.675631, + "snapshot_ms": 1.666874, + "texture_count": 1, + "tick": 1000, + "vertices": 576, + "wall_ms": 6.008043 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1001, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.589216, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.188745, + "renderer_cpu_ms": 3.176302, + "renderer_readback_cpu_ms": 0.436824, + "simulation_ms": 2.118305, + "snapshot_ms": 2.108117, + "texture_count": 1, + "tick": 1001, + "vertices": 576, + "wall_ms": 7.433311 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1002, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.589408, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.812615, + "renderer_cpu_ms": 2.800823, + "renderer_readback_cpu_ms": 0.446041, + "simulation_ms": 1.899653, + "snapshot_ms": 2.095743, + "texture_count": 1, + "tick": 1002, + "vertices": 576, + "wall_ms": 6.824333 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1003, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588608, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.813006, + "renderer_cpu_ms": 2.799891, + "renderer_readback_cpu_ms": 0.452113, + "simulation_ms": 2.014289, + "snapshot_ms": 1.934109, + "texture_count": 1, + "tick": 1003, + "vertices": 576, + "wall_ms": 6.775981 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1004, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.587616, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.940918, + "renderer_cpu_ms": 2.924967, + "renderer_readback_cpu_ms": 0.49337, + "simulation_ms": 1.919722, + "snapshot_ms": 2.059535, + "texture_count": 1, + "tick": 1004, + "vertices": 576, + "wall_ms": 6.938699 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1005, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588064, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.753935, + "renderer_cpu_ms": 2.742122, + "renderer_readback_cpu_ms": 0.478883, + "simulation_ms": 2.319886, + "snapshot_ms": 1.9544570000000001, + "texture_count": 1, + "tick": 1005, + "vertices": 576, + "wall_ms": 7.048686 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1006, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.587424, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.718348, + "renderer_cpu_ms": 2.702608, + "renderer_readback_cpu_ms": 0.455008, + "simulation_ms": 2.34844, + "snapshot_ms": 1.681632, + "texture_count": 1, + "tick": 1006, + "vertices": 576, + "wall_ms": 6.763618 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1007, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.587936, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.755468, + "renderer_cpu_ms": 2.742393, + "renderer_readback_cpu_ms": 0.439459, + "simulation_ms": 1.984172, + "snapshot_ms": 1.984404, + "texture_count": 1, + "tick": 1007, + "vertices": 576, + "wall_ms": 6.740144 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1008, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.587616, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.835789, + "renderer_cpu_ms": 2.82081, + "renderer_readback_cpu_ms": 0.534448, + "simulation_ms": 2.301071, + "snapshot_ms": 1.666333, + "texture_count": 1, + "tick": 1008, + "vertices": 576, + "wall_ms": 6.822249 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1009, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.587808, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.713469, + "renderer_cpu_ms": 2.700474, + "renderer_readback_cpu_ms": 0.44532, + "simulation_ms": 1.905644, + "snapshot_ms": 2.150517, + "texture_count": 1, + "tick": 1009, + "vertices": 576, + "wall_ms": 6.78539 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1010, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.587904, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.975022, + "renderer_cpu_ms": 2.957769, + "renderer_readback_cpu_ms": 0.570055, + "simulation_ms": 2.284689, + "snapshot_ms": 1.679789, + "texture_count": 1, + "tick": 1010, + "vertices": 576, + "wall_ms": 6.95546 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1011, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588512, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.850947, + "renderer_cpu_ms": 2.835269, + "renderer_readback_cpu_ms": 0.446012, + "simulation_ms": 1.71772, + "snapshot_ms": 1.846022, + "texture_count": 1, + "tick": 1011, + "vertices": 576, + "wall_ms": 6.433665 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1012, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.589472, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.681428, + "renderer_cpu_ms": 2.668855, + "renderer_readback_cpu_ms": 0.438357, + "simulation_ms": 2.22116, + "snapshot_ms": 1.815204, + "texture_count": 1, + "tick": 1012, + "vertices": 576, + "wall_ms": 6.734763 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1013, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.589888, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 4.704283, + "renderer_cpu_ms": 4.687001, + "renderer_readback_cpu_ms": 0.533827, + "simulation_ms": 2.12571, + "snapshot_ms": 2.465842, + "texture_count": 1, + "tick": 1013, + "vertices": 576, + "wall_ms": 9.313538 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1014, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.589856, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.911191, + "renderer_cpu_ms": 2.891304, + "renderer_readback_cpu_ms": 0.629617, + "simulation_ms": 1.566976, + "snapshot_ms": 1.771922, + "texture_count": 1, + "tick": 1014, + "vertices": 576, + "wall_ms": 6.266851 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1015, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.590016, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.748815, + "renderer_cpu_ms": 2.734418, + "renderer_readback_cpu_ms": 0.507768, + "simulation_ms": 1.725675, + "snapshot_ms": 1.834681, + "texture_count": 1, + "tick": 1015, + "vertices": 576, + "wall_ms": 6.327746 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1016, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.589536, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.035446, + "renderer_cpu_ms": 3.017862, + "renderer_readback_cpu_ms": 0.624738, + "simulation_ms": 1.759319, + "snapshot_ms": 1.716758, + "texture_count": 1, + "tick": 1016, + "vertices": 576, + "wall_ms": 6.527644 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1017, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.59024, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.06445, + "renderer_cpu_ms": 3.046937, + "renderer_readback_cpu_ms": 0.660896, + "simulation_ms": 2.098859, + "snapshot_ms": 1.658228, + "texture_count": 1, + "tick": 1017, + "vertices": 576, + "wall_ms": 6.839561 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1018, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.590272, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.533025, + "renderer_cpu_ms": 3.516794, + "renderer_readback_cpu_ms": 0.637182, + "simulation_ms": 2.538268, + "snapshot_ms": 2.602539, + "texture_count": 1, + "tick": 1018, + "vertices": 576, + "wall_ms": 8.693218 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1019, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.590336, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.293733, + "renderer_cpu_ms": 3.269407, + "renderer_readback_cpu_ms": 0.734495, + "simulation_ms": 2.023748, + "snapshot_ms": 2.357407, + "texture_count": 1, + "tick": 1019, + "vertices": 576, + "wall_ms": 7.69724 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1020, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.595136, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.701926, + "renderer_cpu_ms": 2.680376, + "renderer_readback_cpu_ms": 0.533075, + "simulation_ms": 1.847835, + "snapshot_ms": 1.850521, + "texture_count": 1, + "tick": 1020, + "vertices": 576, + "wall_ms": 6.43067 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1021, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.590272, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.727666, + "renderer_cpu_ms": 2.715122, + "renderer_readback_cpu_ms": 0.486518, + "simulation_ms": 2.242961, + "snapshot_ms": 1.953034, + "texture_count": 1, + "tick": 1021, + "vertices": 576, + "wall_ms": 6.943658 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1022, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.592704, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.731723, + "renderer_cpu_ms": 2.716414, + "renderer_readback_cpu_ms": 0.476959, + "simulation_ms": 1.97738, + "snapshot_ms": 1.740844, + "texture_count": 1, + "tick": 1022, + "vertices": 576, + "wall_ms": 6.466789 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1023, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.627552, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.675096, + "renderer_cpu_ms": 2.660448, + "renderer_readback_cpu_ms": 0.464866, + "simulation_ms": 1.676342, + "snapshot_ms": 1.965888, + "texture_count": 1, + "tick": 1023, + "vertices": 576, + "wall_ms": 6.333557 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1024, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.602112, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.733537, + "renderer_cpu_ms": 2.720883, + "renderer_readback_cpu_ms": 0.513439, + "simulation_ms": 1.93506, + "snapshot_ms": 2.105011, + "texture_count": 1, + "tick": 1024, + "vertices": 576, + "wall_ms": 6.788466 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1025, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.605472, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.864944, + "renderer_cpu_ms": 2.850066, + "renderer_readback_cpu_ms": 0.459126, + "simulation_ms": 1.600399, + "snapshot_ms": 1.916876, + "texture_count": 1, + "tick": 1025, + "vertices": 576, + "wall_ms": 6.396996 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1026, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588736, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.09079, + "renderer_cpu_ms": 3.078597, + "renderer_readback_cpu_ms": 0.434018, + "simulation_ms": 1.621939, + "snapshot_ms": 1.746164, + "texture_count": 1, + "tick": 1026, + "vertices": 576, + "wall_ms": 6.476196 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1027, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.590336, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.99501, + "renderer_cpu_ms": 2.983578, + "renderer_readback_cpu_ms": 0.453596, + "simulation_ms": 1.6115, + "snapshot_ms": 1.740533, + "texture_count": 1, + "tick": 1027, + "vertices": 576, + "wall_ms": 6.364325 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1028, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588576, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.070792, + "renderer_cpu_ms": 3.056165, + "renderer_readback_cpu_ms": 0.541732, + "simulation_ms": 1.58516, + "snapshot_ms": 1.68593, + "texture_count": 1, + "tick": 1028, + "vertices": 576, + "wall_ms": 6.356219 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1029, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.589856, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.161294, + "renderer_cpu_ms": 3.145443, + "renderer_readback_cpu_ms": 0.627023, + "simulation_ms": 1.692132, + "snapshot_ms": 1.668978, + "texture_count": 1, + "tick": 1029, + "vertices": 576, + "wall_ms": 6.545297 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1030, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.58864, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.039804, + "renderer_cpu_ms": 3.026238, + "renderer_readback_cpu_ms": 0.443486, + "simulation_ms": 1.613855, + "snapshot_ms": 1.907748, + "texture_count": 1, + "tick": 1030, + "vertices": 576, + "wall_ms": 6.579892 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1031, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588896, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.7403, + "renderer_cpu_ms": 2.727435, + "renderer_readback_cpu_ms": 0.448827, + "simulation_ms": 1.582135, + "snapshot_ms": 1.672224, + "texture_count": 1, + "tick": 1031, + "vertices": 576, + "wall_ms": 6.009015 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1032, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.58896, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.653104, + "renderer_cpu_ms": 2.638167, + "renderer_readback_cpu_ms": 0.497518, + "simulation_ms": 1.575833, + "snapshot_ms": 1.655923, + "texture_count": 1, + "tick": 1032, + "vertices": 576, + "wall_ms": 5.898085 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1033, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588608, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.542546, + "renderer_cpu_ms": 2.52887, + "renderer_readback_cpu_ms": 0.388462, + "simulation_ms": 1.968894, + "snapshot_ms": 1.76009, + "texture_count": 1, + "tick": 1033, + "vertices": 576, + "wall_ms": 6.286729 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1034, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.589408, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.582201, + "renderer_cpu_ms": 2.57093, + "renderer_readback_cpu_ms": 0.426164, + "simulation_ms": 1.801719, + "snapshot_ms": 1.648008, + "texture_count": 1, + "tick": 1034, + "vertices": 576, + "wall_ms": 6.050343 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1035, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.589952, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.015519, + "renderer_cpu_ms": 3.00093, + "renderer_readback_cpu_ms": 0.47721, + "simulation_ms": 1.905555, + "snapshot_ms": 1.645844, + "texture_count": 1, + "tick": 1035, + "vertices": 576, + "wall_ms": 6.580333 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1036, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.589792, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.758132, + "renderer_cpu_ms": 2.745819, + "renderer_readback_cpu_ms": 0.430101, + "simulation_ms": 2.188839, + "snapshot_ms": 1.694837, + "texture_count": 1, + "tick": 1036, + "vertices": 576, + "wall_ms": 6.677245 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1037, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.589152, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.578755, + "renderer_cpu_ms": 2.567794, + "renderer_readback_cpu_ms": 0.414942, + "simulation_ms": 1.586974, + "snapshot_ms": 1.668006, + "texture_count": 1, + "tick": 1037, + "vertices": 576, + "wall_ms": 5.850326 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1038, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588096, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.626434, + "renderer_cpu_ms": 2.61396, + "renderer_readback_cpu_ms": 0.410815, + "simulation_ms": 1.971198, + "snapshot_ms": 2.235978, + "texture_count": 1, + "tick": 1038, + "vertices": 576, + "wall_ms": 6.848559 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1039, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588064, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.066193, + "renderer_cpu_ms": 3.054051, + "renderer_readback_cpu_ms": 0.442745, + "simulation_ms": 1.945549, + "snapshot_ms": 2.256136, + "texture_count": 1, + "tick": 1039, + "vertices": 576, + "wall_ms": 7.28427 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1040, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.589216, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.198814, + "renderer_cpu_ms": 3.18098, + "renderer_readback_cpu_ms": 0.475397, + "simulation_ms": 1.636628, + "snapshot_ms": 2.061598, + "texture_count": 1, + "tick": 1040, + "vertices": 576, + "wall_ms": 6.911938 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1041, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588928, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.657613, + "renderer_cpu_ms": 2.645451, + "renderer_readback_cpu_ms": 0.3922, + "simulation_ms": 1.66988, + "snapshot_ms": 1.665, + "texture_count": 1, + "tick": 1041, + "vertices": 576, + "wall_ms": 6.014886 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1042, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588576, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.197571, + "renderer_cpu_ms": 3.182884, + "renderer_readback_cpu_ms": 0.485746, + "simulation_ms": 2.174061, + "snapshot_ms": 2.244173, + "texture_count": 1, + "tick": 1042, + "vertices": 576, + "wall_ms": 7.631555 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1043, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.58848, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.967218, + "renderer_cpu_ms": 2.946869, + "renderer_readback_cpu_ms": 0.585354, + "simulation_ms": 2.189971, + "snapshot_ms": 1.649922, + "texture_count": 1, + "tick": 1043, + "vertices": 576, + "wall_ms": 6.823011 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1044, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.589312, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.057878, + "renderer_cpu_ms": 3.036968, + "renderer_readback_cpu_ms": 0.672248, + "simulation_ms": 2.059855, + "snapshot_ms": 1.716688, + "texture_count": 1, + "tick": 1044, + "vertices": 576, + "wall_ms": 6.850793 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1045, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.58944, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.763613, + "renderer_cpu_ms": 2.744858, + "renderer_readback_cpu_ms": 0.586777, + "simulation_ms": 2.182677, + "snapshot_ms": 1.645324, + "texture_count": 1, + "tick": 1045, + "vertices": 576, + "wall_ms": 6.610129 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1046, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.58944, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.777208, + "renderer_cpu_ms": 2.762651, + "renderer_readback_cpu_ms": 0.517426, + "simulation_ms": 2.25315, + "snapshot_ms": 1.76541, + "texture_count": 1, + "tick": 1046, + "vertices": 576, + "wall_ms": 6.813833 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1047, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.589472, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.816343, + "renderer_cpu_ms": 2.800834, + "renderer_readback_cpu_ms": 0.565486, + "simulation_ms": 2.284669, + "snapshot_ms": 1.985165, + "texture_count": 1, + "tick": 1047, + "vertices": 576, + "wall_ms": 7.101516 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1048, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588768, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.587702, + "renderer_cpu_ms": 2.574166, + "renderer_readback_cpu_ms": 0.390135, + "simulation_ms": 2.257098, + "snapshot_ms": 1.654651, + "texture_count": 1, + "tick": 1048, + "vertices": 576, + "wall_ms": 6.515751 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1049, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.589024, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.64524, + "renderer_cpu_ms": 2.632235, + "renderer_readback_cpu_ms": 0.387962, + "simulation_ms": 2.272296, + "snapshot_ms": 1.681362, + "texture_count": 1, + "tick": 1049, + "vertices": 576, + "wall_ms": 6.614126 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1050, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588416, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.726623, + "renderer_cpu_ms": 2.714541, + "renderer_readback_cpu_ms": 0.396347, + "simulation_ms": 2.26343, + "snapshot_ms": 1.727017, + "texture_count": 1, + "tick": 1050, + "vertices": 576, + "wall_ms": 6.733221 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1051, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588768, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.589464, + "renderer_cpu_ms": 2.577522, + "renderer_readback_cpu_ms": 0.422086, + "simulation_ms": 1.833389, + "snapshot_ms": 2.239454, + "texture_count": 1, + "tick": 1051, + "vertices": 576, + "wall_ms": 6.677205 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1052, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.589216, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.589285, + "renderer_cpu_ms": 2.577202, + "renderer_readback_cpu_ms": 0.436774, + "simulation_ms": 2.16821, + "snapshot_ms": 1.769528, + "texture_count": 1, + "tick": 1052, + "vertices": 576, + "wall_ms": 6.54159 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1053, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.589696, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.765507, + "renderer_cpu_ms": 2.75144, + "renderer_readback_cpu_ms": 0.440391, + "simulation_ms": 2.061509, + "snapshot_ms": 1.885266, + "texture_count": 1, + "tick": 1053, + "vertices": 576, + "wall_ms": 6.72717 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1054, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.589184, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.656641, + "renderer_cpu_ms": 2.642965, + "renderer_readback_cpu_ms": 0.405384, + "simulation_ms": 2.151578, + "snapshot_ms": 1.886819, + "texture_count": 1, + "tick": 1054, + "vertices": 576, + "wall_ms": 6.709075 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1055, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.589824, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.780695, + "renderer_cpu_ms": 2.768723, + "renderer_readback_cpu_ms": 0.414872, + "simulation_ms": 2.044377, + "snapshot_ms": 1.938576, + "texture_count": 1, + "tick": 1055, + "vertices": 576, + "wall_ms": 6.778847 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1056, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.589184, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.801164, + "renderer_cpu_ms": 2.789241, + "renderer_readback_cpu_ms": 0.404242, + "simulation_ms": 1.888442, + "snapshot_ms": 2.066849, + "texture_count": 1, + "tick": 1056, + "vertices": 576, + "wall_ms": 6.771343 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1057, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588832, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.646643, + "renderer_cpu_ms": 2.633478, + "renderer_readback_cpu_ms": 0.470568, + "simulation_ms": 2.2603240000000002, + "snapshot_ms": 1.947373, + "texture_count": 1, + "tick": 1057, + "vertices": 576, + "wall_ms": 6.871372 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1058, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.589024, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.697588, + "renderer_cpu_ms": 2.685345, + "renderer_readback_cpu_ms": 0.402429, + "simulation_ms": 1.916455, + "snapshot_ms": 2.025551, + "texture_count": 1, + "tick": 1058, + "vertices": 576, + "wall_ms": 6.654362 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1059, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588736, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.826292, + "renderer_cpu_ms": 2.814559, + "renderer_readback_cpu_ms": 0.417227, + "simulation_ms": 2.037584, + "snapshot_ms": 1.886318, + "texture_count": 1, + "tick": 1059, + "vertices": 576, + "wall_ms": 6.766384 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1060, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588608, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.882477, + "renderer_cpu_ms": 2.86815, + "renderer_readback_cpu_ms": 0.476629, + "simulation_ms": 2.00924, + "snapshot_ms": 1.935291, + "texture_count": 1, + "tick": 1060, + "vertices": 576, + "wall_ms": 6.841835 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1061, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588416, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.536926, + "renderer_cpu_ms": 2.526165, + "renderer_readback_cpu_ms": 0.371852, + "simulation_ms": 2.191604, + "snapshot_ms": 2.289148, + "texture_count": 1, + "tick": 1061, + "vertices": 576, + "wall_ms": 7.033287 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1062, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.589472, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.135314, + "renderer_cpu_ms": 3.122831, + "renderer_readback_cpu_ms": 0.416696, + "simulation_ms": 1.58515, + "snapshot_ms": 1.650663, + "texture_count": 1, + "tick": 1062, + "vertices": 576, + "wall_ms": 6.386356 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1063, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.589504, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.567183, + "renderer_cpu_ms": 2.556753, + "renderer_readback_cpu_ms": 0.389985, + "simulation_ms": 1.578378, + "snapshot_ms": 1.662135, + "texture_count": 1, + "tick": 1063, + "vertices": 576, + "wall_ms": 5.823315 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1064, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.594016, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.526906, + "renderer_cpu_ms": 2.515975, + "renderer_readback_cpu_ms": 0.412668, + "simulation_ms": 1.646656, + "snapshot_ms": 1.637509, + "texture_count": 1, + "tick": 1064, + "vertices": 576, + "wall_ms": 5.837942 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1065, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588768, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.600526, + "renderer_cpu_ms": 2.587351, + "renderer_readback_cpu_ms": 0.402569, + "simulation_ms": 1.603976, + "snapshot_ms": 1.635465, + "texture_count": 1, + "tick": 1065, + "vertices": 576, + "wall_ms": 5.856097 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1066, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588672, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.614041, + "renderer_cpu_ms": 2.602098, + "renderer_readback_cpu_ms": 0.452664, + "simulation_ms": 1.593305, + "snapshot_ms": 1.654682, + "texture_count": 1, + "tick": 1066, + "vertices": 576, + "wall_ms": 5.876676 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1067, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.58816, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.639619, + "renderer_cpu_ms": 2.627076, + "renderer_readback_cpu_ms": 0.415624, + "simulation_ms": 1.617982, + "snapshot_ms": 1.673056, + "texture_count": 1, + "tick": 1067, + "vertices": 576, + "wall_ms": 5.944173 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1068, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588512, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.707648, + "renderer_cpu_ms": 2.694212, + "renderer_readback_cpu_ms": 0.517867, + "simulation_ms": 1.624304, + "snapshot_ms": 1.649431, + "texture_count": 1, + "tick": 1068, + "vertices": 576, + "wall_ms": 5.999928 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1069, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588736, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.58739, + "renderer_cpu_ms": 2.574085, + "renderer_readback_cpu_ms": 0.446953, + "simulation_ms": 1.759659, + "snapshot_ms": 1.674308, + "texture_count": 1, + "tick": 1069, + "vertices": 576, + "wall_ms": 6.036566 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1070, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.589728, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.590647, + "renderer_cpu_ms": 2.578313, + "renderer_readback_cpu_ms": 0.425172, + "simulation_ms": 1.609967, + "snapshot_ms": 1.699927, + "texture_count": 1, + "tick": 1070, + "vertices": 576, + "wall_ms": 5.917793 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1071, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.589248, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.239351, + "renderer_cpu_ms": 3.226236, + "renderer_readback_cpu_ms": 0.399504, + "simulation_ms": 1.617822, + "snapshot_ms": 1.655833, + "texture_count": 1, + "tick": 1071, + "vertices": 576, + "wall_ms": 6.526672 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1072, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588704, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.637625, + "renderer_cpu_ms": 2.625743, + "renderer_readback_cpu_ms": 0.400516, + "simulation_ms": 1.663989, + "snapshot_ms": 1.679218, + "texture_count": 1, + "tick": 1072, + "vertices": 576, + "wall_ms": 5.995148 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1073, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.589888, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.600595, + "renderer_cpu_ms": 2.589214, + "renderer_readback_cpu_ms": 0.465368, + "simulation_ms": 1.610017, + "snapshot_ms": 1.785087, + "texture_count": 1, + "tick": 1073, + "vertices": 576, + "wall_ms": 6.0121 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1074, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.598368, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.886224, + "renderer_cpu_ms": 2.870204, + "renderer_readback_cpu_ms": 0.481248, + "simulation_ms": 1.598074, + "snapshot_ms": 1.859728, + "texture_count": 1, + "tick": 1074, + "vertices": 576, + "wall_ms": 6.358814 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1075, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.591424, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.8466, + "renderer_cpu_ms": 2.832633, + "renderer_readback_cpu_ms": 0.433768, + "simulation_ms": 1.688455, + "snapshot_ms": 2.32199, + "texture_count": 1, + "tick": 1075, + "vertices": 576, + "wall_ms": 6.874878 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1076, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.595808, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.173426, + "renderer_cpu_ms": 3.151946, + "renderer_readback_cpu_ms": 0.537835, + "simulation_ms": 1.652277, + "snapshot_ms": 1.652487, + "texture_count": 1, + "tick": 1076, + "vertices": 576, + "wall_ms": 6.493108 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1077, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.592544, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.17068, + "renderer_cpu_ms": 3.156203, + "renderer_readback_cpu_ms": 0.436974, + "simulation_ms": 1.872662, + "snapshot_ms": 1.933627, + "texture_count": 1, + "tick": 1077, + "vertices": 576, + "wall_ms": 6.994794 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1078, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588032, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.183295, + "renderer_cpu_ms": 3.168617, + "renderer_readback_cpu_ms": 0.566218, + "simulation_ms": 1.987078, + "snapshot_ms": 2.22132, + "texture_count": 1, + "tick": 1078, + "vertices": 576, + "wall_ms": 7.406872 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1079, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588704, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.240623, + "renderer_cpu_ms": 3.221156, + "renderer_readback_cpu_ms": 0.552041, + "simulation_ms": 1.841954, + "snapshot_ms": 2.201283, + "texture_count": 1, + "tick": 1079, + "vertices": 576, + "wall_ms": 7.300932 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1080, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.59088, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.394693, + "renderer_cpu_ms": 3.379995, + "renderer_readback_cpu_ms": 0.518237, + "simulation_ms": 2.208325, + "snapshot_ms": 1.927055, + "texture_count": 1, + "tick": 1080, + "vertices": 576, + "wall_ms": 7.547687 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1081, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.589632, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.261142, + "renderer_cpu_ms": 3.246744, + "renderer_readback_cpu_ms": 0.571087, + "simulation_ms": 2.001406, + "snapshot_ms": 1.774837, + "texture_count": 1, + "tick": 1081, + "vertices": 576, + "wall_ms": 7.053756 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1082, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.589184, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.848122, + "renderer_cpu_ms": 2.835178, + "renderer_readback_cpu_ms": 0.463404, + "simulation_ms": 2.197996, + "snapshot_ms": 2.324705, + "texture_count": 1, + "tick": 1082, + "vertices": 576, + "wall_ms": 7.394198 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1083, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588704, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.749677, + "renderer_cpu_ms": 2.735671, + "renderer_readback_cpu_ms": 0.532084, + "simulation_ms": 1.891037, + "snapshot_ms": 1.688776, + "texture_count": 1, + "tick": 1083, + "vertices": 576, + "wall_ms": 6.347974 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1084, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.589024, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.959863, + "renderer_cpu_ms": 2.938072, + "renderer_readback_cpu_ms": 0.591416, + "simulation_ms": 2.304778, + "snapshot_ms": 1.642999, + "texture_count": 1, + "tick": 1084, + "vertices": 576, + "wall_ms": 6.927497 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1085, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.5888, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 4.01326, + "renderer_cpu_ms": 3.993152, + "renderer_readback_cpu_ms": 0.675945, + "simulation_ms": 2.270462, + "snapshot_ms": 2.617468, + "texture_count": 1, + "tick": 1085, + "vertices": 576, + "wall_ms": 8.918673 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1086, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.619456, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.615139, + "renderer_cpu_ms": 3.597306, + "renderer_readback_cpu_ms": 0.537714, + "simulation_ms": 2.398023, + "snapshot_ms": 2.553146, + "texture_count": 1, + "tick": 1086, + "vertices": 576, + "wall_ms": 8.58819 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1087, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.589888, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.6634, + "renderer_cpu_ms": 3.648833, + "renderer_readback_cpu_ms": 0.488412, + "simulation_ms": 2.360573, + "snapshot_ms": 2.46529, + "texture_count": 1, + "tick": 1087, + "vertices": 576, + "wall_ms": 8.507016 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1088, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588576, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.580064, + "renderer_cpu_ms": 3.563252, + "renderer_readback_cpu_ms": 0.593039, + "simulation_ms": 2.289138, + "snapshot_ms": 2.372094, + "texture_count": 1, + "tick": 1088, + "vertices": 576, + "wall_ms": 8.257667 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1089, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588384, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.944344, + "renderer_cpu_ms": 2.923425, + "renderer_readback_cpu_ms": 0.505834, + "simulation_ms": 2.513561, + "snapshot_ms": 2.609643, + "texture_count": 1, + "tick": 1089, + "vertices": 576, + "wall_ms": 8.088147 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1090, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.613248, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.426684, + "renderer_cpu_ms": 3.413219, + "renderer_readback_cpu_ms": 0.471099, + "simulation_ms": 1.654881, + "snapshot_ms": 2.226129, + "texture_count": 1, + "tick": 1090, + "vertices": 576, + "wall_ms": 7.325499 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1091, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.599104, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.200667, + "renderer_cpu_ms": 3.189797, + "renderer_readback_cpu_ms": 0.39201, + "simulation_ms": 1.620777, + "snapshot_ms": 1.933247, + "texture_count": 1, + "tick": 1091, + "vertices": 576, + "wall_ms": 6.771052 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1092, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.597248, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.279957, + "renderer_cpu_ms": 3.268516, + "renderer_readback_cpu_ms": 0.389725, + "simulation_ms": 1.575562, + "snapshot_ms": 1.87673, + "texture_count": 1, + "tick": 1092, + "vertices": 576, + "wall_ms": 6.746135 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1093, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.599232, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.29235, + "renderer_cpu_ms": 3.280989, + "renderer_readback_cpu_ms": 0.417247, + "simulation_ms": 1.594959, + "snapshot_ms": 1.879555, + "texture_count": 1, + "tick": 1093, + "vertices": 576, + "wall_ms": 6.78076 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1094, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.59856, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.27642, + "renderer_cpu_ms": 3.26569, + "renderer_readback_cpu_ms": 0.384585, + "simulation_ms": 1.572857, + "snapshot_ms": 1.886789, + "texture_count": 1, + "tick": 1094, + "vertices": 576, + "wall_ms": 6.750003 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1095, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588192, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.241154, + "renderer_cpu_ms": 3.216477, + "renderer_readback_cpu_ms": 0.374847, + "simulation_ms": 1.557948, + "snapshot_ms": 1.884535, + "texture_count": 1, + "tick": 1095, + "vertices": 576, + "wall_ms": 6.699127 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1096, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.596256, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.073909, + "renderer_cpu_ms": 3.060213, + "renderer_readback_cpu_ms": 0.41305, + "simulation_ms": 1.563069, + "snapshot_ms": 1.920553, + "texture_count": 1, + "tick": 1096, + "vertices": 576, + "wall_ms": 6.572137 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1097, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.589248, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.042679, + "renderer_cpu_ms": 3.029594, + "renderer_readback_cpu_ms": 0.459657, + "simulation_ms": 1.58009, + "snapshot_ms": 1.857714, + "texture_count": 1, + "tick": 1097, + "vertices": 576, + "wall_ms": 6.494931 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1098, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588736, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.873961, + "renderer_cpu_ms": 2.860536, + "renderer_readback_cpu_ms": 0.443496, + "simulation_ms": 1.573368, + "snapshot_ms": 1.958123, + "texture_count": 1, + "tick": 1098, + "vertices": 576, + "wall_ms": 6.423096 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1099, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588736, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.549839, + "renderer_cpu_ms": 2.534821, + "renderer_readback_cpu_ms": 0.447735, + "simulation_ms": 1.567186, + "snapshot_ms": 1.64856, + "texture_count": 1, + "tick": 1099, + "vertices": 576, + "wall_ms": 5.781265 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1100, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.590464, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.588333, + "renderer_cpu_ms": 2.575218, + "renderer_readback_cpu_ms": 0.446151, + "simulation_ms": 1.565904, + "snapshot_ms": 1.693214, + "texture_count": 1, + "tick": 1100, + "vertices": 576, + "wall_ms": 5.862319 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1101, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.591168, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.553186, + "renderer_cpu_ms": 2.542045, + "renderer_readback_cpu_ms": 0.418299, + "simulation_ms": 1.582074, + "snapshot_ms": 1.630636, + "texture_count": 1, + "tick": 1101, + "vertices": 576, + "wall_ms": 5.781706 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1102, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.59056, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.54488, + "renderer_cpu_ms": 2.533799, + "renderer_readback_cpu_ms": 0.382662, + "simulation_ms": 1.56404, + "snapshot_ms": 1.656845, + "texture_count": 1, + "tick": 1102, + "vertices": 576, + "wall_ms": 5.780203 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1103, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.60784, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.637896, + "renderer_cpu_ms": 2.625773, + "renderer_readback_cpu_ms": 0.427306, + "simulation_ms": 1.584549, + "snapshot_ms": 1.635535, + "texture_count": 1, + "tick": 1103, + "vertices": 576, + "wall_ms": 5.871516 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1104, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.598464, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.697454, + "renderer_cpu_ms": 3.683037, + "renderer_readback_cpu_ms": 0.514942, + "simulation_ms": 1.651275, + "snapshot_ms": 2.012236, + "texture_count": 1, + "tick": 1104, + "vertices": 576, + "wall_ms": 7.376234 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1105, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.606816, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.580788, + "renderer_cpu_ms": 2.569247, + "renderer_readback_cpu_ms": 0.405695, + "simulation_ms": 1.64896, + "snapshot_ms": 1.650053, + "texture_count": 1, + "tick": 1105, + "vertices": 576, + "wall_ms": 5.897585 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1106, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.589728, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.681768, + "renderer_cpu_ms": 2.671329, + "renderer_readback_cpu_ms": 0.426836, + "simulation_ms": 1.574179, + "snapshot_ms": 1.644312, + "texture_count": 1, + "tick": 1106, + "vertices": 576, + "wall_ms": 5.914607 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1107, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.58992, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.637495, + "renderer_cpu_ms": 2.625522, + "renderer_readback_cpu_ms": 0.448997, + "simulation_ms": 1.580692, + "snapshot_ms": 1.670451, + "texture_count": 1, + "tick": 1107, + "vertices": 576, + "wall_ms": 5.902384 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1108, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.589248, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.651281, + "renderer_cpu_ms": 2.639098, + "renderer_readback_cpu_ms": 0.453315, + "simulation_ms": 1.587384, + "snapshot_ms": 1.640645, + "texture_count": 1, + "tick": 1108, + "vertices": 576, + "wall_ms": 5.89507 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1109, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.589184, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.653595, + "renderer_cpu_ms": 2.641283, + "renderer_readback_cpu_ms": 0.446883, + "simulation_ms": 1.557899, + "snapshot_ms": 1.643069, + "texture_count": 1, + "tick": 1109, + "vertices": 576, + "wall_ms": 5.869301 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1110, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.589024, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.612157, + "renderer_cpu_ms": 2.600014, + "renderer_readback_cpu_ms": 0.433868, + "simulation_ms": 1.567887, + "snapshot_ms": 1.634784, + "texture_count": 1, + "tick": 1110, + "vertices": 576, + "wall_ms": 5.829566 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1111, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.589824, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.168416, + "renderer_cpu_ms": 3.152757, + "renderer_readback_cpu_ms": 0.516303, + "simulation_ms": 1.568689, + "snapshot_ms": 1.635164, + "texture_count": 1, + "tick": 1111, + "vertices": 576, + "wall_ms": 6.389212 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1112, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.59024, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.208512, + "renderer_cpu_ms": 3.193283, + "renderer_readback_cpu_ms": 0.41854, + "simulation_ms": 1.794124, + "snapshot_ms": 1.673577, + "texture_count": 1, + "tick": 1112, + "vertices": 576, + "wall_ms": 6.692103 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1113, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.590368, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.538078, + "renderer_cpu_ms": 2.526426, + "renderer_readback_cpu_ms": 0.378213, + "simulation_ms": 1.585671, + "snapshot_ms": 1.629474, + "texture_count": 1, + "tick": 1113, + "vertices": 576, + "wall_ms": 5.769022 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1114, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.591232, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.24459, + "renderer_cpu_ms": 3.229362, + "renderer_readback_cpu_ms": 0.467612, + "simulation_ms": 2.023477, + "snapshot_ms": 2.439922, + "texture_count": 1, + "tick": 1114, + "vertices": 576, + "wall_ms": 7.731023 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1115, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.589216, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.39276, + "renderer_cpu_ms": 3.375367, + "renderer_readback_cpu_ms": 0.51381, + "simulation_ms": 2.395328, + "snapshot_ms": 2.518832, + "texture_count": 1, + "tick": 1115, + "vertices": 576, + "wall_ms": 8.323882 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1116, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.58928, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.299825, + "renderer_cpu_ms": 3.283835, + "renderer_readback_cpu_ms": 0.532003, + "simulation_ms": 2.357497, + "snapshot_ms": 2.509524, + "texture_count": 1, + "tick": 1116, + "vertices": 576, + "wall_ms": 8.18509 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1117, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.602656, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.814368, + "renderer_cpu_ms": 2.801765, + "renderer_readback_cpu_ms": 0.400606, + "simulation_ms": 2.393495, + "snapshot_ms": 2.002417, + "texture_count": 1, + "tick": 1117, + "vertices": 576, + "wall_ms": 7.227072 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1118, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.589248, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.922102, + "renderer_cpu_ms": 2.911632, + "renderer_readback_cpu_ms": 0.432737, + "simulation_ms": 3.436934, + "snapshot_ms": 1.929609, + "texture_count": 1, + "tick": 1118, + "vertices": 576, + "wall_ms": 8.302221 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1119, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.589312, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.609412, + "renderer_cpu_ms": 2.599313, + "renderer_readback_cpu_ms": 0.447614, + "simulation_ms": 1.576644, + "snapshot_ms": 1.629904, + "texture_count": 1, + "tick": 1119, + "vertices": 576, + "wall_ms": 5.829125 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1120, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.596928, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.010859, + "renderer_cpu_ms": 2.997554, + "renderer_readback_cpu_ms": 0.47199, + "simulation_ms": 1.883884, + "snapshot_ms": 2.313113, + "texture_count": 1, + "tick": 1120, + "vertices": 576, + "wall_ms": 7.22034 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1121, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.589376, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.981223, + "renderer_cpu_ms": 2.969061, + "renderer_readback_cpu_ms": 0.48206, + "simulation_ms": 2.150356, + "snapshot_ms": 2.259983, + "texture_count": 1, + "tick": 1121, + "vertices": 576, + "wall_ms": 7.406361 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1122, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.593024, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.547866, + "renderer_cpu_ms": 2.536154, + "renderer_readback_cpu_ms": 0.42384, + "simulation_ms": 2.118295, + "snapshot_ms": 1.787011, + "texture_count": 1, + "tick": 1122, + "vertices": 576, + "wall_ms": 6.468712 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1123, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588896, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.701716, + "renderer_cpu_ms": 2.688281, + "renderer_readback_cpu_ms": 0.463244, + "simulation_ms": 1.572696, + "snapshot_ms": 1.627069, + "texture_count": 1, + "tick": 1123, + "vertices": 576, + "wall_ms": 5.915659 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1124, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.607264, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.100619, + "renderer_cpu_ms": 3.086823, + "renderer_readback_cpu_ms": 0.594481, + "simulation_ms": 2.230999, + "snapshot_ms": 2.197214, + "texture_count": 1, + "tick": 1124, + "vertices": 576, + "wall_ms": 7.545233 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1125, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.619008, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.683693, + "renderer_cpu_ms": 2.673393, + "renderer_readback_cpu_ms": 0.435992, + "simulation_ms": 2.078982, + "snapshot_ms": 1.745823, + "texture_count": 1, + "tick": 1125, + "vertices": 576, + "wall_ms": 6.5257 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1126, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588576, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.753995, + "renderer_cpu_ms": 2.743285, + "renderer_readback_cpu_ms": 0.491117, + "simulation_ms": 1.642829, + "snapshot_ms": 1.729793, + "texture_count": 1, + "tick": 1126, + "vertices": 576, + "wall_ms": 6.139702 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1127, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.58864, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.726203, + "renderer_cpu_ms": 2.714731, + "renderer_readback_cpu_ms": 0.461771, + "simulation_ms": 1.783574, + "snapshot_ms": 1.812289, + "texture_count": 1, + "tick": 1127, + "vertices": 576, + "wall_ms": 6.336333 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1128, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.597856, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.848713, + "renderer_cpu_ms": 2.837252, + "renderer_readback_cpu_ms": 0.500414, + "simulation_ms": 1.768807, + "snapshot_ms": 1.863835, + "texture_count": 1, + "tick": 1128, + "vertices": 576, + "wall_ms": 6.496624 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1129, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588992, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.724409, + "renderer_cpu_ms": 2.712837, + "renderer_readback_cpu_ms": 0.481438, + "simulation_ms": 1.583768, + "snapshot_ms": 1.637238, + "texture_count": 1, + "tick": 1129, + "vertices": 576, + "wall_ms": 5.960864 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1130, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.589568, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.622457, + "renderer_cpu_ms": 2.594524, + "renderer_readback_cpu_ms": 0.447574, + "simulation_ms": 1.744561, + "snapshot_ms": 1.75978, + "texture_count": 1, + "tick": 1130, + "vertices": 576, + "wall_ms": 6.142617 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1131, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.590016, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.633878, + "renderer_cpu_ms": 2.621735, + "renderer_readback_cpu_ms": 0.470949, + "simulation_ms": 1.598395, + "snapshot_ms": 1.724603, + "texture_count": 1, + "tick": 1131, + "vertices": 576, + "wall_ms": 5.970172 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1132, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.589344, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.658445, + "renderer_cpu_ms": 2.647614, + "renderer_readback_cpu_ms": 0.48253, + "simulation_ms": 1.665502, + "snapshot_ms": 1.669669, + "texture_count": 1, + "tick": 1132, + "vertices": 576, + "wall_ms": 6.008645 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1133, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.589728, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.574115, + "renderer_cpu_ms": 2.562384, + "renderer_readback_cpu_ms": 0.447484, + "simulation_ms": 1.621158, + "snapshot_ms": 1.707141, + "texture_count": 1, + "tick": 1133, + "vertices": 576, + "wall_ms": 5.915849 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1134, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.589856, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.588522, + "renderer_cpu_ms": 2.579266, + "renderer_readback_cpu_ms": 0.426745, + "simulation_ms": 1.64888, + "snapshot_ms": 1.663188, + "texture_count": 1, + "tick": 1134, + "vertices": 576, + "wall_ms": 5.912472 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1135, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.58912, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.65052, + "renderer_cpu_ms": 2.639428, + "renderer_readback_cpu_ms": 0.424702, + "simulation_ms": 1.670712, + "snapshot_ms": 1.737557, + "texture_count": 1, + "tick": 1135, + "vertices": 576, + "wall_ms": 6.072726 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1136, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.591936, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.685566, + "renderer_cpu_ms": 2.676389, + "renderer_readback_cpu_ms": 0.451521, + "simulation_ms": 1.663989, + "snapshot_ms": 1.775088, + "texture_count": 1, + "tick": 1136, + "vertices": 576, + "wall_ms": 6.139661 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1137, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.589408, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.684364, + "renderer_cpu_ms": 2.673794, + "renderer_readback_cpu_ms": 0.471178, + "simulation_ms": 1.6701, + "snapshot_ms": 1.731135, + "texture_count": 1, + "tick": 1137, + "vertices": 576, + "wall_ms": 6.104124 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1138, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.592448, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.585708, + "renderer_cpu_ms": 2.575438, + "renderer_readback_cpu_ms": 0.402219, + "simulation_ms": 1.835943, + "snapshot_ms": 1.621649, + "texture_count": 1, + "tick": 1138, + "vertices": 576, + "wall_ms": 6.057216 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1139, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.5896, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.585988, + "renderer_cpu_ms": 2.575047, + "renderer_readback_cpu_ms": 0.41912, + "simulation_ms": 1.608173, + "snapshot_ms": 1.662707, + "texture_count": 1, + "tick": 1139, + "vertices": 576, + "wall_ms": 5.86872 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1140, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.589088, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.612168, + "renderer_cpu_ms": 2.600977, + "renderer_readback_cpu_ms": 0.492348, + "simulation_ms": 1.57472, + "snapshot_ms": 1.649822, + "texture_count": 1, + "tick": 1140, + "vertices": 576, + "wall_ms": 5.850747 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1141, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.589216, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.991853, + "renderer_cpu_ms": 2.975943, + "renderer_readback_cpu_ms": 0.58859, + "simulation_ms": 1.581473, + "snapshot_ms": 1.644812, + "texture_count": 1, + "tick": 1141, + "vertices": 576, + "wall_ms": 6.231955 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1142, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.589216, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.733436, + "renderer_cpu_ms": 2.722646, + "renderer_readback_cpu_ms": 0.441203, + "simulation_ms": 1.589558, + "snapshot_ms": 1.657387, + "texture_count": 1, + "tick": 1142, + "vertices": 576, + "wall_ms": 5.997523 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1143, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.589792, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.085029, + "renderer_cpu_ms": 3.0748, + "renderer_readback_cpu_ms": 0.469686, + "simulation_ms": 1.593837, + "snapshot_ms": 1.65407, + "texture_count": 1, + "tick": 1143, + "vertices": 576, + "wall_ms": 6.346892 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1144, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.58912, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.606803, + "renderer_cpu_ms": 3.583419, + "renderer_readback_cpu_ms": 0.627153, + "simulation_ms": 1.554853, + "snapshot_ms": 1.820234, + "texture_count": 1, + "tick": 1144, + "vertices": 576, + "wall_ms": 6.995044 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1145, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588608, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.829988, + "renderer_cpu_ms": 2.813828, + "renderer_readback_cpu_ms": 0.477781, + "simulation_ms": 2.340946, + "snapshot_ms": 1.872352, + "texture_count": 1, + "tick": 1145, + "vertices": 576, + "wall_ms": 7.0613 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1146, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.58912, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.755668, + "renderer_cpu_ms": 2.743144, + "renderer_readback_cpu_ms": 0.508599, + "simulation_ms": 1.806658, + "snapshot_ms": 1.758217, + "texture_count": 1, + "tick": 1146, + "vertices": 576, + "wall_ms": 6.336733 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1147, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.590304, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.010369, + "renderer_cpu_ms": 2.999899, + "renderer_readback_cpu_ms": 0.490976, + "simulation_ms": 1.769067, + "snapshot_ms": 1.655643, + "texture_count": 1, + "tick": 1147, + "vertices": 576, + "wall_ms": 6.448273 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1148, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.590176, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.148529, + "renderer_cpu_ms": 3.135364, + "renderer_readback_cpu_ms": 0.431774, + "simulation_ms": 1.766301, + "snapshot_ms": 1.787322, + "texture_count": 1, + "tick": 1148, + "vertices": 576, + "wall_ms": 6.715056 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1149, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.590048, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.583162, + "renderer_cpu_ms": 2.572542, + "renderer_readback_cpu_ms": 0.453515, + "simulation_ms": 1.636196, + "snapshot_ms": 1.666755, + "texture_count": 1, + "tick": 1149, + "vertices": 576, + "wall_ms": 5.899588 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1150, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.58896, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.68269, + "renderer_cpu_ms": 2.673342, + "renderer_readback_cpu_ms": 0.485757, + "simulation_ms": 1.707611, + "snapshot_ms": 1.764589, + "texture_count": 1, + "tick": 1150, + "vertices": 576, + "wall_ms": 6.168776 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1151, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.590368, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.983608, + "renderer_cpu_ms": 2.967728, + "renderer_readback_cpu_ms": 0.490164, + "simulation_ms": 1.655353, + "snapshot_ms": 1.990254, + "texture_count": 1, + "tick": 1151, + "vertices": 576, + "wall_ms": 6.64239 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1152, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.596768, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.707127, + "renderer_cpu_ms": 2.696627, + "renderer_readback_cpu_ms": 0.484765, + "simulation_ms": 1.680831, + "snapshot_ms": 1.708392, + "texture_count": 1, + "tick": 1152, + "vertices": 576, + "wall_ms": 6.109976 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1153, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.589952, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.675607, + "renderer_cpu_ms": 2.663875, + "renderer_readback_cpu_ms": 0.424551, + "simulation_ms": 1.710457, + "snapshot_ms": 1.788944, + "texture_count": 1, + "tick": 1153, + "vertices": 576, + "wall_ms": 6.189165 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1154, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.592064, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.785654, + "renderer_cpu_ms": 2.762551, + "renderer_readback_cpu_ms": 0.439329, + "simulation_ms": 1.68543, + "snapshot_ms": 1.772703, + "texture_count": 1, + "tick": 1154, + "vertices": 576, + "wall_ms": 6.257393 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1155, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.583104, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.041988, + "renderer_cpu_ms": 3.031078, + "renderer_readback_cpu_ms": 0.478032, + "simulation_ms": 1.773866, + "snapshot_ms": 1.895105, + "texture_count": 1, + "tick": 1155, + "vertices": 576, + "wall_ms": 6.723983 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1156, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.589344, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.77219, + "renderer_cpu_ms": 2.761499, + "renderer_readback_cpu_ms": 0.441403, + "simulation_ms": 1.767444, + "snapshot_ms": 1.863996, + "texture_count": 1, + "tick": 1156, + "vertices": 576, + "wall_ms": 6.417566 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1157, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.589088, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.552545, + "renderer_cpu_ms": 2.540703, + "renderer_readback_cpu_ms": 0.435181, + "simulation_ms": 1.708082, + "snapshot_ms": 1.666944, + "texture_count": 1, + "tick": 1157, + "vertices": 576, + "wall_ms": 5.941457 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1158, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588768, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.574817, + "renderer_cpu_ms": 2.565028, + "renderer_readback_cpu_ms": 0.458024, + "simulation_ms": 1.588196, + "snapshot_ms": 1.665862, + "texture_count": 1, + "tick": 1158, + "vertices": 576, + "wall_ms": 5.842431 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1159, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.589696, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.62962, + "renderer_cpu_ms": 2.617738, + "renderer_readback_cpu_ms": 0.434249, + "simulation_ms": 1.611269, + "snapshot_ms": 1.660753, + "texture_count": 1, + "tick": 1159, + "vertices": 576, + "wall_ms": 5.921409 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1160, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.589024, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.780565, + "renderer_cpu_ms": 2.768182, + "renderer_readback_cpu_ms": 0.530952, + "simulation_ms": 1.609065, + "snapshot_ms": 1.778705, + "texture_count": 1, + "tick": 1160, + "vertices": 576, + "wall_ms": 6.182442 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1161, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588064, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.284265, + "renderer_cpu_ms": 3.267684, + "renderer_readback_cpu_ms": 0.550238, + "simulation_ms": 2.817975, + "snapshot_ms": 2.39098, + "texture_count": 1, + "tick": 1161, + "vertices": 576, + "wall_ms": 8.509401 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1162, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588704, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.233149, + "renderer_cpu_ms": 3.218521, + "renderer_readback_cpu_ms": 0.571478, + "simulation_ms": 2.31667, + "snapshot_ms": 2.430876, + "texture_count": 1, + "tick": 1162, + "vertices": 576, + "wall_ms": 7.995983 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1163, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.5888, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.09618, + "renderer_cpu_ms": 3.082364, + "renderer_readback_cpu_ms": 0.503229, + "simulation_ms": 2.28973, + "snapshot_ms": 2.440694, + "texture_count": 1, + "tick": 1163, + "vertices": 576, + "wall_ms": 7.841983 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1164, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588832, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.136276, + "renderer_cpu_ms": 3.119644, + "renderer_readback_cpu_ms": 0.520152, + "simulation_ms": 2.308525, + "snapshot_ms": 2.453829, + "texture_count": 1, + "tick": 1164, + "vertices": 576, + "wall_ms": 7.913027 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1165, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.590368, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.459887, + "renderer_cpu_ms": 3.44616, + "renderer_readback_cpu_ms": 0.493751, + "simulation_ms": 2.323933, + "snapshot_ms": 2.45467, + "texture_count": 1, + "tick": 1165, + "vertices": 576, + "wall_ms": 8.254291 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1166, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.5896, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.385847, + "renderer_cpu_ms": 3.371479, + "renderer_readback_cpu_ms": 0.535009, + "simulation_ms": 2.336998, + "snapshot_ms": 2.376723, + "texture_count": 1, + "tick": 1166, + "vertices": 576, + "wall_ms": 8.114226 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1167, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588608, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.164349, + "renderer_cpu_ms": 3.151414, + "renderer_readback_cpu_ms": 0.555348, + "simulation_ms": 2.190051, + "snapshot_ms": 2.228684, + "texture_count": 1, + "tick": 1167, + "vertices": 576, + "wall_ms": 7.597782 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1168, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.60752, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.187923, + "renderer_cpu_ms": 3.174198, + "renderer_readback_cpu_ms": 0.518227, + "simulation_ms": 2.312051, + "snapshot_ms": 2.426868, + "texture_count": 1, + "tick": 1168, + "vertices": 576, + "wall_ms": 7.944957 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1169, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.608608, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.150974, + "renderer_cpu_ms": 3.138781, + "renderer_readback_cpu_ms": 0.50905, + "simulation_ms": 2.282396, + "snapshot_ms": 2.476371, + "texture_count": 1, + "tick": 1169, + "vertices": 576, + "wall_ms": 7.924578 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1170, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.589216, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.750879, + "renderer_cpu_ms": 2.74081, + "renderer_readback_cpu_ms": 0.462933, + "simulation_ms": 2.303886, + "snapshot_ms": 2.439902, + "texture_count": 1, + "tick": 1170, + "vertices": 576, + "wall_ms": 7.509906 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1171, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.58928, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.529912, + "renderer_cpu_ms": 2.519383, + "renderer_readback_cpu_ms": 0.458816, + "simulation_ms": 1.567056, + "snapshot_ms": 1.625687, + "texture_count": 1, + "tick": 1171, + "vertices": 576, + "wall_ms": 5.735719 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1172, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.598816, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.694072, + "renderer_cpu_ms": 2.683411, + "renderer_readback_cpu_ms": 0.510814, + "simulation_ms": 1.557779, + "snapshot_ms": 1.63276, + "texture_count": 1, + "tick": 1172, + "vertices": 576, + "wall_ms": 5.896823 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1173, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.589248, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.6191, + "renderer_cpu_ms": 2.608661, + "renderer_readback_cpu_ms": 0.512166, + "simulation_ms": 1.556366, + "snapshot_ms": 1.628813, + "texture_count": 1, + "tick": 1173, + "vertices": 576, + "wall_ms": 5.818676 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1174, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.58848, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.54469, + "renderer_cpu_ms": 2.532156, + "renderer_readback_cpu_ms": 0.438427, + "simulation_ms": 1.560704, + "snapshot_ms": 1.629344, + "texture_count": 1, + "tick": 1174, + "vertices": 576, + "wall_ms": 5.748082 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1175, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.589056, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.523891, + "renderer_cpu_ms": 2.513251, + "renderer_readback_cpu_ms": 0.410925, + "simulation_ms": 1.562207, + "snapshot_ms": 1.623141, + "texture_count": 1, + "tick": 1175, + "vertices": 576, + "wall_ms": 5.723496 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1176, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.589952, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.958661, + "renderer_cpu_ms": 2.948802, + "renderer_readback_cpu_ms": 0.469055, + "simulation_ms": 1.557668, + "snapshot_ms": 1.630987, + "texture_count": 1, + "tick": 1176, + "vertices": 576, + "wall_ms": 6.159709 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1177, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.589344, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.584174, + "renderer_cpu_ms": 2.574597, + "renderer_readback_cpu_ms": 0.431284, + "simulation_ms": 1.612983, + "snapshot_ms": 1.626939, + "texture_count": 1, + "tick": 1177, + "vertices": 576, + "wall_ms": 5.836689 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1178, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.594176, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.583744, + "renderer_cpu_ms": 2.574356, + "renderer_readback_cpu_ms": 0.467973, + "simulation_ms": 1.574099, + "snapshot_ms": 1.617161, + "texture_count": 1, + "tick": 1178, + "vertices": 576, + "wall_ms": 5.786946 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1179, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588832, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.589925, + "renderer_cpu_ms": 2.577913, + "renderer_readback_cpu_ms": 0.460579, + "simulation_ms": 1.55352, + "snapshot_ms": 1.622551, + "texture_count": 1, + "tick": 1179, + "vertices": 576, + "wall_ms": 5.778329 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1180, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.593088, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.580437, + "renderer_cpu_ms": 2.57107, + "renderer_readback_cpu_ms": 0.446853, + "simulation_ms": 1.694086, + "snapshot_ms": 1.710065, + "texture_count": 1, + "tick": 1180, + "vertices": 576, + "wall_ms": 5.997122 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1181, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.58912, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.564688, + "renderer_cpu_ms": 2.554498, + "renderer_readback_cpu_ms": 0.477962, + "simulation_ms": 1.574801, + "snapshot_ms": 1.613734, + "texture_count": 1, + "tick": 1181, + "vertices": 576, + "wall_ms": 5.764985 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1182, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.589536, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.564958, + "renderer_cpu_ms": 2.55556, + "renderer_readback_cpu_ms": 0.42411, + "simulation_ms": 1.624624, + "snapshot_ms": 1.618293, + "texture_count": 1, + "tick": 1182, + "vertices": 576, + "wall_ms": 5.819807 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1183, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588768, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.516978, + "renderer_cpu_ms": 2.50703, + "renderer_readback_cpu_ms": 0.44566, + "simulation_ms": 1.68096, + "snapshot_ms": 1.658288, + "texture_count": 1, + "tick": 1183, + "vertices": 576, + "wall_ms": 5.869461 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1184, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.58976, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.104235, + "renderer_cpu_ms": 3.095169, + "renderer_readback_cpu_ms": 0.452704, + "simulation_ms": 1.571795, + "snapshot_ms": 1.614806, + "texture_count": 1, + "tick": 1184, + "vertices": 576, + "wall_ms": 6.302679 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1185, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.5896, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.567904, + "renderer_cpu_ms": 2.556692, + "renderer_readback_cpu_ms": 0.468895, + "simulation_ms": 1.573749, + "snapshot_ms": 1.666253, + "texture_count": 1, + "tick": 1185, + "vertices": 576, + "wall_ms": 5.821812 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1186, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.590176, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.577642, + "renderer_cpu_ms": 2.567273, + "renderer_readback_cpu_ms": 0.44001, + "simulation_ms": 1.688705, + "snapshot_ms": 1.739371, + "texture_count": 1, + "tick": 1186, + "vertices": 576, + "wall_ms": 6.019284 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1187, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.590048, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.055684, + "renderer_cpu_ms": 3.037439, + "renderer_readback_cpu_ms": 0.58837, + "simulation_ms": 1.640635, + "snapshot_ms": 1.644772, + "texture_count": 1, + "tick": 1187, + "vertices": 576, + "wall_ms": 6.355549 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1188, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.601024, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.742793, + "renderer_cpu_ms": 2.731944, + "renderer_readback_cpu_ms": 0.434449, + "simulation_ms": 1.942384, + "snapshot_ms": 1.929439, + "texture_count": 1, + "tick": 1188, + "vertices": 576, + "wall_ms": 6.629725 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1189, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.597504, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.043681, + "renderer_cpu_ms": 3.033552, + "renderer_readback_cpu_ms": 0.483673, + "simulation_ms": 1.859258, + "snapshot_ms": 1.938075, + "texture_count": 1, + "tick": 1189, + "vertices": 576, + "wall_ms": 6.85461 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1190, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588768, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.749146, + "renderer_cpu_ms": 2.737033, + "renderer_readback_cpu_ms": 0.524248, + "simulation_ms": 1.88231, + "snapshot_ms": 1.760441, + "texture_count": 1, + "tick": 1190, + "vertices": 576, + "wall_ms": 6.408749 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1191, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.58896, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.79912, + "renderer_cpu_ms": 2.789061, + "renderer_readback_cpu_ms": 0.458485, + "simulation_ms": 1.741344, + "snapshot_ms": 1.806438, + "texture_count": 1, + "tick": 1191, + "vertices": 576, + "wall_ms": 6.360698 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1192, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588896, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.688391, + "renderer_cpu_ms": 2.678692, + "renderer_readback_cpu_ms": 0.463394, + "simulation_ms": 1.867162, + "snapshot_ms": 1.958905, + "texture_count": 1, + "tick": 1192, + "vertices": 576, + "wall_ms": 6.528826 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1193, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.6064, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.80434, + "renderer_cpu_ms": 2.792267, + "renderer_readback_cpu_ms": 0.451251, + "simulation_ms": 1.878663, + "snapshot_ms": 1.948175, + "texture_count": 1, + "tick": 1193, + "vertices": 576, + "wall_ms": 6.646147 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1194, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.600992, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.015328, + "renderer_cpu_ms": 2.998466, + "renderer_readback_cpu_ms": 0.545669, + "simulation_ms": 1.859388, + "snapshot_ms": 1.950008, + "texture_count": 1, + "tick": 1194, + "vertices": 576, + "wall_ms": 6.837337 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1195, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.59696, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.560109, + "renderer_cpu_ms": 2.550742, + "renderer_readback_cpu_ms": 0.422808, + "simulation_ms": 2.038605, + "snapshot_ms": 1.64847, + "texture_count": 1, + "tick": 1195, + "vertices": 576, + "wall_ms": 6.266871 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1196, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.595328, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.577452, + "renderer_cpu_ms": 2.567122, + "renderer_readback_cpu_ms": 0.476209, + "simulation_ms": 1.566024, + "snapshot_ms": 1.644482, + "texture_count": 1, + "tick": 1196, + "vertices": 576, + "wall_ms": 5.800491 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1197, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.589248, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.521686, + "renderer_cpu_ms": 2.511076, + "renderer_readback_cpu_ms": 0.450349, + "simulation_ms": 1.570151, + "snapshot_ms": 1.686482, + "texture_count": 1, + "tick": 1197, + "vertices": 576, + "wall_ms": 5.790402 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1198, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588896, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.477934, + "renderer_cpu_ms": 2.468626, + "renderer_readback_cpu_ms": 0.414892, + "simulation_ms": 1.581073, + "snapshot_ms": 1.638611, + "texture_count": 1, + "tick": 1198, + "vertices": 576, + "wall_ms": 5.709901 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1199, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.590816, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.91572, + "renderer_cpu_ms": 2.90502, + "renderer_readback_cpu_ms": 0.485586, + "simulation_ms": 1.567978, + "snapshot_ms": 1.642448, + "texture_count": 1, + "tick": 1199, + "vertices": 576, + "wall_ms": 6.137908 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1200, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.590112, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.29227, + "renderer_cpu_ms": 3.280067, + "renderer_readback_cpu_ms": 0.475477, + "simulation_ms": 1.682593, + "snapshot_ms": 1.653179, + "texture_count": 1, + "tick": 1200, + "vertices": 576, + "wall_ms": 6.640876 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1201, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.589344, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.583774, + "renderer_cpu_ms": 2.574917, + "renderer_readback_cpu_ms": 0.440692, + "simulation_ms": 1.636036, + "snapshot_ms": 1.663848, + "texture_count": 1, + "tick": 1201, + "vertices": 576, + "wall_ms": 5.896753 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1202, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.60384, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.536324, + "renderer_cpu_ms": 2.526796, + "renderer_readback_cpu_ms": 0.446413, + "simulation_ms": 1.612211, + "snapshot_ms": 1.722268, + "texture_count": 1, + "tick": 1202, + "vertices": 576, + "wall_ms": 5.883027 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1203, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.589792, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.52892, + "renderer_cpu_ms": 2.518701, + "renderer_readback_cpu_ms": 0.467552, + "simulation_ms": 1.605127, + "snapshot_ms": 1.709415, + "texture_count": 1, + "tick": 1203, + "vertices": 576, + "wall_ms": 5.855665 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1204, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.589536, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.590426, + "renderer_cpu_ms": 2.58142, + "renderer_readback_cpu_ms": 0.425703, + "simulation_ms": 1.61661, + "snapshot_ms": 1.640143, + "texture_count": 1, + "tick": 1204, + "vertices": 576, + "wall_ms": 5.859683 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1205, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.59472, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.651751, + "renderer_cpu_ms": 2.641032, + "renderer_readback_cpu_ms": 0.493531, + "simulation_ms": 1.618483, + "snapshot_ms": 1.662677, + "texture_count": 1, + "tick": 1205, + "vertices": 576, + "wall_ms": 5.947087 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1206, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.5888, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.629971, + "renderer_cpu_ms": 2.616004, + "renderer_readback_cpu_ms": 0.537905, + "simulation_ms": 1.605579, + "snapshot_ms": 1.673136, + "texture_count": 1, + "tick": 1206, + "vertices": 576, + "wall_ms": 5.922722 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1207, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.589568, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.517579, + "renderer_cpu_ms": 2.5078, + "renderer_readback_cpu_ms": 0.405525, + "simulation_ms": 1.612461, + "snapshot_ms": 1.691972, + "texture_count": 1, + "tick": 1207, + "vertices": 576, + "wall_ms": 5.836129 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1208, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.58992, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.58162, + "renderer_cpu_ms": 2.569466, + "renderer_readback_cpu_ms": 0.474916, + "simulation_ms": 1.644993, + "snapshot_ms": 1.698384, + "texture_count": 1, + "tick": 1208, + "vertices": 576, + "wall_ms": 5.938342 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1209, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.589536, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.189747, + "renderer_cpu_ms": 3.179027, + "renderer_readback_cpu_ms": 0.461321, + "simulation_ms": 1.640715, + "snapshot_ms": 1.68568, + "texture_count": 1, + "tick": 1209, + "vertices": 576, + "wall_ms": 6.528305 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1210, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.589056, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.57101, + "renderer_cpu_ms": 2.56086, + "renderer_readback_cpu_ms": 0.462292, + "simulation_ms": 1.634152, + "snapshot_ms": 1.652738, + "texture_count": 1, + "tick": 1210, + "vertices": 576, + "wall_ms": 5.870123 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1211, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.5952, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.528721, + "renderer_cpu_ms": 2.519553, + "renderer_readback_cpu_ms": 0.424841, + "simulation_ms": 1.59585, + "snapshot_ms": 1.715355, + "texture_count": 1, + "tick": 1211, + "vertices": 576, + "wall_ms": 5.854624 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1212, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588288, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.504805, + "renderer_cpu_ms": 2.495727, + "renderer_readback_cpu_ms": 0.421565, + "simulation_ms": 1.603434, + "snapshot_ms": 1.703654, + "texture_count": 1, + "tick": 1212, + "vertices": 576, + "wall_ms": 5.823345 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1213, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.596864, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.514894, + "renderer_cpu_ms": 2.503963, + "renderer_readback_cpu_ms": 0.441142, + "simulation_ms": 1.603725, + "snapshot_ms": 1.651986, + "texture_count": 1, + "tick": 1213, + "vertices": 576, + "wall_ms": 5.782718 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1214, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588768, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.689353, + "renderer_cpu_ms": 2.672812, + "renderer_readback_cpu_ms": 0.505985, + "simulation_ms": 1.683336, + "snapshot_ms": 1.693124, + "texture_count": 1, + "tick": 1214, + "vertices": 576, + "wall_ms": 6.082203 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1215, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.589184, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.598071, + "renderer_cpu_ms": 2.587661, + "renderer_readback_cpu_ms": 0.459066, + "simulation_ms": 1.583697, + "snapshot_ms": 1.68038, + "texture_count": 1, + "tick": 1215, + "vertices": 576, + "wall_ms": 5.875553 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1216, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.589472, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.514003, + "renderer_cpu_ms": 2.504655, + "renderer_readback_cpu_ms": 0.449057, + "simulation_ms": 1.57968, + "snapshot_ms": 1.654832, + "texture_count": 1, + "tick": 1216, + "vertices": 576, + "wall_ms": 5.7624 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1217, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.58992, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.892155, + "renderer_cpu_ms": 2.881295, + "renderer_readback_cpu_ms": 0.514601, + "simulation_ms": 1.633291, + "snapshot_ms": 1.619245, + "texture_count": 1, + "tick": 1217, + "vertices": 576, + "wall_ms": 6.156914 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1218, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.589408, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.614702, + "renderer_cpu_ms": 2.605305, + "renderer_readback_cpu_ms": 0.425021, + "simulation_ms": 1.619014, + "snapshot_ms": 1.694606, + "texture_count": 1, + "tick": 1218, + "vertices": 576, + "wall_ms": 5.941117 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1219, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.59856, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.600946, + "renderer_cpu_ms": 2.590206, + "renderer_readback_cpu_ms": 0.477952, + "simulation_ms": 1.62772, + "snapshot_ms": 1.66998, + "texture_count": 1, + "tick": 1219, + "vertices": 576, + "wall_ms": 5.911621 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1220, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.5888, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.562775, + "renderer_cpu_ms": 2.553337, + "renderer_readback_cpu_ms": 0.448806, + "simulation_ms": 1.57983, + "snapshot_ms": 1.686351, + "texture_count": 1, + "tick": 1220, + "vertices": 576, + "wall_ms": 5.841239 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1221, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.596704, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.494125, + "renderer_cpu_ms": 2.484497, + "renderer_readback_cpu_ms": 0.43452, + "simulation_ms": 1.562948, + "snapshot_ms": 1.7172, + "texture_count": 1, + "tick": 1221, + "vertices": 576, + "wall_ms": 5.786526 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1222, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.589824, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.936088, + "renderer_cpu_ms": 2.924987, + "renderer_readback_cpu_ms": 0.515322, + "simulation_ms": 1.577836, + "snapshot_ms": 1.662396, + "texture_count": 1, + "tick": 1222, + "vertices": 576, + "wall_ms": 6.187652 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1223, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.589216, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.678573, + "renderer_cpu_ms": 2.667401, + "renderer_readback_cpu_ms": 0.400956, + "simulation_ms": 1.614415, + "snapshot_ms": 1.774738, + "texture_count": 1, + "tick": 1223, + "vertices": 576, + "wall_ms": 6.080049 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1224, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.58896, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.85715, + "renderer_cpu_ms": 2.84708, + "renderer_readback_cpu_ms": 0.480136, + "simulation_ms": 1.571785, + "snapshot_ms": 1.646686, + "texture_count": 1, + "tick": 1224, + "vertices": 576, + "wall_ms": 6.089006 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1225, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588992, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.532637, + "renderer_cpu_ms": 2.52318, + "renderer_readback_cpu_ms": 0.443156, + "simulation_ms": 2.102065, + "snapshot_ms": 1.660563, + "texture_count": 1, + "tick": 1225, + "vertices": 576, + "wall_ms": 6.308951 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1226, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.589344, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.611326, + "renderer_cpu_ms": 2.601808, + "renderer_readback_cpu_ms": 0.470859, + "simulation_ms": 1.6339920000000001, + "snapshot_ms": 1.668087, + "texture_count": 1, + "tick": 1226, + "vertices": 576, + "wall_ms": 5.925488 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1227, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.589504, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.02725, + "renderer_cpu_ms": 3.016631, + "renderer_readback_cpu_ms": 0.479465, + "simulation_ms": 1.580651, + "snapshot_ms": 1.713783, + "texture_count": 1, + "tick": 1227, + "vertices": 576, + "wall_ms": 6.333798 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1228, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588512, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.602119, + "renderer_cpu_ms": 2.593001, + "renderer_readback_cpu_ms": 0.426324, + "simulation_ms": 1.580682, + "snapshot_ms": 1.661644, + "texture_count": 1, + "tick": 1228, + "vertices": 576, + "wall_ms": 5.856477 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1229, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.593088, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.562023, + "renderer_cpu_ms": 2.552755, + "renderer_readback_cpu_ms": 0.466149, + "simulation_ms": 1.675701, + "snapshot_ms": 1.740453, + "texture_count": 1, + "tick": 1229, + "vertices": 576, + "wall_ms": 5.99041 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1230, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588544, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.745018, + "renderer_cpu_ms": 2.730921, + "renderer_readback_cpu_ms": 0.49311, + "simulation_ms": 1.577706, + "snapshot_ms": 1.671743, + "texture_count": 1, + "tick": 1230, + "vertices": 576, + "wall_ms": 6.007512 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1231, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588704, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.723778, + "renderer_cpu_ms": 2.711285, + "renderer_readback_cpu_ms": 0.426885, + "simulation_ms": 2.085003, + "snapshot_ms": 1.85554, + "texture_count": 1, + "tick": 1231, + "vertices": 576, + "wall_ms": 6.680041 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1232, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.587584, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.786346, + "renderer_cpu_ms": 2.75685, + "renderer_readback_cpu_ms": 0.459387, + "simulation_ms": 1.675039, + "snapshot_ms": 1.719374, + "texture_count": 1, + "tick": 1232, + "vertices": 576, + "wall_ms": 6.195286 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1233, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.58976, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.974301, + "renderer_cpu_ms": 2.961286, + "renderer_readback_cpu_ms": 0.490275, + "simulation_ms": 2.161848, + "snapshot_ms": 2.249333, + "texture_count": 1, + "tick": 1233, + "vertices": 576, + "wall_ms": 7.403165 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1234, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.604672, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.00575, + "renderer_cpu_ms": 2.992324, + "renderer_readback_cpu_ms": 0.507938, + "simulation_ms": 2.159884, + "snapshot_ms": 2.239635, + "texture_count": 1, + "tick": 1234, + "vertices": 576, + "wall_ms": 7.419877 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1235, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.589568, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.068047, + "renderer_cpu_ms": 3.054261, + "renderer_readback_cpu_ms": 0.451391, + "simulation_ms": 2.08364, + "snapshot_ms": 2.254673, + "texture_count": 1, + "tick": 1235, + "vertices": 576, + "wall_ms": 7.421749 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1236, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.59712, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.805663, + "renderer_cpu_ms": 2.794351, + "renderer_readback_cpu_ms": 0.452754, + "simulation_ms": 1.755501, + "snapshot_ms": 1.807881, + "texture_count": 1, + "tick": 1236, + "vertices": 576, + "wall_ms": 6.384794 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1237, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.598976, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.876816, + "renderer_cpu_ms": 2.863812, + "renderer_readback_cpu_ms": 0.490766, + "simulation_ms": 1.761683, + "snapshot_ms": 2.013819, + "texture_count": 1, + "tick": 1237, + "vertices": 576, + "wall_ms": 6.666204 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1238, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588928, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.727585, + "renderer_cpu_ms": 2.713789, + "renderer_readback_cpu_ms": 0.491136, + "simulation_ms": 1.699395, + "snapshot_ms": 1.78098, + "texture_count": 1, + "tick": 1238, + "vertices": 576, + "wall_ms": 6.221986 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1239, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.58944, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.759495, + "renderer_cpu_ms": 2.74566, + "renderer_readback_cpu_ms": 0.503389, + "simulation_ms": 1.67529, + "snapshot_ms": 1.722178, + "texture_count": 1, + "tick": 1239, + "vertices": 576, + "wall_ms": 6.173716 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1240, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.591904, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.599102, + "renderer_cpu_ms": 2.587722, + "renderer_readback_cpu_ms": 0.405906, + "simulation_ms": 1.73352, + "snapshot_ms": 1.849418, + "texture_count": 1, + "tick": 1240, + "vertices": 576, + "wall_ms": 6.196719 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1241, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.589536, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.616646, + "renderer_cpu_ms": 2.60315, + "renderer_readback_cpu_ms": 0.476989, + "simulation_ms": 1.931733, + "snapshot_ms": 1.664831, + "texture_count": 1, + "tick": 1241, + "vertices": 576, + "wall_ms": 6.230443 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1242, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.589056, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.715392, + "renderer_cpu_ms": 2.702648, + "renderer_readback_cpu_ms": 0.496777, + "simulation_ms": 1.689527, + "snapshot_ms": 1.793983, + "texture_count": 1, + "tick": 1242, + "vertices": 576, + "wall_ms": 6.214743 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1243, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588928, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.108874, + "renderer_cpu_ms": 3.095559, + "renderer_readback_cpu_ms": 0.550638, + "simulation_ms": 1.595419, + "snapshot_ms": 1.657126, + "texture_count": 1, + "tick": 1243, + "vertices": 576, + "wall_ms": 6.374294 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1244, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.589056, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.696767, + "renderer_cpu_ms": 2.684023, + "renderer_readback_cpu_ms": 0.510333, + "simulation_ms": 1.627049, + "snapshot_ms": 1.673848, + "texture_count": 1, + "tick": 1244, + "vertices": 576, + "wall_ms": 6.015167 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1245, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588992, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.973088, + "renderer_cpu_ms": 2.956307, + "renderer_readback_cpu_ms": 0.633645, + "simulation_ms": 1.626849, + "snapshot_ms": 1.639452, + "texture_count": 1, + "tick": 1245, + "vertices": 576, + "wall_ms": 6.254117 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1246, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.589184, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.691607, + "renderer_cpu_ms": 2.676348, + "renderer_readback_cpu_ms": 0.540409, + "simulation_ms": 2.094581, + "snapshot_ms": 1.666443, + "texture_count": 1, + "tick": 1246, + "vertices": 576, + "wall_ms": 6.468772 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1247, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.589056, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.863572, + "renderer_cpu_ms": 2.851018, + "renderer_readback_cpu_ms": 0.549477, + "simulation_ms": 1.865729, + "snapshot_ms": 2.153833, + "texture_count": 1, + "tick": 1247, + "vertices": 576, + "wall_ms": 6.899575 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1248, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.589952, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.70359, + "renderer_cpu_ms": 2.690415, + "renderer_readback_cpu_ms": 0.534138, + "simulation_ms": 1.580982, + "snapshot_ms": 1.625396, + "texture_count": 1, + "tick": 1248, + "vertices": 576, + "wall_ms": 5.924726 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1249, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.5904, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.938813, + "renderer_cpu_ms": 2.925398, + "renderer_readback_cpu_ms": 0.51949, + "simulation_ms": 2.140698, + "snapshot_ms": 1.683926, + "texture_count": 1, + "tick": 1249, + "vertices": 576, + "wall_ms": 6.778616 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1250, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.590016, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.672892, + "renderer_cpu_ms": 2.660439, + "renderer_readback_cpu_ms": 0.462823, + "simulation_ms": 1.610167, + "snapshot_ms": 1.635405, + "texture_count": 1, + "tick": 1250, + "vertices": 576, + "wall_ms": 5.933593 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1251, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.59072, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 4.192819, + "renderer_cpu_ms": 4.175045, + "renderer_readback_cpu_ms": 0.554106, + "simulation_ms": 1.704675, + "snapshot_ms": 1.93474, + "texture_count": 1, + "tick": 1251, + "vertices": 576, + "wall_ms": 7.852332 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1252, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.589344, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.852247, + "renderer_cpu_ms": 3.831458, + "renderer_readback_cpu_ms": 0.570145, + "simulation_ms": 2.372014, + "snapshot_ms": 2.489847, + "texture_count": 1, + "tick": 1252, + "vertices": 576, + "wall_ms": 8.73121 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1253, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.589696, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.277562, + "renderer_cpu_ms": 3.266291, + "renderer_readback_cpu_ms": 0.409833, + "simulation_ms": 2.394086, + "snapshot_ms": 2.480449, + "texture_count": 1, + "tick": 1253, + "vertices": 576, + "wall_ms": 8.173507 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1254, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.58928, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.608501, + "renderer_cpu_ms": 2.594384, + "renderer_readback_cpu_ms": 0.472401, + "simulation_ms": 1.573087, + "snapshot_ms": 1.715937, + "texture_count": 1, + "tick": 1254, + "vertices": 576, + "wall_ms": 5.911651 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1255, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.589312, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.597019, + "renderer_cpu_ms": 2.584105, + "renderer_readback_cpu_ms": 0.47197, + "simulation_ms": 1.577786, + "snapshot_ms": 1.642708, + "texture_count": 1, + "tick": 1255, + "vertices": 576, + "wall_ms": 5.833694 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1256, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.589408, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.981314, + "renderer_cpu_ms": 2.9685, + "renderer_readback_cpu_ms": 0.438907, + "simulation_ms": 1.572005, + "snapshot_ms": 1.99832, + "texture_count": 1, + "tick": 1256, + "vertices": 576, + "wall_ms": 6.565845 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1257, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.589408, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.585847, + "renderer_cpu_ms": 2.574757, + "renderer_readback_cpu_ms": 0.430663, + "simulation_ms": 1.607472, + "snapshot_ms": 1.631547, + "texture_count": 1, + "tick": 1257, + "vertices": 576, + "wall_ms": 5.840186 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1258, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.590464, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.726573, + "renderer_cpu_ms": 2.715743, + "renderer_readback_cpu_ms": 0.462061, + "simulation_ms": 1.571875, + "snapshot_ms": 1.667495, + "texture_count": 1, + "tick": 1258, + "vertices": 576, + "wall_ms": 5.981884 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1259, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.589472, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.38233, + "renderer_cpu_ms": 3.355961, + "renderer_readback_cpu_ms": 0.443296, + "simulation_ms": 1.565423, + "snapshot_ms": 1.704736, + "texture_count": 1, + "tick": 1259, + "vertices": 576, + "wall_ms": 6.667186 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1260, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.589088, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.63496, + "renderer_cpu_ms": 2.623248, + "renderer_readback_cpu_ms": 0.428338, + "simulation_ms": 1.568097, + "snapshot_ms": 1.684107, + "texture_count": 1, + "tick": 1260, + "vertices": 576, + "wall_ms": 5.903005 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1261, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.592096, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.872849, + "renderer_cpu_ms": 2.856188, + "renderer_readback_cpu_ms": 0.632463, + "simulation_ms": 1.578006, + "snapshot_ms": 1.680701, + "texture_count": 1, + "tick": 1261, + "vertices": 576, + "wall_ms": 6.147165 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1262, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.590368, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.614091, + "renderer_cpu_ms": 2.603591, + "renderer_readback_cpu_ms": 0.440962, + "simulation_ms": 1.585822, + "snapshot_ms": 1.671683, + "texture_count": 1, + "tick": 1262, + "vertices": 576, + "wall_ms": 5.888106 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1263, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.613696, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.554067, + "renderer_cpu_ms": 2.542376, + "renderer_readback_cpu_ms": 0.421405, + "simulation_ms": 1.59564, + "snapshot_ms": 1.709505, + "texture_count": 1, + "tick": 1263, + "vertices": 576, + "wall_ms": 5.872427 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1264, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588256, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.739928, + "renderer_cpu_ms": 2.728567, + "renderer_readback_cpu_ms": 0.422527, + "simulation_ms": 1.599667, + "snapshot_ms": 1.658479, + "texture_count": 1, + "tick": 1264, + "vertices": 576, + "wall_ms": 6.012351 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1265, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588672, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.625693, + "renderer_cpu_ms": 2.611305, + "renderer_readback_cpu_ms": 0.480597, + "simulation_ms": 2.00924, + "snapshot_ms": 1.856402, + "texture_count": 1, + "tick": 1265, + "vertices": 576, + "wall_ms": 6.505201 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1266, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588992, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.892846, + "renderer_cpu_ms": 2.876005, + "renderer_readback_cpu_ms": 0.591245, + "simulation_ms": 2.002127, + "snapshot_ms": 1.904342, + "texture_count": 1, + "tick": 1266, + "vertices": 576, + "wall_ms": 6.819263 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1267, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.58976, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.8667570000000002, + "renderer_cpu_ms": 2.853212, + "renderer_readback_cpu_ms": 0.532104, + "simulation_ms": 1.600419, + "snapshot_ms": 1.791579, + "texture_count": 1, + "tick": 1267, + "vertices": 576, + "wall_ms": 6.274185 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1268, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.589056, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.989419, + "renderer_cpu_ms": 2.956296, + "renderer_readback_cpu_ms": 0.563262, + "simulation_ms": 1.856011, + "snapshot_ms": 1.997808, + "texture_count": 1, + "tick": 1268, + "vertices": 576, + "wall_ms": 6.859299 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1269, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.589952, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.790223, + "renderer_cpu_ms": 2.777549, + "renderer_readback_cpu_ms": 0.530241, + "simulation_ms": 2.333702, + "snapshot_ms": 1.972331, + "texture_count": 1, + "tick": 1269, + "vertices": 576, + "wall_ms": 7.111505 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1270, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.589088, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.943352, + "renderer_cpu_ms": 2.929676, + "renderer_readback_cpu_ms": 0.492749, + "simulation_ms": 1.709866, + "snapshot_ms": 1.66467, + "texture_count": 1, + "tick": 1270, + "vertices": 576, + "wall_ms": 6.331483 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1271, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.58912, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.711685, + "renderer_cpu_ms": 2.684564, + "renderer_readback_cpu_ms": 0.450279, + "simulation_ms": 1.593776, + "snapshot_ms": 1.660693, + "texture_count": 1, + "tick": 1271, + "vertices": 576, + "wall_ms": 5.980611 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1272, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.5896, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.790253, + "renderer_cpu_ms": 2.776037, + "renderer_readback_cpu_ms": 0.488572, + "simulation_ms": 1.764078, + "snapshot_ms": 1.858555, + "texture_count": 1, + "tick": 1272, + "vertices": 576, + "wall_ms": 6.425821 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1273, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.589376, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.911242, + "renderer_cpu_ms": 2.895882, + "renderer_readback_cpu_ms": 0.577719, + "simulation_ms": 1.814482, + "snapshot_ms": 1.732228, + "texture_count": 1, + "tick": 1273, + "vertices": 576, + "wall_ms": 6.473662 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1274, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.589536, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.181602, + "renderer_cpu_ms": 3.167565, + "renderer_readback_cpu_ms": 0.553994, + "simulation_ms": 2.319094, + "snapshot_ms": 2.489957, + "texture_count": 1, + "tick": 1274, + "vertices": 576, + "wall_ms": 8.005341 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1275, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.600832, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.266091, + "renderer_cpu_ms": 3.250121, + "renderer_readback_cpu_ms": 0.579954, + "simulation_ms": 2.328633, + "snapshot_ms": 2.440824, + "texture_count": 1, + "tick": 1275, + "vertices": 576, + "wall_ms": 8.050586 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1276, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.589248, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.299544, + "renderer_cpu_ms": 3.283153, + "renderer_readback_cpu_ms": 0.62031, + "simulation_ms": 1.824782, + "snapshot_ms": 2.478836, + "texture_count": 1, + "tick": 1276, + "vertices": 576, + "wall_ms": 7.622448 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1277, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.596416, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.913776, + "renderer_cpu_ms": 2.900121, + "renderer_readback_cpu_ms": 0.469596, + "simulation_ms": 2.325597, + "snapshot_ms": 2.423752, + "texture_count": 1, + "tick": 1277, + "vertices": 576, + "wall_ms": 7.679045 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1278, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.589312, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.57308, + "renderer_cpu_ms": 3.558052, + "renderer_readback_cpu_ms": 0.592377, + "simulation_ms": 2.261435, + "snapshot_ms": 2.410437, + "texture_count": 1, + "tick": 1278, + "vertices": 576, + "wall_ms": 8.262456 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1279, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.58928, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.184477, + "renderer_cpu_ms": 3.169699, + "renderer_readback_cpu_ms": 0.518558, + "simulation_ms": 2.320728, + "snapshot_ms": 2.450042, + "texture_count": 1, + "tick": 1279, + "vertices": 576, + "wall_ms": 7.971397 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1280, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588576, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.222168, + "renderer_cpu_ms": 3.205667, + "renderer_readback_cpu_ms": 0.517636, + "simulation_ms": 2.316911, + "snapshot_ms": 2.455051, + "texture_count": 1, + "tick": 1280, + "vertices": 576, + "wall_ms": 8.010972 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1281, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.5888, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.09636, + "renderer_cpu_ms": 3.081172, + "renderer_readback_cpu_ms": 0.456301, + "simulation_ms": 2.332209, + "snapshot_ms": 2.42764, + "texture_count": 1, + "tick": 1281, + "vertices": 576, + "wall_ms": 7.870997 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1282, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.59328, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.185088, + "renderer_cpu_ms": 3.170961, + "renderer_readback_cpu_ms": 0.495204, + "simulation_ms": 2.345665, + "snapshot_ms": 2.433039, + "texture_count": 1, + "tick": 1282, + "vertices": 576, + "wall_ms": 7.980814 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1283, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588896, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.328638, + "renderer_cpu_ms": 3.31338, + "renderer_readback_cpu_ms": 0.570907, + "simulation_ms": 2.317081, + "snapshot_ms": 2.455582, + "texture_count": 1, + "tick": 1283, + "vertices": 576, + "wall_ms": 8.119065 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1284, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.59072, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.231816, + "renderer_cpu_ms": 3.218542, + "renderer_readback_cpu_ms": 0.548364, + "simulation_ms": 2.320167, + "snapshot_ms": 2.455512, + "texture_count": 1, + "tick": 1284, + "vertices": 576, + "wall_ms": 8.024276 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1285, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588768, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.39319, + "renderer_cpu_ms": 3.378052, + "renderer_readback_cpu_ms": 0.582419, + "simulation_ms": 2.333802, + "snapshot_ms": 2.437799, + "texture_count": 1, + "tick": 1285, + "vertices": 576, + "wall_ms": 8.180611 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1286, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.597632, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.171211, + "renderer_cpu_ms": 3.157837, + "renderer_readback_cpu_ms": 0.506976, + "simulation_ms": 2.299697, + "snapshot_ms": 2.441446, + "texture_count": 1, + "tick": 1286, + "vertices": 576, + "wall_ms": 7.927523 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1287, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.602688, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.561221, + "renderer_cpu_ms": 2.550241, + "renderer_readback_cpu_ms": 0.429691, + "simulation_ms": 2.160606, + "snapshot_ms": 1.647247, + "texture_count": 1, + "tick": 1287, + "vertices": 576, + "wall_ms": 6.385605 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1288, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.589216, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.848583, + "renderer_cpu_ms": 2.83576, + "renderer_readback_cpu_ms": 0.479675, + "simulation_ms": 1.573318, + "snapshot_ms": 1.620276, + "texture_count": 1, + "tick": 1288, + "vertices": 576, + "wall_ms": 6.057567 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1289, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.58928, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.58721, + "renderer_cpu_ms": 2.57644, + "renderer_readback_cpu_ms": 0.452163, + "simulation_ms": 1.552359, + "snapshot_ms": 1.639422, + "texture_count": 1, + "tick": 1289, + "vertices": 576, + "wall_ms": 5.791875 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1290, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.589632, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.665929, + "renderer_cpu_ms": 2.651982, + "renderer_readback_cpu_ms": 0.51952, + "simulation_ms": 1.555354, + "snapshot_ms": 1.629634, + "texture_count": 1, + "tick": 1290, + "vertices": 576, + "wall_ms": 5.865264 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1291, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.590176, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.628455, + "renderer_cpu_ms": 3.609809, + "renderer_readback_cpu_ms": 0.680394, + "simulation_ms": 1.68582, + "snapshot_ms": 1.874627, + "texture_count": 1, + "tick": 1291, + "vertices": 576, + "wall_ms": 7.204971 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1292, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.58976, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.652895, + "renderer_cpu_ms": 2.641843, + "renderer_readback_cpu_ms": 0.468063, + "simulation_ms": 2.194008, + "snapshot_ms": 1.70684, + "texture_count": 1, + "tick": 1292, + "vertices": 576, + "wall_ms": 6.573019 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1293, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.589568, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.801374, + "renderer_cpu_ms": 2.789392, + "renderer_readback_cpu_ms": 0.471589, + "simulation_ms": 1.614696, + "snapshot_ms": 1.653128, + "texture_count": 1, + "tick": 1293, + "vertices": 576, + "wall_ms": 6.083315 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1294, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.589248, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.05903, + "renderer_cpu_ms": 3.029414, + "renderer_readback_cpu_ms": 0.485065, + "simulation_ms": 1.641186, + "snapshot_ms": 1.69158, + "texture_count": 1, + "tick": 1294, + "vertices": 576, + "wall_ms": 6.405483 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1295, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.58912, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.630011, + "renderer_cpu_ms": 2.619551, + "renderer_readback_cpu_ms": 0.447765, + "simulation_ms": 1.594908, + "snapshot_ms": 1.678567, + "texture_count": 1, + "tick": 1295, + "vertices": 576, + "wall_ms": 5.917382 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1296, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.593312, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.579616, + "renderer_cpu_ms": 2.567984, + "renderer_readback_cpu_ms": 0.45045, + "simulation_ms": 1.6169, + "snapshot_ms": 1.649732, + "texture_count": 1, + "tick": 1296, + "vertices": 576, + "wall_ms": 5.859653 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1297, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588576, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.134182, + "renderer_cpu_ms": 3.120567, + "renderer_readback_cpu_ms": 0.451071, + "simulation_ms": 1.784787, + "snapshot_ms": 2.447387, + "texture_count": 1, + "tick": 1297, + "vertices": 576, + "wall_ms": 7.379891 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1298, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.589056, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.158779, + "renderer_cpu_ms": 3.142117, + "renderer_readback_cpu_ms": 0.541962, + "simulation_ms": 2.314987, + "snapshot_ms": 2.437007, + "texture_count": 1, + "tick": 1298, + "vertices": 576, + "wall_ms": 7.926602 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1299, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.58912, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.096411, + "renderer_cpu_ms": 3.082284, + "renderer_readback_cpu_ms": 0.51957, + "simulation_ms": 2.260184, + "snapshot_ms": 2.329654, + "texture_count": 1, + "tick": 1299, + "vertices": 576, + "wall_ms": 7.701047 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1300, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.589344, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.997344, + "renderer_cpu_ms": 2.98453, + "renderer_readback_cpu_ms": 0.479004, + "simulation_ms": 1.878734, + "snapshot_ms": 2.220859, + "texture_count": 1, + "tick": 1300, + "vertices": 576, + "wall_ms": 7.112496 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1301, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.5904, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.083296, + "renderer_cpu_ms": 3.0691, + "renderer_readback_cpu_ms": 0.503861, + "simulation_ms": 1.58516, + "snapshot_ms": 1.818761, + "texture_count": 1, + "tick": 1301, + "vertices": 576, + "wall_ms": 6.501604 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1302, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.589984, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.657713, + "renderer_cpu_ms": 2.647493, + "renderer_readback_cpu_ms": 0.490445, + "simulation_ms": 1.570342, + "snapshot_ms": 1.63827, + "texture_count": 1, + "tick": 1302, + "vertices": 576, + "wall_ms": 5.883628 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1303, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.58928, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.778451, + "renderer_cpu_ms": 2.766599, + "renderer_readback_cpu_ms": 0.463223, + "simulation_ms": 1.658779, + "snapshot_ms": 1.751724, + "texture_count": 1, + "tick": 1303, + "vertices": 576, + "wall_ms": 6.20253 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1304, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.589664, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.604794, + "renderer_cpu_ms": 2.595246, + "renderer_readback_cpu_ms": 0.434319, + "simulation_ms": 1.591683, + "snapshot_ms": 1.644121, + "texture_count": 1, + "tick": 1304, + "vertices": 576, + "wall_ms": 5.853301 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1305, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.592704, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.564087, + "renderer_cpu_ms": 2.554028, + "renderer_readback_cpu_ms": 0.472201, + "simulation_ms": 1.565914, + "snapshot_ms": 1.724613, + "texture_count": 1, + "tick": 1305, + "vertices": 576, + "wall_ms": 5.866817 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1306, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.589696, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.68277, + "renderer_cpu_ms": 2.672481, + "renderer_readback_cpu_ms": 0.448737, + "simulation_ms": 1.613534, + "snapshot_ms": 1.754509, + "texture_count": 1, + "tick": 1306, + "vertices": 576, + "wall_ms": 6.064409 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1307, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.605728, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.662152, + "renderer_cpu_ms": 2.651382, + "renderer_readback_cpu_ms": 0.475687, + "simulation_ms": 1.580532, + "snapshot_ms": 1.64366, + "texture_count": 1, + "tick": 1307, + "vertices": 576, + "wall_ms": 5.899659 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1308, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.589216, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.640591, + "renderer_cpu_ms": 2.630221, + "renderer_readback_cpu_ms": 0.44509, + "simulation_ms": 1.576143, + "snapshot_ms": 1.628352, + "texture_count": 1, + "tick": 1308, + "vertices": 576, + "wall_ms": 5.858811 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1309, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.589952, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.701996, + "renderer_cpu_ms": 2.691517, + "renderer_readback_cpu_ms": 0.461079, + "simulation_ms": 1.601681, + "snapshot_ms": 1.781841, + "texture_count": 1, + "tick": 1309, + "vertices": 576, + "wall_ms": 6.098814 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1310, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.589344, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.612348, + "renderer_cpu_ms": 2.601467, + "renderer_readback_cpu_ms": 0.473162, + "simulation_ms": 1.577847, + "snapshot_ms": 1.637258, + "texture_count": 1, + "tick": 1310, + "vertices": 576, + "wall_ms": 5.840166 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1311, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.589568, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.098084, + "renderer_cpu_ms": 3.082414, + "renderer_readback_cpu_ms": 0.554165, + "simulation_ms": 1.751765, + "snapshot_ms": 2.298816, + "texture_count": 1, + "tick": 1311, + "vertices": 576, + "wall_ms": 7.162671 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1312, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.58864, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.767961, + "renderer_cpu_ms": 2.756439, + "renderer_readback_cpu_ms": 0.470608, + "simulation_ms": 2.212063, + "snapshot_ms": 2.171296, + "texture_count": 1, + "tick": 1312, + "vertices": 576, + "wall_ms": 7.167099 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1313, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588768, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.791195, + "renderer_cpu_ms": 2.758414, + "renderer_readback_cpu_ms": 0.521314, + "simulation_ms": 1.591021, + "snapshot_ms": 1.63834, + "texture_count": 1, + "tick": 1313, + "vertices": 576, + "wall_ms": 6.034042 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1314, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588448, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.411124, + "renderer_cpu_ms": 3.396036, + "renderer_readback_cpu_ms": 0.577699, + "simulation_ms": 2.149444, + "snapshot_ms": 2.260795, + "texture_count": 1, + "tick": 1314, + "vertices": 576, + "wall_ms": 7.83558 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1315, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588608, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.330823, + "renderer_cpu_ms": 3.317868, + "renderer_readback_cpu_ms": 0.452684, + "simulation_ms": 2.176936, + "snapshot_ms": 2.312051, + "texture_count": 1, + "tick": 1315, + "vertices": 576, + "wall_ms": 7.837864 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1316, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588832, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.011221, + "renderer_cpu_ms": 2.995992, + "renderer_readback_cpu_ms": 0.502538, + "simulation_ms": 2.222212, + "snapshot_ms": 2.355974, + "texture_count": 1, + "tick": 1316, + "vertices": 576, + "wall_ms": 7.604445 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1317, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.590976, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.038551, + "renderer_cpu_ms": 3.025087, + "renderer_readback_cpu_ms": 0.496597, + "simulation_ms": 2.148353, + "snapshot_ms": 2.259412, + "texture_count": 1, + "tick": 1317, + "vertices": 576, + "wall_ms": 7.462466 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1318, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.59968, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.064921, + "renderer_cpu_ms": 3.052908, + "renderer_readback_cpu_ms": 0.478202, + "simulation_ms": 2.204899, + "snapshot_ms": 2.302564, + "texture_count": 1, + "tick": 1318, + "vertices": 576, + "wall_ms": 7.587572 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1319, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.589344, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.625148, + "renderer_cpu_ms": 3.612003, + "renderer_readback_cpu_ms": 0.586246, + "simulation_ms": 2.194389, + "snapshot_ms": 2.298546, + "texture_count": 1, + "tick": 1319, + "vertices": 576, + "wall_ms": 8.132911 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1320, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.589792, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.163137, + "renderer_cpu_ms": 3.14885, + "renderer_readback_cpu_ms": 0.513218, + "simulation_ms": 2.18921, + "snapshot_ms": 2.386341, + "texture_count": 1, + "tick": 1320, + "vertices": 576, + "wall_ms": 7.770658 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1321, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.589824, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.08537, + "renderer_cpu_ms": 3.072877, + "renderer_readback_cpu_ms": 0.500474, + "simulation_ms": 2.27996, + "snapshot_ms": 2.451725, + "texture_count": 1, + "tick": 1321, + "vertices": 576, + "wall_ms": 7.833637 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1322, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.6024, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.04821, + "renderer_cpu_ms": 3.03742, + "renderer_readback_cpu_ms": 0.481368, + "simulation_ms": 2.249343, + "snapshot_ms": 2.380771, + "texture_count": 1, + "tick": 1322, + "vertices": 576, + "wall_ms": 7.693723 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1323, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.589312, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.010619, + "renderer_cpu_ms": 2.997764, + "renderer_readback_cpu_ms": 0.459106, + "simulation_ms": 2.164834, + "snapshot_ms": 2.302634, + "texture_count": 1, + "tick": 1323, + "vertices": 576, + "wall_ms": 7.503544 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1324, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.592096, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.034755, + "renderer_cpu_ms": 3.022501, + "renderer_readback_cpu_ms": 0.515112, + "simulation_ms": 2.172327, + "snapshot_ms": 2.274862, + "texture_count": 1, + "tick": 1324, + "vertices": 576, + "wall_ms": 7.49607 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1325, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.600224, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.046828, + "renderer_cpu_ms": 3.033793, + "renderer_readback_cpu_ms": 0.476709, + "simulation_ms": 2.181294, + "snapshot_ms": 2.296272, + "texture_count": 1, + "tick": 1325, + "vertices": 576, + "wall_ms": 7.538691 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1326, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.58992, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.33473, + "renderer_cpu_ms": 3.321295, + "renderer_readback_cpu_ms": 0.541892, + "simulation_ms": 2.2002, + "snapshot_ms": 2.348209, + "texture_count": 1, + "tick": 1326, + "vertices": 576, + "wall_ms": 7.89922 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1327, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.589056, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.176682, + "renderer_cpu_ms": 3.164319, + "renderer_readback_cpu_ms": 0.509802, + "simulation_ms": 2.231419, + "snapshot_ms": 2.439371, + "texture_count": 1, + "tick": 1327, + "vertices": 576, + "wall_ms": 7.863032 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1328, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.58896, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.105658, + "renderer_cpu_ms": 3.091551, + "renderer_readback_cpu_ms": 0.520321, + "simulation_ms": 2.290761, + "snapshot_ms": 2.467004, + "texture_count": 1, + "tick": 1328, + "vertices": 576, + "wall_ms": 7.8778 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1329, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588896, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 4.075999, + "renderer_cpu_ms": 4.063986, + "renderer_readback_cpu_ms": 0.475307, + "simulation_ms": 2.31668, + "snapshot_ms": 2.683482, + "texture_count": 1, + "tick": 1329, + "vertices": 576, + "wall_ms": 9.092301 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1330, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.619424, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.540693, + "renderer_cpu_ms": 2.530493, + "renderer_readback_cpu_ms": 0.430322, + "simulation_ms": 1.586864, + "snapshot_ms": 1.713021, + "texture_count": 1, + "tick": 1330, + "vertices": 576, + "wall_ms": 5.853111 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1331, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.58848, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.904969, + "renderer_cpu_ms": 2.896283, + "renderer_readback_cpu_ms": 0.436293, + "simulation_ms": 1.592614, + "snapshot_ms": 1.655763, + "texture_count": 1, + "tick": 1331, + "vertices": 576, + "wall_ms": 6.164798 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1332, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588512, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.637145, + "renderer_cpu_ms": 2.627927, + "renderer_readback_cpu_ms": 0.459597, + "simulation_ms": 1.592304, + "snapshot_ms": 1.708793, + "texture_count": 1, + "tick": 1332, + "vertices": 576, + "wall_ms": 5.951156 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1333, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.58912, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.606537, + "renderer_cpu_ms": 2.597259, + "renderer_readback_cpu_ms": 0.451041, + "simulation_ms": 1.60644, + "snapshot_ms": 1.642999, + "texture_count": 1, + "tick": 1333, + "vertices": 576, + "wall_ms": 5.867889 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1334, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.589728, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.79385, + "renderer_cpu_ms": 2.782659, + "renderer_readback_cpu_ms": 0.490475, + "simulation_ms": 1.58523, + "snapshot_ms": 1.697192, + "texture_count": 1, + "tick": 1334, + "vertices": 576, + "wall_ms": 6.088705 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1335, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.590336, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.94767, + "renderer_cpu_ms": 2.935808, + "renderer_readback_cpu_ms": 0.527174, + "simulation_ms": 1.762585, + "snapshot_ms": 1.768195, + "texture_count": 1, + "tick": 1335, + "vertices": 576, + "wall_ms": 6.491866 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1336, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.589888, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.061645, + "renderer_cpu_ms": 3.046907, + "renderer_readback_cpu_ms": 0.571999, + "simulation_ms": 1.759048, + "snapshot_ms": 2.070245, + "texture_count": 1, + "tick": 1336, + "vertices": 576, + "wall_ms": 6.904514 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1337, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.590592, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.726002, + "renderer_cpu_ms": 2.709581, + "renderer_readback_cpu_ms": 0.547934, + "simulation_ms": 1.970577, + "snapshot_ms": 1.6325, + "texture_count": 1, + "tick": 1337, + "vertices": 576, + "wall_ms": 6.344728 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1338, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.59024, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.415853, + "renderer_cpu_ms": 3.397849, + "renderer_readback_cpu_ms": 0.626121, + "simulation_ms": 1.592544, + "snapshot_ms": 1.636457, + "texture_count": 1, + "tick": 1338, + "vertices": 576, + "wall_ms": 6.663489 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1339, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.590592, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.970694, + "renderer_cpu_ms": 2.95792, + "renderer_readback_cpu_ms": 0.485486, + "simulation_ms": 1.932305, + "snapshot_ms": 1.750121, + "texture_count": 1, + "tick": 1339, + "vertices": 576, + "wall_ms": 6.670773 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1340, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.590976, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.345381, + "renderer_cpu_ms": 3.327367, + "renderer_readback_cpu_ms": 0.703807, + "simulation_ms": 2.067871, + "snapshot_ms": 1.75463, + "texture_count": 1, + "tick": 1340, + "vertices": 576, + "wall_ms": 7.185264 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1341, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.59072, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.914387, + "renderer_cpu_ms": 2.900932, + "renderer_readback_cpu_ms": 0.464366, + "simulation_ms": 2.852871, + "snapshot_ms": 1.952153, + "texture_count": 1, + "tick": 1341, + "vertices": 576, + "wall_ms": 7.736894 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1342, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.590176, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.969602, + "renderer_cpu_ms": 2.954473, + "renderer_readback_cpu_ms": 0.552422, + "simulation_ms": 1.741655, + "snapshot_ms": 2.286964, + "texture_count": 1, + "tick": 1342, + "vertices": 576, + "wall_ms": 7.012628 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1343, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.59088, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.292521, + "renderer_cpu_ms": 3.274136, + "renderer_readback_cpu_ms": 0.635178, + "simulation_ms": 1.820744, + "snapshot_ms": 1.757405, + "texture_count": 1, + "tick": 1343, + "vertices": 576, + "wall_ms": 6.886741 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1344, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.589888, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.957809, + "renderer_cpu_ms": 2.934605, + "renderer_readback_cpu_ms": 0.536321, + "simulation_ms": 2.074503, + "snapshot_ms": 2.096304, + "texture_count": 1, + "tick": 1344, + "vertices": 576, + "wall_ms": 7.147973 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1345, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.589856, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.935668, + "renderer_cpu_ms": 2.919247, + "renderer_readback_cpu_ms": 0.580515, + "simulation_ms": 2.197715, + "snapshot_ms": 2.044427, + "texture_count": 1, + "tick": 1345, + "vertices": 576, + "wall_ms": 7.199441 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1346, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.589856, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.284326, + "renderer_cpu_ms": 3.267854, + "renderer_readback_cpu_ms": 0.598479, + "simulation_ms": 1.717249, + "snapshot_ms": 1.865279, + "texture_count": 1, + "tick": 1346, + "vertices": 576, + "wall_ms": 6.882032 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1347, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.58928, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 4.270095, + "renderer_cpu_ms": 4.254295, + "renderer_readback_cpu_ms": 0.626572, + "simulation_ms": 2.262548, + "snapshot_ms": 1.912568, + "texture_count": 1, + "tick": 1347, + "vertices": 576, + "wall_ms": 8.462934 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1348, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.60336, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.41392, + "renderer_cpu_ms": 3.398601, + "renderer_readback_cpu_ms": 0.52485, + "simulation_ms": 1.885026, + "snapshot_ms": 2.058383, + "texture_count": 1, + "tick": 1348, + "vertices": 576, + "wall_ms": 7.376214 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1349, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.589152, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.824849, + "renderer_cpu_ms": 2.792528, + "renderer_readback_cpu_ms": 0.47669, + "simulation_ms": 1.933477, + "snapshot_ms": 2.397182, + "texture_count": 1, + "tick": 1349, + "vertices": 576, + "wall_ms": 7.176467 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1350, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.589568, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.430261, + "renderer_cpu_ms": 3.413339, + "renderer_readback_cpu_ms": 0.678089, + "simulation_ms": 2.222652, + "snapshot_ms": 2.153673, + "texture_count": 1, + "tick": 1350, + "vertices": 576, + "wall_ms": 7.823327 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1351, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.5896, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.557631, + "renderer_cpu_ms": 3.542873, + "renderer_readback_cpu_ms": 0.63595, + "simulation_ms": 2.244063, + "snapshot_ms": 2.193257, + "texture_count": 1, + "tick": 1351, + "vertices": 576, + "wall_ms": 8.012514 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1352, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.589664, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 4.096227, + "renderer_cpu_ms": 4.078112, + "renderer_readback_cpu_ms": 0.67285, + "simulation_ms": 2.148132, + "snapshot_ms": 2.404275, + "texture_count": 1, + "tick": 1352, + "vertices": 576, + "wall_ms": 8.666868 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1353, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.602624, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.951658, + "renderer_cpu_ms": 2.934676, + "renderer_readback_cpu_ms": 0.56212, + "simulation_ms": 2.130258, + "snapshot_ms": 2.095453, + "texture_count": 1, + "tick": 1353, + "vertices": 576, + "wall_ms": 7.196054 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1354, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.589888, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.29743, + "renderer_cpu_ms": 3.280528, + "renderer_readback_cpu_ms": 0.789539, + "simulation_ms": 2.04621, + "snapshot_ms": 2.328923, + "texture_count": 1, + "tick": 1354, + "vertices": 576, + "wall_ms": 7.689194 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1355, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.591936, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.935999, + "renderer_cpu_ms": 2.92077, + "renderer_readback_cpu_ms": 0.467341, + "simulation_ms": 1.782492, + "snapshot_ms": 2.516096, + "texture_count": 1, + "tick": 1355, + "vertices": 576, + "wall_ms": 7.250818 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1356, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.596192, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.137117, + "renderer_cpu_ms": 3.122571, + "renderer_readback_cpu_ms": 0.476639, + "simulation_ms": 1.808021, + "snapshot_ms": 1.894343, + "texture_count": 1, + "tick": 1356, + "vertices": 576, + "wall_ms": 6.856744 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1357, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.599392, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.991593, + "renderer_cpu_ms": 2.97375, + "renderer_readback_cpu_ms": 0.641871, + "simulation_ms": 2.150597, + "snapshot_ms": 1.846132, + "texture_count": 1, + "tick": 1357, + "vertices": 576, + "wall_ms": 7.003851 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1358, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.589792, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 4.560553, + "renderer_cpu_ms": 4.540615, + "renderer_readback_cpu_ms": 0.674752, + "simulation_ms": 2.164833, + "snapshot_ms": 1.844459, + "texture_count": 1, + "tick": 1358, + "vertices": 576, + "wall_ms": 8.588621 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1359, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.590048, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.90157, + "renderer_cpu_ms": 3.88618, + "renderer_readback_cpu_ms": 0.659384, + "simulation_ms": 2.351906, + "snapshot_ms": 2.250866, + "texture_count": 1, + "tick": 1359, + "vertices": 576, + "wall_ms": 8.523328 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1360, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.60304, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.627794, + "renderer_cpu_ms": 3.605962, + "renderer_readback_cpu_ms": 0.715069, + "simulation_ms": 2.170764, + "snapshot_ms": 2.310699, + "texture_count": 1, + "tick": 1360, + "vertices": 576, + "wall_ms": 8.130206 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1361, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.590016, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.935574, + "renderer_cpu_ms": 3.921637, + "renderer_readback_cpu_ms": 0.473022, + "simulation_ms": 1.908219, + "snapshot_ms": 2.045599, + "texture_count": 1, + "tick": 1361, + "vertices": 576, + "wall_ms": 7.913017 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1362, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.592064, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.224693, + "renderer_cpu_ms": 3.203192, + "renderer_readback_cpu_ms": 0.571397, + "simulation_ms": 1.763587, + "snapshot_ms": 2.275913, + "texture_count": 1, + "tick": 1362, + "vertices": 576, + "wall_ms": 7.280052 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1363, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.589568, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 4.281196, + "renderer_cpu_ms": 4.259665, + "renderer_readback_cpu_ms": 0.758501, + "simulation_ms": 1.778154, + "snapshot_ms": 3.075471, + "texture_count": 1, + "tick": 1363, + "vertices": 576, + "wall_ms": 9.15503 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1364, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588544, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.134553, + "renderer_cpu_ms": 3.119605, + "renderer_readback_cpu_ms": 0.440911, + "simulation_ms": 2.379769, + "snapshot_ms": 2.510005, + "texture_count": 1, + "tick": 1364, + "vertices": 576, + "wall_ms": 8.043322 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1365, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588768, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.752963, + "renderer_cpu_ms": 2.732344, + "renderer_readback_cpu_ms": 0.422878, + "simulation_ms": 1.635385, + "snapshot_ms": 1.702892, + "texture_count": 1, + "tick": 1365, + "vertices": 576, + "wall_ms": 6.106388 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1366, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588896, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.014576, + "renderer_cpu_ms": 2.996914, + "renderer_readback_cpu_ms": 0.532775, + "simulation_ms": 1.826305, + "snapshot_ms": 1.883714, + "texture_count": 1, + "tick": 1366, + "vertices": 576, + "wall_ms": 6.742779 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1367, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588992, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.098455, + "renderer_cpu_ms": 3.081653, + "renderer_readback_cpu_ms": 0.582318, + "simulation_ms": 1.841393, + "snapshot_ms": 1.916926, + "texture_count": 1, + "tick": 1367, + "vertices": 576, + "wall_ms": 6.872915 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1368, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.589472, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.595065, + "renderer_cpu_ms": 2.582552, + "renderer_readback_cpu_ms": 0.421926, + "simulation_ms": 1.736626, + "snapshot_ms": 1.97217, + "texture_count": 1, + "tick": 1368, + "vertices": 576, + "wall_ms": 6.322816 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1369, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.590592, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 4.624533, + "renderer_cpu_ms": 4.605678, + "renderer_readback_cpu_ms": 0.595403, + "simulation_ms": 2.090764, + "snapshot_ms": 2.450483, + "texture_count": 1, + "tick": 1369, + "vertices": 576, + "wall_ms": 9.185877 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1370, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.587456, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.518942, + "renderer_cpu_ms": 2.50763, + "renderer_readback_cpu_ms": 0.393643, + "simulation_ms": 1.70733, + "snapshot_ms": 1.647628, + "texture_count": 1, + "tick": 1370, + "vertices": 576, + "wall_ms": 5.894729 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1371, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.589472, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.655109, + "renderer_cpu_ms": 2.645761, + "renderer_readback_cpu_ms": 0.442074, + "simulation_ms": 1.557297, + "snapshot_ms": 1.64849, + "texture_count": 1, + "tick": 1371, + "vertices": 576, + "wall_ms": 5.874201 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1372, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.589504, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.573143, + "renderer_cpu_ms": 2.563366, + "renderer_readback_cpu_ms": 0.486938, + "simulation_ms": 1.562628, + "snapshot_ms": 1.650614, + "texture_count": 1, + "tick": 1372, + "vertices": 576, + "wall_ms": 5.797966 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1373, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.590112, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.529652, + "renderer_cpu_ms": 2.520585, + "renderer_readback_cpu_ms": 0.455299, + "simulation_ms": 1.557718, + "snapshot_ms": 1.634403, + "texture_count": 1, + "tick": 1373, + "vertices": 576, + "wall_ms": 5.733996 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1374, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.590048, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.833615, + "renderer_cpu_ms": 2.823165, + "renderer_readback_cpu_ms": 0.46635, + "simulation_ms": 1.550204, + "snapshot_ms": 1.625486, + "texture_count": 1, + "tick": 1374, + "vertices": 576, + "wall_ms": 6.022661 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1375, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.589504, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.179608, + "renderer_cpu_ms": 3.169018, + "renderer_readback_cpu_ms": 0.441744, + "simulation_ms": 1.565943, + "snapshot_ms": 2.07767, + "texture_count": 1, + "tick": 1375, + "vertices": 576, + "wall_ms": 6.835965 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1376, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.596704, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.55007, + "renderer_cpu_ms": 2.541193, + "renderer_readback_cpu_ms": 0.423108, + "simulation_ms": 1.558951, + "snapshot_ms": 1.631768, + "texture_count": 1, + "tick": 1376, + "vertices": 576, + "wall_ms": 5.754234 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1377, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.593568, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.585447, + "renderer_cpu_ms": 2.575628, + "renderer_readback_cpu_ms": 0.449779, + "simulation_ms": 1.559562, + "snapshot_ms": 1.677715, + "texture_count": 1, + "tick": 1377, + "vertices": 576, + "wall_ms": 5.834797 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1378, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.589152, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.528199, + "renderer_cpu_ms": 2.520304, + "renderer_readback_cpu_ms": 0.452935, + "simulation_ms": 1.570181, + "snapshot_ms": 1.64301, + "texture_count": 1, + "tick": 1378, + "vertices": 576, + "wall_ms": 5.754104 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1379, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.589024, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.471071, + "renderer_cpu_ms": 2.45968, + "renderer_readback_cpu_ms": 0.438256, + "simulation_ms": 1.547589, + "snapshot_ms": 1.630025, + "texture_count": 1, + "tick": 1379, + "vertices": 576, + "wall_ms": 5.660647 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1380, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588896, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.554949, + "renderer_cpu_ms": 2.54436, + "renderer_readback_cpu_ms": 0.415524, + "simulation_ms": 1.582445, + "snapshot_ms": 1.644973, + "texture_count": 1, + "tick": 1380, + "vertices": 576, + "wall_ms": 5.795973 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1381, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.58912, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.600074, + "renderer_cpu_ms": 2.587901, + "renderer_readback_cpu_ms": 0.432275, + "simulation_ms": 1.556796, + "snapshot_ms": 1.663017, + "texture_count": 1, + "tick": 1381, + "vertices": 576, + "wall_ms": 5.835778 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1382, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588384, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.537666, + "renderer_cpu_ms": 2.527668, + "renderer_readback_cpu_ms": 0.451672, + "simulation_ms": 1.583638, + "snapshot_ms": 1.621398, + "texture_count": 1, + "tick": 1382, + "vertices": 576, + "wall_ms": 5.756448 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1383, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.598112, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.621896, + "renderer_cpu_ms": 2.61357, + "renderer_readback_cpu_ms": 0.412148, + "simulation_ms": 1.559191, + "snapshot_ms": 1.629384, + "texture_count": 1, + "tick": 1383, + "vertices": 576, + "wall_ms": 5.823876 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1384, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.591168, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.572763, + "renderer_cpu_ms": 2.564127, + "renderer_readback_cpu_ms": 0.443767, + "simulation_ms": 1.551126, + "snapshot_ms": 1.639814, + "texture_count": 1, + "tick": 1384, + "vertices": 576, + "wall_ms": 5.775635 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1385, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.589568, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.641483, + "renderer_cpu_ms": 2.631334, + "renderer_readback_cpu_ms": 0.445531, + "simulation_ms": 1.556376, + "snapshot_ms": 1.630175, + "texture_count": 1, + "tick": 1385, + "vertices": 576, + "wall_ms": 5.841509 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1386, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.589856, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.556522, + "renderer_cpu_ms": 2.548537, + "renderer_readback_cpu_ms": 0.455669, + "simulation_ms": 1.553701, + "snapshot_ms": 1.625055, + "texture_count": 1, + "tick": 1386, + "vertices": 576, + "wall_ms": 5.747612 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1387, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.5896, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.561903, + "renderer_cpu_ms": 2.553957, + "renderer_readback_cpu_ms": 0.421786, + "simulation_ms": 1.582595, + "snapshot_ms": 1.625857, + "texture_count": 1, + "tick": 1387, + "vertices": 576, + "wall_ms": 5.782117 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1388, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588992, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.525634, + "renderer_cpu_ms": 2.517519, + "renderer_readback_cpu_ms": 0.448015, + "simulation_ms": 1.554682, + "snapshot_ms": 1.65391, + "texture_count": 1, + "tick": 1388, + "vertices": 576, + "wall_ms": 5.745347 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1389, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588896, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.520244, + "renderer_cpu_ms": 2.511297, + "renderer_readback_cpu_ms": 0.44571, + "simulation_ms": 1.584419, + "snapshot_ms": 1.629373, + "texture_count": 1, + "tick": 1389, + "vertices": 576, + "wall_ms": 5.74658 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1390, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.5896, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.44076, + "renderer_cpu_ms": 3.425802, + "renderer_readback_cpu_ms": 0.452975, + "simulation_ms": 1.583507, + "snapshot_ms": 1.70681, + "texture_count": 1, + "tick": 1390, + "vertices": 576, + "wall_ms": 6.743119 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1391, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.589856, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.600552, + "renderer_cpu_ms": 3.589361, + "renderer_readback_cpu_ms": 0.412348, + "simulation_ms": 2.296512, + "snapshot_ms": 2.50239, + "texture_count": 1, + "tick": 1391, + "vertices": 576, + "wall_ms": 8.415053 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1392, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.589824, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.711274, + "renderer_cpu_ms": 2.701235, + "renderer_readback_cpu_ms": 0.449107, + "simulation_ms": 2.254813, + "snapshot_ms": 1.728912, + "texture_count": 1, + "tick": 1392, + "vertices": 576, + "wall_ms": 6.708404 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1393, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.589248, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.589534, + "renderer_cpu_ms": 2.579004, + "renderer_readback_cpu_ms": 0.42969, + "simulation_ms": 2.072269, + "snapshot_ms": 1.644141, + "texture_count": 1, + "tick": 1393, + "vertices": 576, + "wall_ms": 6.318959 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1394, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.58928, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.584375, + "renderer_cpu_ms": 2.572893, + "renderer_readback_cpu_ms": 0.461069, + "simulation_ms": 1.586623, + "snapshot_ms": 1.705197, + "texture_count": 1, + "tick": 1394, + "vertices": 576, + "wall_ms": 5.888909 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1395, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.58992, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.225594, + "renderer_cpu_ms": 3.214804, + "renderer_readback_cpu_ms": 0.466319, + "simulation_ms": 1.629574, + "snapshot_ms": 1.657847, + "texture_count": 1, + "tick": 1395, + "vertices": 576, + "wall_ms": 6.527112 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1396, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.604608, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.659546, + "renderer_cpu_ms": 2.649538, + "renderer_readback_cpu_ms": 0.414071, + "simulation_ms": 1.633271, + "snapshot_ms": 1.659691, + "texture_count": 1, + "tick": 1396, + "vertices": 576, + "wall_ms": 5.965913 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1397, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.58944, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.552414, + "renderer_cpu_ms": 2.542896, + "renderer_readback_cpu_ms": 0.404223, + "simulation_ms": 1.589147, + "snapshot_ms": 1.62222, + "texture_count": 1, + "tick": 1397, + "vertices": 576, + "wall_ms": 5.776486 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1398, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.58896, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.705694, + "renderer_cpu_ms": 2.694673, + "renderer_readback_cpu_ms": 0.519901, + "simulation_ms": 1.597674, + "snapshot_ms": 1.620116, + "texture_count": 1, + "tick": 1398, + "vertices": 576, + "wall_ms": 5.935937 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1399, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.615744, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.749055, + "renderer_cpu_ms": 2.740369, + "renderer_readback_cpu_ms": 0.446573, + "simulation_ms": 1.596361, + "snapshot_ms": 1.649271, + "texture_count": 1, + "tick": 1399, + "vertices": 576, + "wall_ms": 6.009776 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1400, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.58864, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.547846, + "renderer_cpu_ms": 2.536104, + "renderer_readback_cpu_ms": 0.462532, + "simulation_ms": 1.61171, + "snapshot_ms": 1.664099, + "texture_count": 1, + "tick": 1400, + "vertices": 576, + "wall_ms": 5.839144 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1401, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.58864, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.022231, + "renderer_cpu_ms": 3.006261, + "renderer_readback_cpu_ms": 0.481659, + "simulation_ms": 1.612942, + "snapshot_ms": 1.837757, + "texture_count": 1, + "tick": 1401, + "vertices": 576, + "wall_ms": 6.487047 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1402, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.589632, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.966616, + "renderer_cpu_ms": 2.954293, + "renderer_readback_cpu_ms": 0.431154, + "simulation_ms": 1.78665, + "snapshot_ms": 1.653038, + "texture_count": 1, + "tick": 1402, + "vertices": 576, + "wall_ms": 6.427033 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1403, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.589952, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.001041, + "renderer_cpu_ms": 2.99003, + "renderer_readback_cpu_ms": 0.420002, + "simulation_ms": 1.729893, + "snapshot_ms": 1.758818, + "texture_count": 1, + "tick": 1403, + "vertices": 576, + "wall_ms": 6.503919 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1404, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.589824, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.79381, + "renderer_cpu_ms": 2.783671, + "renderer_readback_cpu_ms": 0.499322, + "simulation_ms": 1.722579, + "snapshot_ms": 1.758838, + "texture_count": 1, + "tick": 1404, + "vertices": 576, + "wall_ms": 6.289584 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1405, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.590368, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.734558, + "renderer_cpu_ms": 2.723187, + "renderer_readback_cpu_ms": 0.488501, + "simulation_ms": 1.671032, + "snapshot_ms": 1.635596, + "texture_count": 1, + "tick": 1405, + "vertices": 576, + "wall_ms": 6.054361 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1406, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.5888, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.580037, + "renderer_cpu_ms": 2.566792, + "renderer_readback_cpu_ms": 0.481268, + "simulation_ms": 1.588547, + "snapshot_ms": 1.750111, + "texture_count": 1, + "tick": 1406, + "vertices": 576, + "wall_ms": 5.932791 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1407, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588992, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.211768, + "renderer_cpu_ms": 3.200186, + "renderer_readback_cpu_ms": 0.478543, + "simulation_ms": 1.696019, + "snapshot_ms": 1.727579, + "texture_count": 1, + "tick": 1407, + "vertices": 576, + "wall_ms": 6.648491 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1408, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.589088, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.447092, + "renderer_cpu_ms": 3.434468, + "renderer_readback_cpu_ms": 0.559055, + "simulation_ms": 1.677584, + "snapshot_ms": 1.802831, + "texture_count": 1, + "tick": 1408, + "vertices": 576, + "wall_ms": 6.942856 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1409, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588384, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.340852, + "renderer_cpu_ms": 3.326185, + "renderer_readback_cpu_ms": 0.496486, + "simulation_ms": 1.621709, + "snapshot_ms": 1.715596, + "texture_count": 1, + "tick": 1409, + "vertices": 576, + "wall_ms": 6.692374 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1410, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.589472, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.282983, + "renderer_cpu_ms": 3.266963, + "renderer_readback_cpu_ms": 0.645518, + "simulation_ms": 1.68583, + "snapshot_ms": 1.690409, + "texture_count": 1, + "tick": 1410, + "vertices": 576, + "wall_ms": 6.672487 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1411, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.58976, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.908025, + "renderer_cpu_ms": 2.896835, + "renderer_readback_cpu_ms": 0.454708, + "simulation_ms": 1.897059, + "snapshot_ms": 1.824892, + "texture_count": 1, + "tick": 1411, + "vertices": 576, + "wall_ms": 6.647589 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1412, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.593984, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.567803, + "renderer_cpu_ms": 2.556703, + "renderer_readback_cpu_ms": 0.412378, + "simulation_ms": 1.608995, + "snapshot_ms": 1.68537, + "texture_count": 1, + "tick": 1412, + "vertices": 576, + "wall_ms": 5.876124 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1413, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588768, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.755016, + "renderer_cpu_ms": 2.744427, + "renderer_readback_cpu_ms": 0.453315, + "simulation_ms": 1.695098, + "snapshot_ms": 1.858235, + "texture_count": 1, + "tick": 1413, + "vertices": 576, + "wall_ms": 6.322105 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1414, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.593664, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.817204, + "renderer_cpu_ms": 2.804991, + "renderer_readback_cpu_ms": 0.480446, + "simulation_ms": 1.582775, + "snapshot_ms": 1.833389, + "texture_count": 1, + "tick": 1414, + "vertices": 576, + "wall_ms": 6.245962 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1415, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588608, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.676509, + "renderer_cpu_ms": 2.665188, + "renderer_readback_cpu_ms": 0.472071, + "simulation_ms": 1.706439, + "snapshot_ms": 1.774237, + "texture_count": 1, + "tick": 1415, + "vertices": 576, + "wall_ms": 6.170069 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1416, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588544, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.648416, + "renderer_cpu_ms": 2.634359, + "renderer_readback_cpu_ms": 0.470358, + "simulation_ms": 2.161297, + "snapshot_ms": 1.698544, + "texture_count": 1, + "tick": 1416, + "vertices": 576, + "wall_ms": 6.52081 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1417, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588992, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 4.21445, + "renderer_cpu_ms": 4.196015, + "renderer_readback_cpu_ms": 0.506625, + "simulation_ms": 2.635301, + "snapshot_ms": 2.587932, + "texture_count": 1, + "tick": 1417, + "vertices": 576, + "wall_ms": 9.455426 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1418, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588512, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.056205, + "renderer_cpu_ms": 3.036408, + "renderer_readback_cpu_ms": 0.638525, + "simulation_ms": 2.018728, + "snapshot_ms": 1.679799, + "texture_count": 1, + "tick": 1418, + "vertices": 576, + "wall_ms": 6.776763 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1419, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588768, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.00584, + "renderer_cpu_ms": 2.988206, + "renderer_readback_cpu_ms": 0.533396, + "simulation_ms": 1.878193, + "snapshot_ms": 1.689046, + "texture_count": 1, + "tick": 1419, + "vertices": 576, + "wall_ms": 6.592586 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1420, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.589248, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.700965, + "renderer_cpu_ms": 2.689814, + "renderer_readback_cpu_ms": 0.47218, + "simulation_ms": 2.058332, + "snapshot_ms": 1.675852, + "texture_count": 1, + "tick": 1420, + "vertices": 576, + "wall_ms": 6.451189 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1421, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.596, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.585197, + "renderer_cpu_ms": 2.573234, + "renderer_readback_cpu_ms": 0.432706, + "simulation_ms": 1.599878, + "snapshot_ms": 1.689106, + "texture_count": 1, + "tick": 1421, + "vertices": 576, + "wall_ms": 5.887686 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1422, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.589984, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.699592, + "renderer_cpu_ms": 2.688682, + "renderer_readback_cpu_ms": 0.450469, + "simulation_ms": 1.678767, + "snapshot_ms": 1.742467, + "texture_count": 1, + "tick": 1422, + "vertices": 576, + "wall_ms": 6.137818 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1423, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588864, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.810622, + "renderer_cpu_ms": 2.799661, + "renderer_readback_cpu_ms": 0.451231, + "simulation_ms": 1.661694, + "snapshot_ms": 1.721067, + "texture_count": 1, + "tick": 1423, + "vertices": 576, + "wall_ms": 6.206026 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1424, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.5888, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.671971, + "renderer_cpu_ms": 2.658315, + "renderer_readback_cpu_ms": 0.415794, + "simulation_ms": 1.695729, + "snapshot_ms": 1.722469, + "texture_count": 1, + "tick": 1424, + "vertices": 576, + "wall_ms": 6.103974 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1425, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.60144, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.500647, + "renderer_cpu_ms": 2.488814, + "renderer_readback_cpu_ms": 0.415223, + "simulation_ms": 1.638621, + "snapshot_ms": 1.653279, + "texture_count": 1, + "tick": 1425, + "vertices": 576, + "wall_ms": 5.805922 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1426, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588384, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.628237, + "renderer_cpu_ms": 2.612979, + "renderer_readback_cpu_ms": 0.419261, + "simulation_ms": 1.635274, + "snapshot_ms": 1.679538, + "texture_count": 1, + "tick": 1426, + "vertices": 576, + "wall_ms": 5.957708 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1427, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588352, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.620062, + "renderer_cpu_ms": 2.60846, + "renderer_readback_cpu_ms": 0.475307, + "simulation_ms": 1.623242, + "snapshot_ms": 1.657106, + "texture_count": 1, + "tick": 1427, + "vertices": 576, + "wall_ms": 5.913545 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1428, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.589728, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.649708, + "renderer_cpu_ms": 2.638297, + "renderer_readback_cpu_ms": 0.475036, + "simulation_ms": 1.64388, + "snapshot_ms": 1.714785, + "texture_count": 1, + "tick": 1428, + "vertices": 576, + "wall_ms": 6.02221 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1429, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588576, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.784924, + "renderer_cpu_ms": 2.763994, + "renderer_readback_cpu_ms": 0.640608, + "simulation_ms": 1.603244, + "snapshot_ms": 1.666283, + "texture_count": 1, + "tick": 1429, + "vertices": 576, + "wall_ms": 6.072164 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1430, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588192, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.562274, + "renderer_cpu_ms": 2.551303, + "renderer_readback_cpu_ms": 0.447574, + "simulation_ms": 2.286002, + "snapshot_ms": 1.858937, + "texture_count": 1, + "tick": 1430, + "vertices": 576, + "wall_ms": 6.726058 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1431, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588384, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.289555, + "renderer_cpu_ms": 3.277602, + "renderer_readback_cpu_ms": 0.457533, + "simulation_ms": 1.586162, + "snapshot_ms": 1.626869, + "texture_count": 1, + "tick": 1431, + "vertices": 576, + "wall_ms": 6.51559 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1432, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.589152, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.591929, + "renderer_cpu_ms": 2.579486, + "renderer_readback_cpu_ms": 0.409763, + "simulation_ms": 1.637559, + "snapshot_ms": 1.646335, + "texture_count": 1, + "tick": 1432, + "vertices": 576, + "wall_ms": 5.8894590000000004 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1433, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588352, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.655018, + "renderer_cpu_ms": 2.643005, + "renderer_readback_cpu_ms": 0.435091, + "simulation_ms": 1.698524, + "snapshot_ms": 1.817378, + "texture_count": 1, + "tick": 1433, + "vertices": 576, + "wall_ms": 6.185027 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1434, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.590944, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.692288, + "renderer_cpu_ms": 2.678402, + "renderer_readback_cpu_ms": 0.458014, + "simulation_ms": 1.744019, + "snapshot_ms": 1.787723, + "texture_count": 1, + "tick": 1434, + "vertices": 576, + "wall_ms": 6.237185 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1435, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588128, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.653476, + "renderer_cpu_ms": 2.640822, + "renderer_readback_cpu_ms": 0.447164, + "simulation_ms": 1.699886, + "snapshot_ms": 1.761042, + "texture_count": 1, + "tick": 1435, + "vertices": 576, + "wall_ms": 6.128631 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1436, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.602592, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.540452, + "renderer_cpu_ms": 2.529732, + "renderer_readback_cpu_ms": 0.431924, + "simulation_ms": 1.699035, + "snapshot_ms": 1.673627, + "texture_count": 1, + "tick": 1436, + "vertices": 576, + "wall_ms": 5.928483 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1437, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.589408, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.663554, + "renderer_cpu_ms": 2.653205, + "renderer_readback_cpu_ms": 0.462923, + "simulation_ms": 1.619936, + "snapshot_ms": 1.903631, + "texture_count": 1, + "tick": 1437, + "vertices": 576, + "wall_ms": 6.199794 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1438, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588928, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.035837, + "renderer_cpu_ms": 3.022611, + "renderer_readback_cpu_ms": 0.449878, + "simulation_ms": 1.572186, + "snapshot_ms": 1.645604, + "texture_count": 1, + "tick": 1438, + "vertices": 576, + "wall_ms": 6.267092 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1439, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588928, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.582211, + "renderer_cpu_ms": 2.57131, + "renderer_readback_cpu_ms": 0.406878, + "simulation_ms": 1.598465, + "snapshot_ms": 1.72783, + "texture_count": 1, + "tick": 1439, + "vertices": 576, + "wall_ms": 5.925017 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1440, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.589184, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.580387, + "renderer_cpu_ms": 2.568524, + "renderer_readback_cpu_ms": 0.442405, + "simulation_ms": 1.587324, + "snapshot_ms": 1.644522, + "texture_count": 1, + "tick": 1440, + "vertices": 576, + "wall_ms": 5.824988 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1441, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588352, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.725932, + "renderer_cpu_ms": 2.713829, + "renderer_readback_cpu_ms": 0.458154, + "simulation_ms": 1.606761, + "snapshot_ms": 1.686231, + "texture_count": 1, + "tick": 1441, + "vertices": 576, + "wall_ms": 6.032459 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1442, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.59248, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.566962, + "renderer_cpu_ms": 2.556703, + "renderer_readback_cpu_ms": 0.391539, + "simulation_ms": 1.634674, + "snapshot_ms": 1.698844, + "texture_count": 1, + "tick": 1442, + "vertices": 576, + "wall_ms": 5.915077 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1443, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.59376, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.510125, + "renderer_cpu_ms": 2.499655, + "renderer_readback_cpu_ms": 0.414742, + "simulation_ms": 1.55891, + "snapshot_ms": 1.654992, + "texture_count": 1, + "tick": 1443, + "vertices": 576, + "wall_ms": 5.737122 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1444, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588704, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.161092, + "renderer_cpu_ms": 3.145414, + "renderer_readback_cpu_ms": 0.497258, + "simulation_ms": 1.877131, + "snapshot_ms": 2.383736, + "texture_count": 1, + "tick": 1444, + "vertices": 576, + "wall_ms": 7.439543 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1445, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588544, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.277522, + "renderer_cpu_ms": 3.261493, + "renderer_readback_cpu_ms": 0.532535, + "simulation_ms": 2.256346, + "snapshot_ms": 2.410607, + "texture_count": 1, + "tick": 1445, + "vertices": 576, + "wall_ms": 7.960245 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1446, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.589088, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.137909, + "renderer_cpu_ms": 3.12277, + "renderer_readback_cpu_ms": 0.495956, + "simulation_ms": 2.328873, + "snapshot_ms": 2.465921, + "texture_count": 1, + "tick": 1446, + "vertices": 576, + "wall_ms": 7.948243 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1447, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588512, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.261422, + "renderer_cpu_ms": 3.248017, + "renderer_readback_cpu_ms": 0.513208, + "simulation_ms": 2.321779, + "snapshot_ms": 2.437488, + "texture_count": 1, + "tick": 1447, + "vertices": 576, + "wall_ms": 8.035517 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1448, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.59712, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.01649, + "renderer_cpu_ms": 3.004738, + "renderer_readback_cpu_ms": 0.46663, + "simulation_ms": 2.320587, + "snapshot_ms": 2.393796, + "texture_count": 1, + "tick": 1448, + "vertices": 576, + "wall_ms": 7.745751 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1449, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.5992, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.467054, + "renderer_cpu_ms": 2.457726, + "renderer_readback_cpu_ms": 0.415123, + "simulation_ms": 2.14684, + "snapshot_ms": 1.937284, + "texture_count": 1, + "tick": 1449, + "vertices": 576, + "wall_ms": 6.564483 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1450, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.587584, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.509854, + "renderer_cpu_ms": 2.500567, + "renderer_readback_cpu_ms": 0.43466, + "simulation_ms": 1.563289, + "snapshot_ms": 1.638541, + "texture_count": 1, + "tick": 1450, + "vertices": 576, + "wall_ms": 5.723746 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1451, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588256, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.547886, + "renderer_cpu_ms": 2.538267, + "renderer_readback_cpu_ms": 0.430662, + "simulation_ms": 1.581603, + "snapshot_ms": 1.654161, + "texture_count": 1, + "tick": 1451, + "vertices": 576, + "wall_ms": 5.795602 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1452, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588416, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.516537, + "renderer_cpu_ms": 2.505086, + "renderer_readback_cpu_ms": 0.455409, + "simulation_ms": 1.588206, + "snapshot_ms": 1.677815, + "texture_count": 1, + "tick": 1452, + "vertices": 576, + "wall_ms": 5.794871 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1453, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588192, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.989319, + "renderer_cpu_ms": 2.97958, + "renderer_readback_cpu_ms": 0.472792, + "simulation_ms": 1.597092, + "snapshot_ms": 1.648079, + "texture_count": 1, + "tick": 1453, + "vertices": 576, + "wall_ms": 6.248356 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1454, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.599968, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.566902, + "renderer_cpu_ms": 2.557304, + "renderer_readback_cpu_ms": 0.426295, + "simulation_ms": 1.587365, + "snapshot_ms": 1.649521, + "texture_count": 1, + "tick": 1454, + "vertices": 576, + "wall_ms": 5.816201 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1455, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.592032, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.743816, + "renderer_cpu_ms": 2.732935, + "renderer_readback_cpu_ms": 0.496727, + "simulation_ms": 1.5689, + "snapshot_ms": 1.663788, + "texture_count": 1, + "tick": 1455, + "vertices": 576, + "wall_ms": 5.989829 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1456, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588864, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.856058, + "renderer_cpu_ms": 2.845928, + "renderer_readback_cpu_ms": 0.431314, + "simulation_ms": 2.14178, + "snapshot_ms": 2.27963, + "texture_count": 1, + "tick": 1456, + "vertices": 576, + "wall_ms": 7.291454 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1457, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.590048, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.545201, + "renderer_cpu_ms": 2.536294, + "renderer_readback_cpu_ms": 0.438216, + "simulation_ms": 1.584178, + "snapshot_ms": 1.656104, + "texture_count": 1, + "tick": 1457, + "vertices": 576, + "wall_ms": 5.798959 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1458, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588576, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.618649, + "renderer_cpu_ms": 2.607509, + "renderer_readback_cpu_ms": 0.451041, + "simulation_ms": 1.568779, + "snapshot_ms": 1.660783, + "texture_count": 1, + "tick": 1458, + "vertices": 576, + "wall_ms": 5.862448 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1459, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588448, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.505346, + "renderer_cpu_ms": 2.496108, + "renderer_readback_cpu_ms": 0.39265099999999997, + "simulation_ms": 1.585942, + "snapshot_ms": 1.676743, + "texture_count": 1, + "tick": 1459, + "vertices": 576, + "wall_ms": 5.78393 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1460, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588832, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.58723, + "renderer_cpu_ms": 2.578103, + "renderer_readback_cpu_ms": 0.436884, + "simulation_ms": 1.568779, + "snapshot_ms": 1.647167, + "texture_count": 1, + "tick": 1460, + "vertices": 576, + "wall_ms": 5.816111 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1461, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.589248, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.970272, + "renderer_cpu_ms": 2.958591, + "renderer_readback_cpu_ms": 0.505513, + "simulation_ms": 1.575371, + "snapshot_ms": 1.662797, + "texture_count": 1, + "tick": 1461, + "vertices": 576, + "wall_ms": 6.221325 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1462, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588736, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.977516, + "renderer_cpu_ms": 2.965564, + "renderer_readback_cpu_ms": 0.460148, + "simulation_ms": 2.102216, + "snapshot_ms": 2.261636, + "texture_count": 1, + "tick": 1462, + "vertices": 576, + "wall_ms": 7.355164 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1463, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.58832, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.146125, + "renderer_cpu_ms": 3.135094, + "renderer_readback_cpu_ms": 0.470107, + "simulation_ms": 2.144515, + "snapshot_ms": 2.271695, + "texture_count": 1, + "tick": 1463, + "vertices": 576, + "wall_ms": 7.577353 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1464, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.5984, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.924978, + "renderer_cpu_ms": 2.913927, + "renderer_readback_cpu_ms": 0.483322, + "simulation_ms": 2.166777, + "snapshot_ms": 2.276614, + "texture_count": 1, + "tick": 1464, + "vertices": 576, + "wall_ms": 7.382626 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1465, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588512, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.964332, + "renderer_cpu_ms": 2.95291, + "renderer_readback_cpu_ms": 0.511756, + "simulation_ms": 2.151979, + "snapshot_ms": 2.275723, + "texture_count": 1, + "tick": 1465, + "vertices": 576, + "wall_ms": 7.405569 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1466, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.69841, + "renderer_cpu_ms": 2.689393, + "renderer_readback_cpu_ms": 0.462623, + "simulation_ms": 2.122855, + "snapshot_ms": 2.274049, + "texture_count": 1, + "tick": 1466, + "vertices": 576, + "wall_ms": 7.10942 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1467, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.591232, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.462786, + "renderer_cpu_ms": 2.45465, + "renderer_readback_cpu_ms": 0.42407, + "simulation_ms": 1.577556, + "snapshot_ms": 1.645664, + "texture_count": 1, + "tick": 1467, + "vertices": 576, + "wall_ms": 5.698069 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1468, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.587936, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.873771, + "renderer_cpu_ms": 2.863762, + "renderer_readback_cpu_ms": 0.431774, + "simulation_ms": 1.588857, + "snapshot_ms": 1.660482, + "texture_count": 1, + "tick": 1468, + "vertices": 576, + "wall_ms": 6.134281 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1469, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588224, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.615975, + "renderer_cpu_ms": 2.606126, + "renderer_readback_cpu_ms": 0.422948, + "simulation_ms": 1.623322, + "snapshot_ms": 1.665321, + "texture_count": 1, + "tick": 1469, + "vertices": 576, + "wall_ms": 5.917603 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1470, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.589312, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.7582429999999998, + "renderer_cpu_ms": 2.746371, + "renderer_readback_cpu_ms": 0.495245, + "simulation_ms": 1.598456, + "snapshot_ms": 1.690368, + "texture_count": 1, + "tick": 1470, + "vertices": 576, + "wall_ms": 6.05947 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1471, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.590976, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.670718, + "renderer_cpu_ms": 2.658094, + "renderer_readback_cpu_ms": 0.488932, + "simulation_ms": 1.870729, + "snapshot_ms": 1.750733, + "texture_count": 1, + "tick": 1471, + "vertices": 576, + "wall_ms": 6.305935 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1472, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.58864, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.754636, + "renderer_cpu_ms": 2.743215, + "renderer_readback_cpu_ms": 0.45578, + "simulation_ms": 1.759138, + "snapshot_ms": 1.626949, + "texture_count": 1, + "tick": 1472, + "vertices": 576, + "wall_ms": 6.155882 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1473, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.589024, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.273385, + "renderer_cpu_ms": 3.256092, + "renderer_readback_cpu_ms": 0.577069, + "simulation_ms": 1.737397, + "snapshot_ms": 2.028857, + "texture_count": 1, + "tick": 1473, + "vertices": 576, + "wall_ms": 7.057092 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1474, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.58896, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.917093, + "renderer_cpu_ms": 2.902395, + "renderer_readback_cpu_ms": 0.482069, + "simulation_ms": 2.096264, + "snapshot_ms": 1.631137, + "texture_count": 1, + "tick": 1474, + "vertices": 576, + "wall_ms": 6.663309 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1475, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588928, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.001442, + "renderer_cpu_ms": 2.986824, + "renderer_readback_cpu_ms": 0.563884, + "simulation_ms": 1.963684, + "snapshot_ms": 2.030631, + "texture_count": 1, + "tick": 1475, + "vertices": 576, + "wall_ms": 7.012097 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1476, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.589312, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.749066, + "renderer_cpu_ms": 2.735971, + "renderer_readback_cpu_ms": 0.489523, + "simulation_ms": 1.677584, + "snapshot_ms": 2.090544, + "texture_count": 1, + "tick": 1476, + "vertices": 576, + "wall_ms": 6.534116 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1477, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.58896, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.737684, + "renderer_cpu_ms": 2.724268, + "renderer_readback_cpu_ms": 0.51921, + "simulation_ms": 1.809263, + "snapshot_ms": 1.953004, + "texture_count": 1, + "tick": 1477, + "vertices": 576, + "wall_ms": 6.515551 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1478, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.589632, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.151104, + "renderer_cpu_ms": 3.135775, + "renderer_readback_cpu_ms": 0.558583, + "simulation_ms": 1.596792, + "snapshot_ms": 1.631307, + "texture_count": 1, + "tick": 1478, + "vertices": 576, + "wall_ms": 6.394553 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1479, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.589152, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.609729, + "renderer_cpu_ms": 3.594661, + "renderer_readback_cpu_ms": 0.570506, + "simulation_ms": 1.720705, + "snapshot_ms": 1.664039, + "texture_count": 1, + "tick": 1479, + "vertices": 576, + "wall_ms": 7.012387 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1480, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588768, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.427044, + "renderer_cpu_ms": 3.412347, + "renderer_readback_cpu_ms": 0.578631, + "simulation_ms": 2.362597, + "snapshot_ms": 2.530754, + "texture_count": 1, + "tick": 1480, + "vertices": 576, + "wall_ms": 8.338499 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1481, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.606432, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.654203, + "renderer_cpu_ms": 3.637111, + "renderer_readback_cpu_ms": 0.533637, + "simulation_ms": 2.20525, + "snapshot_ms": 2.378266, + "texture_count": 1, + "tick": 1481, + "vertices": 576, + "wall_ms": 8.255532 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1482, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.599456, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.019816, + "renderer_cpu_ms": 3.005589, + "renderer_readback_cpu_ms": 0.517967, + "simulation_ms": 1.739992, + "snapshot_ms": 1.745092, + "texture_count": 1, + "tick": 1482, + "vertices": 576, + "wall_ms": 6.524096 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1483, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.603584, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.201199, + "renderer_cpu_ms": 3.187443, + "renderer_readback_cpu_ms": 0.55679, + "simulation_ms": 1.740152, + "snapshot_ms": 2.237812, + "texture_count": 1, + "tick": 1483, + "vertices": 576, + "wall_ms": 7.194381 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1484, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.58864, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.255611, + "renderer_cpu_ms": 3.23431, + "renderer_readback_cpu_ms": 0.616463, + "simulation_ms": 2.234355, + "snapshot_ms": 2.362376, + "texture_count": 1, + "tick": 1484, + "vertices": 576, + "wall_ms": 7.870396 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1485, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588384, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.705323, + "renderer_cpu_ms": 2.679765, + "renderer_readback_cpu_ms": 0.451572, + "simulation_ms": 2.208506, + "snapshot_ms": 2.260564, + "texture_count": 1, + "tick": 1485, + "vertices": 576, + "wall_ms": 7.190333 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1486, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.592672, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.828436, + "renderer_cpu_ms": 2.814339, + "renderer_readback_cpu_ms": 0.486888, + "simulation_ms": 1.65373, + "snapshot_ms": 1.732969, + "texture_count": 1, + "tick": 1486, + "vertices": 576, + "wall_ms": 6.229381 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1487, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.589312, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.291198, + "renderer_cpu_ms": 3.27618, + "renderer_readback_cpu_ms": 0.586186, + "simulation_ms": 1.770149, + "snapshot_ms": 2.345955, + "texture_count": 1, + "tick": 1487, + "vertices": 576, + "wall_ms": 7.423463 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1488, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.5896, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.292971, + "renderer_cpu_ms": 3.278204, + "renderer_readback_cpu_ms": 0.577219, + "simulation_ms": 2.302944, + "snapshot_ms": 2.433521, + "texture_count": 1, + "tick": 1488, + "vertices": 576, + "wall_ms": 8.046698 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1489, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.589152, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.146025, + "renderer_cpu_ms": 3.130295, + "renderer_readback_cpu_ms": 0.57815, + "simulation_ms": 2.23749, + "snapshot_ms": 2.321068, + "texture_count": 1, + "tick": 1489, + "vertices": 576, + "wall_ms": 7.720193 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1490, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588672, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.166282, + "renderer_cpu_ms": 3.151415, + "renderer_readback_cpu_ms": 0.544467, + "simulation_ms": 2.275472, + "snapshot_ms": 2.401139, + "texture_count": 1, + "tick": 1490, + "vertices": 576, + "wall_ms": 7.860607 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1491, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.60032, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.466308, + "renderer_cpu_ms": 3.450538, + "renderer_readback_cpu_ms": 0.554025, + "simulation_ms": 2.202264, + "snapshot_ms": 2.388145, + "texture_count": 1, + "tick": 1491, + "vertices": 576, + "wall_ms": 8.073198 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1492, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.594144, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.198925, + "renderer_cpu_ms": 3.184066, + "renderer_readback_cpu_ms": 0.574994, + "simulation_ms": 2.217894, + "snapshot_ms": 2.280862, + "texture_count": 1, + "tick": 1492, + "vertices": 576, + "wall_ms": 7.713941 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1493, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.58992, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.028212, + "renderer_cpu_ms": 3.013384, + "renderer_readback_cpu_ms": 0.489483, + "simulation_ms": 2.163251, + "snapshot_ms": 2.27449, + "texture_count": 1, + "tick": 1493, + "vertices": 576, + "wall_ms": 7.480952 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1494, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.589024, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.992204, + "renderer_cpu_ms": 2.976836, + "renderer_readback_cpu_ms": 0.469345, + "simulation_ms": 2.13109, + "snapshot_ms": 2.260043, + "texture_count": 1, + "tick": 1494, + "vertices": 576, + "wall_ms": 7.397624 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1495, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.589248, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.329089, + "renderer_cpu_ms": 3.31342, + "renderer_readback_cpu_ms": 0.527636, + "simulation_ms": 2.136881, + "snapshot_ms": 2.280582, + "texture_count": 1, + "tick": 1495, + "vertices": 576, + "wall_ms": 7.762432 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1496, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588896, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.621144, + "renderer_cpu_ms": 2.60807, + "renderer_readback_cpu_ms": 0.5249, + "simulation_ms": 2.136921, + "snapshot_ms": 2.168981, + "texture_count": 1, + "tick": 1496, + "vertices": 576, + "wall_ms": 6.942065 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1497, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588576, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.111549, + "renderer_cpu_ms": 3.095579, + "renderer_readback_cpu_ms": 0.553965, + "simulation_ms": 1.911586, + "snapshot_ms": 2.280752, + "texture_count": 1, + "tick": 1497, + "vertices": 576, + "wall_ms": 7.318425 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1498, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588608, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.157947, + "renderer_cpu_ms": 3.140635, + "renderer_readback_cpu_ms": 0.596485, + "simulation_ms": 2.180112, + "snapshot_ms": 2.272116, + "texture_count": 1, + "tick": 1498, + "vertices": 576, + "wall_ms": 7.625815 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1499, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588992, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.629901, + "renderer_cpu_ms": 2.619091, + "renderer_readback_cpu_ms": 0.459807, + "simulation_ms": 1.904051, + "snapshot_ms": 1.65417, + "texture_count": 1, + "tick": 1499, + "vertices": 576, + "wall_ms": 6.203442 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1500, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588064, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.614471, + "renderer_cpu_ms": 2.603692, + "renderer_readback_cpu_ms": 0.480046, + "simulation_ms": 1.552098, + "snapshot_ms": 1.644202, + "texture_count": 1, + "tick": 1500, + "vertices": 576, + "wall_ms": 5.823475 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1501, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.587936, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.043731, + "renderer_cpu_ms": 3.030396, + "renderer_readback_cpu_ms": 0.502398, + "simulation_ms": 1.628903, + "snapshot_ms": 1.890476, + "texture_count": 1, + "tick": 1501, + "vertices": 576, + "wall_ms": 6.576525 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1502, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588544, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.124824, + "renderer_cpu_ms": 3.115146, + "renderer_readback_cpu_ms": 0.521684, + "simulation_ms": 2.200381, + "snapshot_ms": 2.323302, + "texture_count": 1, + "tick": 1502, + "vertices": 576, + "wall_ms": 7.664658 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1503, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588576, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.06385, + "renderer_cpu_ms": 3.05388, + "renderer_readback_cpu_ms": 0.412548, + "simulation_ms": 2.225749, + "snapshot_ms": 2.316629, + "texture_count": 1, + "tick": 1503, + "vertices": 576, + "wall_ms": 7.621547 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1504, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588224, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.648446, + "renderer_cpu_ms": 2.638808, + "renderer_readback_cpu_ms": 0.468183, + "simulation_ms": 1.580823, + "snapshot_ms": 1.6173, + "texture_count": 1, + "tick": 1504, + "vertices": 576, + "wall_ms": 5.859102 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1505, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.589856, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.621575, + "renderer_cpu_ms": 2.611285, + "renderer_readback_cpu_ms": 0.462994, + "simulation_ms": 1.563389, + "snapshot_ms": 1.610999, + "texture_count": 1, + "tick": 1505, + "vertices": 576, + "wall_ms": 5.808817 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1506, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.598016, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.802506, + "renderer_cpu_ms": 2.792437, + "renderer_readback_cpu_ms": 0.444158, + "simulation_ms": 1.57978, + "snapshot_ms": 1.615908, + "texture_count": 1, + "tick": 1506, + "vertices": 576, + "wall_ms": 6.011309 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1507, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.58864, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.488434, + "renderer_cpu_ms": 2.478967, + "renderer_readback_cpu_ms": 0.4292, + "simulation_ms": 1.60071, + "snapshot_ms": 1.632539, + "texture_count": 1, + "tick": 1507, + "vertices": 576, + "wall_ms": 5.735129 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1508, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.58896, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.62992, + "renderer_cpu_ms": 2.616125, + "renderer_readback_cpu_ms": 0.50359, + "simulation_ms": 1.607812, + "snapshot_ms": 1.664109, + "texture_count": 1, + "tick": 1508, + "vertices": 576, + "wall_ms": 5.915318 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1509, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588832, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.693961, + "renderer_cpu_ms": 2.676138, + "renderer_readback_cpu_ms": 0.49869, + "simulation_ms": 2.147581, + "snapshot_ms": 1.81273, + "texture_count": 1, + "tick": 1509, + "vertices": 576, + "wall_ms": 6.687264 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1510, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.594048, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.145904, + "renderer_cpu_ms": 3.132579, + "renderer_readback_cpu_ms": 0.470066, + "simulation_ms": 1.730965, + "snapshot_ms": 2.384548, + "texture_count": 1, + "tick": 1510, + "vertices": 576, + "wall_ms": 7.278159 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1511, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.589024, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.632235, + "renderer_cpu_ms": 2.622607, + "renderer_readback_cpu_ms": 0.435712, + "simulation_ms": 1.679518, + "snapshot_ms": 1.747206, + "texture_count": 1, + "tick": 1511, + "vertices": 576, + "wall_ms": 6.074408 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1512, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588736, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.486721, + "renderer_cpu_ms": 2.477594, + "renderer_readback_cpu_ms": 0.419992, + "simulation_ms": 1.681421, + "snapshot_ms": 1.71233, + "texture_count": 1, + "tick": 1512, + "vertices": 576, + "wall_ms": 5.894348 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1513, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588896, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.607339, + "renderer_cpu_ms": 2.597921, + "renderer_readback_cpu_ms": 0.459006, + "simulation_ms": 1.571665, + "snapshot_ms": 1.616118, + "texture_count": 1, + "tick": 1513, + "vertices": 576, + "wall_ms": 5.807766 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1514, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588608, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.698209, + "renderer_cpu_ms": 2.68753, + "renderer_readback_cpu_ms": 0.500875, + "simulation_ms": 1.570853, + "snapshot_ms": 1.622861, + "texture_count": 1, + "tick": 1514, + "vertices": 576, + "wall_ms": 5.904317 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1515, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.58944, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.707116, + "renderer_cpu_ms": 2.695274, + "renderer_readback_cpu_ms": 0.500894, + "simulation_ms": 1.601381, + "snapshot_ms": 1.758677, + "texture_count": 1, + "tick": 1515, + "vertices": 576, + "wall_ms": 6.079848 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1516, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588736, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.803288, + "renderer_cpu_ms": 2.787378, + "renderer_readback_cpu_ms": 0.563493, + "simulation_ms": 1.672134, + "snapshot_ms": 1.751404, + "texture_count": 1, + "tick": 1516, + "vertices": 576, + "wall_ms": 6.241874 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1517, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588352, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.836701, + "renderer_cpu_ms": 2.826772, + "renderer_readback_cpu_ms": 0.449427, + "simulation_ms": 1.571244, + "snapshot_ms": 1.615788, + "texture_count": 1, + "tick": 1517, + "vertices": 576, + "wall_ms": 6.037529 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1518, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588192, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.2866, + "renderer_cpu_ms": 3.274607, + "renderer_readback_cpu_ms": 0.505403, + "simulation_ms": 1.732308, + "snapshot_ms": 1.838127, + "texture_count": 1, + "tick": 1518, + "vertices": 576, + "wall_ms": 6.872133 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1519, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.587808, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.068929, + "renderer_cpu_ms": 3.059581, + "renderer_readback_cpu_ms": 0.488792, + "simulation_ms": 1.743739, + "snapshot_ms": 1.823169, + "texture_count": 1, + "tick": 1519, + "vertices": 576, + "wall_ms": 6.649964 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1520, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588576, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.28176, + "renderer_cpu_ms": 3.265189, + "renderer_readback_cpu_ms": 0.51412, + "simulation_ms": 1.740453, + "snapshot_ms": 1.838859, + "texture_count": 1, + "tick": 1520, + "vertices": 576, + "wall_ms": 6.875749 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1521, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588544, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.237868, + "renderer_cpu_ms": 3.226727, + "renderer_readback_cpu_ms": 0.467161, + "simulation_ms": 1.693584, + "snapshot_ms": 1.694637, + "texture_count": 1, + "tick": 1521, + "vertices": 576, + "wall_ms": 6.642259 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1522, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.589216, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.151936, + "renderer_cpu_ms": 3.137789, + "renderer_readback_cpu_ms": 0.584202, + "simulation_ms": 2.094902, + "snapshot_ms": 2.30618, + "texture_count": 1, + "tick": 1522, + "vertices": 576, + "wall_ms": 7.568928 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1523, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.589536, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.225043, + "renderer_cpu_ms": 3.205907, + "renderer_readback_cpu_ms": 0.600182, + "simulation_ms": 2.20051, + "snapshot_ms": 2.301091, + "texture_count": 1, + "tick": 1523, + "vertices": 576, + "wall_ms": 7.74566 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1524, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.589536, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.713538, + "renderer_cpu_ms": 2.703079, + "renderer_readback_cpu_ms": 0.45572, + "simulation_ms": 1.865439, + "snapshot_ms": 1.632349, + "texture_count": 1, + "tick": 1524, + "vertices": 576, + "wall_ms": 6.226735 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1525, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588864, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.613049, + "renderer_cpu_ms": 2.602349, + "renderer_readback_cpu_ms": 0.48766, + "simulation_ms": 1.571965, + "snapshot_ms": 1.61668, + "texture_count": 1, + "tick": 1525, + "vertices": 576, + "wall_ms": 5.816011 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1526, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.604384, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.656291, + "renderer_cpu_ms": 2.646923, + "renderer_readback_cpu_ms": 0.419301, + "simulation_ms": 1.663157, + "snapshot_ms": 1.617401, + "texture_count": 1, + "tick": 1526, + "vertices": 576, + "wall_ms": 5.950936 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1527, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588544, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.573395, + "renderer_cpu_ms": 2.563796, + "renderer_readback_cpu_ms": 0.433698, + "simulation_ms": 1.581703, + "snapshot_ms": 1.663117, + "texture_count": 1, + "tick": 1527, + "vertices": 576, + "wall_ms": 5.832182 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1528, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588288, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.551523, + "renderer_cpu_ms": 2.540422, + "renderer_readback_cpu_ms": 0.464567, + "simulation_ms": 1.568168, + "snapshot_ms": 1.631487, + "texture_count": 1, + "tick": 1528, + "vertices": 576, + "wall_ms": 5.764334 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1529, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.589312, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.804961, + "renderer_cpu_ms": 2.791847, + "renderer_readback_cpu_ms": 0.506946, + "simulation_ms": 1.726557, + "snapshot_ms": 1.822207, + "texture_count": 1, + "tick": 1529, + "vertices": 576, + "wall_ms": 6.366249 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1530, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.589408, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.970673, + "renderer_cpu_ms": 2.957038, + "renderer_readback_cpu_ms": 0.513439, + "simulation_ms": 1.960127, + "snapshot_ms": 2.098308, + "texture_count": 1, + "tick": 1530, + "vertices": 576, + "wall_ms": 7.046762 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1531, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588448, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.628298, + "renderer_cpu_ms": 2.616365, + "renderer_readback_cpu_ms": 0.442875, + "simulation_ms": 1.981969, + "snapshot_ms": 1.801017, + "texture_count": 1, + "tick": 1531, + "vertices": 576, + "wall_ms": 6.426713 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1532, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.587936, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.731662, + "renderer_cpu_ms": 2.718909, + "renderer_readback_cpu_ms": 0.438467, + "simulation_ms": 1.900545, + "snapshot_ms": 2.010322, + "texture_count": 1, + "tick": 1532, + "vertices": 576, + "wall_ms": 6.657558 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1533, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.620224, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.66666, + "renderer_cpu_ms": 2.653696, + "renderer_readback_cpu_ms": 0.422407, + "simulation_ms": 1.987779, + "snapshot_ms": 1.843357, + "texture_count": 1, + "tick": 1533, + "vertices": 576, + "wall_ms": 6.512214 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1534, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.598208, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.774975, + "renderer_cpu_ms": 2.762902, + "renderer_readback_cpu_ms": 0.432235, + "simulation_ms": 1.83439, + "snapshot_ms": 1.996206, + "texture_count": 1, + "tick": 1534, + "vertices": 576, + "wall_ms": 6.618675 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1535, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588544, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.635421, + "renderer_cpu_ms": 2.622637, + "renderer_readback_cpu_ms": 0.430242, + "simulation_ms": 1.71228, + "snapshot_ms": 1.764628, + "texture_count": 1, + "tick": 1535, + "vertices": 576, + "wall_ms": 6.127198 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1536, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.58784, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.808688, + "renderer_cpu_ms": 2.795102, + "renderer_readback_cpu_ms": 0.520142, + "simulation_ms": 1.793563, + "snapshot_ms": 1.878334, + "texture_count": 1, + "tick": 1536, + "vertices": 576, + "wall_ms": 6.493499 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1537, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.587872, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.096681, + "renderer_cpu_ms": 3.082965, + "renderer_readback_cpu_ms": 0.473864, + "simulation_ms": 2.342929, + "snapshot_ms": 2.447517, + "texture_count": 1, + "tick": 1537, + "vertices": 576, + "wall_ms": 7.902366 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1538, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.589792, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.028032, + "renderer_cpu_ms": 3.011801, + "renderer_readback_cpu_ms": 0.518859, + "simulation_ms": 2.20551, + "snapshot_ms": 2.288276, + "texture_count": 1, + "tick": 1538, + "vertices": 576, + "wall_ms": 7.537067 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1539, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.590368, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.251042, + "renderer_cpu_ms": 3.235563, + "renderer_readback_cpu_ms": 0.508789, + "simulation_ms": 1.821646, + "snapshot_ms": 2.338842, + "texture_count": 1, + "tick": 1539, + "vertices": 576, + "wall_ms": 7.428983 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1540, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588576, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.668734, + "renderer_cpu_ms": 2.65624, + "renderer_readback_cpu_ms": 0.500253, + "simulation_ms": 1.572035, + "snapshot_ms": 1.713893, + "texture_count": 1, + "tick": 1540, + "vertices": 576, + "wall_ms": 5.969931 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1541, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.601984, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.589124, + "renderer_cpu_ms": 2.577121, + "renderer_readback_cpu_ms": 0.474345, + "simulation_ms": 1.579089, + "snapshot_ms": 1.642247, + "texture_count": 1, + "tick": 1541, + "vertices": 576, + "wall_ms": 5.825269 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1542, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.589312, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.898176, + "renderer_cpu_ms": 2.886926, + "renderer_readback_cpu_ms": 0.421856, + "simulation_ms": 1.599156, + "snapshot_ms": 1.633351, + "texture_count": 1, + "tick": 1542, + "vertices": 576, + "wall_ms": 6.143398 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1543, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588864, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.817726, + "renderer_cpu_ms": 2.802636, + "renderer_readback_cpu_ms": 0.473293, + "simulation_ms": 1.611801, + "snapshot_ms": 1.653248, + "texture_count": 1, + "tick": 1543, + "vertices": 576, + "wall_ms": 6.097813 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1544, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.589536, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.674835, + "renderer_cpu_ms": 2.663484, + "renderer_readback_cpu_ms": 0.491307, + "simulation_ms": 1.582054, + "snapshot_ms": 1.638521, + "texture_count": 1, + "tick": 1544, + "vertices": 576, + "wall_ms": 5.909908 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1545, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.589152, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.627506, + "renderer_cpu_ms": 2.614892, + "renderer_readback_cpu_ms": 0.50362, + "simulation_ms": 1.568368, + "snapshot_ms": 1.631859, + "texture_count": 1, + "tick": 1545, + "vertices": 576, + "wall_ms": 5.841408 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1546, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.59264, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.532998, + "renderer_cpu_ms": 2.521216, + "renderer_readback_cpu_ms": 0.454337, + "simulation_ms": 1.582725, + "snapshot_ms": 1.653369, + "texture_count": 1, + "tick": 1546, + "vertices": 576, + "wall_ms": 5.784802 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1547, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588832, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.662893, + "renderer_cpu_ms": 2.648626, + "renderer_readback_cpu_ms": 0.432146, + "simulation_ms": 1.642037, + "snapshot_ms": 1.777052, + "texture_count": 1, + "tick": 1547, + "vertices": 576, + "wall_ms": 6.095809 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1548, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.589344, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.089407, + "renderer_cpu_ms": 3.074881, + "renderer_readback_cpu_ms": 0.60987, + "simulation_ms": 1.712841, + "snapshot_ms": 1.741976, + "texture_count": 1, + "tick": 1548, + "vertices": 576, + "wall_ms": 6.558301 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1549, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.58896, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.657854, + "renderer_cpu_ms": 2.646823, + "renderer_readback_cpu_ms": 0.459998, + "simulation_ms": 1.782152, + "snapshot_ms": 1.769147, + "texture_count": 1, + "tick": 1549, + "vertices": 576, + "wall_ms": 6.225724 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1550, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.590112, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.808016, + "renderer_cpu_ms": 2.796756, + "renderer_readback_cpu_ms": 0.493551, + "simulation_ms": 1.883272, + "snapshot_ms": 2.117705, + "texture_count": 1, + "tick": 1550, + "vertices": 576, + "wall_ms": 6.824142 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1551, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588672, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.891765, + "renderer_cpu_ms": 2.880413, + "renderer_readback_cpu_ms": 0.481418, + "simulation_ms": 1.969725, + "snapshot_ms": 2.03544, + "texture_count": 1, + "tick": 1551, + "vertices": 576, + "wall_ms": 6.911618 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1552, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.587776, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.796745, + "renderer_cpu_ms": 2.787197, + "renderer_readback_cpu_ms": 0.467922, + "simulation_ms": 1.98796, + "snapshot_ms": 2.112034, + "texture_count": 1, + "tick": 1552, + "vertices": 576, + "wall_ms": 6.909994 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1553, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588128, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.80427, + "renderer_cpu_ms": 2.793079, + "renderer_readback_cpu_ms": 0.4718, + "simulation_ms": 1.920382, + "snapshot_ms": 1.995274, + "texture_count": 1, + "tick": 1553, + "vertices": 576, + "wall_ms": 6.733191 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1554, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588288, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.765516, + "renderer_cpu_ms": 2.754686, + "renderer_readback_cpu_ms": 0.478031, + "simulation_ms": 1.90836, + "snapshot_ms": 1.980276, + "texture_count": 1, + "tick": 1554, + "vertices": 576, + "wall_ms": 6.666935 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1555, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.58848, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.945366, + "renderer_cpu_ms": 2.930999, + "renderer_readback_cpu_ms": 0.491257, + "simulation_ms": 1.906396, + "snapshot_ms": 2.087197, + "texture_count": 1, + "tick": 1555, + "vertices": 576, + "wall_ms": 6.953586 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1556, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.589632, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.943382, + "renderer_cpu_ms": 2.933043, + "renderer_readback_cpu_ms": 0.469716, + "simulation_ms": 1.946462, + "snapshot_ms": 2.077068, + "texture_count": 1, + "tick": 1556, + "vertices": 576, + "wall_ms": 6.98179 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1557, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588096, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.993837, + "renderer_cpu_ms": 2.980181, + "renderer_readback_cpu_ms": 0.53543, + "simulation_ms": 1.999301, + "snapshot_ms": 2.114629, + "texture_count": 1, + "tick": 1557, + "vertices": 576, + "wall_ms": 7.122184 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1558, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.599936, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.275849, + "renderer_cpu_ms": 3.264147, + "renderer_readback_cpu_ms": 0.524099, + "simulation_ms": 1.805085, + "snapshot_ms": 1.975156, + "texture_count": 1, + "tick": 1558, + "vertices": 576, + "wall_ms": 7.072711 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1559, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.597344, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.888328, + "renderer_cpu_ms": 2.876947, + "renderer_readback_cpu_ms": 0.488692, + "simulation_ms": 1.853146, + "snapshot_ms": 1.905304, + "texture_count": 1, + "tick": 1559, + "vertices": 576, + "wall_ms": 6.661014 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1560, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.589088, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.626154, + "renderer_cpu_ms": 2.615954, + "renderer_readback_cpu_ms": 0.445871, + "simulation_ms": 1.616219, + "snapshot_ms": 1.685659, + "texture_count": 1, + "tick": 1560, + "vertices": 576, + "wall_ms": 5.942119 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1561, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588032, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.684374, + "renderer_cpu_ms": 2.670377, + "renderer_readback_cpu_ms": 0.499652, + "simulation_ms": 1.717159, + "snapshot_ms": 1.722279, + "texture_count": 1, + "tick": 1561, + "vertices": 576, + "wall_ms": 6.136556 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1562, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588256, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.538568, + "renderer_cpu_ms": 2.526465, + "renderer_readback_cpu_ms": 0.421215, + "simulation_ms": 1.590189, + "snapshot_ms": 1.656194, + "texture_count": 1, + "tick": 1562, + "vertices": 576, + "wall_ms": 5.80001 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1563, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.59504, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.649648, + "renderer_cpu_ms": 2.638426, + "renderer_readback_cpu_ms": 0.45617, + "simulation_ms": 1.583096, + "snapshot_ms": 1.753518, + "texture_count": 1, + "tick": 1563, + "vertices": 576, + "wall_ms": 5.999217 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1564, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588864, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.779042, + "renderer_cpu_ms": 2.766409, + "renderer_readback_cpu_ms": 0.531012, + "simulation_ms": 1.759429, + "snapshot_ms": 1.870639, + "texture_count": 1, + "tick": 1564, + "vertices": 576, + "wall_ms": 6.423076 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1565, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588448, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.624751, + "renderer_cpu_ms": 2.615284, + "renderer_readback_cpu_ms": 0.475958, + "simulation_ms": 1.576564, + "snapshot_ms": 1.613343, + "texture_count": 1, + "tick": 1565, + "vertices": 576, + "wall_ms": 5.830328 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1566, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.589344, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.838254, + "renderer_cpu_ms": 2.814629, + "renderer_readback_cpu_ms": 0.525873, + "simulation_ms": 1.676653, + "snapshot_ms": 1.759259, + "texture_count": 1, + "tick": 1566, + "vertices": 576, + "wall_ms": 6.29255 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1567, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588704, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.713197, + "renderer_cpu_ms": 2.701496, + "renderer_readback_cpu_ms": 0.459005, + "simulation_ms": 1.570963, + "snapshot_ms": 1.674118, + "texture_count": 1, + "tick": 1567, + "vertices": 576, + "wall_ms": 5.975541 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1568, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588224, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.706094, + "renderer_cpu_ms": 2.694322, + "renderer_readback_cpu_ms": 0.512347, + "simulation_ms": 1.571454, + "snapshot_ms": 1.635235, + "texture_count": 1, + "tick": 1568, + "vertices": 576, + "wall_ms": 5.926268 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1569, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.602272, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.916572, + "renderer_cpu_ms": 2.900712, + "renderer_readback_cpu_ms": 0.523848, + "simulation_ms": 1.577325, + "snapshot_ms": 1.661765, + "texture_count": 1, + "tick": 1569, + "vertices": 576, + "wall_ms": 6.168656 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1570, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.59248, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.994509, + "renderer_cpu_ms": 2.983267, + "renderer_readback_cpu_ms": 0.462532, + "simulation_ms": 2.159493, + "snapshot_ms": 1.62241, + "texture_count": 1, + "tick": 1570, + "vertices": 576, + "wall_ms": 6.793996 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1571, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588096, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.543979, + "renderer_cpu_ms": 2.533839, + "renderer_readback_cpu_ms": 0.413851, + "simulation_ms": 1.592073, + "snapshot_ms": 1.623412, + "texture_count": 1, + "tick": 1571, + "vertices": 576, + "wall_ms": 5.775485 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1572, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.587776, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.478365, + "renderer_cpu_ms": 2.468236, + "renderer_readback_cpu_ms": 0.393352, + "simulation_ms": 1.565102, + "snapshot_ms": 1.652467, + "texture_count": 1, + "tick": 1572, + "vertices": 576, + "wall_ms": 5.70922 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1573, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.598464, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.505356, + "renderer_cpu_ms": 2.495398, + "renderer_readback_cpu_ms": 0.427296, + "simulation_ms": 1.584869, + "snapshot_ms": 1.655212, + "texture_count": 1, + "tick": 1573, + "vertices": 576, + "wall_ms": 5.758823 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1574, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588448, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.924697, + "renderer_cpu_ms": 2.912534, + "renderer_readback_cpu_ms": 0.432596, + "simulation_ms": 1.603204, + "snapshot_ms": 1.665622, + "texture_count": 1, + "tick": 1574, + "vertices": 576, + "wall_ms": 6.206728 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1575, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.5888, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.941238, + "renderer_cpu_ms": 2.930849, + "renderer_readback_cpu_ms": 0.427656, + "simulation_ms": 1.708593, + "snapshot_ms": 1.827257, + "texture_count": 1, + "tick": 1575, + "vertices": 576, + "wall_ms": 6.490613 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1576, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.589024, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.629901, + "renderer_cpu_ms": 2.618539, + "renderer_readback_cpu_ms": 0.468644, + "simulation_ms": 1.730584, + "snapshot_ms": 1.777383, + "texture_count": 1, + "tick": 1576, + "vertices": 576, + "wall_ms": 6.150783 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1577, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588288, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.101851, + "renderer_cpu_ms": 3.089788, + "renderer_readback_cpu_ms": 0.516574, + "simulation_ms": 2.165925, + "snapshot_ms": 2.335846, + "texture_count": 1, + "tick": 1577, + "vertices": 576, + "wall_ms": 7.617749 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1578, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.617088, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.987786, + "renderer_cpu_ms": 2.97414, + "renderer_readback_cpu_ms": 0.484043, + "simulation_ms": 2.18369, + "snapshot_ms": 2.249853, + "texture_count": 1, + "tick": 1578, + "vertices": 576, + "wall_ms": 7.436478 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1579, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588512, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.001922, + "renderer_cpu_ms": 2.991442, + "renderer_readback_cpu_ms": 0.492649, + "simulation_ms": 2.159473, + "snapshot_ms": 2.285131, + "texture_count": 1, + "tick": 1579, + "vertices": 576, + "wall_ms": 7.460512 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1580, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.589408, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.540182, + "renderer_cpu_ms": 2.530934, + "renderer_readback_cpu_ms": 0.463014, + "simulation_ms": 2.136821, + "snapshot_ms": 1.971138, + "texture_count": 1, + "tick": 1580, + "vertices": 576, + "wall_ms": 6.662698 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1581, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.59392, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.530634, + "renderer_cpu_ms": 2.519963, + "renderer_readback_cpu_ms": 0.441553, + "simulation_ms": 1.579139, + "snapshot_ms": 1.666293, + "texture_count": 1, + "tick": 1581, + "vertices": 576, + "wall_ms": 5.788619 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1582, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588512, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.590016, + "renderer_cpu_ms": 2.578294, + "renderer_readback_cpu_ms": 0.442164, + "simulation_ms": 1.582325, + "snapshot_ms": 1.635224, + "texture_count": 1, + "tick": 1582, + "vertices": 576, + "wall_ms": 5.82091 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1583, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.589024, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.6291, + "renderer_cpu_ms": 2.619251, + "renderer_readback_cpu_ms": 0.448616, + "simulation_ms": 1.609125, + "snapshot_ms": 1.649692, + "texture_count": 1, + "tick": 1583, + "vertices": 576, + "wall_ms": 5.901292 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1584, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588736, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.63495, + "renderer_cpu_ms": 2.62455, + "renderer_readback_cpu_ms": 0.474946, + "simulation_ms": 1.618252, + "snapshot_ms": 1.638731, + "texture_count": 1, + "tick": 1584, + "vertices": 576, + "wall_ms": 5.904698 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1585, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.605632, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.5869, + "renderer_cpu_ms": 2.576951, + "renderer_readback_cpu_ms": 0.46627, + "simulation_ms": 1.612602, + "snapshot_ms": 1.656545, + "texture_count": 1, + "tick": 1585, + "vertices": 576, + "wall_ms": 5.86845 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1586, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.603776, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.264277, + "renderer_cpu_ms": 3.252676, + "renderer_readback_cpu_ms": 0.457443, + "simulation_ms": 1.583537, + "snapshot_ms": 1.662416, + "texture_count": 1, + "tick": 1586, + "vertices": 576, + "wall_ms": 6.521902 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1587, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.58784, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.635652, + "renderer_cpu_ms": 2.627046, + "renderer_readback_cpu_ms": 0.44528, + "simulation_ms": 1.640254, + "snapshot_ms": 1.715025, + "texture_count": 1, + "tick": 1587, + "vertices": 576, + "wall_ms": 6.004917 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1588, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.58832, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.645279, + "renderer_cpu_ms": 2.635842, + "renderer_readback_cpu_ms": 0.461671, + "simulation_ms": 1.631948, + "snapshot_ms": 1.720776, + "texture_count": 1, + "tick": 1588, + "vertices": 576, + "wall_ms": 6.010748 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1589, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588832, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.593963, + "renderer_cpu_ms": 2.584555, + "renderer_readback_cpu_ms": 0.462532, + "simulation_ms": 1.652878, + "snapshot_ms": 1.72856, + "texture_count": 1, + "tick": 1589, + "vertices": 576, + "wall_ms": 5.987063 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1590, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.589472, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.646573, + "renderer_cpu_ms": 2.637135, + "renderer_readback_cpu_ms": 0.460919, + "simulation_ms": 1.742777, + "snapshot_ms": 1.979434, + "texture_count": 1, + "tick": 1590, + "vertices": 576, + "wall_ms": 6.381748 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1591, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.624224, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.974632, + "renderer_cpu_ms": 2.960976, + "renderer_readback_cpu_ms": 0.489724, + "simulation_ms": 1.609606, + "snapshot_ms": 1.880017, + "texture_count": 1, + "tick": 1591, + "vertices": 576, + "wall_ms": 6.477309 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1592, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.607136, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.930007, + "renderer_cpu_ms": 2.918485, + "renderer_readback_cpu_ms": 0.491637, + "simulation_ms": 1.793072, + "snapshot_ms": 1.63787, + "texture_count": 1, + "tick": 1592, + "vertices": 576, + "wall_ms": 6.373783 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1593, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.610592, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.129203, + "renderer_cpu_ms": 3.118522, + "renderer_readback_cpu_ms": 0.428117, + "simulation_ms": 1.877602, + "snapshot_ms": 1.645784, + "texture_count": 1, + "tick": 1593, + "vertices": 576, + "wall_ms": 6.666104 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1594, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588384, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.11178, + "renderer_cpu_ms": 3.102462, + "renderer_readback_cpu_ms": 0.456952, + "simulation_ms": 1.669078, + "snapshot_ms": 1.80216, + "texture_count": 1, + "tick": 1594, + "vertices": 576, + "wall_ms": 6.596794 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1595, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.623872, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.923605, + "renderer_cpu_ms": 2.913806, + "renderer_readback_cpu_ms": 0.467192, + "simulation_ms": 2.12081, + "snapshot_ms": 2.264061, + "texture_count": 1, + "tick": 1595, + "vertices": 576, + "wall_ms": 7.322793 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1596, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588672, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.964411, + "renderer_cpu_ms": 2.95277, + "renderer_readback_cpu_ms": 0.511915, + "simulation_ms": 2.151598, + "snapshot_ms": 2.265293, + "texture_count": 1, + "tick": 1596, + "vertices": 576, + "wall_ms": 7.393736 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1597, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.59824, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.57652, + "renderer_cpu_ms": 2.567313, + "renderer_readback_cpu_ms": 0.436694, + "simulation_ms": 1.813791, + "snapshot_ms": 1.618824, + "texture_count": 1, + "tick": 1597, + "vertices": 576, + "wall_ms": 6.022831 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1598, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588896, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.520945, + "renderer_cpu_ms": 2.51287, + "renderer_readback_cpu_ms": 0.423629, + "simulation_ms": 1.566585, + "snapshot_ms": 1.629273, + "texture_count": 1, + "tick": 1598, + "vertices": 576, + "wall_ms": 5.729056 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1599, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.589376, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.573204, + "renderer_cpu_ms": 2.563535, + "renderer_readback_cpu_ms": 0.470267, + "simulation_ms": 1.554352, + "snapshot_ms": 1.636457, + "texture_count": 1, + "tick": 1599, + "vertices": 576, + "wall_ms": 5.775424 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1600, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588672, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.627236, + "renderer_cpu_ms": 2.617588, + "renderer_readback_cpu_ms": 0.454267, + "simulation_ms": 1.566916, + "snapshot_ms": 1.694436, + "texture_count": 1, + "tick": 1600, + "vertices": 576, + "wall_ms": 5.90064 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1601, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.61808, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.630401, + "renderer_cpu_ms": 2.620984, + "renderer_readback_cpu_ms": 0.488302, + "simulation_ms": 1.615047, + "snapshot_ms": 1.686621, + "texture_count": 1, + "tick": 1601, + "vertices": 576, + "wall_ms": 5.944563 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1602, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.592544, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.26593, + "renderer_cpu_ms": 3.256382, + "renderer_readback_cpu_ms": 0.443948, + "simulation_ms": 1.649872, + "snapshot_ms": 1.633362, + "texture_count": 1, + "tick": 1602, + "vertices": 576, + "wall_ms": 6.561757 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1603, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588032, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.555831, + "renderer_cpu_ms": 2.545712, + "renderer_readback_cpu_ms": 0.447283, + "simulation_ms": 1.573407, + "snapshot_ms": 1.666374, + "texture_count": 1, + "tick": 1603, + "vertices": 576, + "wall_ms": 5.808256 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1604, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.592288, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.665538, + "renderer_cpu_ms": 2.656481, + "renderer_readback_cpu_ms": 0.533797, + "simulation_ms": 1.58481, + "snapshot_ms": 1.635465, + "texture_count": 1, + "tick": 1604, + "vertices": 576, + "wall_ms": 5.898647 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1605, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.592, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.651682, + "renderer_cpu_ms": 2.638777, + "renderer_readback_cpu_ms": 0.501445, + "simulation_ms": 2.102326, + "snapshot_ms": 1.800857, + "texture_count": 1, + "tick": 1605, + "vertices": 576, + "wall_ms": 6.567318 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1606, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588736, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.827293, + "renderer_cpu_ms": 2.809139, + "renderer_readback_cpu_ms": 0.614529, + "simulation_ms": 1.5744, + "snapshot_ms": 1.806017, + "texture_count": 1, + "tick": 1606, + "vertices": 576, + "wall_ms": 6.221485 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1607, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.589216, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.076514, + "renderer_cpu_ms": 3.060573, + "renderer_readback_cpu_ms": 0.54075, + "simulation_ms": 1.606501, + "snapshot_ms": 1.900304, + "texture_count": 1, + "tick": 1607, + "vertices": 576, + "wall_ms": 6.59988 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1608, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.589856, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.252496, + "renderer_cpu_ms": 3.238168, + "renderer_readback_cpu_ms": 0.486227, + "simulation_ms": 2.155176, + "snapshot_ms": 2.399035, + "texture_count": 1, + "tick": 1608, + "vertices": 576, + "wall_ms": 7.822917 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1609, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588864, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.655359, + "renderer_cpu_ms": 2.642304, + "renderer_readback_cpu_ms": 0.486448, + "simulation_ms": 1.739041, + "snapshot_ms": 1.617972, + "texture_count": 1, + "tick": 1609, + "vertices": 576, + "wall_ms": 6.02752 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1610, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.600096, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.805452, + "renderer_cpu_ms": 2.787699, + "renderer_readback_cpu_ms": 0.551861, + "simulation_ms": 1.571254, + "snapshot_ms": 1.621258, + "texture_count": 1, + "tick": 1610, + "vertices": 576, + "wall_ms": 6.019735 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1611, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.591744, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.247756, + "renderer_cpu_ms": 3.233719, + "renderer_readback_cpu_ms": 0.523677, + "simulation_ms": 2.409605, + "snapshot_ms": 2.446555, + "texture_count": 1, + "tick": 1611, + "vertices": 576, + "wall_ms": 8.120528 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1612, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588704, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 4.073584, + "renderer_cpu_ms": 4.05581, + "renderer_readback_cpu_ms": 0.648083, + "simulation_ms": 2.349913, + "snapshot_ms": 2.451835, + "texture_count": 1, + "tick": 1612, + "vertices": 576, + "wall_ms": 8.894568 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1613, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588544, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.601708, + "renderer_cpu_ms": 2.589023, + "renderer_readback_cpu_ms": 0.495174, + "simulation_ms": 2.015321, + "snapshot_ms": 1.752376, + "texture_count": 1, + "tick": 1613, + "vertices": 576, + "wall_ms": 6.387439 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1614, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.596928, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.796064, + "renderer_cpu_ms": 2.785394, + "renderer_readback_cpu_ms": 0.482981, + "simulation_ms": 1.667556, + "snapshot_ms": 1.781691, + "texture_count": 1, + "tick": 1614, + "vertices": 576, + "wall_ms": 6.261501 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1615, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588896, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.634139, + "renderer_cpu_ms": 2.62416, + "renderer_readback_cpu_ms": 0.444709, + "simulation_ms": 1.578688, + "snapshot_ms": 1.689276, + "texture_count": 1, + "tick": 1615, + "vertices": 576, + "wall_ms": 5.915409 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1616, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.593664, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.604232, + "renderer_cpu_ms": 2.593682, + "renderer_readback_cpu_ms": 0.484093, + "simulation_ms": 1.653198, + "snapshot_ms": 1.630356, + "texture_count": 1, + "tick": 1616, + "vertices": 576, + "wall_ms": 5.903015 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1617, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588256, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.622778, + "renderer_cpu_ms": 2.608811, + "renderer_readback_cpu_ms": 0.461421, + "simulation_ms": 1.709023, + "snapshot_ms": 1.752466, + "texture_count": 1, + "tick": 1617, + "vertices": 576, + "wall_ms": 6.097281 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1618, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.598176, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.602379, + "renderer_cpu_ms": 2.59239, + "renderer_readback_cpu_ms": 0.460629, + "simulation_ms": 1.736256, + "snapshot_ms": 1.760861, + "texture_count": 1, + "tick": 1618, + "vertices": 576, + "wall_ms": 6.111949 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1619, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588224, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.860877, + "renderer_cpu_ms": 2.850677, + "renderer_readback_cpu_ms": 0.415343, + "simulation_ms": 1.65922, + "snapshot_ms": 1.695458, + "texture_count": 1, + "tick": 1619, + "vertices": 576, + "wall_ms": 6.227768 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1620, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.587712, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.654457, + "renderer_cpu_ms": 2.644178, + "renderer_readback_cpu_ms": 0.421726, + "simulation_ms": 1.604306, + "snapshot_ms": 1.669018, + "texture_count": 1, + "tick": 1620, + "vertices": 576, + "wall_ms": 5.940706 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1621, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588768, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.62414, + "renderer_cpu_ms": 2.610234, + "renderer_readback_cpu_ms": 0.45088, + "simulation_ms": 1.703153, + "snapshot_ms": 1.921544, + "texture_count": 1, + "tick": 1621, + "vertices": 576, + "wall_ms": 6.262023 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1622, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.58864, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.692148, + "renderer_cpu_ms": 2.682119, + "renderer_readback_cpu_ms": 0.45054, + "simulation_ms": 1.594157, + "snapshot_ms": 1.740844, + "texture_count": 1, + "tick": 1622, + "vertices": 576, + "wall_ms": 6.040053 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1623, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.618368, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.769364, + "renderer_cpu_ms": 2.759916, + "renderer_readback_cpu_ms": 0.444028, + "simulation_ms": 1.612572, + "snapshot_ms": 1.652397, + "texture_count": 1, + "tick": 1623, + "vertices": 576, + "wall_ms": 6.046987 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1624, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.593696, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.923475, + "renderer_cpu_ms": 2.912714, + "renderer_readback_cpu_ms": 0.412097, + "simulation_ms": 1.605699, + "snapshot_ms": 1.641807, + "texture_count": 1, + "tick": 1624, + "vertices": 576, + "wall_ms": 6.182953 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1625, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588704, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.556362, + "renderer_cpu_ms": 2.547125, + "renderer_readback_cpu_ms": 0.422487, + "simulation_ms": 1.592504, + "snapshot_ms": 1.656475, + "texture_count": 1, + "tick": 1625, + "vertices": 576, + "wall_ms": 5.818145 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1626, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.589024, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.615133, + "renderer_cpu_ms": 2.601628, + "renderer_readback_cpu_ms": 0.468915, + "simulation_ms": 1.637469, + "snapshot_ms": 1.703122, + "texture_count": 1, + "tick": 1626, + "vertices": 576, + "wall_ms": 5.969089 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1627, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588928, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.637596, + "renderer_cpu_ms": 2.627045, + "renderer_readback_cpu_ms": 0.465017, + "simulation_ms": 1.616339, + "snapshot_ms": 1.651916, + "texture_count": 1, + "tick": 1627, + "vertices": 576, + "wall_ms": 5.919747 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1628, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.597024, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.962619, + "renderer_cpu_ms": 2.953211, + "renderer_readback_cpu_ms": 0.446292, + "simulation_ms": 1.56929, + "snapshot_ms": 1.658037, + "texture_count": 1, + "tick": 1628, + "vertices": 576, + "wall_ms": 6.203602 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1629, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588608, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.609121, + "renderer_cpu_ms": 2.599273, + "renderer_readback_cpu_ms": 0.440962, + "simulation_ms": 1.597273, + "snapshot_ms": 1.685049, + "texture_count": 1, + "tick": 1629, + "vertices": 576, + "wall_ms": 5.904267 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1630, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.58992, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.615093, + "renderer_cpu_ms": 2.606086, + "renderer_readback_cpu_ms": 0.452744, + "simulation_ms": 1.596792, + "snapshot_ms": 1.647137, + "texture_count": 1, + "tick": 1630, + "vertices": 576, + "wall_ms": 5.871476 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1631, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.589024, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.648666, + "renderer_cpu_ms": 2.638788, + "renderer_readback_cpu_ms": 0.436673, + "simulation_ms": 1.675571, + "snapshot_ms": 1.73911, + "texture_count": 1, + "tick": 1631, + "vertices": 576, + "wall_ms": 6.07544 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1632, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588928, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.638346, + "renderer_cpu_ms": 2.628098, + "renderer_readback_cpu_ms": 0.451302, + "simulation_ms": 1.651455, + "snapshot_ms": 1.743829, + "texture_count": 1, + "tick": 1632, + "vertices": 576, + "wall_ms": 6.046635 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1633, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.603136, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.65574, + "renderer_cpu_ms": 2.644729, + "renderer_readback_cpu_ms": 0.4666, + "simulation_ms": 1.6699, + "snapshot_ms": 1.727729, + "texture_count": 1, + "tick": 1633, + "vertices": 576, + "wall_ms": 6.067045 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1634, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.590112, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.368925, + "renderer_cpu_ms": 3.358595, + "renderer_readback_cpu_ms": 0.47719, + "simulation_ms": 1.691721, + "snapshot_ms": 1.773856, + "texture_count": 1, + "tick": 1634, + "vertices": 576, + "wall_ms": 6.846795 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1635, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.6096, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.289876, + "renderer_cpu_ms": 3.278965, + "renderer_readback_cpu_ms": 0.462643, + "simulation_ms": 1.672134, + "snapshot_ms": 1.740563, + "texture_count": 1, + "tick": 1635, + "vertices": 576, + "wall_ms": 6.715247 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1636, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.597472, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.37153, + "renderer_cpu_ms": 3.360058, + "renderer_readback_cpu_ms": 0.460409, + "simulation_ms": 1.650103, + "snapshot_ms": 1.723992, + "texture_count": 1, + "tick": 1636, + "vertices": 576, + "wall_ms": 6.758399 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1637, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.597248, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.381859, + "renderer_cpu_ms": 3.368835, + "renderer_readback_cpu_ms": 0.490616, + "simulation_ms": 1.699556, + "snapshot_ms": 1.710807, + "texture_count": 1, + "tick": 1637, + "vertices": 576, + "wall_ms": 6.804986 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1638, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.601408, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.625973, + "renderer_cpu_ms": 2.615564, + "renderer_readback_cpu_ms": 0.440812, + "simulation_ms": 2.161517, + "snapshot_ms": 2.261967, + "texture_count": 1, + "tick": 1638, + "vertices": 576, + "wall_ms": 7.063985 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1639, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.587072, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.072646, + "renderer_cpu_ms": 3.060694, + "renderer_readback_cpu_ms": 0.530671, + "simulation_ms": 1.616951, + "snapshot_ms": 1.655452, + "texture_count": 1, + "tick": 1639, + "vertices": 576, + "wall_ms": 6.357973 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1640, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.5936, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.240863, + "renderer_cpu_ms": 3.229773, + "renderer_readback_cpu_ms": 0.44492, + "simulation_ms": 1.836644, + "snapshot_ms": 1.81809, + "texture_count": 1, + "tick": 1640, + "vertices": 576, + "wall_ms": 6.911186 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1641, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.592512, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.993346, + "renderer_cpu_ms": 2.982936, + "renderer_readback_cpu_ms": 0.472561, + "simulation_ms": 1.743178, + "snapshot_ms": 1.822148, + "texture_count": 1, + "tick": 1641, + "vertices": 576, + "wall_ms": 6.572968 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1642, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.587904, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.018784, + "renderer_cpu_ms": 3.006471, + "renderer_readback_cpu_ms": 0.471729, + "simulation_ms": 1.721497, + "snapshot_ms": 1.816697, + "texture_count": 1, + "tick": 1642, + "vertices": 576, + "wall_ms": 6.569843 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1643, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.587744, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.268045, + "renderer_cpu_ms": 3.256433, + "renderer_readback_cpu_ms": 0.47184, + "simulation_ms": 1.69643, + "snapshot_ms": 1.792932, + "texture_count": 1, + "tick": 1643, + "vertices": 576, + "wall_ms": 6.76975 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1644, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.591744, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.370608, + "renderer_cpu_ms": 3.36079, + "renderer_readback_cpu_ms": 0.480286, + "simulation_ms": 1.76005, + "snapshot_ms": 1.875057, + "texture_count": 1, + "tick": 1644, + "vertices": 576, + "wall_ms": 7.017817 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1645, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.59872, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.189626, + "renderer_cpu_ms": 3.178605, + "renderer_readback_cpu_ms": 0.46654, + "simulation_ms": 1.735093, + "snapshot_ms": 1.853125, + "texture_count": 1, + "tick": 1645, + "vertices": 576, + "wall_ms": 6.790408 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1646, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.602048, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.128932, + "renderer_cpu_ms": 3.11734, + "renderer_readback_cpu_ms": 0.464536, + "simulation_ms": 1.728481, + "snapshot_ms": 1.823099, + "texture_count": 1, + "tick": 1646, + "vertices": 576, + "wall_ms": 6.693536 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1647, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.592768, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.123963, + "renderer_cpu_ms": 3.113913, + "renderer_readback_cpu_ms": 0.475938, + "simulation_ms": 1.721207, + "snapshot_ms": 1.819933, + "texture_count": 1, + "tick": 1647, + "vertices": 576, + "wall_ms": 6.679239 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1648, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.587872, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.923946, + "renderer_cpu_ms": 2.913436, + "renderer_readback_cpu_ms": 0.464395, + "simulation_ms": 1.771832, + "snapshot_ms": 1.862393, + "texture_count": 1, + "tick": 1648, + "vertices": 576, + "wall_ms": 6.572217 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1649, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.587872, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.088385, + "renderer_cpu_ms": 3.072416, + "renderer_readback_cpu_ms": 0.50334, + "simulation_ms": 1.803833, + "snapshot_ms": 1.878103, + "texture_count": 1, + "tick": 1649, + "vertices": 576, + "wall_ms": 6.783525 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1650, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.595584, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.198573, + "renderer_cpu_ms": 3.187432, + "renderer_readback_cpu_ms": 0.509171, + "simulation_ms": 1.616249, + "snapshot_ms": 2.123015, + "texture_count": 1, + "tick": 1650, + "vertices": 576, + "wall_ms": 6.952304 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1651, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.58752, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.234993, + "renderer_cpu_ms": 3.212199, + "renderer_readback_cpu_ms": 0.634567, + "simulation_ms": 2.170444, + "snapshot_ms": 2.270243, + "texture_count": 1, + "tick": 1651, + "vertices": 576, + "wall_ms": 7.690788 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1652, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.587104, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.681207, + "renderer_cpu_ms": 2.671139, + "renderer_readback_cpu_ms": 0.422477, + "simulation_ms": 1.999231, + "snapshot_ms": 1.709374, + "texture_count": 1, + "tick": 1652, + "vertices": 576, + "wall_ms": 6.407997 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1653, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.589152, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.584745, + "renderer_cpu_ms": 2.573344, + "renderer_readback_cpu_ms": 0.439139, + "simulation_ms": 1.732528, + "snapshot_ms": 1.772674, + "texture_count": 1, + "tick": 1653, + "vertices": 576, + "wall_ms": 6.103663 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1654, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.594208, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.921521, + "renderer_cpu_ms": 2.910721, + "renderer_readback_cpu_ms": 0.446783, + "simulation_ms": 1.704696, + "snapshot_ms": 1.83977, + "texture_count": 1, + "tick": 1654, + "vertices": 576, + "wall_ms": 6.478822 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1655, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.58624, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.935608, + "renderer_cpu_ms": 2.924056, + "renderer_readback_cpu_ms": 0.473693, + "simulation_ms": 1.769779, + "snapshot_ms": 1.851893, + "texture_count": 1, + "tick": 1655, + "vertices": 576, + "wall_ms": 6.571035 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1656, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.586976, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.696667, + "renderer_cpu_ms": 2.684844, + "renderer_readback_cpu_ms": 0.443336, + "simulation_ms": 1.725385, + "snapshot_ms": 1.85046, + "texture_count": 1, + "tick": 1656, + "vertices": 576, + "wall_ms": 6.286949 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1657, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.587712, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.658134, + "renderer_cpu_ms": 2.649548, + "renderer_readback_cpu_ms": 0.423869, + "simulation_ms": 1.704536, + "snapshot_ms": 1.826575, + "texture_count": 1, + "tick": 1657, + "vertices": 576, + "wall_ms": 6.202179 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1658, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.59168, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.625803, + "renderer_cpu_ms": 2.617087, + "renderer_readback_cpu_ms": 0.506085, + "simulation_ms": 1.649401, + "snapshot_ms": 1.739031, + "texture_count": 1, + "tick": 1658, + "vertices": 576, + "wall_ms": 6.027801 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1659, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.587072, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.556301, + "renderer_cpu_ms": 2.546073, + "renderer_readback_cpu_ms": 0.438537, + "simulation_ms": 1.710577, + "snapshot_ms": 1.741264, + "texture_count": 1, + "tick": 1659, + "vertices": 576, + "wall_ms": 6.021287 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1660, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.59744, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.908226, + "renderer_cpu_ms": 2.890753, + "renderer_readback_cpu_ms": 0.62018, + "simulation_ms": 1.734522, + "snapshot_ms": 2.026833, + "texture_count": 1, + "tick": 1660, + "vertices": 576, + "wall_ms": 6.681583 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1661, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.587776, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.372512, + "renderer_cpu_ms": 3.356862, + "renderer_readback_cpu_ms": 0.58838, + "simulation_ms": 1.840812, + "snapshot_ms": 2.187677, + "texture_count": 1, + "tick": 1661, + "vertices": 576, + "wall_ms": 7.421098 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1662, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.587936, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.007894, + "renderer_cpu_ms": 2.993597, + "renderer_readback_cpu_ms": 0.500274, + "simulation_ms": 1.831495, + "snapshot_ms": 1.656435, + "texture_count": 1, + "tick": 1662, + "vertices": 576, + "wall_ms": 6.515 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1663, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.587616, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.835849, + "renderer_cpu_ms": 2.823997, + "renderer_readback_cpu_ms": 0.481709, + "simulation_ms": 1.748498, + "snapshot_ms": 1.746054, + "texture_count": 1, + "tick": 1663, + "vertices": 576, + "wall_ms": 6.346221 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1664, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.587392, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.829036, + "renderer_cpu_ms": 2.818596, + "renderer_readback_cpu_ms": 0.435922, + "simulation_ms": 1.811747, + "snapshot_ms": 1.841644, + "texture_count": 1, + "tick": 1664, + "vertices": 576, + "wall_ms": 6.498137 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1665, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.607168, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.642985, + "renderer_cpu_ms": 2.630992, + "renderer_readback_cpu_ms": 0.443096, + "simulation_ms": 1.641436, + "snapshot_ms": 1.682975, + "texture_count": 1, + "tick": 1665, + "vertices": 576, + "wall_ms": 5.980892 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1666, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588096, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.673122, + "renderer_cpu_ms": 2.663805, + "renderer_readback_cpu_ms": 0.484885, + "simulation_ms": 1.601771, + "snapshot_ms": 1.705127, + "texture_count": 1, + "tick": 1666, + "vertices": 576, + "wall_ms": 5.992894 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1667, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.587488, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.693371, + "renderer_cpu_ms": 2.683903, + "renderer_readback_cpu_ms": 0.47732, + "simulation_ms": 1.732328, + "snapshot_ms": 1.766672, + "texture_count": 1, + "tick": 1667, + "vertices": 576, + "wall_ms": 6.204944 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1668, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.5872, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.585727, + "renderer_cpu_ms": 2.576149, + "renderer_readback_cpu_ms": 0.468123, + "simulation_ms": 1.58, + "snapshot_ms": 1.748919, + "texture_count": 1, + "tick": 1668, + "vertices": 576, + "wall_ms": 5.92731 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1669, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.587424, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.672191, + "renderer_cpu_ms": 2.659336, + "renderer_readback_cpu_ms": 0.491087, + "simulation_ms": 1.58518, + "snapshot_ms": 1.643761, + "texture_count": 1, + "tick": 1669, + "vertices": 576, + "wall_ms": 5.912924 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1670, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.592928, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.150453, + "renderer_cpu_ms": 3.13852, + "renderer_readback_cpu_ms": 0.454908, + "simulation_ms": 1.671142, + "snapshot_ms": 1.681552, + "texture_count": 1, + "tick": 1670, + "vertices": 576, + "wall_ms": 6.517174 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1671, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.587296, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.639549, + "renderer_cpu_ms": 2.626034, + "renderer_readback_cpu_ms": 0.429951, + "simulation_ms": 1.713622, + "snapshot_ms": 1.648079, + "texture_count": 1, + "tick": 1671, + "vertices": 576, + "wall_ms": 6.015747 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1672, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.587296, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.683021, + "renderer_cpu_ms": 2.657122, + "renderer_readback_cpu_ms": 0.441203, + "simulation_ms": 1.722459, + "snapshot_ms": 1.730535, + "texture_count": 1, + "tick": 1672, + "vertices": 576, + "wall_ms": 6.152185 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1673, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.58736, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.019225, + "renderer_cpu_ms": 3.002654, + "renderer_readback_cpu_ms": 0.552271, + "simulation_ms": 1.640875, + "snapshot_ms": 2.045599, + "texture_count": 1, + "tick": 1673, + "vertices": 576, + "wall_ms": 6.72223 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1674, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588512, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.536845, + "renderer_cpu_ms": 2.525674, + "renderer_readback_cpu_ms": 0.430392, + "simulation_ms": 2.142291, + "snapshot_ms": 1.780078, + "texture_count": 1, + "tick": 1674, + "vertices": 576, + "wall_ms": 6.475204 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1675, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.592512, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 4.229669, + "renderer_cpu_ms": 4.211504, + "renderer_readback_cpu_ms": 0.513379, + "simulation_ms": 1.608845, + "snapshot_ms": 1.783063, + "texture_count": 1, + "tick": 1675, + "vertices": 576, + "wall_ms": 7.635874 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1676, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.587168, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.649317, + "renderer_cpu_ms": 2.635612, + "renderer_readback_cpu_ms": 0.470027, + "simulation_ms": 1.694797, + "snapshot_ms": 1.755712, + "texture_count": 1, + "tick": 1676, + "vertices": 576, + "wall_ms": 6.115856 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1677, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.587328, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.6449, + "renderer_cpu_ms": 2.626615, + "renderer_readback_cpu_ms": 0.476159, + "simulation_ms": 1.645705, + "snapshot_ms": 1.66479, + "texture_count": 1, + "tick": 1677, + "vertices": 576, + "wall_ms": 5.973328 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1678, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588064, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.654527, + "renderer_cpu_ms": 2.641263, + "renderer_readback_cpu_ms": 0.453125, + "simulation_ms": 1.650093, + "snapshot_ms": 1.745522, + "texture_count": 1, + "tick": 1678, + "vertices": 576, + "wall_ms": 6.067095 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1679, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.594048, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.00594, + "renderer_cpu_ms": 2.992545, + "renderer_readback_cpu_ms": 0.433678, + "simulation_ms": 1.690188, + "snapshot_ms": 1.711378, + "texture_count": 1, + "tick": 1679, + "vertices": 576, + "wall_ms": 6.421172 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1680, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.606624, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.099006, + "renderer_cpu_ms": 3.073969, + "renderer_readback_cpu_ms": 0.659274, + "simulation_ms": 1.772574, + "snapshot_ms": 1.682143, + "texture_count": 1, + "tick": 1680, + "vertices": 576, + "wall_ms": 6.568019 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1681, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.587584, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.694613, + "renderer_cpu_ms": 2.681678, + "renderer_readback_cpu_ms": 0.469455, + "simulation_ms": 2.739818, + "snapshot_ms": 1.942564, + "texture_count": 1, + "tick": 1681, + "vertices": 576, + "wall_ms": 7.396041 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1682, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.589024, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.708806, + "renderer_cpu_ms": 3.688288, + "renderer_readback_cpu_ms": 0.687297, + "simulation_ms": 1.777783, + "snapshot_ms": 2.737634, + "texture_count": 1, + "tick": 1682, + "vertices": 576, + "wall_ms": 8.24374 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1683, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.589696, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.52841, + "renderer_cpu_ms": 2.517589, + "renderer_readback_cpu_ms": 0.426875, + "simulation_ms": 1.66478, + "snapshot_ms": 1.623773, + "texture_count": 1, + "tick": 1683, + "vertices": 576, + "wall_ms": 5.837051 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1684, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.590304, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.966876, + "renderer_cpu_ms": 2.948582, + "renderer_readback_cpu_ms": 0.509972, + "simulation_ms": 1.661303, + "snapshot_ms": 1.736556, + "texture_count": 1, + "tick": 1684, + "vertices": 576, + "wall_ms": 6.37789 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1685, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.58736, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.574747, + "renderer_cpu_ms": 2.563756, + "renderer_readback_cpu_ms": 0.398091, + "simulation_ms": 1.595499, + "snapshot_ms": 1.703734, + "texture_count": 1, + "tick": 1685, + "vertices": 576, + "wall_ms": 5.887356 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1686, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.59696, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.805943, + "renderer_cpu_ms": 2.795864, + "renderer_readback_cpu_ms": 0.408711, + "simulation_ms": 1.661424, + "snapshot_ms": 1.730765, + "texture_count": 1, + "tick": 1686, + "vertices": 576, + "wall_ms": 6.212418 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1687, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.586912, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.530183, + "renderer_cpu_ms": 2.520274, + "renderer_readback_cpu_ms": 0.398361, + "simulation_ms": 1.67546, + "snapshot_ms": 1.708443, + "texture_count": 1, + "tick": 1687, + "vertices": 576, + "wall_ms": 5.927321 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1688, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.587616, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.663584, + "renderer_cpu_ms": 2.653415, + "renderer_readback_cpu_ms": 0.419432, + "simulation_ms": 1.700157, + "snapshot_ms": 1.746705, + "texture_count": 1, + "tick": 1688, + "vertices": 576, + "wall_ms": 6.12323 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1689, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.587392, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.576681, + "renderer_cpu_ms": 2.56596, + "renderer_readback_cpu_ms": 0.430251, + "simulation_ms": 1.690559, + "snapshot_ms": 1.74936, + "texture_count": 1, + "tick": 1689, + "vertices": 576, + "wall_ms": 6.031728 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1690, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.587232, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.628028, + "renderer_cpu_ms": 2.617798, + "renderer_readback_cpu_ms": 0.430812, + "simulation_ms": 1.663698, + "snapshot_ms": 1.806047, + "texture_count": 1, + "tick": 1690, + "vertices": 576, + "wall_ms": 6.110517 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1691, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.58704, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.872799, + "renderer_cpu_ms": 2.854635, + "renderer_readback_cpu_ms": 0.628014, + "simulation_ms": 1.57452, + "snapshot_ms": 1.630896, + "texture_count": 1, + "tick": 1691, + "vertices": 576, + "wall_ms": 6.092773 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1692, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.587712, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.123522, + "renderer_cpu_ms": 3.112341, + "renderer_readback_cpu_ms": 0.457082, + "simulation_ms": 1.635716, + "snapshot_ms": 1.704886, + "texture_count": 1, + "tick": 1692, + "vertices": 576, + "wall_ms": 6.481246 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1693, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.58768, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.093986, + "renderer_cpu_ms": 3.082204, + "renderer_readback_cpu_ms": 0.463324, + "simulation_ms": 1.667685, + "snapshot_ms": 1.720656, + "texture_count": 1, + "tick": 1693, + "vertices": 576, + "wall_ms": 6.495021 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1694, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.587776, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.467975, + "renderer_cpu_ms": 2.457586, + "renderer_readback_cpu_ms": 0.387861, + "simulation_ms": 1.56386, + "snapshot_ms": 1.637839, + "texture_count": 1, + "tick": 1694, + "vertices": 576, + "wall_ms": 5.682178 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1695, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.587712, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.476151, + "renderer_cpu_ms": 2.464969, + "renderer_readback_cpu_ms": 0.427606, + "simulation_ms": 1.566395, + "snapshot_ms": 1.689988, + "texture_count": 1, + "tick": 1695, + "vertices": 576, + "wall_ms": 5.74637 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1696, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.59088, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.527117, + "renderer_cpu_ms": 2.516957, + "renderer_readback_cpu_ms": 0.379586, + "simulation_ms": 1.576724, + "snapshot_ms": 1.6379, + "texture_count": 1, + "tick": 1696, + "vertices": 576, + "wall_ms": 5.755898 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1697, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.587808, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.536796, + "renderer_cpu_ms": 2.527518, + "renderer_readback_cpu_ms": 0.415123, + "simulation_ms": 1.631838, + "snapshot_ms": 1.649091, + "texture_count": 1, + "tick": 1697, + "vertices": 576, + "wall_ms": 5.829697 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1698, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.587808, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.568405, + "renderer_cpu_ms": 2.558315, + "renderer_readback_cpu_ms": 0.409513, + "simulation_ms": 1.599276, + "snapshot_ms": 1.654772, + "texture_count": 1, + "tick": 1698, + "vertices": 576, + "wall_ms": 5.834336 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1699, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.587744, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.590717, + "renderer_cpu_ms": 2.580358, + "renderer_readback_cpu_ms": 0.426405, + "simulation_ms": 1.60583, + "snapshot_ms": 1.645323, + "texture_count": 1, + "tick": 1699, + "vertices": 576, + "wall_ms": 5.854904 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1700, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.587232, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.68236, + "renderer_cpu_ms": 2.670678, + "renderer_readback_cpu_ms": 0.485405, + "simulation_ms": 1.583106, + "snapshot_ms": 1.669369, + "texture_count": 1, + "tick": 1700, + "vertices": 576, + "wall_ms": 5.947259 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1701, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.58736, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.036367, + "renderer_cpu_ms": 3.018023, + "renderer_readback_cpu_ms": 0.530821, + "simulation_ms": 1.769137, + "snapshot_ms": 1.878173, + "texture_count": 1, + "tick": 1701, + "vertices": 576, + "wall_ms": 6.699307 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1702, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.586944, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.415572, + "renderer_cpu_ms": 3.401196, + "renderer_readback_cpu_ms": 0.500293, + "simulation_ms": 1.722299, + "snapshot_ms": 1.752826, + "texture_count": 1, + "tick": 1702, + "vertices": 576, + "wall_ms": 6.920754 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1703, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.592928, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.944153, + "renderer_cpu_ms": 2.93136, + "renderer_readback_cpu_ms": 0.447795, + "simulation_ms": 1.994723, + "snapshot_ms": 2.056579, + "texture_count": 1, + "tick": 1703, + "vertices": 576, + "wall_ms": 7.010033 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1704, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.590688, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.942741, + "renderer_cpu_ms": 2.929015, + "renderer_readback_cpu_ms": 0.460949, + "simulation_ms": 1.978563, + "snapshot_ms": 2.035209, + "texture_count": 1, + "tick": 1704, + "vertices": 576, + "wall_ms": 6.970859 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1705, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.62208, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.938963, + "renderer_cpu_ms": 2.926641, + "renderer_readback_cpu_ms": 0.42905, + "simulation_ms": 1.95091, + "snapshot_ms": 2.038595, + "texture_count": 1, + "tick": 1705, + "vertices": 576, + "wall_ms": 6.941684 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1706, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.586976, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.918956, + "renderer_cpu_ms": 2.908426, + "renderer_readback_cpu_ms": 0.436403, + "simulation_ms": 1.978602, + "snapshot_ms": 2.036412, + "texture_count": 1, + "tick": 1706, + "vertices": 576, + "wall_ms": 6.948397 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1707, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.587296, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.913946, + "renderer_cpu_ms": 2.901162, + "renderer_readback_cpu_ms": 0.447474, + "simulation_ms": 1.969225, + "snapshot_ms": 2.045458, + "texture_count": 1, + "tick": 1707, + "vertices": 576, + "wall_ms": 6.943307 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1708, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.587552, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.872649, + "renderer_cpu_ms": 2.860666, + "renderer_readback_cpu_ms": 0.441893, + "simulation_ms": 1.878133, + "snapshot_ms": 2.029068, + "texture_count": 1, + "tick": 1708, + "vertices": 576, + "wall_ms": 6.793675 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1709, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588064, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.958882, + "renderer_cpu_ms": 2.948842, + "renderer_readback_cpu_ms": 0.477451, + "simulation_ms": 1.916996, + "snapshot_ms": 2.076146, + "texture_count": 1, + "tick": 1709, + "vertices": 576, + "wall_ms": 6.966421 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1710, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.587488, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.938824, + "renderer_cpu_ms": 2.927722, + "renderer_readback_cpu_ms": 0.474204, + "simulation_ms": 1.951882, + "snapshot_ms": 2.0302, + "texture_count": 1, + "tick": 1710, + "vertices": 576, + "wall_ms": 6.93425 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1711, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588512, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.938643, + "renderer_cpu_ms": 2.928274, + "renderer_readback_cpu_ms": 0.484043, + "simulation_ms": 1.950409, + "snapshot_ms": 2.084852, + "texture_count": 1, + "tick": 1711, + "vertices": 576, + "wall_ms": 6.987661 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1712, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588256, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.916782, + "renderer_cpu_ms": 2.906493, + "renderer_readback_cpu_ms": 0.485786, + "simulation_ms": 1.973012, + "snapshot_ms": 2.022775, + "texture_count": 1, + "tick": 1712, + "vertices": 576, + "wall_ms": 6.926265 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1713, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.587328, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.885583, + "renderer_cpu_ms": 2.875664, + "renderer_readback_cpu_ms": 0.468484, + "simulation_ms": 1.937535, + "snapshot_ms": 2.034858, + "texture_count": 1, + "tick": 1713, + "vertices": 576, + "wall_ms": 6.871281 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1714, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588128, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.876867, + "renderer_cpu_ms": 2.864734, + "renderer_readback_cpu_ms": 0.468344, + "simulation_ms": 1.856873, + "snapshot_ms": 1.947253, + "texture_count": 1, + "tick": 1714, + "vertices": 576, + "wall_ms": 6.698285 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1715, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.58832, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.799291, + "renderer_cpu_ms": 2.787067, + "renderer_readback_cpu_ms": 0.474184, + "simulation_ms": 1.849017, + "snapshot_ms": 1.939569, + "texture_count": 1, + "tick": 1715, + "vertices": 576, + "wall_ms": 6.601473 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1716, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.58752, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.727846, + "renderer_cpu_ms": 2.715192, + "renderer_readback_cpu_ms": 0.426104, + "simulation_ms": 1.724263, + "snapshot_ms": 1.715676, + "texture_count": 1, + "tick": 1716, + "vertices": 576, + "wall_ms": 6.182502 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1717, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588032, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.861157, + "renderer_cpu_ms": 2.847331, + "renderer_readback_cpu_ms": 0.466891, + "simulation_ms": 1.753949, + "snapshot_ms": 1.841904, + "texture_count": 1, + "tick": 1717, + "vertices": 576, + "wall_ms": 6.473291 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1718, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.587168, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.116879, + "renderer_cpu_ms": 3.105628, + "renderer_readback_cpu_ms": 0.453585, + "simulation_ms": 1.849048, + "snapshot_ms": 1.974604, + "texture_count": 1, + "tick": 1718, + "vertices": 576, + "wall_ms": 6.955149 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1719, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.587232, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.821031, + "renderer_cpu_ms": 2.809569, + "renderer_readback_cpu_ms": 0.467, + "simulation_ms": 1.869797, + "snapshot_ms": 1.914241, + "texture_count": 1, + "tick": 1719, + "vertices": 576, + "wall_ms": 6.619566 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1720, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.587232, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.791566, + "renderer_cpu_ms": 2.780224, + "renderer_readback_cpu_ms": 0.459487, + "simulation_ms": 1.783704, + "snapshot_ms": 1.896568, + "texture_count": 1, + "tick": 1720, + "vertices": 576, + "wall_ms": 6.485704 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1721, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.586976, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.902174, + "renderer_cpu_ms": 2.893999, + "renderer_readback_cpu_ms": 0.460379, + "simulation_ms": 1.775539, + "snapshot_ms": 1.903892, + "texture_count": 1, + "tick": 1721, + "vertices": 576, + "wall_ms": 6.594229 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1722, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.593504, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.763163, + "renderer_cpu_ms": 2.751831, + "renderer_readback_cpu_ms": 0.462001, + "simulation_ms": 1.793543, + "snapshot_ms": 1.917747, + "texture_count": 1, + "tick": 1722, + "vertices": 576, + "wall_ms": 6.486015 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1723, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.597152, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.9738, + "renderer_cpu_ms": 2.963901, + "renderer_readback_cpu_ms": 0.455309, + "simulation_ms": 1.946021, + "snapshot_ms": 2.040308, + "texture_count": 1, + "tick": 1723, + "vertices": 576, + "wall_ms": 6.975408 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1724, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.5872, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.911993, + "renderer_cpu_ms": 2.899138, + "renderer_readback_cpu_ms": 0.449187, + "simulation_ms": 1.987118, + "snapshot_ms": 2.085584, + "texture_count": 1, + "tick": 1724, + "vertices": 576, + "wall_ms": 6.99778 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1725, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.587616, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.920068, + "renderer_cpu_ms": 2.908917, + "renderer_readback_cpu_ms": 0.492529, + "simulation_ms": 1.971609, + "snapshot_ms": 2.041901, + "texture_count": 1, + "tick": 1725, + "vertices": 576, + "wall_ms": 6.946904 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1726, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588032, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.929727, + "renderer_cpu_ms": 2.920108, + "renderer_readback_cpu_ms": 0.474305, + "simulation_ms": 1.959446, + "snapshot_ms": 2.040369, + "texture_count": 1, + "tick": 1726, + "vertices": 576, + "wall_ms": 6.942546 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1727, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.58768, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.756991, + "renderer_cpu_ms": 2.748014, + "renderer_readback_cpu_ms": 0.458465, + "simulation_ms": 1.854538, + "snapshot_ms": 1.887751, + "texture_count": 1, + "tick": 1727, + "vertices": 576, + "wall_ms": 6.517985 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1728, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.587456, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.760026, + "renderer_cpu_ms": 2.748675, + "renderer_readback_cpu_ms": 0.447223, + "simulation_ms": 1.863275, + "snapshot_ms": 1.910293, + "texture_count": 1, + "tick": 1728, + "vertices": 576, + "wall_ms": 6.5474 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1729, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.611168, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.696336, + "renderer_cpu_ms": 2.687109, + "renderer_readback_cpu_ms": 0.423469, + "simulation_ms": 1.861341, + "snapshot_ms": 1.861271, + "texture_count": 1, + "tick": 1729, + "vertices": 576, + "wall_ms": 6.431952 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1730, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.587424, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.763734, + "renderer_cpu_ms": 2.751911, + "renderer_readback_cpu_ms": 0.467362, + "simulation_ms": 1.720946, + "snapshot_ms": 1.817088, + "texture_count": 1, + "tick": 1730, + "vertices": 576, + "wall_ms": 6.314371 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1731, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.587744, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.78315, + "renderer_cpu_ms": 2.773071, + "renderer_readback_cpu_ms": 0.492509, + "simulation_ms": 1.764318, + "snapshot_ms": 1.850891, + "texture_count": 1, + "tick": 1731, + "vertices": 576, + "wall_ms": 6.411895 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1732, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.5872, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.768833, + "renderer_cpu_ms": 2.757482, + "renderer_readback_cpu_ms": 0.501156, + "simulation_ms": 1.863775, + "snapshot_ms": 1.928728, + "texture_count": 1, + "tick": 1732, + "vertices": 576, + "wall_ms": 6.575203 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1733, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.587808, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.80963, + "renderer_cpu_ms": 2.798619, + "renderer_readback_cpu_ms": 0.501466, + "simulation_ms": 1.860209, + "snapshot_ms": 1.963194, + "texture_count": 1, + "tick": 1733, + "vertices": 576, + "wall_ms": 6.645756 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1734, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.587264, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.015358, + "renderer_cpu_ms": 3.005679, + "renderer_readback_cpu_ms": 0.48808, + "simulation_ms": 1.832768, + "snapshot_ms": 1.869937, + "texture_count": 1, + "tick": 1734, + "vertices": 576, + "wall_ms": 6.730466 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1735, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.587328, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.871567, + "renderer_cpu_ms": 2.858191, + "renderer_readback_cpu_ms": 0.512617, + "simulation_ms": 1.959947, + "snapshot_ms": 2.072189, + "texture_count": 1, + "tick": 1735, + "vertices": 576, + "wall_ms": 6.915886 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1736, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.587424, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.827333, + "renderer_cpu_ms": 2.817655, + "renderer_readback_cpu_ms": 0.449868, + "simulation_ms": 1.957743, + "snapshot_ms": 2.071818, + "texture_count": 1, + "tick": 1736, + "vertices": 576, + "wall_ms": 6.870761 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1737, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.587232, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.929326, + "renderer_cpu_ms": 2.919658, + "renderer_readback_cpu_ms": 0.495285, + "simulation_ms": 1.864798, + "snapshot_ms": 1.94576, + "texture_count": 1, + "tick": 1737, + "vertices": 576, + "wall_ms": 6.753649 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1738, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.587392, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.965694, + "renderer_cpu_ms": 2.955445, + "renderer_readback_cpu_ms": 0.490535, + "simulation_ms": 1.853185, + "snapshot_ms": 1.937525, + "texture_count": 1, + "tick": 1738, + "vertices": 576, + "wall_ms": 6.769389 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1739, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.58656, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.976284, + "renderer_cpu_ms": 2.966977, + "renderer_readback_cpu_ms": 0.464256, + "simulation_ms": 1.834561, + "snapshot_ms": 1.944578, + "texture_count": 1, + "tick": 1739, + "vertices": 576, + "wall_ms": 6.767415 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1740, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.586688, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.94223, + "renderer_cpu_ms": 2.922723, + "renderer_readback_cpu_ms": 0.494172, + "simulation_ms": 1.837707, + "snapshot_ms": 1.98305, + "texture_count": 1, + "tick": 1740, + "vertices": 576, + "wall_ms": 6.776042 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1741, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.59648, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.087915, + "renderer_cpu_ms": 3.077956, + "renderer_readback_cpu_ms": 0.472982, + "simulation_ms": 1.955719, + "snapshot_ms": 2.067049, + "texture_count": 1, + "tick": 1741, + "vertices": 576, + "wall_ms": 7.124449 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1742, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.593568, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.911683, + "renderer_cpu_ms": 2.901243, + "renderer_readback_cpu_ms": 0.452724, + "simulation_ms": 1.964796, + "snapshot_ms": 2.084973, + "texture_count": 1, + "tick": 1742, + "vertices": 576, + "wall_ms": 6.973825 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1743, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.59472, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.911702, + "renderer_cpu_ms": 2.900371, + "renderer_readback_cpu_ms": 0.442554, + "simulation_ms": 1.968112, + "snapshot_ms": 2.077198, + "texture_count": 1, + "tick": 1743, + "vertices": 576, + "wall_ms": 6.969556 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1744, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.587744, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.932071, + "renderer_cpu_ms": 2.922683, + "renderer_readback_cpu_ms": 0.463034, + "simulation_ms": 1.973082, + "snapshot_ms": 2.060246, + "texture_count": 1, + "tick": 1744, + "vertices": 576, + "wall_ms": 6.979245 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1745, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.58768, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.872519, + "renderer_cpu_ms": 2.859314, + "renderer_readback_cpu_ms": 0.469766, + "simulation_ms": 1.987519, + "snapshot_ms": 1.925152, + "texture_count": 1, + "tick": 1745, + "vertices": 576, + "wall_ms": 6.798144 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1746, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.587488, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.926981, + "renderer_cpu_ms": 2.915519, + "renderer_readback_cpu_ms": 0.473974, + "simulation_ms": 1.888182, + "snapshot_ms": 2.082207, + "texture_count": 1, + "tick": 1746, + "vertices": 576, + "wall_ms": 6.911738 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1747, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.587488, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.874182, + "renderer_cpu_ms": 2.863472, + "renderer_readback_cpu_ms": 0.475958, + "simulation_ms": 1.967481, + "snapshot_ms": 2.0557280000000002, + "texture_count": 1, + "tick": 1747, + "vertices": 576, + "wall_ms": 6.910596 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1748, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.587488, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.867168, + "renderer_cpu_ms": 2.856438, + "renderer_readback_cpu_ms": 0.492579, + "simulation_ms": 1.975206, + "snapshot_ms": 2.057591, + "texture_count": 1, + "tick": 1748, + "vertices": 576, + "wall_ms": 6.913391 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1749, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.5872, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.895933, + "renderer_cpu_ms": 2.883068, + "renderer_readback_cpu_ms": 0.442125, + "simulation_ms": 1.954657, + "snapshot_ms": 1.948235, + "texture_count": 1, + "tick": 1749, + "vertices": 576, + "wall_ms": 6.821608 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1750, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.587776, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.813337, + "renderer_cpu_ms": 2.802266, + "renderer_readback_cpu_ms": 0.4507, + "simulation_ms": 1.82912, + "snapshot_ms": 1.933116, + "texture_count": 1, + "tick": 1750, + "vertices": 576, + "wall_ms": 6.591674 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1751, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.587648, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.849986, + "renderer_cpu_ms": 2.837241, + "renderer_readback_cpu_ms": 0.462141, + "simulation_ms": 1.838578, + "snapshot_ms": 1.912407, + "texture_count": 1, + "tick": 1751, + "vertices": 576, + "wall_ms": 6.616792 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1752, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.587584, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.731532, + "renderer_cpu_ms": 2.716805, + "renderer_readback_cpu_ms": 0.438878, + "simulation_ms": 1.674218, + "snapshot_ms": 1.753387, + "texture_count": 1, + "tick": 1752, + "vertices": 576, + "wall_ms": 6.173485 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1753, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.599616, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.775806, + "renderer_cpu_ms": 2.765076, + "renderer_readback_cpu_ms": 0.419161, + "simulation_ms": 1.663187, + "snapshot_ms": 1.845501, + "texture_count": 1, + "tick": 1753, + "vertices": 576, + "wall_ms": 6.303149 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1754, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.59728, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.875885, + "renderer_cpu_ms": 2.863913, + "renderer_readback_cpu_ms": 0.486788, + "simulation_ms": 1.863365, + "snapshot_ms": 1.931704, + "texture_count": 1, + "tick": 1754, + "vertices": 576, + "wall_ms": 6.68475 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1755, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.587104, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.74579, + "renderer_cpu_ms": 2.736111, + "renderer_readback_cpu_ms": 0.427847, + "simulation_ms": 1.82882, + "snapshot_ms": 1.821065, + "texture_count": 1, + "tick": 1755, + "vertices": 576, + "wall_ms": 6.409611 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1756, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.586592, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.840428, + "renderer_cpu_ms": 2.828436, + "renderer_readback_cpu_ms": 0.493851, + "simulation_ms": 1.652107, + "snapshot_ms": 1.821195, + "texture_count": 1, + "tick": 1756, + "vertices": 576, + "wall_ms": 6.326945 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1757, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.587136, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.198343, + "renderer_cpu_ms": 3.185068, + "renderer_readback_cpu_ms": 0.463034, + "simulation_ms": 1.758807, + "snapshot_ms": 1.835563, + "texture_count": 1, + "tick": 1757, + "vertices": 576, + "wall_ms": 6.807652 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1758, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.587008, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.198593, + "renderer_cpu_ms": 3.184857, + "renderer_readback_cpu_ms": 0.473504, + "simulation_ms": 1.750872, + "snapshot_ms": 1.869487, + "texture_count": 1, + "tick": 1758, + "vertices": 576, + "wall_ms": 6.833229 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1759, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.586976, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.77822, + "renderer_cpu_ms": 2.76753, + "renderer_readback_cpu_ms": 0.462122, + "simulation_ms": 1.835753, + "snapshot_ms": 1.941151, + "texture_count": 1, + "tick": 1759, + "vertices": 576, + "wall_ms": 6.567849 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1760, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.587776, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.93183, + "renderer_cpu_ms": 2.919607, + "renderer_readback_cpu_ms": 0.411026, + "simulation_ms": 1.670972, + "snapshot_ms": 1.865028, + "texture_count": 1, + "tick": 1760, + "vertices": 576, + "wall_ms": 6.480374 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1761, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.58736, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.712757, + "renderer_cpu_ms": 2.70373, + "renderer_readback_cpu_ms": 0.433948, + "simulation_ms": 1.815204, + "snapshot_ms": 1.932936, + "texture_count": 1, + "tick": 1761, + "vertices": 576, + "wall_ms": 6.475655 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1762, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.587264, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.738355, + "renderer_cpu_ms": 2.725851, + "renderer_readback_cpu_ms": 0.42933, + "simulation_ms": 1.812438, + "snapshot_ms": 1.898953, + "texture_count": 1, + "tick": 1762, + "vertices": 576, + "wall_ms": 6.46254 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1763, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.58832, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.667442, + "renderer_cpu_ms": 2.655168, + "renderer_readback_cpu_ms": 0.448396, + "simulation_ms": 1.735213, + "snapshot_ms": 1.893191, + "texture_count": 1, + "tick": 1763, + "vertices": 576, + "wall_ms": 6.309281 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1764, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.585664, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.696446, + "renderer_cpu_ms": 2.686999, + "renderer_readback_cpu_ms": 0.474315, + "simulation_ms": 1.683155, + "snapshot_ms": 1.837386, + "texture_count": 1, + "tick": 1764, + "vertices": 576, + "wall_ms": 6.231023 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1765, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.58736, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.761118, + "renderer_cpu_ms": 2.748474, + "renderer_readback_cpu_ms": 0.488591, + "simulation_ms": 1.801869, + "snapshot_ms": 1.927245, + "texture_count": 1, + "tick": 1765, + "vertices": 576, + "wall_ms": 6.503998 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1766, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.587328, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.826742, + "renderer_cpu_ms": 2.816823, + "renderer_readback_cpu_ms": 0.487569, + "simulation_ms": 1.842716, + "snapshot_ms": 1.884886, + "texture_count": 1, + "tick": 1766, + "vertices": 576, + "wall_ms": 6.567999 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1767, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.587872, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.063549, + "renderer_cpu_ms": 3.054782, + "renderer_readback_cpu_ms": 0.468274, + "simulation_ms": 1.816046, + "snapshot_ms": 1.931764, + "texture_count": 1, + "tick": 1767, + "vertices": 576, + "wall_ms": 6.826707 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1768, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.5872, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.774784, + "renderer_cpu_ms": 2.765286, + "renderer_readback_cpu_ms": 0.445921, + "simulation_ms": 1.865409, + "snapshot_ms": 1.805676, + "texture_count": 1, + "tick": 1768, + "vertices": 576, + "wall_ms": 6.459805 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1769, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.587296, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.153678, + "renderer_cpu_ms": 3.141596, + "renderer_readback_cpu_ms": 0.465709, + "simulation_ms": 1.805325, + "snapshot_ms": 1.952062, + "texture_count": 1, + "tick": 1769, + "vertices": 576, + "wall_ms": 6.929501 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1770, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.587296, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.924547, + "renderer_cpu_ms": 2.913977, + "renderer_readback_cpu_ms": 0.465889, + "simulation_ms": 1.794125, + "snapshot_ms": 1.929289, + "texture_count": 1, + "tick": 1770, + "vertices": 576, + "wall_ms": 6.662898 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1771, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.58688, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.839256, + "renderer_cpu_ms": 2.828866, + "renderer_readback_cpu_ms": 0.445541, + "simulation_ms": 1.834441, + "snapshot_ms": 1.926203, + "texture_count": 1, + "tick": 1771, + "vertices": 576, + "wall_ms": 6.618104 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1772, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.587008, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.193444, + "renderer_cpu_ms": 3.182543, + "renderer_readback_cpu_ms": 0.447664, + "simulation_ms": 1.861842, + "snapshot_ms": 1.945079, + "texture_count": 1, + "tick": 1772, + "vertices": 576, + "wall_ms": 7.020102 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1773, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.587072, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.15425, + "renderer_cpu_ms": 3.142738, + "renderer_readback_cpu_ms": 0.443176, + "simulation_ms": 1.803713, + "snapshot_ms": 1.831695, + "texture_count": 1, + "tick": 1773, + "vertices": 576, + "wall_ms": 6.803834 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1774, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.609728, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.690325, + "renderer_cpu_ms": 2.68235, + "renderer_readback_cpu_ms": 0.412138, + "simulation_ms": 1.745412, + "snapshot_ms": 1.737868, + "texture_count": 1, + "tick": 1774, + "vertices": 576, + "wall_ms": 6.193092 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1775, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.5872, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.59727, + "renderer_cpu_ms": 2.587872, + "renderer_readback_cpu_ms": 0.395035, + "simulation_ms": 1.676913, + "snapshot_ms": 1.698925, + "texture_count": 1, + "tick": 1775, + "vertices": 576, + "wall_ms": 5.985591 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1776, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.587776, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.701175, + "renderer_cpu_ms": 2.692689, + "renderer_readback_cpu_ms": 0.453786, + "simulation_ms": 1.727879, + "snapshot_ms": 1.763246, + "texture_count": 1, + "tick": 1776, + "vertices": 576, + "wall_ms": 6.205355 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1777, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588512, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.631123, + "renderer_cpu_ms": 2.620273, + "renderer_readback_cpu_ms": 0.438697, + "simulation_ms": 1.740733, + "snapshot_ms": 1.782453, + "texture_count": 1, + "tick": 1777, + "vertices": 576, + "wall_ms": 6.166482 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1778, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.587616, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.755317, + "renderer_cpu_ms": 2.743716, + "renderer_readback_cpu_ms": 0.406356, + "simulation_ms": 1.829631, + "snapshot_ms": 1.929279, + "texture_count": 1, + "tick": 1778, + "vertices": 576, + "wall_ms": 6.539255 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1779, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588064, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.790193, + "renderer_cpu_ms": 2.780064, + "renderer_readback_cpu_ms": 0.472811, + "simulation_ms": 1.799755, + "snapshot_ms": 1.923659, + "texture_count": 1, + "tick": 1779, + "vertices": 576, + "wall_ms": 6.527533 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1780, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588224, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.702267, + "renderer_cpu_ms": 2.69317, + "renderer_readback_cpu_ms": 0.414832, + "simulation_ms": 1.799024, + "snapshot_ms": 1.90886, + "texture_count": 1, + "tick": 1780, + "vertices": 576, + "wall_ms": 6.423957 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1781, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588896, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.775796, + "renderer_cpu_ms": 2.765767, + "renderer_readback_cpu_ms": 0.464406, + "simulation_ms": 1.647878, + "snapshot_ms": 1.796799, + "texture_count": 1, + "tick": 1781, + "vertices": 576, + "wall_ms": 6.232607 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1782, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.58768, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.692479, + "renderer_cpu_ms": 2.684454, + "renderer_readback_cpu_ms": 0.459898, + "simulation_ms": 1.794004, + "snapshot_ms": 1.899473, + "texture_count": 1, + "tick": 1782, + "vertices": 576, + "wall_ms": 6.39878 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1783, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.587264, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.865756, + "renderer_cpu_ms": 2.852351, + "renderer_readback_cpu_ms": 0.48232, + "simulation_ms": 1.799004, + "snapshot_ms": 1.896968, + "texture_count": 1, + "tick": 1783, + "vertices": 576, + "wall_ms": 6.57342 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1784, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.587904, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.908226, + "renderer_cpu_ms": 2.895602, + "renderer_readback_cpu_ms": 0.459316, + "simulation_ms": 1.849469, + "snapshot_ms": 2.058082, + "texture_count": 1, + "tick": 1784, + "vertices": 576, + "wall_ms": 6.829823 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1785, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.587968, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.83644, + "renderer_cpu_ms": 2.823466, + "renderer_readback_cpu_ms": 0.427487, + "simulation_ms": 1.88716, + "snapshot_ms": 2.058262, + "texture_count": 1, + "tick": 1785, + "vertices": 576, + "wall_ms": 6.797182 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1786, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.596544, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.901994, + "renderer_cpu_ms": 2.891204, + "renderer_readback_cpu_ms": 0.447134, + "simulation_ms": 1.974334, + "snapshot_ms": 2.054125, + "texture_count": 1, + "tick": 1786, + "vertices": 576, + "wall_ms": 6.942987 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1787, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.592192, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.758052, + "renderer_cpu_ms": 2.746741, + "renderer_readback_cpu_ms": 0.441814, + "simulation_ms": 1.901056, + "snapshot_ms": 1.992759, + "texture_count": 1, + "tick": 1787, + "vertices": 576, + "wall_ms": 6.666204 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1788, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.60768, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.845697, + "renderer_cpu_ms": 2.8358, + "renderer_readback_cpu_ms": 0.432055, + "simulation_ms": 1.973512, + "snapshot_ms": 2.049947, + "texture_count": 1, + "tick": 1788, + "vertices": 576, + "wall_ms": 6.883093 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1789, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.593696, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.883569, + "renderer_cpu_ms": 2.871717, + "renderer_readback_cpu_ms": 0.431595, + "simulation_ms": 1.91347, + "snapshot_ms": 1.928417, + "texture_count": 1, + "tick": 1789, + "vertices": 576, + "wall_ms": 6.73797 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1790, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.594272, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.884621, + "renderer_cpu_ms": 2.870795, + "renderer_readback_cpu_ms": 0.423158, + "simulation_ms": 1.974204, + "snapshot_ms": 2.055177, + "texture_count": 1, + "tick": 1790, + "vertices": 576, + "wall_ms": 6.929321 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1791, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.594176, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.869933, + "renderer_cpu_ms": 2.858692, + "renderer_readback_cpu_ms": 0.432906, + "simulation_ms": 1.88188, + "snapshot_ms": 2.023166, + "texture_count": 1, + "tick": 1791, + "vertices": 576, + "wall_ms": 6.789176 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1792, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588096, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.007473, + "renderer_cpu_ms": 2.992415, + "renderer_readback_cpu_ms": 0.562791, + "simulation_ms": 1.97237, + "snapshot_ms": 2.048394, + "texture_count": 1, + "tick": 1792, + "vertices": 576, + "wall_ms": 7.042425 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1793, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.60656, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.410157, + "renderer_cpu_ms": 2.399947, + "renderer_readback_cpu_ms": 0.442194, + "simulation_ms": 1.594298, + "snapshot_ms": 1.630395, + "texture_count": 1, + "tick": 1793, + "vertices": 576, + "wall_ms": 5.65124 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1794, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588352, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.570338, + "renderer_cpu_ms": 2.558756, + "renderer_readback_cpu_ms": 0.472391, + "simulation_ms": 1.559912, + "snapshot_ms": 1.639503, + "texture_count": 1, + "tick": 1794, + "vertices": 576, + "wall_ms": 5.782006 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1795, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.591392, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.449, + "renderer_cpu_ms": 2.439722, + "renderer_readback_cpu_ms": 0.399634, + "simulation_ms": 1.561515, + "snapshot_ms": 1.671413, + "texture_count": 1, + "tick": 1795, + "vertices": 576, + "wall_ms": 5.694702 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1796, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.587456, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.463096, + "renderer_cpu_ms": 2.452937, + "renderer_readback_cpu_ms": 0.389675, + "simulation_ms": 1.569981, + "snapshot_ms": 1.696, + "texture_count": 1, + "tick": 1796, + "vertices": 576, + "wall_ms": 5.742572 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1797, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.587616, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.482633, + "renderer_cpu_ms": 2.473225, + "renderer_readback_cpu_ms": 0.385858, + "simulation_ms": 1.566384, + "snapshot_ms": 1.682695, + "texture_count": 1, + "tick": 1797, + "vertices": 576, + "wall_ms": 5.745839 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1798, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.587424, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.551744, + "renderer_cpu_ms": 2.540823, + "renderer_readback_cpu_ms": 0.415794, + "simulation_ms": 1.5849, + "snapshot_ms": 1.726366, + "texture_count": 1, + "tick": 1798, + "vertices": 576, + "wall_ms": 5.875083 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1799, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.587296, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.6348, + "renderer_cpu_ms": 2.623639, + "renderer_readback_cpu_ms": 0.424511, + "simulation_ms": 1.569701, + "snapshot_ms": 1.646326, + "texture_count": 1, + "tick": 1799, + "vertices": 576, + "wall_ms": 5.865795 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1800, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.597792, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.82051, + "renderer_cpu_ms": 2.807346, + "renderer_readback_cpu_ms": 0.501566, + "simulation_ms": 1.592173, + "snapshot_ms": 1.671393, + "texture_count": 1, + "tick": 1800, + "vertices": 576, + "wall_ms": 6.096479 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1801, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.587392, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.737464, + "renderer_cpu_ms": 2.723377, + "renderer_readback_cpu_ms": 0.496757, + "simulation_ms": 1.667024, + "snapshot_ms": 1.63262, + "texture_count": 1, + "tick": 1801, + "vertices": 576, + "wall_ms": 6.051786 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1802, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.587616, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.723107, + "renderer_cpu_ms": 2.711655, + "renderer_readback_cpu_ms": 0.438417, + "simulation_ms": 1.628923, + "snapshot_ms": 1.661925, + "texture_count": 1, + "tick": 1802, + "vertices": 576, + "wall_ms": 6.029233 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1803, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.587872, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.503442, + "renderer_cpu_ms": 2.491239, + "renderer_readback_cpu_ms": 0.394955, + "simulation_ms": 1.633071, + "snapshot_ms": 1.642799, + "texture_count": 1, + "tick": 1803, + "vertices": 576, + "wall_ms": 5.795692 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1804, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.586752, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.529421, + "renderer_cpu_ms": 2.519132, + "renderer_readback_cpu_ms": 0.46125, + "simulation_ms": 1.614756, + "snapshot_ms": 1.638281, + "texture_count": 1, + "tick": 1804, + "vertices": 576, + "wall_ms": 5.79436 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1805, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.58704, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.574436, + "renderer_cpu_ms": 2.565088, + "renderer_readback_cpu_ms": 0.404132, + "simulation_ms": 1.57446, + "snapshot_ms": 1.690378, + "texture_count": 1, + "tick": 1805, + "vertices": 576, + "wall_ms": 5.850957 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1806, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.593952, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.703379, + "renderer_cpu_ms": 2.69335, + "renderer_readback_cpu_ms": 0.387471, + "simulation_ms": 1.586663, + "snapshot_ms": 1.695548, + "texture_count": 1, + "tick": 1806, + "vertices": 576, + "wall_ms": 5.998264 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1807, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.58672, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.65035, + "renderer_cpu_ms": 2.640811, + "renderer_readback_cpu_ms": 0.481789, + "simulation_ms": 1.584249, + "snapshot_ms": 1.64889, + "texture_count": 1, + "tick": 1807, + "vertices": 576, + "wall_ms": 5.899609 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1808, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.598656, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.628348, + "renderer_cpu_ms": 2.614973, + "renderer_readback_cpu_ms": 0.422417, + "simulation_ms": 1.553079, + "snapshot_ms": 1.652237, + "texture_count": 1, + "tick": 1808, + "vertices": 576, + "wall_ms": 5.846278 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1809, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.58656, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.554739, + "renderer_cpu_ms": 2.543348, + "renderer_readback_cpu_ms": 0.459687, + "simulation_ms": 1.645213, + "snapshot_ms": 1.656515, + "texture_count": 1, + "tick": 1809, + "vertices": 576, + "wall_ms": 5.869952 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1810, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.58752, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.525243, + "renderer_cpu_ms": 2.51246, + "renderer_readback_cpu_ms": 0.378584, + "simulation_ms": 1.602914, + "snapshot_ms": 1.661414, + "texture_count": 1, + "tick": 1810, + "vertices": 576, + "wall_ms": 5.804148 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1811, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.591936, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.601527, + "renderer_cpu_ms": 2.590085, + "renderer_readback_cpu_ms": 0.438738, + "simulation_ms": 1.840922, + "snapshot_ms": 1.660944, + "texture_count": 1, + "tick": 1811, + "vertices": 576, + "wall_ms": 6.117349 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1812, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.587808, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.805952, + "renderer_cpu_ms": 2.789723, + "renderer_readback_cpu_ms": 0.585013, + "simulation_ms": 1.585029, + "snapshot_ms": 1.656174, + "texture_count": 1, + "tick": 1812, + "vertices": 576, + "wall_ms": 6.060662 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1813, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.587872, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.474047, + "renderer_cpu_ms": 2.465351, + "renderer_readback_cpu_ms": 0.39191, + "simulation_ms": 1.587144, + "snapshot_ms": 1.706589, + "texture_count": 1, + "tick": 1813, + "vertices": 576, + "wall_ms": 5.782738 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1814, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588192, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.542086, + "renderer_cpu_ms": 2.533389, + "renderer_readback_cpu_ms": 0.442795, + "simulation_ms": 1.571294, + "snapshot_ms": 1.676903, + "texture_count": 1, + "tick": 1814, + "vertices": 576, + "wall_ms": 5.802736 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1815, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588192, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.808117, + "renderer_cpu_ms": 2.798829, + "renderer_readback_cpu_ms": 0.439279, + "simulation_ms": 1.5795, + "snapshot_ms": 1.660712, + "texture_count": 1, + "tick": 1815, + "vertices": 576, + "wall_ms": 6.060372 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1816, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.596096, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.527848, + "renderer_cpu_ms": 2.518941, + "renderer_readback_cpu_ms": 0.415735, + "simulation_ms": 1.554622, + "snapshot_ms": 1.628362, + "texture_count": 1, + "tick": 1816, + "vertices": 576, + "wall_ms": 5.723256 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1817, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.587264, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.501949, + "renderer_cpu_ms": 2.494174, + "renderer_readback_cpu_ms": 0.456131, + "simulation_ms": 1.564361, + "snapshot_ms": 1.62234, + "texture_count": 1, + "tick": 1817, + "vertices": 576, + "wall_ms": 5.700994 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1818, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.587968, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.4442, + "renderer_cpu_ms": 2.436886, + "renderer_readback_cpu_ms": 0.413771, + "simulation_ms": 1.569441, + "snapshot_ms": 1.628592, + "texture_count": 1, + "tick": 1818, + "vertices": 576, + "wall_ms": 5.654295 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1819, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.587136, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.503934, + "renderer_cpu_ms": 2.496519, + "renderer_readback_cpu_ms": 0.427546, + "simulation_ms": 1.566034, + "snapshot_ms": 1.613523, + "texture_count": 1, + "tick": 1819, + "vertices": 576, + "wall_ms": 5.695925 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1820, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.602112, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.476772, + "renderer_cpu_ms": 2.468657, + "renderer_readback_cpu_ms": 0.412618, + "simulation_ms": 1.560623, + "snapshot_ms": 1.667266, + "texture_count": 1, + "tick": 1820, + "vertices": 576, + "wall_ms": 5.716964 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1821, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.587392, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.532356, + "renderer_cpu_ms": 2.520214, + "renderer_readback_cpu_ms": 0.439699, + "simulation_ms": 1.55364, + "snapshot_ms": 1.631708, + "texture_count": 1, + "tick": 1821, + "vertices": 576, + "wall_ms": 5.730269 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1822, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.587008, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.567092, + "renderer_cpu_ms": 2.556683, + "renderer_readback_cpu_ms": 0.416035, + "simulation_ms": 1.562998, + "snapshot_ms": 1.625697, + "texture_count": 1, + "tick": 1822, + "vertices": 576, + "wall_ms": 5.77332 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1823, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.587712, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.294825, + "renderer_cpu_ms": 3.27623, + "renderer_readback_cpu_ms": 0.626101, + "simulation_ms": 1.553079, + "snapshot_ms": 1.784506, + "texture_count": 1, + "tick": 1823, + "vertices": 576, + "wall_ms": 6.645716 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1824, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.589152, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.607358, + "renderer_cpu_ms": 2.596437, + "renderer_readback_cpu_ms": 0.438578, + "simulation_ms": 1.779387, + "snapshot_ms": 1.640725, + "texture_count": 1, + "tick": 1824, + "vertices": 576, + "wall_ms": 6.045974 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1825, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.586272, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.601417, + "renderer_cpu_ms": 2.589655, + "renderer_readback_cpu_ms": 0.47723, + "simulation_ms": 1.594037, + "snapshot_ms": 1.630165, + "texture_count": 1, + "tick": 1825, + "vertices": 576, + "wall_ms": 5.838844 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1826, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.586816, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.049082, + "renderer_cpu_ms": 3.035386, + "renderer_readback_cpu_ms": 0.485866, + "simulation_ms": 1.60638, + "snapshot_ms": 1.830894, + "texture_count": 1, + "tick": 1826, + "vertices": 576, + "wall_ms": 6.500251 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1827, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.58736, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.694993, + "renderer_cpu_ms": 2.67713, + "renderer_readback_cpu_ms": 0.519349, + "simulation_ms": 1.5753219999999999, + "snapshot_ms": 1.641646, + "texture_count": 1, + "tick": 1827, + "vertices": 576, + "wall_ms": 5.928693 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1828, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588672, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.465762, + "renderer_cpu_ms": 2.454971, + "renderer_readback_cpu_ms": 0.393252, + "simulation_ms": 1.780759, + "snapshot_ms": 1.673247, + "texture_count": 1, + "tick": 1828, + "vertices": 576, + "wall_ms": 5.935026 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1829, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.587232, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.611727, + "renderer_cpu_ms": 2.600866, + "renderer_readback_cpu_ms": 0.387811, + "simulation_ms": 1.686912, + "snapshot_ms": 1.672425, + "texture_count": 1, + "tick": 1829, + "vertices": 576, + "wall_ms": 5.98487 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1830, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.587168, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.573524, + "renderer_cpu_ms": 2.563655, + "renderer_readback_cpu_ms": 0.382632, + "simulation_ms": 1.573748, + "snapshot_ms": 1.649201, + "texture_count": 1, + "tick": 1830, + "vertices": 576, + "wall_ms": 5.810551 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1831, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.587744, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.680146, + "renderer_cpu_ms": 2.667301, + "renderer_readback_cpu_ms": 0.451962, + "simulation_ms": 1.567056, + "snapshot_ms": 1.665031, + "texture_count": 1, + "tick": 1831, + "vertices": 576, + "wall_ms": 5.925046 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1832, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.587808, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.649618, + "renderer_cpu_ms": 2.636293, + "renderer_readback_cpu_ms": 0.427767, + "simulation_ms": 1.572587, + "snapshot_ms": 1.64372, + "texture_count": 1, + "tick": 1832, + "vertices": 576, + "wall_ms": 5.881404 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1833, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.59568, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.642915, + "renderer_cpu_ms": 2.630161, + "renderer_readback_cpu_ms": 0.425413, + "simulation_ms": 1.589157, + "snapshot_ms": 1.645564, + "texture_count": 1, + "tick": 1833, + "vertices": 576, + "wall_ms": 5.893697 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1834, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.587616, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.914097, + "renderer_cpu_ms": 2.903306, + "renderer_readback_cpu_ms": 0.439689, + "simulation_ms": 1.617381, + "snapshot_ms": 1.659621, + "texture_count": 1, + "tick": 1834, + "vertices": 576, + "wall_ms": 6.205696 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1835, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.587712, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.469408, + "renderer_cpu_ms": 2.461463, + "renderer_readback_cpu_ms": 0.40794, + "simulation_ms": 1.585771, + "snapshot_ms": 1.648359, + "texture_count": 1, + "tick": 1835, + "vertices": 576, + "wall_ms": 5.717374 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1836, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.592064, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.569397, + "renderer_cpu_ms": 2.557825, + "renderer_readback_cpu_ms": 0.417748, + "simulation_ms": 1.592163, + "snapshot_ms": 1.668167, + "texture_count": 1, + "tick": 1836, + "vertices": 576, + "wall_ms": 5.842271 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1837, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.587264, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.548828, + "renderer_cpu_ms": 2.539841, + "renderer_readback_cpu_ms": 0.410574, + "simulation_ms": 1.629063, + "snapshot_ms": 1.651625, + "texture_count": 1, + "tick": 1837, + "vertices": 576, + "wall_ms": 5.843733 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1838, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.587872, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.511978, + "renderer_cpu_ms": 2.503623, + "renderer_readback_cpu_ms": 0.430071, + "simulation_ms": 1.576183, + "snapshot_ms": 1.624044, + "texture_count": 1, + "tick": 1838, + "vertices": 576, + "wall_ms": 5.723947 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1839, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.587648, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.548618, + "renderer_cpu_ms": 2.538789, + "renderer_readback_cpu_ms": 0.415143, + "simulation_ms": 1.601541, + "snapshot_ms": 1.663798, + "texture_count": 1, + "tick": 1839, + "vertices": 576, + "wall_ms": 5.824547 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1840, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.618816, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.617818, + "renderer_cpu_ms": 2.610073, + "renderer_readback_cpu_ms": 0.455519, + "simulation_ms": 1.555805, + "snapshot_ms": 1.628011, + "texture_count": 1, + "tick": 1840, + "vertices": 576, + "wall_ms": 5.81559 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1841, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.586624, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.531716, + "renderer_cpu_ms": 2.522258, + "renderer_readback_cpu_ms": 0.43985, + "simulation_ms": 1.552137, + "snapshot_ms": 1.642028, + "texture_count": 1, + "tick": 1841, + "vertices": 576, + "wall_ms": 5.737072 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1842, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.586432, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.039424, + "renderer_cpu_ms": 3.031048, + "renderer_readback_cpu_ms": 0.452053, + "simulation_ms": 1.559442, + "snapshot_ms": 1.624454, + "texture_count": 1, + "tick": 1842, + "vertices": 576, + "wall_ms": 6.245391 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1843, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.586944, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.58741, + "renderer_cpu_ms": 2.578083, + "renderer_readback_cpu_ms": 0.383654, + "simulation_ms": 1.852134, + "snapshot_ms": 1.663819, + "texture_count": 1, + "tick": 1843, + "vertices": 576, + "wall_ms": 6.116137 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1844, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.590624, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.543979, + "renderer_cpu_ms": 2.534651, + "renderer_readback_cpu_ms": 0.419441, + "simulation_ms": 1.591733, + "snapshot_ms": 1.62226, + "texture_count": 1, + "tick": 1844, + "vertices": 576, + "wall_ms": 5.770585 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1845, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.58784, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.636393, + "renderer_cpu_ms": 2.628067, + "renderer_readback_cpu_ms": 0.415514, + "simulation_ms": 1.592113, + "snapshot_ms": 1.615598, + "texture_count": 1, + "tick": 1845, + "vertices": 576, + "wall_ms": 5.856327 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1846, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.58816, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.611536, + "renderer_cpu_ms": 2.603461, + "renderer_readback_cpu_ms": 0.42427, + "simulation_ms": 1.607813, + "snapshot_ms": 1.614636, + "texture_count": 1, + "tick": 1846, + "vertices": 576, + "wall_ms": 5.844996 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1847, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.587456, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.934485, + "renderer_cpu_ms": 2.923284, + "renderer_readback_cpu_ms": 0.400836, + "simulation_ms": 1.554823, + "snapshot_ms": 1.628041, + "texture_count": 1, + "tick": 1847, + "vertices": 576, + "wall_ms": 6.12846 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1848, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.587776, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.616596, + "renderer_cpu_ms": 2.605795, + "renderer_readback_cpu_ms": 0.406176, + "simulation_ms": 1.575202, + "snapshot_ms": 1.641877, + "texture_count": 1, + "tick": 1848, + "vertices": 576, + "wall_ms": 5.864693 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1849, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.587072, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.542787, + "renderer_cpu_ms": 2.531866, + "renderer_readback_cpu_ms": 0.395937, + "simulation_ms": 1.582645, + "snapshot_ms": 1.686281, + "texture_count": 1, + "tick": 1849, + "vertices": 576, + "wall_ms": 5.825309 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1850, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.587456, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.654708, + "renderer_cpu_ms": 2.645169, + "renderer_readback_cpu_ms": 0.481788, + "simulation_ms": 1.563119, + "snapshot_ms": 1.624314, + "texture_count": 1, + "tick": 1850, + "vertices": 576, + "wall_ms": 5.855456 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1851, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.587136, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.556622, + "renderer_cpu_ms": 2.547696, + "renderer_readback_cpu_ms": 0.388924, + "simulation_ms": 1.561495, + "snapshot_ms": 1.636016, + "texture_count": 1, + "tick": 1851, + "vertices": 576, + "wall_ms": 5.767289 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1852, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.587616, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.513241, + "renderer_cpu_ms": 2.504895, + "renderer_readback_cpu_ms": 0.385056, + "simulation_ms": 1.559432, + "snapshot_ms": 1.631888, + "texture_count": 1, + "tick": 1852, + "vertices": 576, + "wall_ms": 5.716653 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1853, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.59104, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.539541, + "renderer_cpu_ms": 2.529081, + "renderer_readback_cpu_ms": 0.378954, + "simulation_ms": 1.620587, + "snapshot_ms": 1.630105, + "texture_count": 1, + "tick": 1853, + "vertices": 576, + "wall_ms": 5.802926 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1854, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.5872, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.651151, + "renderer_cpu_ms": 2.641012, + "renderer_readback_cpu_ms": 0.426946, + "simulation_ms": 1.578187, + "snapshot_ms": 1.653589, + "texture_count": 1, + "tick": 1854, + "vertices": 576, + "wall_ms": 5.896081 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1855, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.58704, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.669385, + "renderer_cpu_ms": 2.660268, + "renderer_readback_cpu_ms": 0.456712, + "simulation_ms": 1.562427, + "snapshot_ms": 1.636216, + "texture_count": 1, + "tick": 1855, + "vertices": 576, + "wall_ms": 5.891192 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1856, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.59376, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.508081, + "renderer_cpu_ms": 2.500006, + "renderer_readback_cpu_ms": 0.438708, + "simulation_ms": 1.549132, + "snapshot_ms": 1.628943, + "texture_count": 1, + "tick": 1856, + "vertices": 576, + "wall_ms": 5.699081 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1857, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.587168, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.506408, + "renderer_cpu_ms": 2.498262, + "renderer_readback_cpu_ms": 0.438097, + "simulation_ms": 1.62179, + "snapshot_ms": 1.621929, + "texture_count": 1, + "tick": 1857, + "vertices": 576, + "wall_ms": 5.761428 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1858, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.587072, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.520504, + "renderer_cpu_ms": 2.51286, + "renderer_readback_cpu_ms": 0.398522, + "simulation_ms": 1.565954, + "snapshot_ms": 1.628432, + "texture_count": 1, + "tick": 1858, + "vertices": 576, + "wall_ms": 5.726892 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1859, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.589888, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.606126, + "renderer_cpu_ms": 2.598311, + "renderer_readback_cpu_ms": 0.420202, + "simulation_ms": 1.572055, + "snapshot_ms": 1.616199, + "texture_count": 1, + "tick": 1859, + "vertices": 576, + "wall_ms": 5.804349 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1860, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.61424, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.527708, + "renderer_cpu_ms": 2.519663, + "renderer_readback_cpu_ms": 0.388833, + "simulation_ms": 1.562027, + "snapshot_ms": 1.771451, + "texture_count": 1, + "tick": 1860, + "vertices": 576, + "wall_ms": 5.872066 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1861, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588224, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.623158, + "renderer_cpu_ms": 2.614923, + "renderer_readback_cpu_ms": 0.42973, + "simulation_ms": 1.574851, + "snapshot_ms": 1.673857, + "texture_count": 1, + "tick": 1861, + "vertices": 576, + "wall_ms": 5.88426 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1862, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.58864, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.60816, + "renderer_cpu_ms": 2.593802, + "renderer_readback_cpu_ms": 0.446512, + "simulation_ms": 1.56437, + "snapshot_ms": 1.629093, + "texture_count": 1, + "tick": 1862, + "vertices": 576, + "wall_ms": 5.813345 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1863, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.594784, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.511167, + "renderer_cpu_ms": 2.503903, + "renderer_readback_cpu_ms": 0.421615, + "simulation_ms": 1.574269, + "snapshot_ms": 1.623673, + "texture_count": 1, + "tick": 1863, + "vertices": 576, + "wall_ms": 5.720571 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1864, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.587648, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.582361, + "renderer_cpu_ms": 2.573434, + "renderer_readback_cpu_ms": 0.428107, + "simulation_ms": 1.572025, + "snapshot_ms": 1.625416, + "texture_count": 1, + "tick": 1864, + "vertices": 576, + "wall_ms": 5.795702 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1865, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.587424, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.540061, + "renderer_cpu_ms": 2.531576, + "renderer_readback_cpu_ms": 0.411687, + "simulation_ms": 1.576213, + "snapshot_ms": 1.617721, + "texture_count": 1, + "tick": 1865, + "vertices": 576, + "wall_ms": 5.745017 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1866, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.591968, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.598301, + "renderer_cpu_ms": 2.589475, + "renderer_readback_cpu_ms": 0.427235, + "simulation_ms": 1.620317, + "snapshot_ms": 1.61701, + "texture_count": 1, + "tick": 1866, + "vertices": 576, + "wall_ms": 5.846799 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1867, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.597312, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.527588, + "renderer_cpu_ms": 2.519442, + "renderer_readback_cpu_ms": 0.414572, + "simulation_ms": 1.564812, + "snapshot_ms": 1.619355, + "texture_count": 1, + "tick": 1867, + "vertices": 576, + "wall_ms": 5.722765 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1868, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588864, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.808328, + "renderer_cpu_ms": 2.79919, + "renderer_readback_cpu_ms": 0.41347, + "simulation_ms": 1.564, + "snapshot_ms": 1.632149, + "texture_count": 1, + "tick": 1868, + "vertices": 576, + "wall_ms": 6.015548 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1869, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.587776, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.577573, + "renderer_cpu_ms": 2.568605, + "renderer_readback_cpu_ms": 0.383674, + "simulation_ms": 1.598646, + "snapshot_ms": 1.619895, + "texture_count": 1, + "tick": 1869, + "vertices": 576, + "wall_ms": 5.806794 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1870, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.594784, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.631924, + "renderer_cpu_ms": 2.622286, + "renderer_readback_cpu_ms": 0.416075, + "simulation_ms": 1.578898, + "snapshot_ms": 1.618283, + "texture_count": 1, + "tick": 1870, + "vertices": 576, + "wall_ms": 5.842571 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1871, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.587712, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.621165, + "renderer_cpu_ms": 2.610655, + "renderer_readback_cpu_ms": 0.411887, + "simulation_ms": 1.597473, + "snapshot_ms": 1.625656, + "texture_count": 1, + "tick": 1871, + "vertices": 576, + "wall_ms": 5.856387 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1872, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.58736, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.801544, + "renderer_cpu_ms": 2.790274, + "renderer_readback_cpu_ms": 0.410414, + "simulation_ms": 1.573979, + "snapshot_ms": 1.640224, + "texture_count": 1, + "tick": 1872, + "vertices": 576, + "wall_ms": 6.028842 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1873, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.58688, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.528299, + "renderer_cpu_ms": 2.519492, + "renderer_readback_cpu_ms": 0.373494, + "simulation_ms": 1.59587, + "snapshot_ms": 1.654321, + "texture_count": 1, + "tick": 1873, + "vertices": 576, + "wall_ms": 5.793047 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1874, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.586528, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.529862, + "renderer_cpu_ms": 2.521506, + "renderer_readback_cpu_ms": 0.407689, + "simulation_ms": 1.58551, + "snapshot_ms": 1.627059, + "texture_count": 1, + "tick": 1874, + "vertices": 576, + "wall_ms": 5.756298 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1875, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.594144, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.573274, + "renderer_cpu_ms": 2.564858, + "renderer_readback_cpu_ms": 0.407629, + "simulation_ms": 1.595239, + "snapshot_ms": 1.660823, + "texture_count": 1, + "tick": 1875, + "vertices": 576, + "wall_ms": 5.841278 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1876, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.587424, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.611055, + "renderer_cpu_ms": 2.601206, + "renderer_readback_cpu_ms": 0.460759, + "simulation_ms": 1.561145, + "snapshot_ms": 1.628572, + "texture_count": 1, + "tick": 1876, + "vertices": 576, + "wall_ms": 5.811402 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1877, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.587712, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.711495, + "renderer_cpu_ms": 2.70358, + "renderer_readback_cpu_ms": 0.448066, + "simulation_ms": 1.576704, + "snapshot_ms": 1.627189, + "texture_count": 1, + "tick": 1877, + "vertices": 576, + "wall_ms": 5.934114 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1878, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.597472, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.641553, + "renderer_cpu_ms": 2.62953, + "renderer_readback_cpu_ms": 0.447895, + "simulation_ms": 1.617552, + "snapshot_ms": 1.660101, + "texture_count": 1, + "tick": 1878, + "vertices": 576, + "wall_ms": 5.930737 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1879, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588288, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.579897, + "renderer_cpu_ms": 2.571631, + "renderer_readback_cpu_ms": 0.444588, + "simulation_ms": 1.584429, + "snapshot_ms": 1.67522, + "texture_count": 1, + "tick": 1879, + "vertices": 576, + "wall_ms": 5.851358 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1880, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.5872, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.511598, + "renderer_cpu_ms": 2.503572, + "renderer_readback_cpu_ms": 0.403361, + "simulation_ms": 1.558239, + "snapshot_ms": 1.628302, + "texture_count": 1, + "tick": 1880, + "vertices": 576, + "wall_ms": 5.709811 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1881, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.590688, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.530864, + "renderer_cpu_ms": 2.521516, + "renderer_readback_cpu_ms": 0.417527, + "simulation_ms": 1.584028, + "snapshot_ms": 1.626808, + "texture_count": 1, + "tick": 1881, + "vertices": 576, + "wall_ms": 5.753042 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1882, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.587328, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.575258, + "renderer_cpu_ms": 2.566942, + "renderer_readback_cpu_ms": 0.45084, + "simulation_ms": 1.566074, + "snapshot_ms": 1.628362, + "texture_count": 1, + "tick": 1882, + "vertices": 576, + "wall_ms": 5.781646 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1883, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.587712, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.513471, + "renderer_cpu_ms": 2.504625, + "renderer_readback_cpu_ms": 0.428669, + "simulation_ms": 1.567808, + "snapshot_ms": 1.636436, + "texture_count": 1, + "tick": 1883, + "vertices": 576, + "wall_ms": 5.728997 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1884, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.587552, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.584725, + "renderer_cpu_ms": 2.57655, + "renderer_readback_cpu_ms": 0.427877, + "simulation_ms": 1.57461, + "snapshot_ms": 1.625045, + "texture_count": 1, + "tick": 1884, + "vertices": 576, + "wall_ms": 5.795472 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1885, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.591488, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.592681, + "renderer_cpu_ms": 2.583613, + "renderer_readback_cpu_ms": 0.437365, + "simulation_ms": 1.595349, + "snapshot_ms": 1.65407, + "texture_count": 1, + "tick": 1885, + "vertices": 576, + "wall_ms": 5.853402 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1886, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.587968, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.727094, + "renderer_cpu_ms": 2.715973, + "renderer_readback_cpu_ms": 0.404262, + "simulation_ms": 1.918089, + "snapshot_ms": 1.888953, + "texture_count": 1, + "tick": 1886, + "vertices": 576, + "wall_ms": 6.553902 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1887, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.587456, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.786015, + "renderer_cpu_ms": 2.774223, + "renderer_readback_cpu_ms": 0.470578, + "simulation_ms": 1.576674, + "snapshot_ms": 1.621579, + "texture_count": 1, + "tick": 1887, + "vertices": 576, + "wall_ms": 5.997002 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1888, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.586816, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.092193, + "renderer_cpu_ms": 3.081162, + "renderer_readback_cpu_ms": 0.503911, + "simulation_ms": 1.566094, + "snapshot_ms": 1.636537, + "texture_count": 1, + "tick": 1888, + "vertices": 576, + "wall_ms": 6.309592 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1889, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.587104, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.527988, + "renderer_cpu_ms": 2.517469, + "renderer_readback_cpu_ms": 0.39265099999999997, + "simulation_ms": 1.556927, + "snapshot_ms": 1.626358, + "texture_count": 1, + "tick": 1889, + "vertices": 576, + "wall_ms": 5.724147 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1890, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.586624, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.624921, + "renderer_cpu_ms": 2.615363, + "renderer_readback_cpu_ms": 0.474014, + "simulation_ms": 1.561205, + "snapshot_ms": 1.627791, + "texture_count": 1, + "tick": 1890, + "vertices": 576, + "wall_ms": 5.827883 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1891, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.595008, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.631554, + "renderer_cpu_ms": 2.620864, + "renderer_readback_cpu_ms": 0.400055, + "simulation_ms": 1.55837, + "snapshot_ms": 1.633892, + "texture_count": 1, + "tick": 1891, + "vertices": 576, + "wall_ms": 5.83687 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1892, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.587584, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.688762, + "renderer_cpu_ms": 2.677491, + "renderer_readback_cpu_ms": 0.508178, + "simulation_ms": 1.554893, + "snapshot_ms": 1.636657, + "texture_count": 1, + "tick": 1892, + "vertices": 576, + "wall_ms": 5.892715 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1893, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.586624, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.660348, + "renderer_cpu_ms": 2.648746, + "renderer_readback_cpu_ms": 0.446332, + "simulation_ms": 1.557037, + "snapshot_ms": 1.652527, + "texture_count": 1, + "tick": 1893, + "vertices": 576, + "wall_ms": 5.883398 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1894, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.59968, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.708119, + "renderer_cpu_ms": 2.697549, + "renderer_readback_cpu_ms": 0.411366, + "simulation_ms": 1.634844, + "snapshot_ms": 1.734001, + "texture_count": 1, + "tick": 1894, + "vertices": 576, + "wall_ms": 6.090499 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1895, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.58752, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.862239, + "renderer_cpu_ms": 2.848844, + "renderer_readback_cpu_ms": 0.530851, + "simulation_ms": 1.57421, + "snapshot_ms": 1.617581, + "texture_count": 1, + "tick": 1895, + "vertices": 576, + "wall_ms": 6.067896 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1896, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.587872, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.784943, + "renderer_cpu_ms": 2.773732, + "renderer_readback_cpu_ms": 0.436152, + "simulation_ms": 1.577165, + "snapshot_ms": 1.646756, + "texture_count": 1, + "tick": 1896, + "vertices": 576, + "wall_ms": 6.023743 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1897, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.58752, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.570008, + "renderer_cpu_ms": 2.559357, + "renderer_readback_cpu_ms": 0.374957, + "simulation_ms": 1.569881, + "snapshot_ms": 1.686481, + "texture_count": 1, + "tick": 1897, + "vertices": 576, + "wall_ms": 5.842441 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1898, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.5904, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.578083, + "renderer_cpu_ms": 2.566632, + "renderer_readback_cpu_ms": 0.406286, + "simulation_ms": 1.589118, + "snapshot_ms": 1.633832, + "texture_count": 1, + "tick": 1898, + "vertices": 576, + "wall_ms": 5.814929 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1899, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.587648, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.62433, + "renderer_cpu_ms": 2.612889, + "renderer_readback_cpu_ms": 0.434079, + "simulation_ms": 1.615898, + "snapshot_ms": 1.625817, + "texture_count": 1, + "tick": 1899, + "vertices": 576, + "wall_ms": 5.882446 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1900, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.587968, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.709101, + "renderer_cpu_ms": 2.698049, + "renderer_readback_cpu_ms": 0.494873, + "simulation_ms": 1.561806, + "snapshot_ms": 1.626408, + "texture_count": 1, + "tick": 1900, + "vertices": 576, + "wall_ms": 5.911151 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1901, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.587168, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.732274, + "renderer_cpu_ms": 2.71963, + "renderer_readback_cpu_ms": 0.503499, + "simulation_ms": 1.564982, + "snapshot_ms": 1.650143, + "texture_count": 1, + "tick": 1901, + "vertices": 576, + "wall_ms": 5.961235 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1902, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.586976, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.705724, + "renderer_cpu_ms": 2.693391, + "renderer_readback_cpu_ms": 0.431574, + "simulation_ms": 1.563289, + "snapshot_ms": 1.623703, + "texture_count": 1, + "tick": 1902, + "vertices": 576, + "wall_ms": 5.906641 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1903, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.587456, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.658966, + "renderer_cpu_ms": 2.648275, + "renderer_readback_cpu_ms": 0.410234, + "simulation_ms": 1.583066, + "snapshot_ms": 1.625777, + "texture_count": 1, + "tick": 1903, + "vertices": 576, + "wall_ms": 5.883579 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1904, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.729609, + "renderer_cpu_ms": 2.717636, + "renderer_readback_cpu_ms": 0.468864, + "simulation_ms": 1.600279, + "snapshot_ms": 1.620086, + "texture_count": 1, + "tick": 1904, + "vertices": 576, + "wall_ms": 5.96376 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1905, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.587392, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.660178, + "renderer_cpu_ms": 2.64527, + "renderer_readback_cpu_ms": 0.417647, + "simulation_ms": 1.594748, + "snapshot_ms": 1.618804, + "texture_count": 1, + "tick": 1905, + "vertices": 576, + "wall_ms": 5.896844 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1906, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.589664, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.606647, + "renderer_cpu_ms": 2.593202, + "renderer_readback_cpu_ms": 0.428418, + "simulation_ms": 1.583537, + "snapshot_ms": 1.655543, + "texture_count": 1, + "tick": 1906, + "vertices": 576, + "wall_ms": 5.859983 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1907, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.587488, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.690786, + "renderer_cpu_ms": 2.678713, + "renderer_readback_cpu_ms": 0.414061, + "simulation_ms": 1.575773, + "snapshot_ms": 1.632229, + "texture_count": 1, + "tick": 1907, + "vertices": 576, + "wall_ms": 5.912704 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1908, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.595488, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.67191, + "renderer_cpu_ms": 2.660609, + "renderer_readback_cpu_ms": 0.433097, + "simulation_ms": 1.592654, + "snapshot_ms": 1.651676, + "texture_count": 1, + "tick": 1908, + "vertices": 576, + "wall_ms": 5.929906 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1909, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588224, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.617237, + "renderer_cpu_ms": 2.605364, + "renderer_readback_cpu_ms": 0.397089, + "simulation_ms": 1.595169, + "snapshot_ms": 1.635355, + "texture_count": 1, + "tick": 1909, + "vertices": 576, + "wall_ms": 5.86349 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1910, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.601696, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.657373, + "renderer_cpu_ms": 2.644358, + "renderer_readback_cpu_ms": 0.412718, + "simulation_ms": 1.557227, + "snapshot_ms": 1.629524, + "texture_count": 1, + "tick": 1910, + "vertices": 576, + "wall_ms": 5.859393 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1911, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.587168, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.58712, + "renderer_cpu_ms": 2.575288, + "renderer_readback_cpu_ms": 0.40328, + "simulation_ms": 1.565463, + "snapshot_ms": 1.716257, + "texture_count": 1, + "tick": 1911, + "vertices": 576, + "wall_ms": 5.884871 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1912, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.587392, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.603321, + "renderer_cpu_ms": 2.591919, + "renderer_readback_cpu_ms": 0.433929, + "simulation_ms": 1.607432, + "snapshot_ms": 1.640525, + "texture_count": 1, + "tick": 1912, + "vertices": 576, + "wall_ms": 5.867458 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1913, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.589408, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.595656, + "renderer_cpu_ms": 2.583945, + "renderer_readback_cpu_ms": 0.406106, + "simulation_ms": 1.571795, + "snapshot_ms": 1.629985, + "texture_count": 1, + "tick": 1913, + "vertices": 576, + "wall_ms": 5.811623 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1914, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.591776, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.651141, + "renderer_cpu_ms": 2.640351, + "renderer_readback_cpu_ms": 0.419351, + "simulation_ms": 1.57983, + "snapshot_ms": 1.641807, + "texture_count": 1, + "tick": 1914, + "vertices": 576, + "wall_ms": 5.887044 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1915, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.589664, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.633227, + "renderer_cpu_ms": 2.622397, + "renderer_readback_cpu_ms": 0.399143, + "simulation_ms": 1.62249, + "snapshot_ms": 1.626959, + "texture_count": 1, + "tick": 1915, + "vertices": 576, + "wall_ms": 5.895991 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1916, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.591584, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.957679, + "renderer_cpu_ms": 2.946778, + "renderer_readback_cpu_ms": 0.420373, + "simulation_ms": 1.603064, + "snapshot_ms": 1.634162, + "texture_count": 1, + "tick": 1916, + "vertices": 576, + "wall_ms": 6.208901 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1917, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588928, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.679575, + "renderer_cpu_ms": 2.668203, + "renderer_readback_cpu_ms": 0.468684, + "simulation_ms": 1.676944, + "snapshot_ms": 1.779977, + "texture_count": 1, + "tick": 1917, + "vertices": 576, + "wall_ms": 6.149189 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1918, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.58848, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.637556, + "renderer_cpu_ms": 2.627386, + "renderer_readback_cpu_ms": 0.433858, + "simulation_ms": 1.566855, + "snapshot_ms": 1.624264, + "texture_count": 1, + "tick": 1918, + "vertices": 576, + "wall_ms": 5.84212 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1919, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.592832, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.574637, + "renderer_cpu_ms": 2.563345, + "renderer_readback_cpu_ms": 0.39263, + "simulation_ms": 1.610578, + "snapshot_ms": 1.646796, + "texture_count": 1, + "tick": 1919, + "vertices": 576, + "wall_ms": 5.846338 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1920, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588896, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.672662, + "renderer_cpu_ms": 2.66168, + "renderer_readback_cpu_ms": 0.436413, + "simulation_ms": 1.562177, + "snapshot_ms": 1.743188, + "texture_count": 1, + "tick": 1920, + "vertices": 576, + "wall_ms": 5.991552 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1921, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588928, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.823366, + "renderer_cpu_ms": 2.81498, + "renderer_readback_cpu_ms": 0.460889, + "simulation_ms": 1.623101, + "snapshot_ms": 1.652117, + "texture_count": 1, + "tick": 1921, + "vertices": 576, + "wall_ms": 6.111629 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1922, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588416, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.565098, + "renderer_cpu_ms": 2.556562, + "renderer_readback_cpu_ms": 0.41318, + "simulation_ms": 1.555724, + "snapshot_ms": 1.613895, + "texture_count": 1, + "tick": 1922, + "vertices": 576, + "wall_ms": 5.745317 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1923, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.58848, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.482693, + "renderer_cpu_ms": 2.474428, + "renderer_readback_cpu_ms": 0.432876, + "simulation_ms": 1.554242, + "snapshot_ms": 1.621699, + "texture_count": 1, + "tick": 1923, + "vertices": 576, + "wall_ms": 5.669925 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1924, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.595648, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.626554, + "renderer_cpu_ms": 2.61877, + "renderer_readback_cpu_ms": 0.426335, + "simulation_ms": 1.550666, + "snapshot_ms": 1.683735, + "texture_count": 1, + "tick": 1924, + "vertices": 576, + "wall_ms": 5.873489 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1925, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588576, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.569387, + "renderer_cpu_ms": 2.56058, + "renderer_readback_cpu_ms": 0.481739, + "simulation_ms": 1.618764, + "snapshot_ms": 1.622019, + "texture_count": 1, + "tick": 1925, + "vertices": 576, + "wall_ms": 5.820469 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1926, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588096, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.137307, + "renderer_cpu_ms": 3.123592, + "renderer_readback_cpu_ms": 0.573622, + "simulation_ms": 1.581313, + "snapshot_ms": 1.859006, + "texture_count": 1, + "tick": 1926, + "vertices": 576, + "wall_ms": 6.592084 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1927, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588608, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.692389, + "renderer_cpu_ms": 2.680556, + "renderer_readback_cpu_ms": 0.393192, + "simulation_ms": 1.646415, + "snapshot_ms": 1.656966, + "texture_count": 1, + "tick": 1927, + "vertices": 576, + "wall_ms": 6.009847 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1928, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588256, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.631905, + "renderer_cpu_ms": 2.620633, + "renderer_readback_cpu_ms": 0.437766, + "simulation_ms": 1.5901, + "snapshot_ms": 1.658919, + "texture_count": 1, + "tick": 1928, + "vertices": 576, + "wall_ms": 5.894118 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1929, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588704, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.678973, + "renderer_cpu_ms": 2.668153, + "renderer_readback_cpu_ms": 0.485797, + "simulation_ms": 1.560714, + "snapshot_ms": 1.653649, + "texture_count": 1, + "tick": 1929, + "vertices": 576, + "wall_ms": 5.906141 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1930, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588928, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.959052, + "renderer_cpu_ms": 2.948542, + "renderer_readback_cpu_ms": 0.398532, + "simulation_ms": 1.573759, + "snapshot_ms": 1.660031, + "texture_count": 1, + "tick": 1930, + "vertices": 576, + "wall_ms": 6.206177 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1931, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.58816, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.500045, + "renderer_cpu_ms": 2.489186, + "renderer_readback_cpu_ms": 0.380347, + "simulation_ms": 1.571665, + "snapshot_ms": 1.638731, + "texture_count": 1, + "tick": 1931, + "vertices": 576, + "wall_ms": 5.724157 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1932, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588992, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.750358, + "renderer_cpu_ms": 2.739558, + "renderer_readback_cpu_ms": 0.390377, + "simulation_ms": 1.631818, + "snapshot_ms": 1.650183, + "texture_count": 1, + "tick": 1932, + "vertices": 576, + "wall_ms": 6.045223 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1933, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.596, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.568846, + "renderer_cpu_ms": 2.559498, + "renderer_readback_cpu_ms": 0.391839, + "simulation_ms": 1.581283, + "snapshot_ms": 1.627159, + "texture_count": 1, + "tick": 1933, + "vertices": 576, + "wall_ms": 5.789782 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1934, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588544, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.693802, + "renderer_cpu_ms": 2.681889, + "renderer_readback_cpu_ms": 0.443186, + "simulation_ms": 1.55351, + "snapshot_ms": 1.624975, + "texture_count": 1, + "tick": 1934, + "vertices": 576, + "wall_ms": 5.884891 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1935, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588928, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.654578, + "renderer_cpu_ms": 2.644308, + "renderer_readback_cpu_ms": 0.433668, + "simulation_ms": 1.566514, + "snapshot_ms": 1.753288, + "texture_count": 1, + "tick": 1935, + "vertices": 576, + "wall_ms": 5.989949 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1936, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.605184, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.574135, + "renderer_cpu_ms": 2.565379, + "renderer_readback_cpu_ms": 0.42941, + "simulation_ms": 1.559201, + "snapshot_ms": 1.628312, + "texture_count": 1, + "tick": 1936, + "vertices": 576, + "wall_ms": 5.773941 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1937, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.589024, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.513882, + "renderer_cpu_ms": 2.506318, + "renderer_readback_cpu_ms": 0.45593, + "simulation_ms": 1.554632, + "snapshot_ms": 1.624755, + "texture_count": 1, + "tick": 1937, + "vertices": 576, + "wall_ms": 5.70465 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1938, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588352, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.445283, + "renderer_cpu_ms": 2.437348, + "renderer_readback_cpu_ms": 0.395256, + "simulation_ms": 1.578207, + "snapshot_ms": 1.637559, + "texture_count": 1, + "tick": 1938, + "vertices": 576, + "wall_ms": 5.672881 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1939, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.59152, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.434683, + "renderer_cpu_ms": 2.426607, + "renderer_readback_cpu_ms": 0.428108, + "simulation_ms": 1.547189, + "snapshot_ms": 1.640845, + "texture_count": 1, + "tick": 1939, + "vertices": 576, + "wall_ms": 5.635461 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1940, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.597248, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.497761, + "renderer_cpu_ms": 2.490077, + "renderer_readback_cpu_ms": 0.435963, + "simulation_ms": 1.577626, + "snapshot_ms": 1.621078, + "texture_count": 1, + "tick": 1940, + "vertices": 576, + "wall_ms": 5.707456 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1941, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.587968, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.525383, + "renderer_cpu_ms": 2.516648, + "renderer_readback_cpu_ms": 0.438057, + "simulation_ms": 1.573549, + "snapshot_ms": 1.612702, + "texture_count": 1, + "tick": 1941, + "vertices": 576, + "wall_ms": 5.723075 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1942, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.62208, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.605164, + "renderer_cpu_ms": 2.5972, + "renderer_readback_cpu_ms": 0.420544, + "simulation_ms": 1.568599, + "snapshot_ms": 1.617181, + "texture_count": 1, + "tick": 1942, + "vertices": 576, + "wall_ms": 5.801964 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1943, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.58816, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.50729, + "renderer_cpu_ms": 2.498923, + "renderer_readback_cpu_ms": 0.441894, + "simulation_ms": 1.56344, + "snapshot_ms": 1.642588, + "texture_count": 1, + "tick": 1943, + "vertices": 576, + "wall_ms": 5.724579 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1944, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.587264, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.761379, + "renderer_cpu_ms": 2.751039, + "renderer_readback_cpu_ms": 0.485235, + "simulation_ms": 1.559551, + "snapshot_ms": 1.634103, + "texture_count": 1, + "tick": 1944, + "vertices": 576, + "wall_ms": 5.966074 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1945, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.587776, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.522438, + "renderer_cpu_ms": 2.514152, + "renderer_readback_cpu_ms": 0.407499, + "simulation_ms": 1.602533, + "snapshot_ms": 1.617872, + "texture_count": 1, + "tick": 1945, + "vertices": 576, + "wall_ms": 5.754435 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1946, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588416, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.001291, + "renderer_cpu_ms": 2.98458, + "renderer_readback_cpu_ms": 0.591265, + "simulation_ms": 1.672565, + "snapshot_ms": 2.022295, + "texture_count": 1, + "tick": 1946, + "vertices": 576, + "wall_ms": 6.707883 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1947, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588864, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.540572, + "renderer_cpu_ms": 2.52874, + "renderer_readback_cpu_ms": 0.430642, + "simulation_ms": 2.002057, + "snapshot_ms": 1.689076, + "texture_count": 1, + "tick": 1947, + "vertices": 576, + "wall_ms": 6.248627 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1948, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.587776, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.850347, + "renderer_cpu_ms": 2.839056, + "renderer_readback_cpu_ms": 0.422026, + "simulation_ms": 1.567987, + "snapshot_ms": 1.648079, + "texture_count": 1, + "tick": 1948, + "vertices": 576, + "wall_ms": 6.081632 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1949, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.60864, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.609202, + "renderer_cpu_ms": 2.598822, + "renderer_readback_cpu_ms": 0.38734, + "simulation_ms": 1.672214, + "snapshot_ms": 1.715436, + "texture_count": 1, + "tick": 1949, + "vertices": 576, + "wall_ms": 6.011219 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1950, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588448, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.486661, + "renderer_cpu_ms": 2.477714, + "renderer_readback_cpu_ms": 0.435011, + "simulation_ms": 1.600509, + "snapshot_ms": 1.646847, + "texture_count": 1, + "tick": 1950, + "vertices": 576, + "wall_ms": 5.747682 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1951, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588352, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.526346, + "renderer_cpu_ms": 2.516958, + "renderer_readback_cpu_ms": 0.426434, + "simulation_ms": 1.573458, + "snapshot_ms": 1.636898, + "texture_count": 1, + "tick": 1951, + "vertices": 576, + "wall_ms": 5.748303 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1952, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588448, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.606908, + "renderer_cpu_ms": 2.598602, + "renderer_readback_cpu_ms": 0.478844, + "simulation_ms": 1.589649, + "snapshot_ms": 1.670691, + "texture_count": 1, + "tick": 1952, + "vertices": 576, + "wall_ms": 5.879511 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1953, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588256, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.54495, + "renderer_cpu_ms": 2.536685, + "renderer_readback_cpu_ms": 0.469937, + "simulation_ms": 1.600429, + "snapshot_ms": 1.644723, + "texture_count": 1, + "tick": 1953, + "vertices": 576, + "wall_ms": 5.801503 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1954, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588288, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.52347, + "renderer_cpu_ms": 2.514403, + "renderer_readback_cpu_ms": 0.459998, + "simulation_ms": 1.562267, + "snapshot_ms": 1.644502, + "texture_count": 1, + "tick": 1954, + "vertices": 576, + "wall_ms": 5.743614 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1955, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.591008, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.521446, + "renderer_cpu_ms": 2.509694, + "renderer_readback_cpu_ms": 0.414421, + "simulation_ms": 1.568749, + "snapshot_ms": 1.671202, + "texture_count": 1, + "tick": 1955, + "vertices": 576, + "wall_ms": 5.773511 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1956, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588416, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.073237, + "renderer_cpu_ms": 3.061916, + "renderer_readback_cpu_ms": 0.414882, + "simulation_ms": 1.565974, + "snapshot_ms": 1.995534, + "texture_count": 1, + "tick": 1956, + "vertices": 576, + "wall_ms": 6.648852 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1957, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.594816, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.484216, + "renderer_cpu_ms": 2.47576, + "renderer_readback_cpu_ms": 0.395656, + "simulation_ms": 1.562037, + "snapshot_ms": 1.641937, + "texture_count": 1, + "tick": 1957, + "vertices": 576, + "wall_ms": 5.700783 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1958, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.58848, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.438971, + "renderer_cpu_ms": 2.429743, + "renderer_readback_cpu_ms": 0.406287, + "simulation_ms": 1.572276, + "snapshot_ms": 1.633371, + "texture_count": 1, + "tick": 1958, + "vertices": 576, + "wall_ms": 5.6563 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1959, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588064, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.602709, + "renderer_cpu_ms": 2.593232, + "renderer_readback_cpu_ms": 0.399574, + "simulation_ms": 1.578007, + "snapshot_ms": 1.636437, + "texture_count": 1, + "tick": 1959, + "vertices": 576, + "wall_ms": 5.829887 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1960, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.587744, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.561993, + "renderer_cpu_ms": 2.552084, + "renderer_readback_cpu_ms": 0.405846, + "simulation_ms": 1.619545, + "snapshot_ms": 1.673086, + "texture_count": 1, + "tick": 1960, + "vertices": 576, + "wall_ms": 5.867428 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1961, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.587264, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.538137, + "renderer_cpu_ms": 2.52868, + "renderer_readback_cpu_ms": 0.443937, + "simulation_ms": 1.584258, + "snapshot_ms": 1.648951, + "texture_count": 1, + "tick": 1961, + "vertices": 576, + "wall_ms": 5.785313 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1962, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588608, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.493443, + "renderer_cpu_ms": 2.483265, + "renderer_readback_cpu_ms": 0.417237, + "simulation_ms": 1.594277, + "snapshot_ms": 1.656184, + "texture_count": 1, + "tick": 1962, + "vertices": 576, + "wall_ms": 5.756498 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1963, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.59296, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.7709259999999998, + "renderer_cpu_ms": 2.759035, + "renderer_readback_cpu_ms": 0.46121, + "simulation_ms": 1.601762, + "snapshot_ms": 1.705757, + "texture_count": 1, + "tick": 1963, + "vertices": 576, + "wall_ms": 6.090829 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1964, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588992, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.723687, + "renderer_cpu_ms": 2.712877, + "renderer_readback_cpu_ms": 0.452013, + "simulation_ms": 1.5956, + "snapshot_ms": 1.689126, + "texture_count": 1, + "tick": 1964, + "vertices": 576, + "wall_ms": 6.02281 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1965, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.58816, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.198994, + "renderer_cpu_ms": 3.187212, + "renderer_readback_cpu_ms": 0.468484, + "simulation_ms": 1.600719, + "snapshot_ms": 2.033075, + "texture_count": 1, + "tick": 1965, + "vertices": 576, + "wall_ms": 6.846505 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1966, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.60816, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.549239, + "renderer_cpu_ms": 2.539691, + "renderer_readback_cpu_ms": 0.425172, + "simulation_ms": 1.570352, + "snapshot_ms": 1.657016, + "texture_count": 1, + "tick": 1966, + "vertices": 576, + "wall_ms": 5.791485 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1967, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588512, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.628578, + "renderer_cpu_ms": 2.618299, + "renderer_readback_cpu_ms": 0.428228, + "simulation_ms": 1.571845, + "snapshot_ms": 1.658668, + "texture_count": 1, + "tick": 1967, + "vertices": 576, + "wall_ms": 5.871646 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1968, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.587872, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.591358, + "renderer_cpu_ms": 2.581199, + "renderer_readback_cpu_ms": 0.424901, + "simulation_ms": 1.575793, + "snapshot_ms": 1.645393, + "texture_count": 1, + "tick": 1968, + "vertices": 576, + "wall_ms": 5.824918 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1969, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588704, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.573354, + "renderer_cpu_ms": 2.563976, + "renderer_readback_cpu_ms": 0.449768, + "simulation_ms": 1.563429, + "snapshot_ms": 1.670581, + "texture_count": 1, + "tick": 1969, + "vertices": 576, + "wall_ms": 5.819988 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1970, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588064, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.625322, + "renderer_cpu_ms": 2.615033, + "renderer_readback_cpu_ms": 0.478262, + "simulation_ms": 1.590531, + "snapshot_ms": 1.638951, + "texture_count": 1, + "tick": 1970, + "vertices": 576, + "wall_ms": 5.867487 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1971, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.5888, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.544039, + "renderer_cpu_ms": 2.534851, + "renderer_readback_cpu_ms": 0.420503, + "simulation_ms": 1.56379, + "snapshot_ms": 1.672595, + "texture_count": 1, + "tick": 1971, + "vertices": 576, + "wall_ms": 5.792847 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1972, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.592736, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.791826, + "renderer_cpu_ms": 2.780986, + "renderer_readback_cpu_ms": 0.434149, + "simulation_ms": 1.571695, + "snapshot_ms": 1.638591, + "texture_count": 1, + "tick": 1972, + "vertices": 576, + "wall_ms": 6.014906 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1973, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.587808, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.601497, + "renderer_cpu_ms": 2.592521, + "renderer_readback_cpu_ms": 0.42414, + "simulation_ms": 1.677153, + "snapshot_ms": 1.624074, + "texture_count": 1, + "tick": 1973, + "vertices": 576, + "wall_ms": 5.918053 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1974, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.58864, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.614682, + "renderer_cpu_ms": 2.604233, + "renderer_readback_cpu_ms": 0.462924, + "simulation_ms": 1.575291, + "snapshot_ms": 1.655523, + "texture_count": 1, + "tick": 1974, + "vertices": 576, + "wall_ms": 5.85772 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1975, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.58848, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.788029, + "renderer_cpu_ms": 2.778842, + "renderer_readback_cpu_ms": 0.426384, + "simulation_ms": 1.589278, + "snapshot_ms": 1.631958, + "texture_count": 1, + "tick": 1975, + "vertices": 576, + "wall_ms": 6.023131 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1976, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.596288, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.627457, + "renderer_cpu_ms": 2.617327, + "renderer_readback_cpu_ms": 0.425142, + "simulation_ms": 1.600148, + "snapshot_ms": 1.651475, + "texture_count": 1, + "tick": 1976, + "vertices": 576, + "wall_ms": 5.891143 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1977, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.587616, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.611276, + "renderer_cpu_ms": 2.601567, + "renderer_readback_cpu_ms": 0.43983, + "simulation_ms": 1.588436, + "snapshot_ms": 1.653129, + "texture_count": 1, + "tick": 1977, + "vertices": 576, + "wall_ms": 5.865134 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1978, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.587744, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.537636, + "renderer_cpu_ms": 2.526687, + "renderer_readback_cpu_ms": 0.422267, + "simulation_ms": 1.59565, + "snapshot_ms": 1.634072, + "texture_count": 1, + "tick": 1978, + "vertices": 576, + "wall_ms": 5.779532 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1979, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.587776, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.508271, + "renderer_cpu_ms": 2.498533, + "renderer_readback_cpu_ms": 0.389084, + "simulation_ms": 1.587564, + "snapshot_ms": 1.650614, + "texture_count": 1, + "tick": 1979, + "vertices": 576, + "wall_ms": 5.758542 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1980, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.5888, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.769564, + "renderer_cpu_ms": 2.759936, + "renderer_readback_cpu_ms": 0.40824, + "simulation_ms": 1.614125, + "snapshot_ms": 1.642178, + "texture_count": 1, + "tick": 1980, + "vertices": 576, + "wall_ms": 6.03864 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1981, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.589088, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.561091, + "renderer_cpu_ms": 2.551402, + "renderer_readback_cpu_ms": 0.379837, + "simulation_ms": 1.577356, + "snapshot_ms": 1.673006, + "texture_count": 1, + "tick": 1981, + "vertices": 576, + "wall_ms": 5.824206 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1982, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588096, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.817184, + "renderer_cpu_ms": 2.807906, + "renderer_readback_cpu_ms": 0.399193, + "simulation_ms": 1.747616, + "snapshot_ms": 2.273779, + "texture_count": 1, + "tick": 1982, + "vertices": 576, + "wall_ms": 6.851444 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1983, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588608, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.55005, + "renderer_cpu_ms": 2.540281, + "renderer_readback_cpu_ms": 0.428809, + "simulation_ms": 1.560474, + "snapshot_ms": 1.650523, + "texture_count": 1, + "tick": 1983, + "vertices": 576, + "wall_ms": 5.774132 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1984, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588384, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.623869, + "renderer_cpu_ms": 2.600435, + "renderer_readback_cpu_ms": 0.429119, + "simulation_ms": 1.564581, + "snapshot_ms": 1.670651, + "texture_count": 1, + "tick": 1984, + "vertices": 576, + "wall_ms": 5.872507 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1985, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.597952, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.669996, + "renderer_cpu_ms": 2.660939, + "renderer_readback_cpu_ms": 0.482851, + "simulation_ms": 1.560433, + "snapshot_ms": 1.635626, + "texture_count": 1, + "tick": 1985, + "vertices": 576, + "wall_ms": 5.87922 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1986, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588064, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.622898, + "renderer_cpu_ms": 2.61372, + "renderer_readback_cpu_ms": 0.459227, + "simulation_ms": 1.545465, + "snapshot_ms": 1.624895, + "texture_count": 1, + "tick": 1986, + "vertices": 576, + "wall_ms": 5.805882 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1987, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588288, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.715222, + "renderer_cpu_ms": 2.705373, + "renderer_readback_cpu_ms": 0.449138, + "simulation_ms": 1.583046, + "snapshot_ms": 1.633712, + "texture_count": 1, + "tick": 1987, + "vertices": 576, + "wall_ms": 5.944704 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1988, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.58816, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.565549, + "renderer_cpu_ms": 2.555882, + "renderer_readback_cpu_ms": 0.427356, + "simulation_ms": 1.652858, + "snapshot_ms": 1.622902, + "texture_count": 1, + "tick": 1988, + "vertices": 576, + "wall_ms": 5.855285 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1989, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.587936, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.977136, + "renderer_cpu_ms": 2.966556, + "renderer_readback_cpu_ms": 0.469946, + "simulation_ms": 1.557258, + "snapshot_ms": 1.631938, + "texture_count": 1, + "tick": 1989, + "vertices": 576, + "wall_ms": 6.178915 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1990, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.592544, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.396827, + "renderer_cpu_ms": 3.384014, + "renderer_readback_cpu_ms": 0.480055, + "simulation_ms": 1.575351, + "snapshot_ms": 2.131421, + "texture_count": 1, + "tick": 1990, + "vertices": 576, + "wall_ms": 7.119379 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1991, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.589536, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.88946, + "renderer_cpu_ms": 2.877568, + "renderer_readback_cpu_ms": 0.452914, + "simulation_ms": 1.632429, + "snapshot_ms": 1.757696, + "texture_count": 1, + "tick": 1991, + "vertices": 576, + "wall_ms": 6.294192 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1992, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588704, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.769204, + "renderer_cpu_ms": 2.757181, + "renderer_readback_cpu_ms": 0.499242, + "simulation_ms": 1.687463, + "snapshot_ms": 1.800456, + "texture_count": 1, + "tick": 1992, + "vertices": 576, + "wall_ms": 6.272032 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1993, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.59152, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.737794, + "renderer_cpu_ms": 2.726924, + "renderer_readback_cpu_ms": 0.456771, + "simulation_ms": 1.626448, + "snapshot_ms": 1.695499, + "texture_count": 1, + "tick": 1993, + "vertices": 576, + "wall_ms": 6.074307 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1994, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.58752, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.67748, + "renderer_cpu_ms": 2.66654, + "renderer_readback_cpu_ms": 0.467512, + "simulation_ms": 1.596231, + "snapshot_ms": 1.645945, + "texture_count": 1, + "tick": 1994, + "vertices": 576, + "wall_ms": 5.933833 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1995, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.587616, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.655639, + "renderer_cpu_ms": 2.647103, + "renderer_readback_cpu_ms": 0.462202, + "simulation_ms": 1.608274, + "snapshot_ms": 1.649651, + "texture_count": 1, + "tick": 1995, + "vertices": 576, + "wall_ms": 5.92718 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1996, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.594016, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.63459, + "renderer_cpu_ms": 2.626133, + "renderer_readback_cpu_ms": 0.444849, + "simulation_ms": 1.592333, + "snapshot_ms": 1.617842, + "texture_count": 1, + "tick": 1996, + "vertices": 576, + "wall_ms": 5.857689 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1997, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.636453, + "renderer_cpu_ms": 2.627136, + "renderer_readback_cpu_ms": 0.464877, + "simulation_ms": 1.584549, + "snapshot_ms": 1.66459, + "texture_count": 1, + "tick": 1997, + "vertices": 576, + "wall_ms": 5.897915 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1998, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588928, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.664446, + "renderer_cpu_ms": 2.65597, + "renderer_readback_cpu_ms": 0.426674, + "simulation_ms": 1.620237, + "snapshot_ms": 1.683826, + "texture_count": 1, + "tick": 1998, + "vertices": 576, + "wall_ms": 5.980972 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1999, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.58816, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.554618, + "renderer_cpu_ms": 2.545442, + "renderer_readback_cpu_ms": 0.41352, + "simulation_ms": 1.636497, + "snapshot_ms": 1.697242, + "texture_count": 1, + "tick": 1999, + "vertices": 576, + "wall_ms": 5.903045 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2000, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.59232, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.779163, + "renderer_cpu_ms": 2.769875, + "renderer_readback_cpu_ms": 0.42954, + "simulation_ms": 1.588647, + "snapshot_ms": 1.716458, + "texture_count": 1, + "tick": 2000, + "vertices": 576, + "wall_ms": 6.097162 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2001, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.5888, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.524913, + "renderer_cpu_ms": 2.516927, + "renderer_readback_cpu_ms": 0.432746, + "simulation_ms": 1.561496, + "snapshot_ms": 1.686912, + "texture_count": 1, + "tick": 2001, + "vertices": 576, + "wall_ms": 5.784792 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2002, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588512, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.476922, + "renderer_cpu_ms": 2.468837, + "renderer_readback_cpu_ms": 0.438016, + "simulation_ms": 1.596441, + "snapshot_ms": 1.687633, + "texture_count": 1, + "tick": 2002, + "vertices": 576, + "wall_ms": 5.772719 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2003, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.587776, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.495908, + "renderer_cpu_ms": 2.487923, + "renderer_readback_cpu_ms": 0.401808, + "simulation_ms": 1.584258, + "snapshot_ms": 1.721567, + "texture_count": 1, + "tick": 2003, + "vertices": 576, + "wall_ms": 5.813376 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2004, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.590144, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.535443, + "renderer_cpu_ms": 2.527457, + "renderer_readback_cpu_ms": 0.431143, + "simulation_ms": 1.597413, + "snapshot_ms": 1.638391, + "texture_count": 1, + "tick": 2004, + "vertices": 576, + "wall_ms": 5.784682 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2005, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.58832, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.583032, + "renderer_cpu_ms": 2.574466, + "renderer_readback_cpu_ms": 0.461129, + "simulation_ms": 1.608094, + "snapshot_ms": 1.625426, + "texture_count": 1, + "tick": 2005, + "vertices": 576, + "wall_ms": 5.828173 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2006, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588288, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.908968, + "renderer_cpu_ms": 2.89475, + "renderer_readback_cpu_ms": 0.514671, + "simulation_ms": 1.673467, + "snapshot_ms": 1.64912, + "texture_count": 1, + "tick": 2006, + "vertices": 576, + "wall_ms": 6.243247 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2007, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.587424, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.617678, + "renderer_cpu_ms": 2.606417, + "renderer_readback_cpu_ms": 0.392571, + "simulation_ms": 1.566004, + "snapshot_ms": 1.673877, + "texture_count": 1, + "tick": 2007, + "vertices": 576, + "wall_ms": 5.871345 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2008, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.593248, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.749185, + "renderer_cpu_ms": 2.739196, + "renderer_readback_cpu_ms": 0.420673, + "simulation_ms": 1.614685, + "snapshot_ms": 1.719674, + "texture_count": 1, + "tick": 2008, + "vertices": 576, + "wall_ms": 6.097532 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2009, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588064, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.506048, + "renderer_cpu_ms": 2.497802, + "renderer_readback_cpu_ms": 0.4086, + "simulation_ms": 1.720916, + "snapshot_ms": 1.713362, + "texture_count": 1, + "tick": 2009, + "vertices": 576, + "wall_ms": 5.95306 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2010, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588128, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.603991, + "renderer_cpu_ms": 2.596097, + "renderer_readback_cpu_ms": 0.436163, + "simulation_ms": 1.654741, + "snapshot_ms": 1.647718, + "texture_count": 1, + "tick": 2010, + "vertices": 576, + "wall_ms": 5.918173 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2011, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.592672, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.537557, + "renderer_cpu_ms": 2.52903, + "renderer_readback_cpu_ms": 0.455469, + "simulation_ms": 1.584679, + "snapshot_ms": 1.705277, + "texture_count": 1, + "tick": 2011, + "vertices": 576, + "wall_ms": 5.839906 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2012, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.598976, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.500477, + "renderer_cpu_ms": 2.492161, + "renderer_readback_cpu_ms": 0.41878, + "simulation_ms": 1.628672, + "snapshot_ms": 1.666664, + "texture_count": 1, + "tick": 2012, + "vertices": 576, + "wall_ms": 5.822574 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2013, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.589376, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.462585, + "renderer_cpu_ms": 2.45452, + "renderer_readback_cpu_ms": 0.421626, + "simulation_ms": 1.610017, + "snapshot_ms": 1.701579, + "texture_count": 1, + "tick": 2013, + "vertices": 576, + "wall_ms": 5.798919 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2014, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.589216, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.532617, + "renderer_cpu_ms": 2.524552, + "renderer_readback_cpu_ms": 0.425173, + "simulation_ms": 1.62258, + "snapshot_ms": 1.721678, + "texture_count": 1, + "tick": 2014, + "vertices": 576, + "wall_ms": 5.888267 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2015, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.589856, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.521296, + "renderer_cpu_ms": 2.513391, + "renderer_readback_cpu_ms": 0.397139, + "simulation_ms": 1.570322, + "snapshot_ms": 1.645625, + "texture_count": 1, + "tick": 2015, + "vertices": 576, + "wall_ms": 5.749345 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2016, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.58944, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.478836, + "renderer_cpu_ms": 2.468576, + "renderer_readback_cpu_ms": 0.446352, + "simulation_ms": 1.60128, + "snapshot_ms": 1.638491, + "texture_count": 1, + "tick": 2016, + "vertices": 576, + "wall_ms": 5.73083 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2017, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.608544, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.53423, + "renderer_cpu_ms": 2.525785, + "renderer_readback_cpu_ms": 0.421596, + "simulation_ms": 1.600439, + "snapshot_ms": 1.650744, + "texture_count": 1, + "tick": 2017, + "vertices": 576, + "wall_ms": 5.796965 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2018, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.5888, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.490468, + "renderer_cpu_ms": 2.482863, + "renderer_readback_cpu_ms": 0.43479, + "simulation_ms": 1.590621, + "snapshot_ms": 1.704916, + "texture_count": 1, + "tick": 2018, + "vertices": 576, + "wall_ms": 5.797326 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2019, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.594432, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.496559, + "renderer_cpu_ms": 2.489376, + "renderer_readback_cpu_ms": 0.416716, + "simulation_ms": 1.601771, + "snapshot_ms": 1.652537, + "texture_count": 1, + "tick": 2019, + "vertices": 576, + "wall_ms": 5.76254 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2020, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.589344, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.508793, + "renderer_cpu_ms": 2.500807, + "renderer_readback_cpu_ms": 0.421375, + "simulation_ms": 1.60075, + "snapshot_ms": 1.664609, + "texture_count": 1, + "tick": 2020, + "vertices": 576, + "wall_ms": 5.785233 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2021, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.58912, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.511197, + "renderer_cpu_ms": 2.503983, + "renderer_readback_cpu_ms": 0.457033, + "simulation_ms": 1.631989, + "snapshot_ms": 1.621959, + "texture_count": 1, + "tick": 2021, + "vertices": 576, + "wall_ms": 5.780654 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2022, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.589216, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.548167, + "renderer_cpu_ms": 2.53946, + "renderer_readback_cpu_ms": 0.397239, + "simulation_ms": 1.5961, + "snapshot_ms": 1.730495, + "texture_count": 1, + "tick": 2022, + "vertices": 576, + "wall_ms": 5.888998 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2023, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.5896, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.48106, + "renderer_cpu_ms": 2.473265, + "renderer_readback_cpu_ms": 0.412087, + "simulation_ms": 1.596721, + "snapshot_ms": 1.62711, + "texture_count": 1, + "tick": 2023, + "vertices": 576, + "wall_ms": 5.717044 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2024, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.587936, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.618048, + "renderer_cpu_ms": 2.610714, + "renderer_readback_cpu_ms": 0.437435, + "simulation_ms": 1.591121, + "snapshot_ms": 1.635325, + "texture_count": 1, + "tick": 2024, + "vertices": 576, + "wall_ms": 5.855355 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2025, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.589472, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.621846, + "renderer_cpu_ms": 2.610174, + "renderer_readback_cpu_ms": 0.449759, + "simulation_ms": 1.609626, + "snapshot_ms": 1.665582, + "texture_count": 1, + "tick": 2025, + "vertices": 576, + "wall_ms": 5.907784 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2026, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.597056, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.553627, + "renderer_cpu_ms": 2.545292, + "renderer_readback_cpu_ms": 0.420133, + "simulation_ms": 1.594808, + "snapshot_ms": 1.690069, + "texture_count": 1, + "tick": 2026, + "vertices": 576, + "wall_ms": 5.851839 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2027, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588672, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.490298, + "renderer_cpu_ms": 2.482422, + "renderer_readback_cpu_ms": 0.417548, + "simulation_ms": 1.596872, + "snapshot_ms": 1.658088, + "texture_count": 1, + "tick": 2027, + "vertices": 576, + "wall_ms": 5.756178 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2028, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.587552, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.701997, + "renderer_cpu_ms": 2.694112, + "renderer_readback_cpu_ms": 0.449037, + "simulation_ms": 1.598144, + "snapshot_ms": 1.623533, + "texture_count": 1, + "tick": 2028, + "vertices": 576, + "wall_ms": 5.934304 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2029, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.587968, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.943642, + "renderer_cpu_ms": 2.932702, + "renderer_readback_cpu_ms": 0.441843, + "simulation_ms": 1.604546, + "snapshot_ms": 1.647137, + "texture_count": 1, + "tick": 2029, + "vertices": 576, + "wall_ms": 6.206888 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2030, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588192, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.405838, + "renderer_cpu_ms": 2.397242, + "renderer_readback_cpu_ms": 0.406717, + "simulation_ms": 1.569311, + "snapshot_ms": 1.645073, + "texture_count": 1, + "tick": 2030, + "vertices": 576, + "wall_ms": 5.631823 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2031, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.589216, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.458307, + "renderer_cpu_ms": 2.450443, + "renderer_readback_cpu_ms": 0.406066, + "simulation_ms": 1.563018, + "snapshot_ms": 1.657006, + "texture_count": 1, + "tick": 2031, + "vertices": 576, + "wall_ms": 5.694752 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2032, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.590112, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.453508, + "renderer_cpu_ms": 2.445252, + "renderer_readback_cpu_ms": 0.40783, + "simulation_ms": 1.588567, + "snapshot_ms": 1.653158, + "texture_count": 1, + "tick": 2032, + "vertices": 576, + "wall_ms": 5.706073 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2033, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588768, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.893298, + "renderer_cpu_ms": 2.88392, + "renderer_readback_cpu_ms": 0.420112, + "simulation_ms": 1.617831, + "snapshot_ms": 1.651716, + "texture_count": 1, + "tick": 2033, + "vertices": 576, + "wall_ms": 6.173616 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2034, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.617952, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.672451, + "renderer_cpu_ms": 2.664556, + "renderer_readback_cpu_ms": 0.429951, + "simulation_ms": 1.567286, + "snapshot_ms": 1.678586, + "texture_count": 1, + "tick": 2034, + "vertices": 576, + "wall_ms": 5.930957 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2035, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.589408, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.625823, + "renderer_cpu_ms": 2.616255, + "renderer_readback_cpu_ms": 0.474315, + "simulation_ms": 1.579339, + "snapshot_ms": 1.648389, + "texture_count": 1, + "tick": 2035, + "vertices": 576, + "wall_ms": 5.866466 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2036, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588864, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.743936, + "renderer_cpu_ms": 2.728216, + "renderer_readback_cpu_ms": 0.55663, + "simulation_ms": 1.555644, + "snapshot_ms": 1.655463, + "texture_count": 1, + "tick": 2036, + "vertices": 576, + "wall_ms": 5.967397 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2037, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.589216, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.883195, + "renderer_cpu_ms": 3.87528, + "renderer_readback_cpu_ms": 0.448737, + "simulation_ms": 1.846623, + "snapshot_ms": 1.621008, + "texture_count": 1, + "tick": 2037, + "vertices": 576, + "wall_ms": 7.364452 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2038, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588608, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.505336, + "renderer_cpu_ms": 2.496579, + "renderer_readback_cpu_ms": 0.44017, + "simulation_ms": 1.59607, + "snapshot_ms": 1.618814, + "texture_count": 1, + "tick": 2038, + "vertices": 576, + "wall_ms": 5.732313 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2039, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.589056, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.473626, + "renderer_cpu_ms": 2.465531, + "renderer_readback_cpu_ms": 0.410494, + "simulation_ms": 1.546217, + "snapshot_ms": 1.624785, + "texture_count": 1, + "tick": 2039, + "vertices": 576, + "wall_ms": 5.65633 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2040, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.5888, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.516718, + "renderer_cpu_ms": 2.509283, + "renderer_readback_cpu_ms": 0.443497, + "simulation_ms": 1.559713, + "snapshot_ms": 1.620947, + "texture_count": 1, + "tick": 2040, + "vertices": 576, + "wall_ms": 5.708869 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2041, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.596736, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.572873, + "renderer_cpu_ms": 2.563365, + "renderer_readback_cpu_ms": 0.451281, + "simulation_ms": 1.555314, + "snapshot_ms": 1.662646, + "texture_count": 1, + "tick": 2041, + "vertices": 576, + "wall_ms": 5.80997 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2042, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588512, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.779784, + "renderer_cpu_ms": 2.771518, + "renderer_readback_cpu_ms": 0.449608, + "simulation_ms": 1.561575, + "snapshot_ms": 1.622952, + "texture_count": 1, + "tick": 2042, + "vertices": 576, + "wall_ms": 5.979259 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2043, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.628448, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.590967, + "renderer_cpu_ms": 2.582311, + "renderer_readback_cpu_ms": 0.437545, + "simulation_ms": 1.624574, + "snapshot_ms": 1.625747, + "texture_count": 1, + "tick": 2043, + "vertices": 576, + "wall_ms": 5.857629 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2044, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588096, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.548698, + "renderer_cpu_ms": 2.540091, + "renderer_readback_cpu_ms": 0.45593, + "simulation_ms": 1.563349, + "snapshot_ms": 1.630045, + "texture_count": 1, + "tick": 2044, + "vertices": 576, + "wall_ms": 5.753403 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2045, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588224, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.581359, + "renderer_cpu_ms": 2.573044, + "renderer_readback_cpu_ms": 0.470047, + "simulation_ms": 1.587194, + "snapshot_ms": 1.62211, + "texture_count": 1, + "tick": 2045, + "vertices": 576, + "wall_ms": 5.81051 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2046, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.587904, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.495798, + "renderer_cpu_ms": 2.488003, + "renderer_readback_cpu_ms": 0.419271, + "simulation_ms": 1.555875, + "snapshot_ms": 1.681682, + "texture_count": 1, + "tick": 2046, + "vertices": 576, + "wall_ms": 5.747622 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2047, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.592064, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.517509, + "renderer_cpu_ms": 2.509874, + "renderer_readback_cpu_ms": 0.419873, + "simulation_ms": 1.577646, + "snapshot_ms": 1.612181, + "texture_count": 1, + "tick": 2047, + "vertices": 576, + "wall_ms": 5.717976 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2048, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.60016, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.529381, + "renderer_cpu_ms": 2.522067, + "renderer_readback_cpu_ms": 0.422938, + "simulation_ms": 1.61186, + "snapshot_ms": 1.613664, + "texture_count": 1, + "tick": 2048, + "vertices": 576, + "wall_ms": 5.764804 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2049, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.589312, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.476742, + "renderer_cpu_ms": 2.468887, + "renderer_readback_cpu_ms": 0.417277, + "simulation_ms": 1.551958, + "snapshot_ms": 1.615257, + "texture_count": 1, + "tick": 2049, + "vertices": 576, + "wall_ms": 5.654426 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2050, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.596544, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.529802, + "renderer_cpu_ms": 2.521526, + "renderer_readback_cpu_ms": 0.400776, + "simulation_ms": 1.54779, + "snapshot_ms": 1.65953, + "texture_count": 1, + "tick": 2050, + "vertices": 576, + "wall_ms": 5.747682 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2051, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588608, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.579245, + "renderer_cpu_ms": 2.57127, + "renderer_readback_cpu_ms": 0.475497, + "simulation_ms": 1.58517, + "snapshot_ms": 1.65927, + "texture_count": 1, + "tick": 2051, + "vertices": 576, + "wall_ms": 5.835247 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2052, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588704, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.434371, + "renderer_cpu_ms": 2.426347, + "renderer_readback_cpu_ms": 0.434619, + "simulation_ms": 1.544684, + "snapshot_ms": 1.623312, + "texture_count": 1, + "tick": 2052, + "vertices": 576, + "wall_ms": 5.615983 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2053, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588288, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.457716, + "renderer_cpu_ms": 2.450382, + "renderer_readback_cpu_ms": 0.407609, + "simulation_ms": 1.591322, + "snapshot_ms": 1.62233, + "texture_count": 1, + "tick": 2053, + "vertices": 576, + "wall_ms": 5.682208 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2054, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.589024, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.469137, + "renderer_cpu_ms": 2.460151, + "renderer_readback_cpu_ms": 0.427196, + "simulation_ms": 1.546587, + "snapshot_ms": 1.614596, + "texture_count": 1, + "tick": 2054, + "vertices": 576, + "wall_ms": 5.641091 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2055, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.605984, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.499014, + "renderer_cpu_ms": 2.490658, + "renderer_readback_cpu_ms": 0.421284, + "simulation_ms": 1.56921, + "snapshot_ms": 1.618383, + "texture_count": 1, + "tick": 2055, + "vertices": 576, + "wall_ms": 5.697558 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2056, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.58944, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.597791, + "renderer_cpu_ms": 2.589725, + "renderer_readback_cpu_ms": 0.413971, + "simulation_ms": 1.562928, + "snapshot_ms": 1.61164, + "texture_count": 1, + "tick": 2056, + "vertices": 576, + "wall_ms": 5.782528 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2057, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.58896, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.580037, + "renderer_cpu_ms": 2.571631, + "renderer_readback_cpu_ms": 0.426855, + "simulation_ms": 1.559642, + "snapshot_ms": 1.613724, + "texture_count": 1, + "tick": 2057, + "vertices": 576, + "wall_ms": 5.763883 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2058, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588352, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.568906, + "renderer_cpu_ms": 2.56064, + "renderer_readback_cpu_ms": 0.454107, + "simulation_ms": 1.559111, + "snapshot_ms": 1.682513, + "texture_count": 1, + "tick": 2058, + "vertices": 576, + "wall_ms": 5.822232 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2059, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.58848, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.123993, + "renderer_cpu_ms": 3.116188, + "renderer_readback_cpu_ms": 0.462803, + "simulation_ms": 1.561896, + "snapshot_ms": 1.615808, + "texture_count": 1, + "tick": 2059, + "vertices": 576, + "wall_ms": 6.313379 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2060, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.58832, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.541344, + "renderer_cpu_ms": 2.531335, + "renderer_readback_cpu_ms": 0.446642, + "simulation_ms": 1.551106, + "snapshot_ms": 1.643901, + "texture_count": 1, + "tick": 2060, + "vertices": 576, + "wall_ms": 5.747402 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2061, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.592864, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.876586, + "renderer_cpu_ms": 2.867839, + "renderer_readback_cpu_ms": 0.40818, + "simulation_ms": 1.605428, + "snapshot_ms": 1.658359, + "texture_count": 1, + "tick": 2061, + "vertices": 576, + "wall_ms": 6.154039 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2062, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588224, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.619662, + "renderer_cpu_ms": 2.611426, + "renderer_readback_cpu_ms": 0.438597, + "simulation_ms": 1.55835, + "snapshot_ms": 1.629664, + "texture_count": 1, + "tick": 2062, + "vertices": 576, + "wall_ms": 5.820149 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2063, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.593376, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.607148, + "renderer_cpu_ms": 2.598402, + "renderer_readback_cpu_ms": 0.454878, + "simulation_ms": 1.611149, + "snapshot_ms": 1.616039, + "texture_count": 1, + "tick": 2063, + "vertices": 576, + "wall_ms": 5.845847 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2064, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588544, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.797858, + "renderer_cpu_ms": 2.788249, + "renderer_readback_cpu_ms": 0.474325, + "simulation_ms": 1.554442, + "snapshot_ms": 1.615428, + "texture_count": 1, + "tick": 2064, + "vertices": 576, + "wall_ms": 5.980381 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2065, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.598048, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.868711, + "renderer_cpu_ms": 2.846319, + "renderer_readback_cpu_ms": 0.513098, + "simulation_ms": 1.568118, + "snapshot_ms": 1.620206, + "texture_count": 1, + "tick": 2065, + "vertices": 576, + "wall_ms": 6.069068 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2066, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.604128, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.664656, + "renderer_cpu_ms": 2.654607, + "renderer_readback_cpu_ms": 0.417347, + "simulation_ms": 1.868765, + "snapshot_ms": 1.694736, + "texture_count": 1, + "tick": 2066, + "vertices": 576, + "wall_ms": 6.243968 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2067, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588736, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.553727, + "renderer_cpu_ms": 2.545231, + "renderer_readback_cpu_ms": 0.473773, + "simulation_ms": 1.567617, + "snapshot_ms": 1.637338, + "texture_count": 1, + "tick": 2067, + "vertices": 576, + "wall_ms": 5.772088 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2068, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588832, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.832243, + "renderer_cpu_ms": 2.823737, + "renderer_readback_cpu_ms": 0.456912, + "simulation_ms": 1.566054, + "snapshot_ms": 1.629834, + "texture_count": 1, + "tick": 2068, + "vertices": 576, + "wall_ms": 6.039713 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2069, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588512, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.477113, + "renderer_cpu_ms": 2.468977, + "renderer_readback_cpu_ms": 0.449297, + "simulation_ms": 1.564631, + "snapshot_ms": 1.619645, + "texture_count": 1, + "tick": 2069, + "vertices": 576, + "wall_ms": 5.672641 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2070, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588864, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.527758, + "renderer_cpu_ms": 2.519192, + "renderer_readback_cpu_ms": 0.458514, + "simulation_ms": 1.560313, + "snapshot_ms": 1.645394, + "texture_count": 1, + "tick": 2070, + "vertices": 576, + "wall_ms": 5.745268 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2071, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.589152, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.443239, + "renderer_cpu_ms": 2.435214, + "renderer_readback_cpu_ms": 0.425753, + "simulation_ms": 1.5531, + "snapshot_ms": 1.618753, + "texture_count": 1, + "tick": 2071, + "vertices": 576, + "wall_ms": 5.626323 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2072, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.58848, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.420165, + "renderer_cpu_ms": 2.41224, + "renderer_readback_cpu_ms": 0.405585, + "simulation_ms": 1.544884, + "snapshot_ms": 1.62229, + "texture_count": 1, + "tick": 2072, + "vertices": 576, + "wall_ms": 5.598861 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2073, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.589376, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.533859, + "renderer_cpu_ms": 2.525624, + "renderer_readback_cpu_ms": 0.440862, + "simulation_ms": 1.571885, + "snapshot_ms": 1.661935, + "texture_count": 1, + "tick": 2073, + "vertices": 576, + "wall_ms": 5.77885 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2074, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588832, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.531876, + "renderer_cpu_ms": 2.52354, + "renderer_readback_cpu_ms": 0.47186, + "simulation_ms": 1.555515, + "snapshot_ms": 1.623181, + "texture_count": 1, + "tick": 2074, + "vertices": 576, + "wall_ms": 5.722013 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2075, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588128, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.325523, + "renderer_cpu_ms": 3.306216, + "renderer_readback_cpu_ms": 0.724456, + "simulation_ms": 1.589448, + "snapshot_ms": 1.626438, + "texture_count": 1, + "tick": 2075, + "vertices": 576, + "wall_ms": 6.55237 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2076, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588704, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.62426, + "renderer_cpu_ms": 2.613761, + "renderer_readback_cpu_ms": 0.465338, + "simulation_ms": 2.162209, + "snapshot_ms": 1.673917, + "texture_count": 1, + "tick": 2076, + "vertices": 576, + "wall_ms": 6.479492 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2077, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588576, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.48669, + "renderer_cpu_ms": 2.478315, + "renderer_readback_cpu_ms": 0.425393, + "simulation_ms": 1.563399, + "snapshot_ms": 1.671223, + "texture_count": 1, + "tick": 2077, + "vertices": 576, + "wall_ms": 5.734938 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2078, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.591808, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.840608, + "renderer_cpu_ms": 2.832132, + "renderer_readback_cpu_ms": 0.448065, + "simulation_ms": 1.63278, + "snapshot_ms": 1.676773, + "texture_count": 1, + "tick": 2078, + "vertices": 576, + "wall_ms": 6.162684 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2079, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.587744, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.482292, + "renderer_cpu_ms": 2.474237, + "renderer_readback_cpu_ms": 0.418219, + "simulation_ms": 1.617441, + "snapshot_ms": 1.692492, + "texture_count": 1, + "tick": 2079, + "vertices": 576, + "wall_ms": 5.806863 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2080, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588352, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.49693, + "renderer_cpu_ms": 2.488384, + "renderer_readback_cpu_ms": 0.443567, + "simulation_ms": 1.623061, + "snapshot_ms": 1.663228, + "texture_count": 1, + "tick": 2080, + "vertices": 576, + "wall_ms": 5.794781 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2081, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588064, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.498242, + "renderer_cpu_ms": 2.490718, + "renderer_readback_cpu_ms": 0.407448, + "simulation_ms": 1.621198, + "snapshot_ms": 1.661023, + "texture_count": 1, + "tick": 2081, + "vertices": 576, + "wall_ms": 5.792045 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2082, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588256, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.615473, + "renderer_cpu_ms": 2.607238, + "renderer_readback_cpu_ms": 0.446342, + "simulation_ms": 1.6592, + "snapshot_ms": 1.655883, + "texture_count": 1, + "tick": 2082, + "vertices": 576, + "wall_ms": 5.942118 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2083, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.589312, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.535913, + "renderer_cpu_ms": 2.527738, + "renderer_readback_cpu_ms": 0.427356, + "simulation_ms": 1.633652, + "snapshot_ms": 1.672094, + "texture_count": 1, + "tick": 2083, + "vertices": 576, + "wall_ms": 5.853391 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2084, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588544, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.709431, + "renderer_cpu_ms": 2.699392, + "renderer_readback_cpu_ms": 0.478512, + "simulation_ms": 1.626809, + "snapshot_ms": 1.660853, + "texture_count": 1, + "tick": 2084, + "vertices": 576, + "wall_ms": 6.009005 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2085, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588768, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.535142, + "renderer_cpu_ms": 2.525514, + "renderer_readback_cpu_ms": 0.406106, + "simulation_ms": 1.599187, + "snapshot_ms": 1.671683, + "texture_count": 1, + "tick": 2085, + "vertices": 576, + "wall_ms": 5.818365 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2086, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.58896, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.183285, + "renderer_cpu_ms": 3.171974, + "renderer_readback_cpu_ms": 0.448025, + "simulation_ms": 1.610057, + "snapshot_ms": 2.059314, + "texture_count": 1, + "tick": 2086, + "vertices": 576, + "wall_ms": 6.868135 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2087, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.589984, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.564527, + "renderer_cpu_ms": 2.55565, + "renderer_readback_cpu_ms": 0.413671, + "simulation_ms": 1.590951, + "snapshot_ms": 1.631086, + "texture_count": 1, + "tick": 2087, + "vertices": 576, + "wall_ms": 5.79962 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2088, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.589536, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.522188, + "renderer_cpu_ms": 2.513341, + "renderer_readback_cpu_ms": 0.427747, + "simulation_ms": 1.607001, + "snapshot_ms": 1.631387, + "texture_count": 1, + "tick": 2088, + "vertices": 576, + "wall_ms": 5.772879 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2089, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.594048, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.556302, + "renderer_cpu_ms": 2.547085, + "renderer_readback_cpu_ms": 0.405505, + "simulation_ms": 1.582255, + "snapshot_ms": 1.754399, + "texture_count": 1, + "tick": 2089, + "vertices": 576, + "wall_ms": 5.904788 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2090, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.58864, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.810091, + "renderer_cpu_ms": 2.802476, + "renderer_readback_cpu_ms": 0.419662, + "simulation_ms": 1.625507, + "snapshot_ms": 1.649902, + "texture_count": 1, + "tick": 2090, + "vertices": 576, + "wall_ms": 6.097953 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2091, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.589664, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.524492, + "renderer_cpu_ms": 2.515586, + "renderer_readback_cpu_ms": 0.416757, + "simulation_ms": 1.60116, + "snapshot_ms": 1.676272, + "texture_count": 1, + "tick": 2091, + "vertices": 576, + "wall_ms": 5.813597 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2092, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588224, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.504054, + "renderer_cpu_ms": 2.496649, + "renderer_readback_cpu_ms": 0.44553, + "simulation_ms": 1.588256, + "snapshot_ms": 1.647868, + "texture_count": 1, + "tick": 2092, + "vertices": 576, + "wall_ms": 5.752702 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2093, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588544, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.719931, + "renderer_cpu_ms": 2.708549, + "renderer_readback_cpu_ms": 0.437114, + "simulation_ms": 1.597564, + "snapshot_ms": 1.660592, + "texture_count": 1, + "tick": 2093, + "vertices": 576, + "wall_ms": 5.989278 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2094, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.58816, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.435104, + "renderer_cpu_ms": 2.427369, + "renderer_readback_cpu_ms": 0.411516, + "simulation_ms": 1.566024, + "snapshot_ms": 1.657005, + "texture_count": 1, + "tick": 2094, + "vertices": 576, + "wall_ms": 5.669966 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2095, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588224, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.552896, + "renderer_cpu_ms": 2.543889, + "renderer_readback_cpu_ms": 0.479425, + "simulation_ms": 1.564231, + "snapshot_ms": 1.673777, + "texture_count": 1, + "tick": 2095, + "vertices": 576, + "wall_ms": 5.803347 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2096, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.619264, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.641392, + "renderer_cpu_ms": 2.626754, + "renderer_readback_cpu_ms": 0.454167, + "simulation_ms": 1.63783, + "snapshot_ms": 1.651144, + "texture_count": 1, + "tick": 2096, + "vertices": 576, + "wall_ms": 5.942529 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2097, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588192, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.529221, + "renderer_cpu_ms": 2.519353, + "renderer_readback_cpu_ms": 0.420794, + "simulation_ms": 1.599187, + "snapshot_ms": 1.864838, + "texture_count": 1, + "tick": 2097, + "vertices": 576, + "wall_ms": 6.007291 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2098, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588608, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.911221, + "renderer_cpu_ms": 2.900101, + "renderer_readback_cpu_ms": 0.477881, + "simulation_ms": 1.601671, + "snapshot_ms": 2.097897, + "texture_count": 1, + "tick": 2098, + "vertices": 576, + "wall_ms": 6.624005 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2099, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.594016, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.604584, + "renderer_cpu_ms": 2.594965, + "renderer_readback_cpu_ms": 0.38152, + "simulation_ms": 1.591211, + "snapshot_ms": 1.649882, + "texture_count": 1, + "tick": 2099, + "vertices": 576, + "wall_ms": 5.859563 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2100, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.589472, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.610955, + "renderer_cpu_ms": 2.601517, + "renderer_readback_cpu_ms": 0.455709, + "simulation_ms": 1.580511, + "snapshot_ms": 1.645745, + "texture_count": 1, + "tick": 2100, + "vertices": 576, + "wall_ms": 5.849514 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2101, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.58912, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.556332, + "renderer_cpu_ms": 2.545782, + "renderer_readback_cpu_ms": 0.457483, + "simulation_ms": 1.578848, + "snapshot_ms": 1.645634, + "texture_count": 1, + "tick": 2101, + "vertices": 576, + "wall_ms": 5.791955 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2102, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.589056, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.994077, + "renderer_cpu_ms": 2.984239, + "renderer_readback_cpu_ms": 0.42941, + "simulation_ms": 1.600559, + "snapshot_ms": 1.64859, + "texture_count": 1, + "tick": 2102, + "vertices": 576, + "wall_ms": 6.256151 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2103, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.58864, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.547345, + "renderer_cpu_ms": 2.537095, + "renderer_readback_cpu_ms": 0.400455, + "simulation_ms": 1.593025, + "snapshot_ms": 1.644543, + "texture_count": 1, + "tick": 2103, + "vertices": 576, + "wall_ms": 5.806373 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2104, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.58848, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.645541, + "renderer_cpu_ms": 2.632816, + "renderer_readback_cpu_ms": 0.394835, + "simulation_ms": 1.587074, + "snapshot_ms": 1.668287, + "texture_count": 1, + "tick": 2104, + "vertices": 576, + "wall_ms": 5.914587 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2105, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.608512, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.577833, + "renderer_cpu_ms": 2.567493, + "renderer_readback_cpu_ms": 0.418038, + "simulation_ms": 1.591292, + "snapshot_ms": 1.678195, + "texture_count": 1, + "tick": 2105, + "vertices": 576, + "wall_ms": 5.859553 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2106, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.58832, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.56588, + "renderer_cpu_ms": 2.556272, + "renderer_readback_cpu_ms": 0.419531, + "simulation_ms": 1.586683, + "snapshot_ms": 1.686311, + "texture_count": 1, + "tick": 2106, + "vertices": 576, + "wall_ms": 5.851357 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2107, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.596384, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.695615, + "renderer_cpu_ms": 2.681007, + "renderer_readback_cpu_ms": 0.421656, + "simulation_ms": 1.612712, + "snapshot_ms": 1.658389, + "texture_count": 1, + "tick": 2107, + "vertices": 576, + "wall_ms": 5.97992 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2108, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588736, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.653125, + "renderer_cpu_ms": 2.642134, + "renderer_readback_cpu_ms": 0.412378, + "simulation_ms": 1.629614, + "snapshot_ms": 1.74402, + "texture_count": 1, + "tick": 2108, + "vertices": 576, + "wall_ms": 6.043139 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2109, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588416, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.705143, + "renderer_cpu_ms": 2.694192, + "renderer_readback_cpu_ms": 0.494512, + "simulation_ms": 1.598406, + "snapshot_ms": 1.794805, + "texture_count": 1, + "tick": 2109, + "vertices": 576, + "wall_ms": 6.112099 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2110, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588096, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.728316, + "renderer_cpu_ms": 2.712727, + "renderer_readback_cpu_ms": 0.444799, + "simulation_ms": 1.651756, + "snapshot_ms": 1.654311, + "texture_count": 1, + "tick": 2110, + "vertices": 576, + "wall_ms": 6.04904 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2111, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588704, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.975072, + "renderer_cpu_ms": 2.961607, + "renderer_readback_cpu_ms": 0.502027, + "simulation_ms": 1.603625, + "snapshot_ms": 1.640214, + "texture_count": 1, + "tick": 2111, + "vertices": 576, + "wall_ms": 6.231825 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2112, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.587776, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.548126, + "renderer_cpu_ms": 2.537546, + "renderer_readback_cpu_ms": 0.423078, + "simulation_ms": 1.573849, + "snapshot_ms": 1.667886, + "texture_count": 1, + "tick": 2112, + "vertices": 576, + "wall_ms": 5.802886 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2113, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.589952, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.633317, + "renderer_cpu_ms": 2.623609, + "renderer_readback_cpu_ms": 0.375989, + "simulation_ms": 1.719914, + "snapshot_ms": 1.837386, + "texture_count": 1, + "tick": 2113, + "vertices": 576, + "wall_ms": 6.203571 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2114, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.58832, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.606347, + "renderer_cpu_ms": 2.596688, + "renderer_readback_cpu_ms": 0.390687, + "simulation_ms": 1.59016, + "snapshot_ms": 1.676532, + "texture_count": 1, + "tick": 2114, + "vertices": 576, + "wall_ms": 5.885893 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2115, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588576, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.555962, + "renderer_cpu_ms": 2.545792, + "renderer_readback_cpu_ms": 0.392931, + "simulation_ms": 1.590871, + "snapshot_ms": 1.64868, + "texture_count": 1, + "tick": 2115, + "vertices": 576, + "wall_ms": 5.807295 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2116, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588576, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.829467, + "renderer_cpu_ms": 2.817926, + "renderer_readback_cpu_ms": 0.39711, + "simulation_ms": 1.594708, + "snapshot_ms": 1.635476, + "texture_count": 1, + "tick": 2116, + "vertices": 576, + "wall_ms": 6.072695 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2117, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.590336, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.579396, + "renderer_cpu_ms": 2.5695770000000002, + "renderer_readback_cpu_ms": 0.396768, + "simulation_ms": 1.626629, + "snapshot_ms": 1.647878, + "texture_count": 1, + "tick": 2117, + "vertices": 576, + "wall_ms": 5.865885 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2118, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.5888, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.634008, + "renderer_cpu_ms": 2.622757, + "renderer_readback_cpu_ms": 0.468805, + "simulation_ms": 1.630847, + "snapshot_ms": 1.808822, + "texture_count": 1, + "tick": 2118, + "vertices": 576, + "wall_ms": 6.087603 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2119, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.589344, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.845217, + "renderer_cpu_ms": 2.831722, + "renderer_readback_cpu_ms": 0.523428, + "simulation_ms": 1.609266, + "snapshot_ms": 1.637007, + "texture_count": 1, + "tick": 2119, + "vertices": 576, + "wall_ms": 6.105347 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2120, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.589216, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.991583, + "renderer_cpu_ms": 2.978057, + "renderer_readback_cpu_ms": 0.496226, + "simulation_ms": 1.578517, + "snapshot_ms": 1.611059, + "texture_count": 1, + "tick": 2120, + "vertices": 576, + "wall_ms": 6.194976 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2121, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.58848, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.508241, + "renderer_cpu_ms": 2.498543, + "renderer_readback_cpu_ms": 0.376901, + "simulation_ms": 1.675621, + "snapshot_ms": 1.635315, + "texture_count": 1, + "tick": 2121, + "vertices": 576, + "wall_ms": 5.834014 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2122, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.5896, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.647735, + "renderer_cpu_ms": 2.638267, + "renderer_readback_cpu_ms": 0.411937, + "simulation_ms": 1.552288, + "snapshot_ms": 1.627069, + "texture_count": 1, + "tick": 2122, + "vertices": 576, + "wall_ms": 5.839646 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2123, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.590176, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.639559, + "renderer_cpu_ms": 2.614972, + "renderer_readback_cpu_ms": 0.390968, + "simulation_ms": 1.56351, + "snapshot_ms": 1.65972, + "texture_count": 1, + "tick": 2123, + "vertices": 576, + "wall_ms": 5.874722 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2124, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.58944, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.610033, + "renderer_cpu_ms": 2.596648, + "renderer_readback_cpu_ms": 0.403411, + "simulation_ms": 1.572757, + "snapshot_ms": 1.668527, + "texture_count": 1, + "tick": 2124, + "vertices": 576, + "wall_ms": 5.864382 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2125, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.61072, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.628859, + "renderer_cpu_ms": 2.61931, + "renderer_readback_cpu_ms": 0.40251, + "simulation_ms": 1.565613, + "snapshot_ms": 1.66984, + "texture_count": 1, + "tick": 2125, + "vertices": 576, + "wall_ms": 5.877397 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2126, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588448, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.58699, + "renderer_cpu_ms": 2.577021, + "renderer_readback_cpu_ms": 0.414271, + "simulation_ms": 1.583788, + "snapshot_ms": 1.666543, + "texture_count": 1, + "tick": 2126, + "vertices": 576, + "wall_ms": 5.849273 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2127, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588608, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.56536, + "renderer_cpu_ms": 2.55496, + "renderer_readback_cpu_ms": 0.444368, + "simulation_ms": 1.56909, + "snapshot_ms": 1.703974, + "texture_count": 1, + "tick": 2127, + "vertices": 576, + "wall_ms": 5.851919 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2128, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588416, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.883179, + "renderer_cpu_ms": 2.870856, + "renderer_readback_cpu_ms": 0.478412, + "simulation_ms": 1.586653, + "snapshot_ms": 1.64889, + "texture_count": 1, + "tick": 2128, + "vertices": 576, + "wall_ms": 6.131697 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2129, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.587904, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.576711, + "renderer_cpu_ms": 2.568675, + "renderer_readback_cpu_ms": 0.418249, + "simulation_ms": 1.625897, + "snapshot_ms": 1.645223, + "texture_count": 1, + "tick": 2129, + "vertices": 576, + "wall_ms": 5.861066 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2130, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.590112, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.595145, + "renderer_cpu_ms": 2.58719, + "renderer_readback_cpu_ms": 0.427206, + "simulation_ms": 1.605869, + "snapshot_ms": 1.636968, + "texture_count": 1, + "tick": 2130, + "vertices": 576, + "wall_ms": 5.849554 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2131, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588544, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.603982, + "renderer_cpu_ms": 2.595817, + "renderer_readback_cpu_ms": 0.443978, + "simulation_ms": 1.618843, + "snapshot_ms": 1.707571, + "texture_count": 1, + "tick": 2131, + "vertices": 576, + "wall_ms": 5.942028 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2132, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.598784, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.729027, + "renderer_cpu_ms": 2.718158, + "renderer_readback_cpu_ms": 0.430893, + "simulation_ms": 1.605719, + "snapshot_ms": 1.658188, + "texture_count": 1, + "tick": 2132, + "vertices": 576, + "wall_ms": 6.004797 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2133, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588896, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.623248, + "renderer_cpu_ms": 2.614692, + "renderer_readback_cpu_ms": 0.441563, + "simulation_ms": 1.56947, + "snapshot_ms": 1.662165, + "texture_count": 1, + "tick": 2133, + "vertices": 576, + "wall_ms": 5.869812 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2134, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.589536, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.536816, + "renderer_cpu_ms": 2.52875, + "renderer_readback_cpu_ms": 0.419452, + "simulation_ms": 1.560184, + "snapshot_ms": 1.653398, + "texture_count": 1, + "tick": 2134, + "vertices": 576, + "wall_ms": 5.761919 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2135, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.589408, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.51269, + "renderer_cpu_ms": 2.505105, + "renderer_readback_cpu_ms": 0.425302, + "simulation_ms": 1.590891, + "snapshot_ms": 1.649792, + "texture_count": 1, + "tick": 2135, + "vertices": 576, + "wall_ms": 5.765175 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2136, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.589312, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.530763, + "renderer_cpu_ms": 2.522618, + "renderer_readback_cpu_ms": 0.420122, + "simulation_ms": 1.578527, + "snapshot_ms": 1.646275, + "texture_count": 1, + "tick": 2136, + "vertices": 576, + "wall_ms": 5.767539 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2137, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588672, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.5922, + "renderer_cpu_ms": 2.584996, + "renderer_readback_cpu_ms": 0.392971, + "simulation_ms": 1.626839, + "snapshot_ms": 1.667455, + "texture_count": 1, + "tick": 2137, + "vertices": 576, + "wall_ms": 5.897274 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2138, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588448, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.515355, + "renderer_cpu_ms": 2.50743, + "renderer_readback_cpu_ms": 0.414702, + "simulation_ms": 1.557318, + "snapshot_ms": 1.647417, + "texture_count": 1, + "tick": 2138, + "vertices": 576, + "wall_ms": 5.732303 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2139, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.59664, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.821803, + "renderer_cpu_ms": 2.813587, + "renderer_readback_cpu_ms": 0.504642, + "simulation_ms": 1.613254, + "snapshot_ms": 1.660121, + "texture_count": 1, + "tick": 2139, + "vertices": 576, + "wall_ms": 6.106609 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2140, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588608, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.555049, + "renderer_cpu_ms": 2.54475, + "renderer_readback_cpu_ms": 0.452173, + "simulation_ms": 1.599076, + "snapshot_ms": 1.625627, + "texture_count": 1, + "tick": 2140, + "vertices": 576, + "wall_ms": 5.791424 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2141, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.592672, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.515015, + "renderer_cpu_ms": 2.506929, + "renderer_readback_cpu_ms": 0.409703, + "simulation_ms": 1.560344, + "snapshot_ms": 1.687212, + "texture_count": 1, + "tick": 2141, + "vertices": 576, + "wall_ms": 5.774553 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2142, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588544, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.600345, + "renderer_cpu_ms": 2.587761, + "renderer_readback_cpu_ms": 0.45579, + "simulation_ms": 1.58534, + "snapshot_ms": 1.650373, + "texture_count": 1, + "tick": 2142, + "vertices": 576, + "wall_ms": 5.847279 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2143, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588512, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.62391, + "renderer_cpu_ms": 2.615965, + "renderer_readback_cpu_ms": 0.449187, + "simulation_ms": 1.590671, + "snapshot_ms": 1.647918, + "texture_count": 1, + "tick": 2143, + "vertices": 576, + "wall_ms": 5.8739 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2144, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588352, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.01121, + "renderer_cpu_ms": 3.002714, + "renderer_readback_cpu_ms": 0.457152, + "simulation_ms": 1.628181, + "snapshot_ms": 1.663468, + "texture_count": 1, + "tick": 2144, + "vertices": 576, + "wall_ms": 6.31418 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2145, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.58832, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.508532, + "renderer_cpu_ms": 2.500837, + "renderer_readback_cpu_ms": 0.396368, + "simulation_ms": 1.650042, + "snapshot_ms": 1.677625, + "texture_count": 1, + "tick": 2145, + "vertices": 576, + "wall_ms": 5.84723 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2146, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.589152, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.701015, + "renderer_cpu_ms": 2.689102, + "renderer_readback_cpu_ms": 0.441302, + "simulation_ms": 1.602973, + "snapshot_ms": 1.840843, + "texture_count": 1, + "tick": 2146, + "vertices": 576, + "wall_ms": 6.157796 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2147, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.58848, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.531044, + "renderer_cpu_ms": 2.521195, + "renderer_readback_cpu_ms": 0.449649, + "simulation_ms": 1.591412, + "snapshot_ms": 1.638902, + "texture_count": 1, + "tick": 2147, + "vertices": 576, + "wall_ms": 5.776165 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2148, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.565519, + "renderer_cpu_ms": 2.556493, + "renderer_readback_cpu_ms": 0.431955, + "simulation_ms": 1.558911, + "snapshot_ms": 1.709595, + "texture_count": 1, + "tick": 2148, + "vertices": 576, + "wall_ms": 5.846498 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2149, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.592864, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.531465, + "renderer_cpu_ms": 2.523481, + "renderer_readback_cpu_ms": 0.396729, + "simulation_ms": 1.55848, + "snapshot_ms": 1.667536, + "texture_count": 1, + "tick": 2149, + "vertices": 576, + "wall_ms": 5.770856 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2150, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588672, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.552475, + "renderer_cpu_ms": 2.544139, + "renderer_readback_cpu_ms": 0.4504, + "simulation_ms": 1.577005, + "snapshot_ms": 1.634403, + "texture_count": 1, + "tick": 2150, + "vertices": 576, + "wall_ms": 5.776286 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2151, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.589408, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.601236, + "renderer_cpu_ms": 2.591579, + "renderer_readback_cpu_ms": 0.434129, + "simulation_ms": 1.580962, + "snapshot_ms": 1.673607, + "texture_count": 1, + "tick": 2151, + "vertices": 576, + "wall_ms": 5.868019 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2152, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588448, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.739017, + "renderer_cpu_ms": 2.729418, + "renderer_readback_cpu_ms": 0.458966, + "simulation_ms": 1.593797, + "snapshot_ms": 1.655673, + "texture_count": 1, + "tick": 2152, + "vertices": 576, + "wall_ms": 6.00102 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2153, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588512, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.659567, + "renderer_cpu_ms": 2.650109, + "renderer_readback_cpu_ms": 0.423078, + "simulation_ms": 1.59577, + "snapshot_ms": 1.645194, + "texture_count": 1, + "tick": 2153, + "vertices": 576, + "wall_ms": 5.913485 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2154, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588736, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.378863, + "renderer_cpu_ms": 3.364967, + "renderer_readback_cpu_ms": 0.570647, + "simulation_ms": 1.591152, + "snapshot_ms": 1.899643, + "texture_count": 1, + "tick": 2154, + "vertices": 576, + "wall_ms": 6.883454 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2155, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588736, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 4.1352, + "renderer_cpu_ms": 4.119711, + "renderer_readback_cpu_ms": 0.582158, + "simulation_ms": 2.16281, + "snapshot_ms": 2.29558, + "texture_count": 1, + "tick": 2155, + "vertices": 576, + "wall_ms": 8.610512 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2156, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588736, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.7022369999999998, + "renderer_cpu_ms": 2.68756, + "renderer_readback_cpu_ms": 0.501576, + "simulation_ms": 2.182798, + "snapshot_ms": 2.01461, + "texture_count": 1, + "tick": 2156, + "vertices": 576, + "wall_ms": 6.916507 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2157, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.58928, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.758834, + "renderer_cpu_ms": 2.747151, + "renderer_readback_cpu_ms": 0.486077, + "simulation_ms": 1.595229, + "snapshot_ms": 1.717059, + "texture_count": 1, + "tick": 2157, + "vertices": 576, + "wall_ms": 6.084808 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2158, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588736, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.822735, + "renderer_cpu_ms": 2.810843, + "renderer_readback_cpu_ms": 0.424701, + "simulation_ms": 1.603906, + "snapshot_ms": 1.648569, + "texture_count": 1, + "tick": 2158, + "vertices": 576, + "wall_ms": 6.089206 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2159, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588736, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.54441, + "renderer_cpu_ms": 2.534491, + "renderer_readback_cpu_ms": 0.389284, + "simulation_ms": 1.602703, + "snapshot_ms": 1.67538, + "texture_count": 1, + "tick": 2159, + "vertices": 576, + "wall_ms": 5.839054 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2160, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.592352, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.723938, + "renderer_cpu_ms": 2.709751, + "renderer_readback_cpu_ms": 0.486488, + "simulation_ms": 1.569049, + "snapshot_ms": 1.649542, + "texture_count": 1, + "tick": 2160, + "vertices": 576, + "wall_ms": 5.955674 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2161, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.58912, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.785855, + "renderer_cpu_ms": 2.773442, + "renderer_readback_cpu_ms": 0.443456, + "simulation_ms": 1.570522, + "snapshot_ms": 1.688425, + "texture_count": 1, + "tick": 2161, + "vertices": 576, + "wall_ms": 6.057747 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2162, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.61152, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.647514, + "renderer_cpu_ms": 2.6349, + "renderer_readback_cpu_ms": 0.455399, + "simulation_ms": 1.752205, + "snapshot_ms": 1.670291, + "texture_count": 1, + "tick": 2162, + "vertices": 576, + "wall_ms": 6.083746 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2163, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.58832, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.56059, + "renderer_cpu_ms": 2.549289, + "renderer_readback_cpu_ms": 0.412508, + "simulation_ms": 1.675049, + "snapshot_ms": 1.706339, + "texture_count": 1, + "tick": 2163, + "vertices": 576, + "wall_ms": 5.95893 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2164, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.59408, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.667933, + "renderer_cpu_ms": 2.656141, + "renderer_readback_cpu_ms": 0.447564, + "simulation_ms": 1.624023, + "snapshot_ms": 1.70688, + "texture_count": 1, + "tick": 2164, + "vertices": 576, + "wall_ms": 6.015828 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2165, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588352, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.653084, + "renderer_cpu_ms": 2.641091, + "renderer_readback_cpu_ms": 0.457243, + "simulation_ms": 1.614575, + "snapshot_ms": 1.691842, + "texture_count": 1, + "tick": 2165, + "vertices": 576, + "wall_ms": 5.973498 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2166, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588704, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.779944, + "renderer_cpu_ms": 2.76719, + "renderer_readback_cpu_ms": 0.557311, + "simulation_ms": 1.59033, + "snapshot_ms": 1.683776, + "texture_count": 1, + "tick": 2166, + "vertices": 576, + "wall_ms": 6.067676 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2167, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.58896, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.897075, + "renderer_cpu_ms": 2.885162, + "renderer_readback_cpu_ms": 0.447103, + "simulation_ms": 1.609737, + "snapshot_ms": 1.631347, + "texture_count": 1, + "tick": 2167, + "vertices": 576, + "wall_ms": 6.156543 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2168, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.589024, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.5497, + "renderer_cpu_ms": 2.538949, + "renderer_readback_cpu_ms": 0.411697, + "simulation_ms": 1.651936, + "snapshot_ms": 1.652187, + "texture_count": 1, + "tick": 2168, + "vertices": 576, + "wall_ms": 5.868049 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2169, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.59328, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.640581, + "renderer_cpu_ms": 2.630442, + "renderer_readback_cpu_ms": 0.417578, + "simulation_ms": 1.616479, + "snapshot_ms": 1.662496, + "texture_count": 1, + "tick": 2169, + "vertices": 576, + "wall_ms": 5.935446 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2170, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588896, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.600105, + "renderer_cpu_ms": 2.589104, + "renderer_readback_cpu_ms": 0.471069, + "simulation_ms": 1.584188, + "snapshot_ms": 1.660222, + "texture_count": 1, + "tick": 2170, + "vertices": 576, + "wall_ms": 5.873049 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2171, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.58976, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.504054, + "renderer_cpu_ms": 2.493624, + "renderer_readback_cpu_ms": 0.412989, + "simulation_ms": 1.57431, + "snapshot_ms": 1.675831, + "texture_count": 1, + "tick": 2171, + "vertices": 576, + "wall_ms": 5.767991 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2172, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588736, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.66146, + "renderer_cpu_ms": 2.65052, + "renderer_readback_cpu_ms": 0.420233, + "simulation_ms": 1.690479, + "snapshot_ms": 1.694486, + "texture_count": 1, + "tick": 2172, + "vertices": 576, + "wall_ms": 6.065491 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2173, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.602784, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.775145, + "renderer_cpu_ms": 2.764495, + "renderer_readback_cpu_ms": 0.39749, + "simulation_ms": 1.665942, + "snapshot_ms": 1.759048, + "texture_count": 1, + "tick": 2173, + "vertices": 576, + "wall_ms": 6.215204 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2174, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588608, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.652774, + "renderer_cpu_ms": 2.641923, + "renderer_readback_cpu_ms": 0.422667, + "simulation_ms": 1.617451, + "snapshot_ms": 1.679869, + "texture_count": 1, + "tick": 2174, + "vertices": 576, + "wall_ms": 5.963759 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2175, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.590656, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.681398, + "renderer_cpu_ms": 2.667061, + "renderer_readback_cpu_ms": 0.43442, + "simulation_ms": 1.618223, + "snapshot_ms": 1.686291, + "texture_count": 1, + "tick": 2175, + "vertices": 576, + "wall_ms": 5.999808 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2176, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.589984, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.743054, + "renderer_cpu_ms": 2.730911, + "renderer_readback_cpu_ms": 0.490275, + "simulation_ms": 1.637268, + "snapshot_ms": 1.68017, + "texture_count": 1, + "tick": 2176, + "vertices": 576, + "wall_ms": 6.07543 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2177, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.589952, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.61881, + "renderer_cpu_ms": 2.607108, + "renderer_readback_cpu_ms": 0.445, + "simulation_ms": 1.608655, + "snapshot_ms": 1.660151, + "texture_count": 1, + "tick": 2177, + "vertices": 576, + "wall_ms": 5.901131 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2178, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.592768, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.694303, + "renderer_cpu_ms": 2.681178, + "renderer_readback_cpu_ms": 0.495264, + "simulation_ms": 1.61174, + "snapshot_ms": 1.650483, + "texture_count": 1, + "tick": 2178, + "vertices": 576, + "wall_ms": 5.971274 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2179, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.59104, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.698801, + "renderer_cpu_ms": 2.68749, + "renderer_readback_cpu_ms": 0.463555, + "simulation_ms": 1.645735, + "snapshot_ms": 1.66516, + "texture_count": 1, + "tick": 2179, + "vertices": 576, + "wall_ms": 6.023592 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2180, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.600096, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.030827, + "renderer_cpu_ms": 3.018394, + "renderer_readback_cpu_ms": 0.444348, + "simulation_ms": 1.603996, + "snapshot_ms": 1.676402, + "texture_count": 1, + "tick": 2180, + "vertices": 576, + "wall_ms": 6.32443 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2181, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.589856, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.632586, + "renderer_cpu_ms": 2.621505, + "renderer_readback_cpu_ms": 0.426535, + "simulation_ms": 1.60596, + "snapshot_ms": 1.729121, + "texture_count": 1, + "tick": 2181, + "vertices": 576, + "wall_ms": 5.981413 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2182, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.594848, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.749176, + "renderer_cpu_ms": 2.734839, + "renderer_readback_cpu_ms": 0.484403, + "simulation_ms": 1.604105, + "snapshot_ms": 1.66434, + "texture_count": 1, + "tick": 2182, + "vertices": 576, + "wall_ms": 6.032048 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2183, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.589952, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.765447, + "renderer_cpu_ms": 2.754085, + "renderer_readback_cpu_ms": 0.49294, + "simulation_ms": 1.605378, + "snapshot_ms": 1.697192, + "texture_count": 1, + "tick": 2183, + "vertices": 576, + "wall_ms": 6.085169 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2184, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.589952, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.602099, + "renderer_cpu_ms": 2.589575, + "renderer_readback_cpu_ms": 0.421244, + "simulation_ms": 1.580912, + "snapshot_ms": 1.669399, + "texture_count": 1, + "tick": 2184, + "vertices": 576, + "wall_ms": 5.866597 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2185, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.590368, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.788209, + "renderer_cpu_ms": 2.775605, + "renderer_readback_cpu_ms": 0.494142, + "simulation_ms": 1.642218, + "snapshot_ms": 1.670311, + "texture_count": 1, + "tick": 2185, + "vertices": 576, + "wall_ms": 6.114924 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2186, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.590016, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.044754, + "renderer_cpu_ms": 3.02718, + "renderer_readback_cpu_ms": 0.539648, + "simulation_ms": 1.605479, + "snapshot_ms": 1.671613, + "texture_count": 1, + "tick": 2186, + "vertices": 576, + "wall_ms": 6.336493 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2187, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.590336, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.622998, + "renderer_cpu_ms": 2.610624, + "renderer_readback_cpu_ms": 0.443977, + "simulation_ms": 1.679889, + "snapshot_ms": 1.670882, + "texture_count": 1, + "tick": 2187, + "vertices": 576, + "wall_ms": 5.992574 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2188, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.590592, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.76701, + "renderer_cpu_ms": 2.755789, + "renderer_readback_cpu_ms": 0.49284, + "simulation_ms": 1.655152, + "snapshot_ms": 1.665672, + "texture_count": 1, + "tick": 2188, + "vertices": 576, + "wall_ms": 6.104265 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2189, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.5896, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.682049, + "renderer_cpu_ms": 2.669606, + "renderer_readback_cpu_ms": 0.472481, + "simulation_ms": 1.64875, + "snapshot_ms": 1.666493, + "texture_count": 1, + "tick": 2189, + "vertices": 576, + "wall_ms": 6.011028 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2190, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.598784, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.582661, + "renderer_cpu_ms": 2.570909, + "renderer_readback_cpu_ms": 0.446532, + "simulation_ms": 1.6213089999999999, + "snapshot_ms": 1.657857, + "texture_count": 1, + "tick": 2190, + "vertices": 576, + "wall_ms": 5.877196 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2191, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.58896, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.580538, + "renderer_cpu_ms": 2.569146, + "renderer_readback_cpu_ms": 0.442906, + "simulation_ms": 1.610067, + "snapshot_ms": 1.650794, + "texture_count": 1, + "tick": 2191, + "vertices": 576, + "wall_ms": 5.85767 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2192, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.592512, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.761149, + "renderer_cpu_ms": 2.748785, + "renderer_readback_cpu_ms": 0.515933, + "simulation_ms": 1.624134, + "snapshot_ms": 1.666323, + "texture_count": 1, + "tick": 2192, + "vertices": 576, + "wall_ms": 6.066533 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2193, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.589088, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.687139, + "renderer_cpu_ms": 2.675928, + "renderer_readback_cpu_ms": 0.442334, + "simulation_ms": 1.630336, + "snapshot_ms": 1.676943, + "texture_count": 1, + "tick": 2193, + "vertices": 576, + "wall_ms": 6.011089 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2194, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.589152, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.576309, + "renderer_cpu_ms": 2.56575, + "renderer_readback_cpu_ms": 0.395045, + "simulation_ms": 1.617441, + "snapshot_ms": 1.675481, + "texture_count": 1, + "tick": 2194, + "vertices": 576, + "wall_ms": 5.882506 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2195, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588928, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.65084, + "renderer_cpu_ms": 2.638397, + "renderer_readback_cpu_ms": 0.495785, + "simulation_ms": 1.623603, + "snapshot_ms": 1.675891, + "texture_count": 1, + "tick": 2195, + "vertices": 576, + "wall_ms": 5.963729 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2196, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588864, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.543678, + "renderer_cpu_ms": 2.533188, + "renderer_readback_cpu_ms": 0.380057, + "simulation_ms": 1.616439, + "snapshot_ms": 1.672545, + "texture_count": 1, + "tick": 2196, + "vertices": 576, + "wall_ms": 5.847941 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2197, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.590304, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.642504, + "renderer_cpu_ms": 2.630742, + "renderer_readback_cpu_ms": 0.449918, + "simulation_ms": 1.640013, + "snapshot_ms": 1.678857, + "texture_count": 1, + "tick": 2197, + "vertices": 576, + "wall_ms": 5.976283 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2198, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.58976, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.647373, + "renderer_cpu_ms": 2.63461, + "renderer_readback_cpu_ms": 0.440932, + "simulation_ms": 1.640093, + "snapshot_ms": 1.664099, + "texture_count": 1, + "tick": 2198, + "vertices": 576, + "wall_ms": 5.966745 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2199, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.605056, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.479127, + "renderer_cpu_ms": 2.467785, + "renderer_readback_cpu_ms": 0.38677, + "simulation_ms": 1.670311, + "snapshot_ms": 1.727328, + "texture_count": 1, + "tick": 2199, + "vertices": 576, + "wall_ms": 5.892225 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2200, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.617472, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.595055, + "renderer_cpu_ms": 2.584786, + "renderer_readback_cpu_ms": 0.388022, + "simulation_ms": 1.63278, + "snapshot_ms": 1.679639, + "texture_count": 1, + "tick": 2200, + "vertices": 576, + "wall_ms": 5.922071 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2201, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.589024, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.591218, + "renderer_cpu_ms": 2.580207, + "renderer_readback_cpu_ms": 0.40783, + "simulation_ms": 1.610558, + "snapshot_ms": 1.720164, + "texture_count": 1, + "tick": 2201, + "vertices": 576, + "wall_ms": 5.934915 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2202, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.589984, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.571852, + "renderer_cpu_ms": 2.561151, + "renderer_readback_cpu_ms": 0.404804, + "simulation_ms": 1.614025, + "snapshot_ms": 1.66987, + "texture_count": 1, + "tick": 2202, + "vertices": 576, + "wall_ms": 5.883559 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2203, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.589024, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.644028, + "renderer_cpu_ms": 2.632526, + "renderer_readback_cpu_ms": 0.459366, + "simulation_ms": 1.656655, + "snapshot_ms": 1.72304, + "texture_count": 1, + "tick": 2203, + "vertices": 576, + "wall_ms": 6.037068 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2204, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.589088, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.933533, + "renderer_cpu_ms": 2.923224, + "renderer_readback_cpu_ms": 0.423328, + "simulation_ms": 1.615096, + "snapshot_ms": 1.671543, + "texture_count": 1, + "tick": 2204, + "vertices": 576, + "wall_ms": 6.23479 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2205, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.589056, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.535252, + "renderer_cpu_ms": 2.521817, + "renderer_readback_cpu_ms": 0.370228, + "simulation_ms": 1.638321, + "snapshot_ms": 1.705066, + "texture_count": 1, + "tick": 2205, + "vertices": 576, + "wall_ms": 5.891934 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2206, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.592288, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.610213, + "renderer_cpu_ms": 2.598621, + "renderer_readback_cpu_ms": 0.428068, + "simulation_ms": 1.645364, + "snapshot_ms": 1.732839, + "texture_count": 1, + "tick": 2206, + "vertices": 576, + "wall_ms": 6.003564 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2207, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.590144, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.584415, + "renderer_cpu_ms": 2.572482, + "renderer_readback_cpu_ms": 0.430232, + "simulation_ms": 1.623603, + "snapshot_ms": 1.669389, + "texture_count": 1, + "tick": 2207, + "vertices": 576, + "wall_ms": 5.891363 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2208, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.589344, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.621044, + "renderer_cpu_ms": 2.609713, + "renderer_readback_cpu_ms": 0.442675, + "simulation_ms": 1.589649, + "snapshot_ms": 1.701019, + "texture_count": 1, + "tick": 2208, + "vertices": 576, + "wall_ms": 5.925187 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2209, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.595936, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.68782, + "renderer_cpu_ms": 2.676359, + "renderer_readback_cpu_ms": 0.444408, + "simulation_ms": 1.606721, + "snapshot_ms": 1.691931, + "texture_count": 1, + "tick": 2209, + "vertices": 576, + "wall_ms": 5.999677 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2210, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.589408, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.688992, + "renderer_cpu_ms": 2.677321, + "renderer_readback_cpu_ms": 0.464796, + "simulation_ms": 1.639372, + "snapshot_ms": 1.654972, + "texture_count": 1, + "tick": 2210, + "vertices": 576, + "wall_ms": 5.998185 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2211, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.589312, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.787307, + "renderer_cpu_ms": 2.774414, + "renderer_readback_cpu_ms": 0.512376, + "simulation_ms": 1.632018, + "snapshot_ms": 1.7019, + "texture_count": 1, + "tick": 2211, + "vertices": 576, + "wall_ms": 6.136495 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2212, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588576, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.638017, + "renderer_cpu_ms": 2.625903, + "renderer_readback_cpu_ms": 0.470888, + "simulation_ms": 1.631938, + "snapshot_ms": 1.720065, + "texture_count": 1, + "tick": 2212, + "vertices": 576, + "wall_ms": 6.005859 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2213, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588544, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.098024, + "renderer_cpu_ms": 3.077135, + "renderer_readback_cpu_ms": 0.619248, + "simulation_ms": 1.599908, + "snapshot_ms": 1.682544, + "texture_count": 1, + "tick": 2213, + "vertices": 576, + "wall_ms": 6.395924 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2214, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.589152, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.091251, + "renderer_cpu_ms": 3.073928, + "renderer_readback_cpu_ms": 0.576197, + "simulation_ms": 2.221761, + "snapshot_ms": 2.322301, + "texture_count": 1, + "tick": 2214, + "vertices": 576, + "wall_ms": 7.65507 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2215, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588736, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.903848, + "renderer_cpu_ms": 2.88916, + "renderer_readback_cpu_ms": 0.505103, + "simulation_ms": 2.075936, + "snapshot_ms": 1.988481, + "texture_count": 1, + "tick": 2215, + "vertices": 576, + "wall_ms": 6.988573 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2216, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588224, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.546283, + "renderer_cpu_ms": 2.53408, + "renderer_readback_cpu_ms": 0.420754, + "simulation_ms": 1.618133, + "snapshot_ms": 1.730193, + "texture_count": 1, + "tick": 2216, + "vertices": 576, + "wall_ms": 5.91138 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2217, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588736, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.571791, + "renderer_cpu_ms": 2.559778, + "renderer_readback_cpu_ms": 0.41923, + "simulation_ms": 1.642458, + "snapshot_ms": 1.655984, + "texture_count": 1, + "tick": 2217, + "vertices": 576, + "wall_ms": 5.883799 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2218, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588896, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.538438, + "renderer_cpu_ms": 2.527247, + "renderer_readback_cpu_ms": 0.401277, + "simulation_ms": 1.603886, + "snapshot_ms": 1.636617, + "texture_count": 1, + "tick": 2218, + "vertices": 576, + "wall_ms": 5.793558 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2219, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.590272, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.552104, + "renderer_cpu_ms": 2.540432, + "renderer_readback_cpu_ms": 0.422277, + "simulation_ms": 1.655102, + "snapshot_ms": 1.667385, + "texture_count": 1, + "tick": 2219, + "vertices": 576, + "wall_ms": 5.889419 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2220, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.5976, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.546414, + "renderer_cpu_ms": 2.535834, + "renderer_readback_cpu_ms": 0.394875, + "simulation_ms": 1.696691, + "snapshot_ms": 1.669048, + "texture_count": 1, + "tick": 2220, + "vertices": 576, + "wall_ms": 5.925868 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2221, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588992, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.004718, + "renderer_cpu_ms": 2.984399, + "renderer_readback_cpu_ms": 0.680243, + "simulation_ms": 1.601992, + "snapshot_ms": 1.673446, + "texture_count": 1, + "tick": 2221, + "vertices": 576, + "wall_ms": 6.295966 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2222, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.590208, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.903303, + "renderer_cpu_ms": 3.885179, + "renderer_readback_cpu_ms": 0.573442, + "simulation_ms": 3.225504, + "snapshot_ms": 2.975823, + "texture_count": 1, + "tick": 2222, + "vertices": 576, + "wall_ms": 10.128906 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2223, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.589152, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.727902, + "renderer_cpu_ms": 3.692626, + "renderer_readback_cpu_ms": 0.502147, + "simulation_ms": 2.912384, + "snapshot_ms": 3.161102, + "texture_count": 1, + "tick": 2223, + "vertices": 576, + "wall_ms": 9.81819 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2224, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.58864, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 4.395321, + "renderer_cpu_ms": 4.378639, + "renderer_readback_cpu_ms": 0.575216, + "simulation_ms": 2.786887, + "snapshot_ms": 3.13813, + "texture_count": 1, + "tick": 2224, + "vertices": 576, + "wall_ms": 10.342008 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2225, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.589568, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.570586, + "renderer_cpu_ms": 3.553614, + "renderer_readback_cpu_ms": 0.50342, + "simulation_ms": 2.930968, + "snapshot_ms": 3.109375, + "texture_count": 1, + "tick": 2225, + "vertices": 576, + "wall_ms": 9.630366 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2226, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.589248, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.632563, + "renderer_cpu_ms": 3.613677, + "renderer_readback_cpu_ms": 0.586817, + "simulation_ms": 2.901213, + "snapshot_ms": 3.023934, + "texture_count": 1, + "tick": 2226, + "vertices": 576, + "wall_ms": 9.577867 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2227, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.589568, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 4.198079, + "renderer_cpu_ms": 4.181588, + "renderer_readback_cpu_ms": 0.522927, + "simulation_ms": 2.865967, + "snapshot_ms": 3.229592, + "texture_count": 1, + "tick": 2227, + "vertices": 576, + "wall_ms": 10.313554 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2228, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.589184, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.699899, + "renderer_cpu_ms": 3.68462, + "renderer_readback_cpu_ms": 0.510142, + "simulation_ms": 2.94197, + "snapshot_ms": 2.974771, + "texture_count": 1, + "tick": 2228, + "vertices": 576, + "wall_ms": 9.633381 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2229, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.602656, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 4.182529, + "renderer_cpu_ms": 4.159967, + "renderer_readback_cpu_ms": 0.576106, + "simulation_ms": 3.12251, + "snapshot_ms": 3.128812, + "texture_count": 1, + "tick": 2229, + "vertices": 576, + "wall_ms": 10.455211 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2230, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588832, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.924112, + "renderer_cpu_ms": 3.907691, + "renderer_readback_cpu_ms": 0.573031, + "simulation_ms": 3.062417, + "snapshot_ms": 2.855166, + "texture_count": 1, + "tick": 2230, + "vertices": 576, + "wall_ms": 9.86079 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2231, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588704, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.699178, + "renderer_cpu_ms": 3.677647, + "renderer_readback_cpu_ms": 0.567571, + "simulation_ms": 2.813157, + "snapshot_ms": 2.871116, + "texture_count": 1, + "tick": 2231, + "vertices": 576, + "wall_ms": 9.402005 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2232, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.598688, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.802025, + "renderer_cpu_ms": 2.78876, + "renderer_readback_cpu_ms": 0.449448, + "simulation_ms": 2.874933, + "snapshot_ms": 1.65936, + "texture_count": 1, + "tick": 2232, + "vertices": 576, + "wall_ms": 7.359071 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2233, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.59312, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.652891, + "renderer_cpu_ms": 3.634646, + "renderer_readback_cpu_ms": 0.698257, + "simulation_ms": 1.589008, + "snapshot_ms": 1.722689, + "texture_count": 1, + "tick": 2233, + "vertices": 576, + "wall_ms": 6.981029 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2234, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.593248, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.739478, + "renderer_cpu_ms": 2.727595, + "renderer_readback_cpu_ms": 0.475727, + "simulation_ms": 1.704245, + "snapshot_ms": 1.773345, + "texture_count": 1, + "tick": 2234, + "vertices": 576, + "wall_ms": 6.237887 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2235, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.590272, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.773632, + "renderer_cpu_ms": 2.758443, + "renderer_readback_cpu_ms": 0.502557, + "simulation_ms": 1.589147, + "snapshot_ms": 1.630396, + "texture_count": 1, + "tick": 2235, + "vertices": 576, + "wall_ms": 6.009446 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2236, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.59072, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.773372, + "renderer_cpu_ms": 2.76204, + "renderer_readback_cpu_ms": 0.423048, + "simulation_ms": 1.596561, + "snapshot_ms": 1.644693, + "texture_count": 1, + "tick": 2236, + "vertices": 576, + "wall_ms": 6.030606 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2237, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.590336, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.69325, + "renderer_cpu_ms": 2.680015, + "renderer_readback_cpu_ms": 0.509532, + "simulation_ms": 1.667536, + "snapshot_ms": 1.68577, + "texture_count": 1, + "tick": 2237, + "vertices": 576, + "wall_ms": 6.061393 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2238, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.589824, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.065743, + "renderer_cpu_ms": 3.051105, + "renderer_readback_cpu_ms": 0.511895, + "simulation_ms": 1.583106, + "snapshot_ms": 1.682484, + "texture_count": 1, + "tick": 2238, + "vertices": 576, + "wall_ms": 6.346151 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2239, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.59008, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.662041, + "renderer_cpu_ms": 2.648927, + "renderer_readback_cpu_ms": 0.463374, + "simulation_ms": 1.629364, + "snapshot_ms": 1.676693, + "texture_count": 1, + "tick": 2239, + "vertices": 576, + "wall_ms": 5.983526 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2240, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.590688, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.659736, + "renderer_cpu_ms": 2.646302, + "renderer_readback_cpu_ms": 0.44021, + "simulation_ms": 1.570542, + "snapshot_ms": 1.681272, + "texture_count": 1, + "tick": 2240, + "vertices": 576, + "wall_ms": 5.926609 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2241, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.591296, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.886114, + "renderer_cpu_ms": 2.869693, + "renderer_readback_cpu_ms": 0.638624, + "simulation_ms": 1.609115, + "snapshot_ms": 1.670762, + "texture_count": 1, + "tick": 2241, + "vertices": 576, + "wall_ms": 6.180318 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2242, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.590528, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.716574, + "renderer_cpu_ms": 2.699762, + "renderer_readback_cpu_ms": 0.491857, + "simulation_ms": 1.709916, + "snapshot_ms": 1.749871, + "texture_count": 1, + "tick": 2242, + "vertices": 576, + "wall_ms": 6.194625 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2243, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.59088, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.094878, + "renderer_cpu_ms": 3.073137, + "renderer_readback_cpu_ms": 0.681325, + "simulation_ms": 1.626358, + "snapshot_ms": 1.68589, + "texture_count": 1, + "tick": 2243, + "vertices": 576, + "wall_ms": 6.422204 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2244, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.599392, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.710874, + "renderer_cpu_ms": 2.696516, + "renderer_readback_cpu_ms": 0.504221, + "simulation_ms": 2.092007, + "snapshot_ms": 1.647357, + "texture_count": 1, + "tick": 2244, + "vertices": 576, + "wall_ms": 6.47271 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2245, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.591008, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.268806, + "renderer_cpu_ms": 3.250011, + "renderer_readback_cpu_ms": 0.668862, + "simulation_ms": 1.589438, + "snapshot_ms": 1.646967, + "texture_count": 1, + "tick": 2245, + "vertices": 576, + "wall_ms": 6.520109 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2246, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.599584, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.756068, + "renderer_cpu_ms": 2.744838, + "renderer_readback_cpu_ms": 0.475928, + "simulation_ms": 2.248741, + "snapshot_ms": 1.956902, + "texture_count": 1, + "tick": 2246, + "vertices": 576, + "wall_ms": 6.980407 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2247, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.62448, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.67715, + "renderer_cpu_ms": 2.664335, + "renderer_readback_cpu_ms": 0.463634, + "simulation_ms": 1.569631, + "snapshot_ms": 1.63817, + "texture_count": 1, + "tick": 2247, + "vertices": 576, + "wall_ms": 5.90031 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2248, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.58896, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.710302, + "renderer_cpu_ms": 2.698611, + "renderer_readback_cpu_ms": 0.4877, + "simulation_ms": 1.559742, + "snapshot_ms": 1.631918, + "texture_count": 1, + "tick": 2248, + "vertices": 576, + "wall_ms": 5.91623 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2249, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588768, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.683602, + "renderer_cpu_ms": 2.670037, + "renderer_readback_cpu_ms": 0.467892, + "simulation_ms": 1.570272, + "snapshot_ms": 1.634353, + "texture_count": 1, + "tick": 2249, + "vertices": 576, + "wall_ms": 5.902675 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2250, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588992, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.598107, + "renderer_cpu_ms": 3.58401, + "renderer_readback_cpu_ms": 0.473323, + "simulation_ms": 1.625065, + "snapshot_ms": 2.764986, + "texture_count": 1, + "tick": 2250, + "vertices": 576, + "wall_ms": 8.00505 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2251, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.589408, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.655719, + "renderer_cpu_ms": 2.642664, + "renderer_readback_cpu_ms": 0.454407, + "simulation_ms": 1.618803, + "snapshot_ms": 1.619194, + "texture_count": 1, + "tick": 2251, + "vertices": 576, + "wall_ms": 5.910499 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2252, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.589888, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.590146, + "renderer_cpu_ms": 2.578123, + "renderer_readback_cpu_ms": 0.466319, + "simulation_ms": 1.612302, + "snapshot_ms": 1.684838, + "texture_count": 1, + "tick": 2252, + "vertices": 576, + "wall_ms": 5.902273 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2253, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.589888, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.631344, + "renderer_cpu_ms": 2.617127, + "renderer_readback_cpu_ms": 0.516063, + "simulation_ms": 1.612571, + "snapshot_ms": 1.762345, + "texture_count": 1, + "tick": 2253, + "vertices": 576, + "wall_ms": 6.020066 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2254, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.589472, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.537306, + "renderer_cpu_ms": 2.526135, + "renderer_readback_cpu_ms": 0.433578, + "simulation_ms": 1.579289, + "snapshot_ms": 1.648159, + "texture_count": 1, + "tick": 2254, + "vertices": 576, + "wall_ms": 5.782147 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2255, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.59008, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.516337, + "renderer_cpu_ms": 2.505175, + "renderer_readback_cpu_ms": 0.399674, + "simulation_ms": 1.56903, + "snapshot_ms": 1.703022, + "texture_count": 1, + "tick": 2255, + "vertices": 576, + "wall_ms": 5.806293 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2256, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.599232, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.519512, + "renderer_cpu_ms": 2.50779, + "renderer_readback_cpu_ms": 0.412729, + "simulation_ms": 1.565864, + "snapshot_ms": 1.637238, + "texture_count": 1, + "tick": 2256, + "vertices": 576, + "wall_ms": 5.73629 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2257, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588832, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.570028, + "renderer_cpu_ms": 2.557424, + "renderer_readback_cpu_ms": 0.449137, + "simulation_ms": 1.567346, + "snapshot_ms": 1.641466, + "texture_count": 1, + "tick": 2257, + "vertices": 576, + "wall_ms": 5.7941 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2258, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.589632, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.389543, + "renderer_cpu_ms": 3.37202, + "renderer_readback_cpu_ms": 0.635028, + "simulation_ms": 1.563409, + "snapshot_ms": 2.340946, + "texture_count": 1, + "tick": 2258, + "vertices": 576, + "wall_ms": 7.309848 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2259, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.590656, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.964573, + "renderer_cpu_ms": 2.94736, + "renderer_readback_cpu_ms": 0.60939, + "simulation_ms": 2.217122, + "snapshot_ms": 2.383126, + "texture_count": 1, + "tick": 2259, + "vertices": 576, + "wall_ms": 7.584988 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2260, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.589504, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.386789, + "renderer_cpu_ms": 3.372382, + "renderer_readback_cpu_ms": 0.430402, + "simulation_ms": 2.361073, + "snapshot_ms": 2.525354, + "texture_count": 1, + "tick": 2260, + "vertices": 576, + "wall_ms": 8.290258 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2261, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.590112, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.94265, + "renderer_cpu_ms": 2.924656, + "renderer_readback_cpu_ms": 0.579643, + "simulation_ms": 1.963483, + "snapshot_ms": 2.031162, + "texture_count": 1, + "tick": 2261, + "vertices": 576, + "wall_ms": 6.954959 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2262, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.589504, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.476999, + "renderer_cpu_ms": 3.459717, + "renderer_readback_cpu_ms": 0.701483, + "simulation_ms": 2.267507, + "snapshot_ms": 2.407171, + "texture_count": 1, + "tick": 2262, + "vertices": 576, + "wall_ms": 8.171254 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2263, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.58896, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.526201, + "renderer_cpu_ms": 3.507236, + "renderer_readback_cpu_ms": 0.664904, + "simulation_ms": 2.300169, + "snapshot_ms": 2.423852, + "texture_count": 1, + "tick": 2263, + "vertices": 576, + "wall_ms": 8.268917 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2264, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.594112, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 4.18322, + "renderer_cpu_ms": 3.463623, + "renderer_readback_cpu_ms": 0.629478, + "simulation_ms": 2.296532, + "snapshot_ms": 2.419534, + "texture_count": 1, + "tick": 2264, + "vertices": 576, + "wall_ms": 8.921579 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2265, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588672, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.665414, + "renderer_cpu_ms": 3.645506, + "renderer_readback_cpu_ms": 0.586306, + "simulation_ms": 2.302663, + "snapshot_ms": 2.365753, + "texture_count": 1, + "tick": 2265, + "vertices": 576, + "wall_ms": 8.354349 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2266, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.589312, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.745308, + "renderer_cpu_ms": 2.733085, + "renderer_readback_cpu_ms": 0.533146, + "simulation_ms": 1.788654, + "snapshot_ms": 1.642849, + "texture_count": 1, + "tick": 2266, + "vertices": 576, + "wall_ms": 6.196689 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2267, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.590016, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.592871, + "renderer_cpu_ms": 2.580648, + "renderer_readback_cpu_ms": 0.441713, + "simulation_ms": 1.567477, + "snapshot_ms": 1.625606, + "texture_count": 1, + "tick": 2267, + "vertices": 576, + "wall_ms": 5.800992 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2268, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.593792, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.590937, + "renderer_cpu_ms": 2.578945, + "renderer_readback_cpu_ms": 0.478372, + "simulation_ms": 1.567136, + "snapshot_ms": 1.632279, + "texture_count": 1, + "tick": 2268, + "vertices": 576, + "wall_ms": 5.804078 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2269, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.5896, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.54983, + "renderer_cpu_ms": 2.537757, + "renderer_readback_cpu_ms": 0.43495, + "simulation_ms": 1.589999, + "snapshot_ms": 1.631638, + "texture_count": 1, + "tick": 2269, + "vertices": 576, + "wall_ms": 5.785113 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2270, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.58992, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.626164, + "renderer_cpu_ms": 2.614822, + "renderer_readback_cpu_ms": 0.475316, + "simulation_ms": 1.565694, + "snapshot_ms": 1.632309, + "texture_count": 1, + "tick": 2270, + "vertices": 576, + "wall_ms": 5.83687 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2271, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.589248, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.698329, + "renderer_cpu_ms": 2.685255, + "renderer_readback_cpu_ms": 0.485686, + "simulation_ms": 1.560123, + "snapshot_ms": 1.62225, + "texture_count": 1, + "tick": 2271, + "vertices": 576, + "wall_ms": 5.893577 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2272, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.589856, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.6297, + "renderer_cpu_ms": 2.616806, + "renderer_readback_cpu_ms": 0.484084, + "simulation_ms": 1.574099, + "snapshot_ms": 1.63821, + "texture_count": 1, + "tick": 2272, + "vertices": 576, + "wall_ms": 5.859743 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2273, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.589792, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.538539, + "renderer_cpu_ms": 2.527688, + "renderer_readback_cpu_ms": 0.404643, + "simulation_ms": 1.567918, + "snapshot_ms": 1.658288, + "texture_count": 1, + "tick": 2273, + "vertices": 576, + "wall_ms": 5.780524 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2274, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.589216, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.504714, + "renderer_cpu_ms": 2.494144, + "renderer_readback_cpu_ms": 0.40252, + "simulation_ms": 2.031572, + "snapshot_ms": 2.013989, + "texture_count": 1, + "tick": 2274, + "vertices": 576, + "wall_ms": 6.564783 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2275, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.594368, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.598872, + "renderer_cpu_ms": 2.586809, + "renderer_readback_cpu_ms": 0.446051, + "simulation_ms": 1.590681, + "snapshot_ms": 1.631227, + "texture_count": 1, + "tick": 2275, + "vertices": 576, + "wall_ms": 5.83698 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2276, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.589504, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.886665, + "renderer_cpu_ms": 2.866417, + "renderer_readback_cpu_ms": 0.651839, + "simulation_ms": 1.566064, + "snapshot_ms": 1.630355, + "texture_count": 1, + "tick": 2276, + "vertices": 576, + "wall_ms": 6.097611 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2277, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.595552, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.310264, + "renderer_cpu_ms": 3.293713, + "renderer_readback_cpu_ms": 0.573071, + "simulation_ms": 2.029479, + "snapshot_ms": 2.303535, + "texture_count": 1, + "tick": 2277, + "vertices": 576, + "wall_ms": 7.66064 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2278, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.589952, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.653595, + "renderer_cpu_ms": 2.641172, + "renderer_readback_cpu_ms": 0.462342, + "simulation_ms": 1.581734, + "snapshot_ms": 1.676172, + "texture_count": 1, + "tick": 2278, + "vertices": 576, + "wall_ms": 5.925878 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2279, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.590336, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.302821, + "renderer_cpu_ms": 3.28692, + "renderer_readback_cpu_ms": 0.589251, + "simulation_ms": 1.57427, + "snapshot_ms": 2.353108, + "texture_count": 1, + "tick": 2279, + "vertices": 576, + "wall_ms": 7.246259 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2280, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.58944, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.685706, + "renderer_cpu_ms": 2.672632, + "renderer_readback_cpu_ms": 0.522015, + "simulation_ms": 1.640845, + "snapshot_ms": 1.87148, + "texture_count": 1, + "tick": 2280, + "vertices": 576, + "wall_ms": 6.215915 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2281, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.603744, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.743575, + "renderer_cpu_ms": 2.728818, + "renderer_readback_cpu_ms": 0.541201, + "simulation_ms": 1.580772, + "snapshot_ms": 1.633942, + "texture_count": 1, + "tick": 2281, + "vertices": 576, + "wall_ms": 5.973879 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2282, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.58864, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.010007, + "renderer_cpu_ms": 2.992455, + "renderer_readback_cpu_ms": 0.553263, + "simulation_ms": 1.579619, + "snapshot_ms": 1.62232, + "texture_count": 1, + "tick": 2282, + "vertices": 576, + "wall_ms": 6.22941 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2283, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.59408, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.765497, + "renderer_cpu_ms": 2.75108, + "renderer_readback_cpu_ms": 0.579593, + "simulation_ms": 2.228083, + "snapshot_ms": 2.211071, + "texture_count": 1, + "tick": 2283, + "vertices": 576, + "wall_ms": 7.248012 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2284, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588416, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.544891, + "renderer_cpu_ms": 2.53375, + "renderer_readback_cpu_ms": 0.42405, + "simulation_ms": 1.974083, + "snapshot_ms": 1.646977, + "texture_count": 1, + "tick": 2284, + "vertices": 576, + "wall_ms": 6.183935 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2285, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.595648, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.581259, + "renderer_cpu_ms": 2.569266, + "renderer_readback_cpu_ms": 0.417798, + "simulation_ms": 1.625877, + "snapshot_ms": 1.672154, + "texture_count": 1, + "tick": 2285, + "vertices": 576, + "wall_ms": 5.892986 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2286, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.589152, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.578143, + "renderer_cpu_ms": 2.567743, + "renderer_readback_cpu_ms": 0.413921, + "simulation_ms": 1.604186, + "snapshot_ms": 1.666063, + "texture_count": 1, + "tick": 2286, + "vertices": 576, + "wall_ms": 5.862578 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2287, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.589856, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.626244, + "renderer_cpu_ms": 2.614421, + "renderer_readback_cpu_ms": 0.476319, + "simulation_ms": 1.562617, + "snapshot_ms": 1.64295, + "texture_count": 1, + "tick": 2287, + "vertices": 576, + "wall_ms": 5.848302 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2288, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.58944, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.924175, + "renderer_cpu_ms": 2.906623, + "renderer_readback_cpu_ms": 0.555698, + "simulation_ms": 1.589618, + "snapshot_ms": 1.641466, + "texture_count": 1, + "tick": 2288, + "vertices": 576, + "wall_ms": 6.168615 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2289, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.589472, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.577012, + "renderer_cpu_ms": 2.563325, + "renderer_readback_cpu_ms": 0.453786, + "simulation_ms": 1.640675, + "snapshot_ms": 1.628932, + "texture_count": 1, + "tick": 2289, + "vertices": 576, + "wall_ms": 5.861838 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2290, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.591232, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.634009, + "renderer_cpu_ms": 2.621395, + "renderer_readback_cpu_ms": 0.474344, + "simulation_ms": 1.566315, + "snapshot_ms": 1.625797, + "texture_count": 1, + "tick": 2290, + "vertices": 576, + "wall_ms": 5.840828 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2291, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.58976, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.644398, + "renderer_cpu_ms": 2.632737, + "renderer_readback_cpu_ms": 0.446743, + "simulation_ms": 1.583457, + "snapshot_ms": 1.62237, + "texture_count": 1, + "tick": 2291, + "vertices": 576, + "wall_ms": 5.864503 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2292, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.595424, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.624861, + "renderer_cpu_ms": 2.612888, + "renderer_readback_cpu_ms": 0.447434, + "simulation_ms": 1.808682, + "snapshot_ms": 1.651745, + "texture_count": 1, + "tick": 2292, + "vertices": 576, + "wall_ms": 6.100047 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2293, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.597472, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.711896, + "renderer_cpu_ms": 2.698701, + "renderer_readback_cpu_ms": 0.444969, + "simulation_ms": 1.578498, + "snapshot_ms": 1.630075, + "texture_count": 1, + "tick": 2293, + "vertices": 576, + "wall_ms": 5.941708 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2294, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.590784, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.669496, + "renderer_cpu_ms": 2.659016, + "renderer_readback_cpu_ms": 0.454808, + "simulation_ms": 1.568038, + "snapshot_ms": 1.6274, + "texture_count": 1, + "tick": 2294, + "vertices": 576, + "wall_ms": 5.896112 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2295, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.590688, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.697479, + "renderer_cpu_ms": 2.686608, + "renderer_readback_cpu_ms": 0.458625, + "simulation_ms": 1.581674, + "snapshot_ms": 1.638761, + "texture_count": 1, + "tick": 2295, + "vertices": 576, + "wall_ms": 5.93203 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2296, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.59088, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.642354, + "renderer_cpu_ms": 2.631805, + "renderer_readback_cpu_ms": 0.485706, + "simulation_ms": 1.559932, + "snapshot_ms": 1.632951, + "texture_count": 1, + "tick": 2296, + "vertices": 576, + "wall_ms": 5.848142 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2297, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.590912, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.633216, + "renderer_cpu_ms": 2.623218, + "renderer_readback_cpu_ms": 0.457173, + "simulation_ms": 1.559371, + "snapshot_ms": 1.623593, + "texture_count": 1, + "tick": 2297, + "vertices": 576, + "wall_ms": 5.829365 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2298, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.593504, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.662883, + "renderer_cpu_ms": 2.652524, + "renderer_readback_cpu_ms": 0.494873, + "simulation_ms": 1.560824, + "snapshot_ms": 1.626188, + "texture_count": 1, + "tick": 2298, + "vertices": 576, + "wall_ms": 5.862558 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2299, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.590528, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.698781, + "renderer_cpu_ms": 2.689824, + "renderer_readback_cpu_ms": 0.465297, + "simulation_ms": 1.552659, + "snapshot_ms": 1.634654, + "texture_count": 1, + "tick": 2299, + "vertices": 576, + "wall_ms": 5.898616 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2300, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.593408, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.726634, + "renderer_cpu_ms": 2.717366, + "renderer_readback_cpu_ms": 0.517376, + "simulation_ms": 1.552839, + "snapshot_ms": 1.631207, + "texture_count": 1, + "tick": 2300, + "vertices": 576, + "wall_ms": 5.922432 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2301, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.605984, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.700614, + "renderer_cpu_ms": 2.691677, + "renderer_readback_cpu_ms": 0.473574, + "simulation_ms": 1.567878, + "snapshot_ms": 1.620807, + "texture_count": 1, + "tick": 2301, + "vertices": 576, + "wall_ms": 5.901963 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2302, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.590624, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.710253, + "renderer_cpu_ms": 2.697468, + "renderer_readback_cpu_ms": 0.455419, + "simulation_ms": 1.582916, + "snapshot_ms": 1.621749, + "texture_count": 1, + "tick": 2302, + "vertices": 576, + "wall_ms": 5.929745 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2303, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.59056, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.714209, + "renderer_cpu_ms": 2.704943, + "renderer_readback_cpu_ms": 0.454688, + "simulation_ms": 1.578538, + "snapshot_ms": 1.6276, + "texture_count": 1, + "tick": 2303, + "vertices": 576, + "wall_ms": 5.935265 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2304, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.591104, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.394934, + "renderer_cpu_ms": 3.383462, + "renderer_readback_cpu_ms": 0.405224, + "simulation_ms": 1.702001, + "snapshot_ms": 1.638851, + "texture_count": 1, + "tick": 2304, + "vertices": 576, + "wall_ms": 6.747758 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2305, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.590976, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.95863, + "renderer_cpu_ms": 2.945306, + "renderer_readback_cpu_ms": 0.451121, + "simulation_ms": 1.609546, + "snapshot_ms": 1.624925, + "texture_count": 1, + "tick": 2305, + "vertices": 576, + "wall_ms": 6.20816 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2306, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.591168, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.469264, + "renderer_cpu_ms": 3.455398, + "renderer_readback_cpu_ms": 0.470678, + "simulation_ms": 1.567617, + "snapshot_ms": 1.687864, + "texture_count": 1, + "tick": 2306, + "vertices": 576, + "wall_ms": 6.739733 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2307, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.590592, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.215155, + "renderer_cpu_ms": 3.20212, + "renderer_readback_cpu_ms": 0.457353, + "simulation_ms": 1.572817, + "snapshot_ms": 1.634393, + "texture_count": 1, + "tick": 2307, + "vertices": 576, + "wall_ms": 6.437784 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2308, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.590016, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.575238, + "renderer_cpu_ms": 2.563606, + "renderer_readback_cpu_ms": 0.395065, + "simulation_ms": 1.595689, + "snapshot_ms": 1.660222, + "texture_count": 1, + "tick": 2308, + "vertices": 576, + "wall_ms": 5.846328 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2309, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.591936, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.707847, + "renderer_cpu_ms": 2.693441, + "renderer_readback_cpu_ms": 0.433919, + "simulation_ms": 1.580201, + "snapshot_ms": 1.630375, + "texture_count": 1, + "tick": 2309, + "vertices": 576, + "wall_ms": 5.934113 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2310, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.59056, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.595296, + "renderer_cpu_ms": 2.583513, + "renderer_readback_cpu_ms": 0.396798, + "simulation_ms": 1.673938, + "snapshot_ms": 1.750121, + "texture_count": 1, + "tick": 2310, + "vertices": 576, + "wall_ms": 6.034884 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2311, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.599552, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.843604, + "renderer_cpu_ms": 2.830479, + "renderer_readback_cpu_ms": 0.56196, + "simulation_ms": 1.567597, + "snapshot_ms": 1.704535, + "texture_count": 1, + "tick": 2311, + "vertices": 576, + "wall_ms": 6.150312 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2312, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.599456, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.810402, + "renderer_cpu_ms": 2.795153, + "renderer_readback_cpu_ms": 0.534799, + "simulation_ms": 1.566515, + "snapshot_ms": 1.936423, + "texture_count": 1, + "tick": 2312, + "vertices": 576, + "wall_ms": 6.330161 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2313, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.597408, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.890212, + "renderer_cpu_ms": 2.874393, + "renderer_readback_cpu_ms": 0.555187, + "simulation_ms": 1.656785, + "snapshot_ms": 1.647989, + "texture_count": 1, + "tick": 2313, + "vertices": 576, + "wall_ms": 6.212128 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2314, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.589664, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.984389, + "renderer_cpu_ms": 2.967187, + "renderer_readback_cpu_ms": 0.592317, + "simulation_ms": 1.58503, + "snapshot_ms": 1.639723, + "texture_count": 1, + "tick": 2314, + "vertices": 576, + "wall_ms": 6.225332 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2315, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.589504, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.854695, + "renderer_cpu_ms": 2.839907, + "renderer_readback_cpu_ms": 0.544457, + "simulation_ms": 1.619355, + "snapshot_ms": 1.639963, + "texture_count": 1, + "tick": 2315, + "vertices": 576, + "wall_ms": 6.132819 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2316, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.58992, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.934215, + "renderer_cpu_ms": 2.916391, + "renderer_readback_cpu_ms": 0.605633, + "simulation_ms": 1.579149, + "snapshot_ms": 1.641787, + "texture_count": 1, + "tick": 2316, + "vertices": 576, + "wall_ms": 6.171722 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2317, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.58944, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.817544, + "renderer_cpu_ms": 2.802937, + "renderer_readback_cpu_ms": 0.545849, + "simulation_ms": 1.57457, + "snapshot_ms": 1.639813, + "texture_count": 1, + "tick": 2317, + "vertices": 576, + "wall_ms": 6.050433 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2318, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.59008, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.002724, + "renderer_cpu_ms": 2.988988, + "renderer_readback_cpu_ms": 0.507097, + "simulation_ms": 1.827868, + "snapshot_ms": 2.481621, + "texture_count": 1, + "tick": 2318, + "vertices": 576, + "wall_ms": 7.332762 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2319, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.589696, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.762821, + "renderer_cpu_ms": 2.746811, + "renderer_readback_cpu_ms": 0.548485, + "simulation_ms": 1.567256, + "snapshot_ms": 1.640605, + "texture_count": 1, + "tick": 2319, + "vertices": 576, + "wall_ms": 5.986492 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2320, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.59024, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.340561, + "renderer_cpu_ms": 3.321015, + "renderer_readback_cpu_ms": 0.617806, + "simulation_ms": 1.581974, + "snapshot_ms": 2.094742, + "texture_count": 1, + "tick": 2320, + "vertices": 576, + "wall_ms": 7.038597 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2321, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.59088, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.619511, + "renderer_cpu_ms": 2.607248, + "renderer_readback_cpu_ms": 0.452915, + "simulation_ms": 1.609506, + "snapshot_ms": 2.435675, + "texture_count": 1, + "tick": 2321, + "vertices": 576, + "wall_ms": 6.685801 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2322, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.590112, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.080662, + "renderer_cpu_ms": 3.060363, + "renderer_readback_cpu_ms": 0.491026, + "simulation_ms": 1.59011, + "snapshot_ms": 1.62772, + "texture_count": 1, + "tick": 2322, + "vertices": 576, + "wall_ms": 6.312939 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2323, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.590176, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.557685, + "renderer_cpu_ms": 2.546914, + "renderer_readback_cpu_ms": 0.462272, + "simulation_ms": 1.610287, + "snapshot_ms": 1.682264, + "texture_count": 1, + "tick": 2323, + "vertices": 576, + "wall_ms": 5.864202 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2324, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.59088, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.585607, + "renderer_cpu_ms": 2.575618, + "renderer_readback_cpu_ms": 0.468624, + "simulation_ms": 1.597914, + "snapshot_ms": 1.659621, + "texture_count": 1, + "tick": 2324, + "vertices": 576, + "wall_ms": 5.857419 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2325, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.591392, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.591238, + "renderer_cpu_ms": 2.579766, + "renderer_readback_cpu_ms": 0.482681, + "simulation_ms": 1.589227, + "snapshot_ms": 1.642789, + "texture_count": 1, + "tick": 2325, + "vertices": 576, + "wall_ms": 5.837902 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2326, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.595168, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.632686, + "renderer_cpu_ms": 2.619792, + "renderer_readback_cpu_ms": 0.525341, + "simulation_ms": 1.57981, + "snapshot_ms": 1.896517, + "texture_count": 1, + "tick": 2326, + "vertices": 576, + "wall_ms": 6.123461 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2327, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.590432, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.766438, + "renderer_cpu_ms": 2.754426, + "renderer_readback_cpu_ms": 0.471309, + "simulation_ms": 1.578167, + "snapshot_ms": 1.729422, + "texture_count": 1, + "tick": 2327, + "vertices": 576, + "wall_ms": 6.0914 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2328, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.590176, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.718107, + "renderer_cpu_ms": 2.707497, + "renderer_readback_cpu_ms": 0.459336, + "simulation_ms": 1.622802, + "snapshot_ms": 1.629794, + "texture_count": 1, + "tick": 2328, + "vertices": 576, + "wall_ms": 5.985741 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2329, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.59008, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.73558, + "renderer_cpu_ms": 2.704221, + "renderer_readback_cpu_ms": 0.490605, + "simulation_ms": 1.681772, + "snapshot_ms": 1.739592, + "texture_count": 1, + "tick": 2329, + "vertices": 576, + "wall_ms": 6.170459 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2330, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.590304, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.780475, + "renderer_cpu_ms": 2.767641, + "renderer_readback_cpu_ms": 0.489112, + "simulation_ms": 1.660533, + "snapshot_ms": 1.736265, + "texture_count": 1, + "tick": 2330, + "vertices": 576, + "wall_ms": 6.190848 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2331, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.59056, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.041377, + "renderer_cpu_ms": 3.028002, + "renderer_readback_cpu_ms": 0.55671, + "simulation_ms": 1.677324, + "snapshot_ms": 1.742948, + "texture_count": 1, + "tick": 2331, + "vertices": 576, + "wall_ms": 6.476747 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2332, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.590176, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.860827, + "renderer_cpu_ms": 2.847872, + "renderer_readback_cpu_ms": 0.527586, + "simulation_ms": 1.734983, + "snapshot_ms": 1.821967, + "texture_count": 1, + "tick": 2332, + "vertices": 576, + "wall_ms": 6.433185 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2333, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.589728, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.068879, + "renderer_cpu_ms": 3.056515, + "renderer_readback_cpu_ms": 0.505764, + "simulation_ms": 1.752776, + "snapshot_ms": 1.819843, + "texture_count": 1, + "tick": 2333, + "vertices": 576, + "wall_ms": 6.657528 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2334, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.58928, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.65045, + "renderer_cpu_ms": 2.636263, + "renderer_readback_cpu_ms": 0.451752, + "simulation_ms": 1.673127, + "snapshot_ms": 1.660662, + "texture_count": 1, + "tick": 2334, + "vertices": 576, + "wall_ms": 6.003254 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2335, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.589088, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.855135, + "renderer_cpu_ms": 2.843364, + "renderer_readback_cpu_ms": 0.416406, + "simulation_ms": 1.687082, + "snapshot_ms": 1.743189, + "texture_count": 1, + "tick": 2335, + "vertices": 576, + "wall_ms": 6.299663 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2336, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.589728, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.82527, + "renderer_cpu_ms": 2.806253, + "renderer_readback_cpu_ms": 0.55152, + "simulation_ms": 1.71238, + "snapshot_ms": 2.362366, + "texture_count": 1, + "tick": 2336, + "vertices": 576, + "wall_ms": 6.914122 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2337, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.59024, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.087263, + "renderer_cpu_ms": 3.076342, + "renderer_readback_cpu_ms": 0.428257, + "simulation_ms": 2.190101, + "snapshot_ms": 2.351576, + "texture_count": 1, + "tick": 2337, + "vertices": 576, + "wall_ms": 7.647445 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2338, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.59056, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.773973, + "renderer_cpu_ms": 2.763262, + "renderer_readback_cpu_ms": 0.482751, + "simulation_ms": 1.85556, + "snapshot_ms": 2.280232, + "texture_count": 1, + "tick": 2338, + "vertices": 576, + "wall_ms": 6.924993 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2339, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.590624, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.050605, + "renderer_cpu_ms": 3.038031, + "renderer_readback_cpu_ms": 0.485506, + "simulation_ms": 1.594308, + "snapshot_ms": 1.627179, + "texture_count": 1, + "tick": 2339, + "vertices": 576, + "wall_ms": 6.286368 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2340, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.589856, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.990471, + "renderer_cpu_ms": 2.973298, + "renderer_readback_cpu_ms": 0.646399, + "simulation_ms": 1.556436, + "snapshot_ms": 1.68042, + "texture_count": 1, + "tick": 2340, + "vertices": 576, + "wall_ms": 6.25584 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2341, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.59024, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.595136, + "renderer_cpu_ms": 2.583934, + "renderer_readback_cpu_ms": 0.43477, + "simulation_ms": 2.574185, + "snapshot_ms": 1.666444, + "texture_count": 1, + "tick": 2341, + "vertices": 576, + "wall_ms": 6.856794 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2342, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.589728, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.639098, + "renderer_cpu_ms": 2.62966, + "renderer_readback_cpu_ms": 0.438848, + "simulation_ms": 1.602703, + "snapshot_ms": 1.638551, + "texture_count": 1, + "tick": 2342, + "vertices": 576, + "wall_ms": 5.900039 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2343, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.591136, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.654688, + "renderer_cpu_ms": 2.643036, + "renderer_readback_cpu_ms": 0.426133, + "simulation_ms": 1.594849, + "snapshot_ms": 1.625997, + "texture_count": 1, + "tick": 2343, + "vertices": 576, + "wall_ms": 5.891413 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2344, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.590592, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.74075, + "renderer_cpu_ms": 2.72516, + "renderer_readback_cpu_ms": 0.559645, + "simulation_ms": 1.605329, + "snapshot_ms": 1.671613, + "texture_count": 1, + "tick": 2344, + "vertices": 576, + "wall_ms": 6.03298 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2345, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.611968, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.769895, + "renderer_cpu_ms": 2.753604, + "renderer_readback_cpu_ms": 0.539919, + "simulation_ms": 1.603034, + "snapshot_ms": 1.656364, + "texture_count": 1, + "tick": 2345, + "vertices": 576, + "wall_ms": 6.047317 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2346, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.593312, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.23931, + "renderer_cpu_ms": 3.2234, + "renderer_readback_cpu_ms": 0.581046, + "simulation_ms": 2.283487, + "snapshot_ms": 2.444651, + "texture_count": 1, + "tick": 2346, + "vertices": 576, + "wall_ms": 7.985162 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2347, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.5896, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.157787, + "renderer_cpu_ms": 3.14383, + "renderer_readback_cpu_ms": 0.475387, + "simulation_ms": 2.31668, + "snapshot_ms": 2.464208, + "texture_count": 1, + "tick": 2347, + "vertices": 576, + "wall_ms": 7.955456 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2348, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.589664, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.208342, + "renderer_cpu_ms": 3.192022, + "renderer_readback_cpu_ms": 0.576047, + "simulation_ms": 2.232331, + "snapshot_ms": 2.358419, + "texture_count": 1, + "tick": 2348, + "vertices": 576, + "wall_ms": 7.81419 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2349, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.590432, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.346443, + "renderer_cpu_ms": 3.328088, + "renderer_readback_cpu_ms": 0.624939, + "simulation_ms": 2.340946, + "snapshot_ms": 2.250825, + "texture_count": 1, + "tick": 2349, + "vertices": 576, + "wall_ms": 7.955296 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2350, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.589696, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.951307, + "renderer_cpu_ms": 2.939074, + "renderer_readback_cpu_ms": 0.506876, + "simulation_ms": 1.964486, + "snapshot_ms": 2.061999, + "texture_count": 1, + "tick": 2350, + "vertices": 576, + "wall_ms": 6.994985 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2351, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.589792, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.987886, + "renderer_cpu_ms": 2.971926, + "renderer_readback_cpu_ms": 0.522576, + "simulation_ms": 1.953976, + "snapshot_ms": 2.081947, + "texture_count": 1, + "tick": 2351, + "vertices": 576, + "wall_ms": 7.038487 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2352, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.589792, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.903868, + "renderer_cpu_ms": 2.888097, + "renderer_readback_cpu_ms": 0.560457, + "simulation_ms": 1.956541, + "snapshot_ms": 2.083811, + "texture_count": 1, + "tick": 2352, + "vertices": 576, + "wall_ms": 6.959077 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2353, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.58944, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.764695, + "renderer_cpu_ms": 2.75137, + "renderer_readback_cpu_ms": 0.506625, + "simulation_ms": 2.177067, + "snapshot_ms": 1.896247, + "texture_count": 1, + "tick": 2353, + "vertices": 576, + "wall_ms": 6.855582 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2354, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.589952, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.926661, + "renderer_cpu_ms": 2.912795, + "renderer_readback_cpu_ms": 0.534619, + "simulation_ms": 1.668738, + "snapshot_ms": 1.800647, + "texture_count": 1, + "tick": 2354, + "vertices": 576, + "wall_ms": 6.409591 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2355, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.590144, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.932843, + "renderer_cpu_ms": 2.915981, + "renderer_readback_cpu_ms": 0.543635, + "simulation_ms": 1.739561, + "snapshot_ms": 1.920874, + "texture_count": 1, + "tick": 2355, + "vertices": 576, + "wall_ms": 6.609438 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2356, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.590016, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.112571, + "renderer_cpu_ms": 3.099055, + "renderer_readback_cpu_ms": 0.507628, + "simulation_ms": 1.724934, + "snapshot_ms": 1.869226, + "texture_count": 1, + "tick": 2356, + "vertices": 576, + "wall_ms": 6.723392 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2357, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.59024, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.533285, + "renderer_cpu_ms": 3.514049, + "renderer_readback_cpu_ms": 0.947157, + "simulation_ms": 1.658269, + "snapshot_ms": 1.716046, + "texture_count": 1, + "tick": 2357, + "vertices": 576, + "wall_ms": 6.940061 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2358, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.59024, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.842448, + "renderer_cpu_ms": 3.82201, + "renderer_readback_cpu_ms": 0.582198, + "simulation_ms": 2.303055, + "snapshot_ms": 2.491219, + "texture_count": 1, + "tick": 2358, + "vertices": 576, + "wall_ms": 8.656899 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2359, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.59024, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.341553, + "renderer_cpu_ms": 3.325903, + "renderer_readback_cpu_ms": 0.490025, + "simulation_ms": 2.421077, + "snapshot_ms": 2.770626, + "texture_count": 1, + "tick": 2359, + "vertices": 576, + "wall_ms": 8.558604 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2360, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.590816, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.741672, + "renderer_cpu_ms": 2.728246, + "renderer_readback_cpu_ms": 0.469536, + "simulation_ms": 1.70674, + "snapshot_ms": 2.621635, + "texture_count": 1, + "tick": 2360, + "vertices": 576, + "wall_ms": 7.08792 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2361, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.590112, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.222319, + "renderer_cpu_ms": 3.206068, + "renderer_readback_cpu_ms": 0.666638, + "simulation_ms": 1.826055, + "snapshot_ms": 1.898491, + "texture_count": 1, + "tick": 2361, + "vertices": 576, + "wall_ms": 6.962504 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2362, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.590208, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.277482, + "renderer_cpu_ms": 3.26039, + "renderer_readback_cpu_ms": 0.632303, + "simulation_ms": 2.311119, + "snapshot_ms": 1.98787, + "texture_count": 1, + "tick": 2362, + "vertices": 576, + "wall_ms": 7.592832 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2363, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.590112, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.92104, + "renderer_cpu_ms": 2.907024, + "renderer_readback_cpu_ms": 0.50871, + "simulation_ms": 1.813331, + "snapshot_ms": 1.646265, + "texture_count": 1, + "tick": 2363, + "vertices": 576, + "wall_ms": 6.399181 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2364, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.589504, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.151755, + "renderer_cpu_ms": 3.136937, + "renderer_readback_cpu_ms": 0.528497, + "simulation_ms": 2.187125, + "snapshot_ms": 1.688956, + "texture_count": 1, + "tick": 2364, + "vertices": 576, + "wall_ms": 7.044408 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2365, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.589088, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.386398, + "renderer_cpu_ms": 3.364376, + "renderer_readback_cpu_ms": 0.632844, + "simulation_ms": 1.624945, + "snapshot_ms": 2.295259, + "texture_count": 1, + "tick": 2365, + "vertices": 576, + "wall_ms": 7.325328 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2366, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.589632, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.119474, + "renderer_cpu_ms": 3.105408, + "renderer_readback_cpu_ms": 0.526483, + "simulation_ms": 2.222592, + "snapshot_ms": 2.414364, + "texture_count": 1, + "tick": 2366, + "vertices": 576, + "wall_ms": 7.777751 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2367, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.58992, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.392129, + "renderer_cpu_ms": 3.37153, + "renderer_readback_cpu_ms": 0.934302, + "simulation_ms": 2.093229, + "snapshot_ms": 2.404756, + "texture_count": 1, + "tick": 2367, + "vertices": 576, + "wall_ms": 7.908538 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2368, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.589408, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.906342, + "renderer_cpu_ms": 2.890242, + "renderer_readback_cpu_ms": 0.510874, + "simulation_ms": 2.49171, + "snapshot_ms": 2.111383, + "texture_count": 1, + "tick": 2368, + "vertices": 576, + "wall_ms": 7.52782 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2369, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.59088, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.897356, + "renderer_cpu_ms": 2.881726, + "renderer_readback_cpu_ms": 0.478592, + "simulation_ms": 2.290591, + "snapshot_ms": 1.80225, + "texture_count": 1, + "tick": 2369, + "vertices": 576, + "wall_ms": 7.007479 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2370, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.58928, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.858022, + "renderer_cpu_ms": 2.842623, + "renderer_readback_cpu_ms": 0.495124, + "simulation_ms": 2.269752, + "snapshot_ms": 1.688424, + "texture_count": 1, + "tick": 2370, + "vertices": 576, + "wall_ms": 6.832579 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2371, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.592864, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.861447, + "renderer_cpu_ms": 2.845097, + "renderer_readback_cpu_ms": 0.499842, + "simulation_ms": 2.234205, + "snapshot_ms": 1.697482, + "texture_count": 1, + "tick": 2371, + "vertices": 576, + "wall_ms": 6.808923 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2372, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.591776, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.880924, + "renderer_cpu_ms": 2.866497, + "renderer_readback_cpu_ms": 0.466911, + "simulation_ms": 2.209228, + "snapshot_ms": 1.706939, + "texture_count": 1, + "tick": 2372, + "vertices": 576, + "wall_ms": 6.812791 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2373, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.594176, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.013965, + "renderer_cpu_ms": 2.996803, + "renderer_readback_cpu_ms": 0.497218, + "simulation_ms": 2.166587, + "snapshot_ms": 1.705767, + "texture_count": 1, + "tick": 2373, + "vertices": 576, + "wall_ms": 6.90273 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2374, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.590208, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.027271, + "renderer_cpu_ms": 3.009156, + "renderer_readback_cpu_ms": 0.49262, + "simulation_ms": 2.246227, + "snapshot_ms": 2.377946, + "texture_count": 1, + "tick": 2374, + "vertices": 576, + "wall_ms": 7.670289 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2375, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.589824, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.034685, + "renderer_cpu_ms": 3.018734, + "renderer_readback_cpu_ms": 0.515071, + "simulation_ms": 1.863585, + "snapshot_ms": 1.856241, + "texture_count": 1, + "tick": 2375, + "vertices": 576, + "wall_ms": 6.773708 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2376, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.590176, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.062697, + "renderer_cpu_ms": 3.045965, + "renderer_readback_cpu_ms": 0.496166, + "simulation_ms": 1.776581, + "snapshot_ms": 1.863425, + "texture_count": 1, + "tick": 2376, + "vertices": 576, + "wall_ms": 6.719284 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2377, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.590112, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.057808, + "renderer_cpu_ms": 3.043151, + "renderer_readback_cpu_ms": 0.482049, + "simulation_ms": 1.795817, + "snapshot_ms": 1.950559, + "texture_count": 1, + "tick": 2377, + "vertices": 576, + "wall_ms": 6.824112 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2378, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.590208, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.070882, + "renderer_cpu_ms": 3.054221, + "renderer_readback_cpu_ms": 0.50363, + "simulation_ms": 1.7121, + "snapshot_ms": 1.838067, + "texture_count": 1, + "tick": 2378, + "vertices": 576, + "wall_ms": 6.636218 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2379, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.590272, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.156233, + "renderer_cpu_ms": 3.140554, + "renderer_readback_cpu_ms": 0.542122, + "simulation_ms": 1.80269, + "snapshot_ms": 1.909542, + "texture_count": 1, + "tick": 2379, + "vertices": 576, + "wall_ms": 6.886089 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2380, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.590048, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.709247, + "renderer_cpu_ms": 3.695581, + "renderer_readback_cpu_ms": 0.486428, + "simulation_ms": 1.698604, + "snapshot_ms": 1.843588, + "texture_count": 1, + "tick": 2380, + "vertices": 576, + "wall_ms": 7.272478 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2381, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.590688, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.563716, + "renderer_cpu_ms": 2.552244, + "renderer_readback_cpu_ms": 0.392049, + "simulation_ms": 1.879886, + "snapshot_ms": 1.668217, + "texture_count": 1, + "tick": 2381, + "vertices": 576, + "wall_ms": 6.129402 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2382, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.591488, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.70899, + "renderer_cpu_ms": 2.69324, + "renderer_readback_cpu_ms": 0.490155, + "simulation_ms": 1.8237, + "snapshot_ms": 1.6913, + "texture_count": 1, + "tick": 2382, + "vertices": 576, + "wall_ms": 6.23955 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2383, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.591264, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.813567, + "renderer_cpu_ms": 2.797947, + "renderer_readback_cpu_ms": 0.527335, + "simulation_ms": 1.920383, + "snapshot_ms": 1.667425, + "texture_count": 1, + "tick": 2383, + "vertices": 576, + "wall_ms": 6.41982 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2384, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.590944, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.851789, + "renderer_cpu_ms": 2.836841, + "renderer_readback_cpu_ms": 0.501356, + "simulation_ms": 1.991115, + "snapshot_ms": 1.814603, + "texture_count": 1, + "tick": 2384, + "vertices": 576, + "wall_ms": 6.673448 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2385, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.591072, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.2228, + "renderer_cpu_ms": 3.203704, + "renderer_readback_cpu_ms": 0.68359, + "simulation_ms": 2.087287, + "snapshot_ms": 1.964827, + "texture_count": 1, + "tick": 2385, + "vertices": 576, + "wall_ms": 7.292827 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2386, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.59056, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.978217, + "renderer_cpu_ms": 2.965685, + "renderer_readback_cpu_ms": 0.497849, + "simulation_ms": 2.108868, + "snapshot_ms": 1.68055, + "texture_count": 1, + "tick": 2386, + "vertices": 576, + "wall_ms": 6.783846 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2387, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.590912, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.697909, + "renderer_cpu_ms": 2.683382, + "renderer_readback_cpu_ms": 0.473092, + "simulation_ms": 1.776, + "snapshot_ms": 1.659901, + "texture_count": 1, + "tick": 2387, + "vertices": 576, + "wall_ms": 6.150061 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2388, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.591136, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.610254, + "renderer_cpu_ms": 2.597159, + "renderer_readback_cpu_ms": 0.444368, + "simulation_ms": 1.872301, + "snapshot_ms": 2.209057, + "texture_count": 1, + "tick": 2388, + "vertices": 576, + "wall_ms": 6.70617 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2389, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.592256, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.655829, + "renderer_cpu_ms": 2.640621, + "renderer_readback_cpu_ms": 0.457053, + "simulation_ms": 2.139195, + "snapshot_ms": 1.801899, + "texture_count": 1, + "tick": 2389, + "vertices": 576, + "wall_ms": 6.612443 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2390, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.596416, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.608741, + "renderer_cpu_ms": 2.594925, + "renderer_readback_cpu_ms": 0.447064, + "simulation_ms": 1.826085, + "snapshot_ms": 1.736175, + "texture_count": 1, + "tick": 2390, + "vertices": 576, + "wall_ms": 6.18665 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2391, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.59168, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.67745, + "renderer_cpu_ms": 2.664556, + "renderer_readback_cpu_ms": 0.436994, + "simulation_ms": 1.80755, + "snapshot_ms": 1.672274, + "texture_count": 1, + "tick": 2391, + "vertices": 576, + "wall_ms": 6.175018 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2392, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.630304, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.675207, + "renderer_cpu_ms": 2.663174, + "renderer_readback_cpu_ms": 0.465939, + "simulation_ms": 1.640685, + "snapshot_ms": 1.88746, + "texture_count": 1, + "tick": 2392, + "vertices": 576, + "wall_ms": 6.220574 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2393, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.593696, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.476732, + "renderer_cpu_ms": 2.467104, + "renderer_readback_cpu_ms": 0.3656, + "simulation_ms": 1.583487, + "snapshot_ms": 1.836735, + "texture_count": 1, + "tick": 2393, + "vertices": 576, + "wall_ms": 5.912002 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2394, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.59152, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.794321, + "renderer_cpu_ms": 2.782308, + "renderer_readback_cpu_ms": 0.39757, + "simulation_ms": 1.588747, + "snapshot_ms": 1.856512, + "texture_count": 1, + "tick": 2394, + "vertices": 576, + "wall_ms": 6.252855 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2395, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.591328, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.777739, + "renderer_cpu_ms": 2.764815, + "renderer_readback_cpu_ms": 0.418079, + "simulation_ms": 1.561576, + "snapshot_ms": 1.694777, + "texture_count": 1, + "tick": 2395, + "vertices": 576, + "wall_ms": 6.047868 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2396, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.59136, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.720041, + "renderer_cpu_ms": 2.707979, + "renderer_readback_cpu_ms": 0.399754, + "simulation_ms": 1.58531, + "snapshot_ms": 1.627099, + "texture_count": 1, + "tick": 2396, + "vertices": 576, + "wall_ms": 5.946316 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2397, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.591072, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.851419, + "renderer_cpu_ms": 2.836931, + "renderer_readback_cpu_ms": 0.584503, + "simulation_ms": 1.612122, + "snapshot_ms": 1.672725, + "texture_count": 1, + "tick": 2397, + "vertices": 576, + "wall_ms": 6.149691 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2398, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.590272, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.469625, + "renderer_cpu_ms": 3.454386, + "renderer_readback_cpu_ms": 0.607536, + "simulation_ms": 1.888011, + "snapshot_ms": 1.740113, + "texture_count": 1, + "tick": 2398, + "vertices": 576, + "wall_ms": 7.112517 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2399, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.59024, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.197682, + "renderer_cpu_ms": 3.177904, + "renderer_readback_cpu_ms": 0.703697, + "simulation_ms": 1.716729, + "snapshot_ms": 1.769027, + "texture_count": 1, + "tick": 2399, + "vertices": 576, + "wall_ms": 6.696712 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2400, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.590976, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.722252, + "renderer_cpu_ms": 3.704097, + "renderer_readback_cpu_ms": 0.682507, + "simulation_ms": 1.620827, + "snapshot_ms": 1.736235, + "texture_count": 1, + "tick": 2400, + "vertices": 576, + "wall_ms": 7.094543 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2401, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.589792, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.895251, + "renderer_cpu_ms": 2.882787, + "renderer_readback_cpu_ms": 0.426124, + "simulation_ms": 1.817599, + "snapshot_ms": 1.79734, + "texture_count": 1, + "tick": 2401, + "vertices": 576, + "wall_ms": 6.528665 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2402, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.589696, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.141976, + "renderer_cpu_ms": 3.126268, + "renderer_readback_cpu_ms": 0.538305, + "simulation_ms": 1.714273, + "snapshot_ms": 1.746134, + "texture_count": 1, + "tick": 2402, + "vertices": 576, + "wall_ms": 6.615889 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2403, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.590144, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.238038, + "renderer_cpu_ms": 3.22298, + "renderer_readback_cpu_ms": 0.686014, + "simulation_ms": 1.745112, + "snapshot_ms": 1.764679, + "texture_count": 1, + "tick": 2403, + "vertices": 576, + "wall_ms": 6.76459 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2404, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.589824, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.242747, + "renderer_cpu_ms": 3.224011, + "renderer_readback_cpu_ms": 0.638364, + "simulation_ms": 1.86588, + "snapshot_ms": 1.727038, + "texture_count": 1, + "tick": 2404, + "vertices": 576, + "wall_ms": 6.850853 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2405, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.59072, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.113864, + "renderer_cpu_ms": 3.090379, + "renderer_readback_cpu_ms": 0.589883, + "simulation_ms": 1.736285, + "snapshot_ms": 1.75981, + "texture_count": 1, + "tick": 2405, + "vertices": 576, + "wall_ms": 6.625308 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2406, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.590912, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.209424, + "renderer_cpu_ms": 3.189616, + "renderer_readback_cpu_ms": 0.707925, + "simulation_ms": 1.751434, + "snapshot_ms": 1.769908, + "texture_count": 1, + "tick": 2406, + "vertices": 576, + "wall_ms": 6.747999 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2407, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.59072, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.285628, + "renderer_cpu_ms": 3.26545, + "renderer_readback_cpu_ms": 0.615291, + "simulation_ms": 1.838598, + "snapshot_ms": 1.823269, + "texture_count": 1, + "tick": 2407, + "vertices": 576, + "wall_ms": 6.965329 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2408, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.590752, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.643446, + "renderer_cpu_ms": 2.631904, + "renderer_readback_cpu_ms": 0.415905, + "simulation_ms": 1.759699, + "snapshot_ms": 1.827818, + "texture_count": 1, + "tick": 2408, + "vertices": 576, + "wall_ms": 6.249969 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2409, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.590816, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.088245, + "renderer_cpu_ms": 3.07501, + "renderer_readback_cpu_ms": 0.626902, + "simulation_ms": 2.123245, + "snapshot_ms": 1.944498, + "texture_count": 1, + "tick": 2409, + "vertices": 576, + "wall_ms": 7.168672 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2410, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.590336, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.919808, + "renderer_cpu_ms": 2.907384, + "renderer_readback_cpu_ms": 0.479685, + "simulation_ms": 1.729913, + "snapshot_ms": 1.784456, + "texture_count": 1, + "tick": 2410, + "vertices": 576, + "wall_ms": 6.448313 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2411, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.590944, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.020487, + "renderer_cpu_ms": 3.005219, + "renderer_readback_cpu_ms": 0.626863, + "simulation_ms": 1.688034, + "snapshot_ms": 1.74437, + "texture_count": 1, + "tick": 2411, + "vertices": 576, + "wall_ms": 6.467379 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2412, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.591008, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.01114, + "renderer_cpu_ms": 2.998036, + "renderer_readback_cpu_ms": 0.585143, + "simulation_ms": 1.583838, + "snapshot_ms": 1.883813, + "texture_count": 1, + "tick": 2412, + "vertices": 576, + "wall_ms": 6.495333 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2413, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.590944, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.268836, + "renderer_cpu_ms": 3.254158, + "renderer_readback_cpu_ms": 0.613908, + "simulation_ms": 1.604627, + "snapshot_ms": 1.9029, + "texture_count": 1, + "tick": 2413, + "vertices": 576, + "wall_ms": 6.791401 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2414, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.59136, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.298933, + "renderer_cpu_ms": 3.281971, + "renderer_readback_cpu_ms": 0.598399, + "simulation_ms": 1.740994, + "snapshot_ms": 1.731316, + "texture_count": 1, + "tick": 2414, + "vertices": 576, + "wall_ms": 6.789787 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2415, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.590112, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.045665, + "renderer_cpu_ms": 3.03215, + "renderer_readback_cpu_ms": 0.531162, + "simulation_ms": 1.801128, + "snapshot_ms": 1.77083, + "texture_count": 1, + "tick": 2415, + "vertices": 576, + "wall_ms": 6.632971 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2416, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.590368, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.322578, + "renderer_cpu_ms": 3.308231, + "renderer_readback_cpu_ms": 0.553344, + "simulation_ms": 1.66948, + "snapshot_ms": 1.843687, + "texture_count": 1, + "tick": 2416, + "vertices": 576, + "wall_ms": 6.8517150000000004 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2417, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.59008, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.326915, + "renderer_cpu_ms": 3.313079, + "renderer_readback_cpu_ms": 0.552222, + "simulation_ms": 1.73367, + "snapshot_ms": 1.74974, + "texture_count": 1, + "tick": 2417, + "vertices": 576, + "wall_ms": 6.824272 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2418, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.590368, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.207781, + "renderer_cpu_ms": 3.195026, + "renderer_readback_cpu_ms": 0.570356, + "simulation_ms": 1.62723, + "snapshot_ms": 1.869987, + "texture_count": 1, + "tick": 2418, + "vertices": 576, + "wall_ms": 6.721028 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2419, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.589984, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.269818, + "renderer_cpu_ms": 3.25509, + "renderer_readback_cpu_ms": 0.548925, + "simulation_ms": 1.732468, + "snapshot_ms": 1.736515, + "texture_count": 1, + "tick": 2419, + "vertices": 576, + "wall_ms": 6.754371 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2420, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.5896, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.319201, + "renderer_cpu_ms": 3.305334, + "renderer_readback_cpu_ms": 0.565607, + "simulation_ms": 1.629924, + "snapshot_ms": 1.864708, + "texture_count": 1, + "tick": 2420, + "vertices": 576, + "wall_ms": 6.832829 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2421, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.58992, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.247556, + "renderer_cpu_ms": 3.23368, + "renderer_readback_cpu_ms": 0.642732, + "simulation_ms": 1.601622, + "snapshot_ms": 1.934619, + "texture_count": 1, + "tick": 2421, + "vertices": 576, + "wall_ms": 6.800538 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2422, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.590688, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.216507, + "renderer_cpu_ms": 3.203543, + "renderer_readback_cpu_ms": 0.584503, + "simulation_ms": 1.655753, + "snapshot_ms": 1.876891, + "texture_count": 1, + "tick": 2422, + "vertices": 576, + "wall_ms": 6.768357 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2423, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.592576, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.644805, + "renderer_cpu_ms": 3.63154, + "renderer_readback_cpu_ms": 0.557051, + "simulation_ms": 1.613123, + "snapshot_ms": 1.849939, + "texture_count": 1, + "tick": 2423, + "vertices": 576, + "wall_ms": 7.124899 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2424, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.591872, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.560741, + "renderer_cpu_ms": 2.551112, + "renderer_readback_cpu_ms": 0.363946, + "simulation_ms": 1.671052, + "snapshot_ms": 1.8343, + "texture_count": 1, + "tick": 2424, + "vertices": 576, + "wall_ms": 6.081782 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2425, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.58992, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.540051, + "renderer_cpu_ms": 2.528419, + "renderer_readback_cpu_ms": 0.462072, + "simulation_ms": 1.599467, + "snapshot_ms": 1.658619, + "texture_count": 1, + "tick": 2425, + "vertices": 576, + "wall_ms": 5.811081 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2426, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.59072, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.844396, + "renderer_cpu_ms": 2.833365, + "renderer_readback_cpu_ms": 0.37615, + "simulation_ms": 2.113778, + "snapshot_ms": 1.987979, + "texture_count": 1, + "tick": 2426, + "vertices": 576, + "wall_ms": 6.960079 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2427, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.59024, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.257916, + "renderer_cpu_ms": 3.243629, + "renderer_readback_cpu_ms": 0.555238, + "simulation_ms": 2.192245, + "snapshot_ms": 1.875057, + "texture_count": 1, + "tick": 2427, + "vertices": 576, + "wall_ms": 7.339615 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2428, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.59072, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.210606, + "renderer_cpu_ms": 3.197161, + "renderer_readback_cpu_ms": 0.547022, + "simulation_ms": 1.671804, + "snapshot_ms": 1.895806, + "texture_count": 1, + "tick": 2428, + "vertices": 576, + "wall_ms": 6.794677 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2429, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.59056, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.261903, + "renderer_cpu_ms": 3.246764, + "renderer_readback_cpu_ms": 0.602296, + "simulation_ms": 1.684156, + "snapshot_ms": 1.878774, + "texture_count": 1, + "tick": 2429, + "vertices": 576, + "wall_ms": 6.840193 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2430, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.590656, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.21262, + "renderer_cpu_ms": 3.198703, + "renderer_readback_cpu_ms": 0.595242, + "simulation_ms": 1.731727, + "snapshot_ms": 1.767744, + "texture_count": 1, + "tick": 2430, + "vertices": 576, + "wall_ms": 6.727961 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2431, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.590944, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.817044, + "renderer_cpu_ms": 2.805342, + "renderer_readback_cpu_ms": 0.46693, + "simulation_ms": 1.762655, + "snapshot_ms": 1.746464, + "texture_count": 1, + "tick": 2431, + "vertices": 576, + "wall_ms": 6.341753 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2432, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.590336, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.643477, + "renderer_cpu_ms": 2.632916, + "renderer_readback_cpu_ms": 0.404663, + "simulation_ms": 1.79691, + "snapshot_ms": 1.855089, + "texture_count": 1, + "tick": 2432, + "vertices": 576, + "wall_ms": 6.308841 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2433, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.590368, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.881485, + "renderer_cpu_ms": 2.870705, + "renderer_readback_cpu_ms": 0.367854, + "simulation_ms": 1.690419, + "snapshot_ms": 1.773916, + "texture_count": 1, + "tick": 2433, + "vertices": 576, + "wall_ms": 6.361119 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2434, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.59056, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.866427, + "renderer_cpu_ms": 2.853212, + "renderer_readback_cpu_ms": 0.462813, + "simulation_ms": 1.658869, + "snapshot_ms": 1.834761, + "texture_count": 1, + "tick": 2434, + "vertices": 576, + "wall_ms": 6.375085 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2435, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.59104, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.796836, + "renderer_cpu_ms": 2.784422, + "renderer_readback_cpu_ms": 0.491817, + "simulation_ms": 1.850892, + "snapshot_ms": 1.796729, + "texture_count": 1, + "tick": 2435, + "vertices": 576, + "wall_ms": 6.457702 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2436, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.590272, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.78804, + "renderer_cpu_ms": 2.777359, + "renderer_readback_cpu_ms": 0.480276, + "simulation_ms": 1.703905, + "snapshot_ms": 1.826044, + "texture_count": 1, + "tick": 2436, + "vertices": 576, + "wall_ms": 6.331814 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2437, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.590016, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.828886, + "renderer_cpu_ms": 2.816573, + "renderer_readback_cpu_ms": 0.398552, + "simulation_ms": 1.774287, + "snapshot_ms": 1.718922, + "texture_count": 1, + "tick": 2437, + "vertices": 576, + "wall_ms": 6.335932 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2438, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.59008, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.584766, + "renderer_cpu_ms": 2.572843, + "renderer_readback_cpu_ms": 0.403752, + "simulation_ms": 1.830944, + "snapshot_ms": 1.684427, + "texture_count": 1, + "tick": 2438, + "vertices": 576, + "wall_ms": 6.114995 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2439, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.60256, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.851919, + "renderer_cpu_ms": 2.840809, + "renderer_readback_cpu_ms": 0.446432, + "simulation_ms": 1.794976, + "snapshot_ms": 1.761343, + "texture_count": 1, + "tick": 2439, + "vertices": 576, + "wall_ms": 6.422615 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2440, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.60112, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.813788, + "renderer_cpu_ms": 2.801475, + "renderer_readback_cpu_ms": 0.469586, + "simulation_ms": 1.808231, + "snapshot_ms": 1.743769, + "texture_count": 1, + "tick": 2440, + "vertices": 576, + "wall_ms": 6.379734 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2441, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.625344, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.792658, + "renderer_cpu_ms": 2.780755, + "renderer_readback_cpu_ms": 0.464156, + "simulation_ms": 1.707491, + "snapshot_ms": 1.847244, + "texture_count": 1, + "tick": 2441, + "vertices": 576, + "wall_ms": 6.360979 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2442, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.598656, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.834026, + "renderer_cpu_ms": 2.822194, + "renderer_readback_cpu_ms": 0.471579, + "simulation_ms": 1.743078, + "snapshot_ms": 1.843708, + "texture_count": 1, + "tick": 2442, + "vertices": 576, + "wall_ms": 6.434066 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2443, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.602944, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.040676, + "renderer_cpu_ms": 3.028202, + "renderer_readback_cpu_ms": 0.457973, + "simulation_ms": 1.689987, + "snapshot_ms": 1.979675, + "texture_count": 1, + "tick": 2443, + "vertices": 576, + "wall_ms": 6.723934 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2444, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.59136, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.83063, + "renderer_cpu_ms": 2.80455, + "renderer_readback_cpu_ms": 0.516324, + "simulation_ms": 1.730023, + "snapshot_ms": 1.996226, + "texture_count": 1, + "tick": 2444, + "vertices": 576, + "wall_ms": 6.571687 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2445, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.592, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.908325, + "renderer_cpu_ms": 2.895051, + "renderer_readback_cpu_ms": 0.509902, + "simulation_ms": 1.725295, + "snapshot_ms": 1.885286, + "texture_count": 1, + "tick": 2445, + "vertices": 576, + "wall_ms": 6.533634 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2446, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.59264, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.779703, + "renderer_cpu_ms": 2.766999, + "renderer_readback_cpu_ms": 0.438787, + "simulation_ms": 1.692252, + "snapshot_ms": 1.980126, + "texture_count": 1, + "tick": 2446, + "vertices": 576, + "wall_ms": 6.466277 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2447, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.592544, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.871757, + "renderer_cpu_ms": 2.85734, + "renderer_readback_cpu_ms": 0.456732, + "simulation_ms": 1.853036, + "snapshot_ms": 1.855209, + "texture_count": 1, + "tick": 2447, + "vertices": 576, + "wall_ms": 6.596423 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2448, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.592224, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.781747, + "renderer_cpu_ms": 2.76763, + "renderer_readback_cpu_ms": 0.438277, + "simulation_ms": 1.836354, + "snapshot_ms": 1.815164, + "texture_count": 1, + "tick": 2448, + "vertices": 576, + "wall_ms": 6.447712 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2449, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.59232, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.172334, + "renderer_cpu_ms": 3.155803, + "renderer_readback_cpu_ms": 0.459386, + "simulation_ms": 1.792291, + "snapshot_ms": 1.743428, + "texture_count": 1, + "tick": 2449, + "vertices": 576, + "wall_ms": 6.724865 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2450, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.592064, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.875985, + "renderer_cpu_ms": 2.863872, + "renderer_readback_cpu_ms": 0.41891, + "simulation_ms": 1.918449, + "snapshot_ms": 1.751193, + "texture_count": 1, + "tick": 2450, + "vertices": 576, + "wall_ms": 6.58423 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2451, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.591776, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.887737, + "renderer_cpu_ms": 2.873851, + "renderer_readback_cpu_ms": 0.417878, + "simulation_ms": 1.84502, + "snapshot_ms": 1.724072, + "texture_count": 1, + "tick": 2451, + "vertices": 576, + "wall_ms": 6.471778 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2452, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.59152, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.928775, + "renderer_cpu_ms": 2.91595, + "renderer_readback_cpu_ms": 0.506535, + "simulation_ms": 1.608745, + "snapshot_ms": 1.906106, + "texture_count": 1, + "tick": 2452, + "vertices": 576, + "wall_ms": 6.461008 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2453, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.59168, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.931449, + "renderer_cpu_ms": 2.918615, + "renderer_readback_cpu_ms": 0.536232, + "simulation_ms": 1.669118, + "snapshot_ms": 1.854689, + "texture_count": 1, + "tick": 2453, + "vertices": 576, + "wall_ms": 6.471747 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2454, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.590624, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.062327, + "renderer_cpu_ms": 3.04809, + "renderer_readback_cpu_ms": 0.579423, + "simulation_ms": 1.655703, + "snapshot_ms": 1.882812, + "texture_count": 1, + "tick": 2454, + "vertices": 576, + "wall_ms": 6.614968 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2455, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.591424, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.007974, + "renderer_cpu_ms": 2.994078, + "renderer_readback_cpu_ms": 0.575877, + "simulation_ms": 1.575953, + "snapshot_ms": 1.84496, + "texture_count": 1, + "tick": 2455, + "vertices": 576, + "wall_ms": 6.443294 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2456, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.591296, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.197131, + "renderer_cpu_ms": 3.183525, + "renderer_readback_cpu_ms": 0.596105, + "simulation_ms": 1.691721, + "snapshot_ms": 1.859527, + "texture_count": 1, + "tick": 2456, + "vertices": 576, + "wall_ms": 6.764039 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2457, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.591328, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.086482, + "renderer_cpu_ms": 3.073547, + "renderer_readback_cpu_ms": 0.553875, + "simulation_ms": 1.715306, + "snapshot_ms": 1.873694, + "texture_count": 1, + "tick": 2457, + "vertices": 576, + "wall_ms": 6.692003 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2458, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.591168, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.409832, + "renderer_cpu_ms": 3.395284, + "renderer_readback_cpu_ms": 0.61499, + "simulation_ms": 1.603464, + "snapshot_ms": 1.863536, + "texture_count": 1, + "tick": 2458, + "vertices": 576, + "wall_ms": 6.892431 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2459, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.591552, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.004006, + "renderer_cpu_ms": 2.989699, + "renderer_readback_cpu_ms": 0.561559, + "simulation_ms": 1.84978, + "snapshot_ms": 1.807659, + "texture_count": 1, + "tick": 2459, + "vertices": 576, + "wall_ms": 6.68006 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2460, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.591648, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.261923, + "renderer_cpu_ms": 3.247927, + "renderer_readback_cpu_ms": 0.530731, + "simulation_ms": 1.631458, + "snapshot_ms": 1.902859, + "texture_count": 1, + "tick": 2460, + "vertices": 576, + "wall_ms": 6.815446 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2461, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.591008, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.095109, + "renderer_cpu_ms": 3.077876, + "renderer_readback_cpu_ms": 0.658372, + "simulation_ms": 1.630446, + "snapshot_ms": 1.955168, + "texture_count": 1, + "tick": 2461, + "vertices": 576, + "wall_ms": 6.697304 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2462, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.590944, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.141706, + "renderer_cpu_ms": 3.125536, + "renderer_readback_cpu_ms": 0.671717, + "simulation_ms": 1.838107, + "snapshot_ms": 1.734051, + "texture_count": 1, + "tick": 2462, + "vertices": 576, + "wall_ms": 6.730175 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2463, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.590752, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.192662, + "renderer_cpu_ms": 3.173607, + "renderer_readback_cpu_ms": 0.688669, + "simulation_ms": 1.878443, + "snapshot_ms": 1.732428, + "texture_count": 1, + "tick": 2463, + "vertices": 576, + "wall_ms": 6.819834 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2464, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.591392, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.121659, + "renderer_cpu_ms": 3.103775, + "renderer_readback_cpu_ms": 0.674181, + "simulation_ms": 1.865139, + "snapshot_ms": 1.742847, + "texture_count": 1, + "tick": 2464, + "vertices": 576, + "wall_ms": 6.745424 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2465, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.591168, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.073638, + "renderer_cpu_ms": 3.055914, + "renderer_readback_cpu_ms": 0.672468, + "simulation_ms": 1.79707, + "snapshot_ms": 1.740192, + "texture_count": 1, + "tick": 2465, + "vertices": 576, + "wall_ms": 6.62652 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2466, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.590656, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.136095, + "renderer_cpu_ms": 3.117491, + "renderer_readback_cpu_ms": 0.728995, + "simulation_ms": 1.788554, + "snapshot_ms": 1.740332, + "texture_count": 1, + "tick": 2466, + "vertices": 576, + "wall_ms": 6.681343 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2467, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.591264, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.325583, + "renderer_cpu_ms": 3.304924, + "renderer_readback_cpu_ms": 0.732632, + "simulation_ms": 1.846713, + "snapshot_ms": 1.756223, + "texture_count": 1, + "tick": 2467, + "vertices": 576, + "wall_ms": 6.964477 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2468, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.59088, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.142307, + "renderer_cpu_ms": 3.129423, + "renderer_readback_cpu_ms": 0.575546, + "simulation_ms": 1.75984, + "snapshot_ms": 1.743539, + "texture_count": 1, + "tick": 2468, + "vertices": 576, + "wall_ms": 6.660784 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2469, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.59056, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.010168, + "renderer_cpu_ms": 2.994999, + "renderer_readback_cpu_ms": 0.663121, + "simulation_ms": 1.770539, + "snapshot_ms": 1.739572, + "texture_count": 1, + "tick": 2469, + "vertices": 576, + "wall_ms": 6.535147 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2470, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.59008, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.047328, + "renderer_cpu_ms": 3.031638, + "renderer_readback_cpu_ms": 0.673811, + "simulation_ms": 1.617151, + "snapshot_ms": 1.854879, + "texture_count": 1, + "tick": 2470, + "vertices": 576, + "wall_ms": 6.538023 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2471, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.590432, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.1114289999999998, + "renderer_cpu_ms": 3.095298, + "renderer_readback_cpu_ms": 0.65765, + "simulation_ms": 1.720465, + "snapshot_ms": 1.889034, + "texture_count": 1, + "tick": 2471, + "vertices": 576, + "wall_ms": 6.737349 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2472, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.590816, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.190728, + "renderer_cpu_ms": 3.174208, + "renderer_readback_cpu_ms": 0.645537, + "simulation_ms": 1.719173, + "snapshot_ms": 1.850411, + "texture_count": 1, + "tick": 2472, + "vertices": 576, + "wall_ms": 6.776051 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2473, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.591104, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.025878, + "renderer_cpu_ms": 3.01119, + "renderer_readback_cpu_ms": 0.661447, + "simulation_ms": 1.739982, + "snapshot_ms": 1.897149, + "texture_count": 1, + "tick": 2473, + "vertices": 576, + "wall_ms": 6.678999 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2474, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.591904, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.036668, + "renderer_cpu_ms": 3.018474, + "renderer_readback_cpu_ms": 0.518838, + "simulation_ms": 1.613704, + "snapshot_ms": 1.82942, + "texture_count": 1, + "tick": 2474, + "vertices": 576, + "wall_ms": 6.495082 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2475, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.59088, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.225274, + "renderer_cpu_ms": 3.209243, + "renderer_readback_cpu_ms": 0.442355, + "simulation_ms": 2.498023, + "snapshot_ms": 2.405918, + "texture_count": 1, + "tick": 2475, + "vertices": 576, + "wall_ms": 8.145766 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2476, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.591584, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.777776, + "renderer_cpu_ms": 3.75835, + "renderer_readback_cpu_ms": 0.634327, + "simulation_ms": 2.268529, + "snapshot_ms": 2.397623, + "texture_count": 1, + "tick": 2476, + "vertices": 576, + "wall_ms": 8.459748 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2477, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.595872, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.562494, + "renderer_cpu_ms": 2.5499, + "renderer_readback_cpu_ms": 0.434499, + "simulation_ms": 2.442968, + "snapshot_ms": 2.57661, + "texture_count": 1, + "tick": 2477, + "vertices": 576, + "wall_ms": 7.60187 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2478, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.592672, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.652604, + "renderer_cpu_ms": 2.638517, + "renderer_readback_cpu_ms": 0.481508, + "simulation_ms": 1.603565, + "snapshot_ms": 2.658324, + "texture_count": 1, + "tick": 2478, + "vertices": 576, + "wall_ms": 6.930263 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2479, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.592416, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.623669, + "renderer_cpu_ms": 2.611786, + "renderer_readback_cpu_ms": 0.435481, + "simulation_ms": 1.700838, + "snapshot_ms": 2.4014, + "texture_count": 1, + "tick": 2479, + "vertices": 576, + "wall_ms": 6.741576 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2480, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.592352, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.816773, + "renderer_cpu_ms": 2.804299, + "renderer_readback_cpu_ms": 0.395186, + "simulation_ms": 1.733259, + "snapshot_ms": 1.679638, + "texture_count": 1, + "tick": 2480, + "vertices": 576, + "wall_ms": 6.245431 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2481, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.591968, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.924857, + "renderer_cpu_ms": 2.913175, + "renderer_readback_cpu_ms": 0.424501, + "simulation_ms": 1.597033, + "snapshot_ms": 1.728801, + "texture_count": 1, + "tick": 2481, + "vertices": 576, + "wall_ms": 6.264948 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2482, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.616, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.636944, + "renderer_cpu_ms": 2.625071, + "renderer_readback_cpu_ms": 0.384596, + "simulation_ms": 1.579319, + "snapshot_ms": 1.661063, + "texture_count": 1, + "tick": 2482, + "vertices": 576, + "wall_ms": 5.891904 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2483, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.591136, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.891815, + "renderer_cpu_ms": 2.879963, + "renderer_readback_cpu_ms": 0.630429, + "simulation_ms": 1.586523, + "snapshot_ms": 1.822287, + "texture_count": 1, + "tick": 2483, + "vertices": 576, + "wall_ms": 6.31422 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2484, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.590784, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.683251, + "renderer_cpu_ms": 2.669936, + "renderer_readback_cpu_ms": 0.422396, + "simulation_ms": 1.911556, + "snapshot_ms": 2.294468, + "texture_count": 1, + "tick": 2484, + "vertices": 576, + "wall_ms": 6.903101 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2485, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.590848, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.912584, + "renderer_cpu_ms": 2.90009, + "renderer_readback_cpu_ms": 0.641069, + "simulation_ms": 1.867513, + "snapshot_ms": 1.807439, + "texture_count": 1, + "tick": 2485, + "vertices": 576, + "wall_ms": 6.604078 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2486, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.59152, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.745719, + "renderer_cpu_ms": 2.73054, + "renderer_readback_cpu_ms": 0.428648, + "simulation_ms": 1.917287, + "snapshot_ms": 2.298616, + "texture_count": 1, + "tick": 2486, + "vertices": 576, + "wall_ms": 6.975188 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2487, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.590592, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.552811, + "renderer_cpu_ms": 3.531221, + "renderer_readback_cpu_ms": 0.691064, + "simulation_ms": 1.711789, + "snapshot_ms": 1.836805, + "texture_count": 1, + "tick": 2487, + "vertices": 576, + "wall_ms": 7.119449 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2488, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.5904, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.20717, + "renderer_cpu_ms": 3.192082, + "renderer_readback_cpu_ms": 0.545669, + "simulation_ms": 2.150587, + "snapshot_ms": 2.324915, + "texture_count": 1, + "tick": 2488, + "vertices": 576, + "wall_ms": 7.701377 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2489, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.59136, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.057157, + "renderer_cpu_ms": 3.043501, + "renderer_readback_cpu_ms": 0.473383, + "simulation_ms": 2.17362, + "snapshot_ms": 2.292965, + "texture_count": 1, + "tick": 2489, + "vertices": 576, + "wall_ms": 7.537899 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2490, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.59168, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.767968, + "renderer_cpu_ms": 3.753831, + "renderer_readback_cpu_ms": 0.473553, + "simulation_ms": 2.149044, + "snapshot_ms": 2.297965, + "texture_count": 1, + "tick": 2490, + "vertices": 576, + "wall_ms": 8.229273 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2491, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.592224, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.102613, + "renderer_cpu_ms": 3.089227, + "renderer_readback_cpu_ms": 0.472711, + "simulation_ms": 2.161487, + "snapshot_ms": 2.301932, + "texture_count": 1, + "tick": 2491, + "vertices": 576, + "wall_ms": 7.58067 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2492, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.591648, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.129022, + "renderer_cpu_ms": 3.115086, + "renderer_readback_cpu_ms": 0.485315, + "simulation_ms": 2.161607, + "snapshot_ms": 2.293006, + "texture_count": 1, + "tick": 2492, + "vertices": 576, + "wall_ms": 7.598052 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2493, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.591616, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.192302, + "renderer_cpu_ms": 3.178165, + "renderer_readback_cpu_ms": 0.5092, + "simulation_ms": 2.152009, + "snapshot_ms": 2.28988, + "texture_count": 1, + "tick": 2493, + "vertices": 576, + "wall_ms": 7.648858 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2494, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.610688, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.16516, + "renderer_cpu_ms": 3.150412, + "renderer_readback_cpu_ms": 0.458435, + "simulation_ms": 2.130458, + "snapshot_ms": 2.283668, + "texture_count": 1, + "tick": 2494, + "vertices": 576, + "wall_ms": 7.594024 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2495, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.591168, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.449367, + "renderer_cpu_ms": 3.437755, + "renderer_readback_cpu_ms": 0.479053, + "simulation_ms": 2.168831, + "snapshot_ms": 2.293537, + "texture_count": 1, + "tick": 2495, + "vertices": 576, + "wall_ms": 7.926712 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2496, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.605952, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.705554, + "renderer_cpu_ms": 2.694994, + "renderer_readback_cpu_ms": 0.422127, + "simulation_ms": 1.562948, + "snapshot_ms": 1.632109, + "texture_count": 1, + "tick": 2496, + "vertices": 576, + "wall_ms": 5.915348 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2497, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.591744, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.250572, + "renderer_cpu_ms": 3.235854, + "renderer_readback_cpu_ms": 0.441633, + "simulation_ms": 1.566144, + "snapshot_ms": 1.912728, + "texture_count": 1, + "tick": 2497, + "vertices": 576, + "wall_ms": 6.745124 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2498, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.608896, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.770276, + "renderer_cpu_ms": 2.759716, + "renderer_readback_cpu_ms": 0.451201, + "simulation_ms": 1.569822, + "snapshot_ms": 1.64366, + "texture_count": 1, + "tick": 2498, + "vertices": 576, + "wall_ms": 5.999968 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2499, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.591584, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.746361, + "renderer_cpu_ms": 2.732534, + "renderer_readback_cpu_ms": 0.520292, + "simulation_ms": 1.561245, + "snapshot_ms": 1.635084, + "texture_count": 1, + "tick": 2499, + "vertices": 576, + "wall_ms": 5.955144 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2500, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.590784, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.664286, + "renderer_cpu_ms": 2.653235, + "renderer_readback_cpu_ms": 0.496005, + "simulation_ms": 1.582806, + "snapshot_ms": 1.62754, + "texture_count": 1, + "tick": 2500, + "vertices": 576, + "wall_ms": 5.889379 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2501, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.590976, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.576721, + "renderer_cpu_ms": 2.564477, + "renderer_readback_cpu_ms": 0.464095, + "simulation_ms": 1.585942, + "snapshot_ms": 1.63304, + "texture_count": 1, + "tick": 2501, + "vertices": 576, + "wall_ms": 5.809329 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2502, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.591776, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.890663, + "renderer_cpu_ms": 2.881215, + "renderer_readback_cpu_ms": 0.472151, + "simulation_ms": 1.592474, + "snapshot_ms": 1.639573, + "texture_count": 1, + "tick": 2502, + "vertices": 576, + "wall_ms": 6.135644 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2503, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.590528, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.600446, + "renderer_cpu_ms": 2.590426, + "renderer_readback_cpu_ms": 0.443476, + "simulation_ms": 1.593266, + "snapshot_ms": 1.656905, + "texture_count": 1, + "tick": 2503, + "vertices": 576, + "wall_ms": 5.86289 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2504, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.593632, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.592771, + "renderer_cpu_ms": 2.583463, + "renderer_readback_cpu_ms": 0.458325, + "simulation_ms": 1.59529, + "snapshot_ms": 1.636847, + "texture_count": 1, + "tick": 2504, + "vertices": 576, + "wall_ms": 5.837502 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2505, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.590624, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.736752, + "renderer_cpu_ms": 2.72461, + "renderer_readback_cpu_ms": 0.457944, + "simulation_ms": 1.597182, + "snapshot_ms": 1.64348, + "texture_count": 1, + "tick": 2505, + "vertices": 576, + "wall_ms": 5.989308 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2506, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.604064, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.749576, + "renderer_cpu_ms": 2.736592, + "renderer_readback_cpu_ms": 0.439789, + "simulation_ms": 1.594207, + "snapshot_ms": 1.636256, + "texture_count": 1, + "tick": 2506, + "vertices": 576, + "wall_ms": 5.994557 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2507, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.614432, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.353726, + "renderer_cpu_ms": 3.338648, + "renderer_readback_cpu_ms": 0.529288, + "simulation_ms": 1.570082, + "snapshot_ms": 1.826826, + "texture_count": 1, + "tick": 2507, + "vertices": 576, + "wall_ms": 6.763248 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2508, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.59488, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.126107, + "renderer_cpu_ms": 3.114354, + "renderer_readback_cpu_ms": 0.535119, + "simulation_ms": 2.311109, + "snapshot_ms": 2.445293, + "texture_count": 1, + "tick": 2508, + "vertices": 576, + "wall_ms": 7.897056 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2509, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.591424, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.116659, + "renderer_cpu_ms": 3.103554, + "renderer_readback_cpu_ms": 0.511254, + "simulation_ms": 2.303816, + "snapshot_ms": 2.437658, + "texture_count": 1, + "tick": 2509, + "vertices": 576, + "wall_ms": 7.873061 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2510, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.591584, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.982586, + "renderer_cpu_ms": 2.971244, + "renderer_readback_cpu_ms": 0.491427, + "simulation_ms": 2.320727, + "snapshot_ms": 2.319365, + "texture_count": 1, + "tick": 2510, + "vertices": 576, + "wall_ms": 7.638007 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2511, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.591296, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.965203, + "renderer_cpu_ms": 2.953992, + "renderer_readback_cpu_ms": 0.509361, + "simulation_ms": 2.165374, + "snapshot_ms": 2.29021, + "texture_count": 1, + "tick": 2511, + "vertices": 576, + "wall_ms": 7.434413 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2512, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.591008, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.104275, + "renderer_cpu_ms": 3.092814, + "renderer_readback_cpu_ms": 0.535991, + "simulation_ms": 2.156849, + "snapshot_ms": 2.272416, + "texture_count": 1, + "tick": 2512, + "vertices": 576, + "wall_ms": 7.548128 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2513, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.591232, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.068919, + "renderer_cpu_ms": 3.057717, + "renderer_readback_cpu_ms": 0.547633, + "simulation_ms": 2.177307, + "snapshot_ms": 2.294478, + "texture_count": 1, + "tick": 2513, + "vertices": 576, + "wall_ms": 7.555081 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2514, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.591168, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.092393, + "renderer_cpu_ms": 3.077996, + "renderer_readback_cpu_ms": 0.514119, + "simulation_ms": 2.074763, + "snapshot_ms": 2.287956, + "texture_count": 1, + "tick": 2514, + "vertices": 576, + "wall_ms": 7.468999 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2515, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.598624, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.996783, + "renderer_cpu_ms": 2.9849, + "renderer_readback_cpu_ms": 0.462923, + "simulation_ms": 2.123075, + "snapshot_ms": 2.261626, + "texture_count": 1, + "tick": 2515, + "vertices": 576, + "wall_ms": 7.396202 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2516, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.591552, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.899309, + "renderer_cpu_ms": 2.887126, + "renderer_readback_cpu_ms": 0.476779, + "simulation_ms": 2.148132, + "snapshot_ms": 2.30093, + "texture_count": 1, + "tick": 2516, + "vertices": 576, + "wall_ms": 7.361406 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2517, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.590816, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.615433, + "renderer_cpu_ms": 2.606386, + "renderer_readback_cpu_ms": 0.454167, + "simulation_ms": 1.847825, + "snapshot_ms": 2.141049, + "texture_count": 1, + "tick": 2517, + "vertices": 576, + "wall_ms": 6.617222 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2518, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.61024, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.707898, + "renderer_cpu_ms": 2.697909, + "renderer_readback_cpu_ms": 0.481138, + "simulation_ms": 1.639883, + "snapshot_ms": 1.73878, + "texture_count": 1, + "tick": 2518, + "vertices": 576, + "wall_ms": 6.100076 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2519, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.591136, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.710633, + "renderer_cpu_ms": 2.701085, + "renderer_readback_cpu_ms": 0.481568, + "simulation_ms": 1.638701, + "snapshot_ms": 1.679488, + "texture_count": 1, + "tick": 2519, + "vertices": 576, + "wall_ms": 6.040504 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2520, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.591392, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.675576, + "renderer_cpu_ms": 2.66631, + "renderer_readback_cpu_ms": 0.453425, + "simulation_ms": 1.682995, + "snapshot_ms": 1.777453, + "texture_count": 1, + "tick": 2520, + "vertices": 576, + "wall_ms": 6.148618 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2521, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.590144, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.674875, + "renderer_cpu_ms": 2.66124, + "renderer_readback_cpu_ms": 0.452314, + "simulation_ms": 1.658659, + "snapshot_ms": 1.737958, + "texture_count": 1, + "tick": 2521, + "vertices": 576, + "wall_ms": 6.087332 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2522, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.59024, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.022251, + "renderer_cpu_ms": 3.008565, + "renderer_readback_cpu_ms": 0.483943, + "simulation_ms": 2.10479, + "snapshot_ms": 2.227692, + "texture_count": 1, + "tick": 2522, + "vertices": 576, + "wall_ms": 7.369361 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2523, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.590496, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.005379, + "renderer_cpu_ms": 2.988738, + "renderer_readback_cpu_ms": 0.490655, + "simulation_ms": 2.07314, + "snapshot_ms": 2.225067, + "texture_count": 1, + "tick": 2523, + "vertices": 576, + "wall_ms": 7.320048 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2524, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.600672, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.044343, + "renderer_cpu_ms": 3.030426, + "renderer_readback_cpu_ms": 0.462773, + "simulation_ms": 2.103938, + "snapshot_ms": 2.252669, + "texture_count": 1, + "tick": 2524, + "vertices": 576, + "wall_ms": 7.416089 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2525, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.591488, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.635528, + "renderer_cpu_ms": 3.621301, + "renderer_readback_cpu_ms": 0.511265, + "simulation_ms": 2.22126, + "snapshot_ms": 2.378075, + "texture_count": 1, + "tick": 2525, + "vertices": 576, + "wall_ms": 8.250793 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2526, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.5912, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.036438, + "renderer_cpu_ms": 3.024926, + "renderer_readback_cpu_ms": 0.459907, + "simulation_ms": 2.171355, + "snapshot_ms": 2.289479, + "texture_count": 1, + "tick": 2526, + "vertices": 576, + "wall_ms": 7.513072 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2527, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.590816, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.633638, + "renderer_cpu_ms": 2.622327, + "renderer_readback_cpu_ms": 0.429981, + "simulation_ms": 2.126351, + "snapshot_ms": 2.082709, + "texture_count": 1, + "tick": 2527, + "vertices": 576, + "wall_ms": 6.857425 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2528, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.591488, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.111259, + "renderer_cpu_ms": 3.097763, + "renderer_readback_cpu_ms": 0.444078, + "simulation_ms": 1.57469, + "snapshot_ms": 2.138594, + "texture_count": 1, + "tick": 2528, + "vertices": 576, + "wall_ms": 6.839011 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2529, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.591936, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.444538, + "renderer_cpu_ms": 3.430241, + "renderer_readback_cpu_ms": 0.49815, + "simulation_ms": 2.17898, + "snapshot_ms": 2.296482, + "texture_count": 1, + "tick": 2529, + "vertices": 576, + "wall_ms": 7.9354189999999996 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2530, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.591232, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.112581, + "renderer_cpu_ms": 3.10109, + "renderer_readback_cpu_ms": 0.460047, + "simulation_ms": 2.123515, + "snapshot_ms": 2.387674, + "texture_count": 1, + "tick": 2530, + "vertices": 576, + "wall_ms": 7.63901 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2531, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.591968, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.606677, + "renderer_cpu_ms": 2.594565, + "renderer_readback_cpu_ms": 0.453967, + "simulation_ms": 1.562247, + "snapshot_ms": 1.63284, + "texture_count": 1, + "tick": 2531, + "vertices": 576, + "wall_ms": 5.81539 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2532, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.591776, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.474894, + "renderer_cpu_ms": 3.461179, + "renderer_readback_cpu_ms": 0.497418, + "simulation_ms": 2.301752, + "snapshot_ms": 2.434072, + "texture_count": 1, + "tick": 2532, + "vertices": 576, + "wall_ms": 8.225566 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2533, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.59152, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.576309, + "renderer_cpu_ms": 2.566572, + "renderer_readback_cpu_ms": 0.437375, + "simulation_ms": 2.335596, + "snapshot_ms": 2.222021, + "texture_count": 1, + "tick": 2533, + "vertices": 576, + "wall_ms": 7.148834 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2534, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.590336, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.949133, + "renderer_cpu_ms": 2.939504, + "renderer_readback_cpu_ms": 0.515142, + "simulation_ms": 1.562808, + "snapshot_ms": 1.656745, + "texture_count": 1, + "tick": 2534, + "vertices": 576, + "wall_ms": 6.18135 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2535, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.590848, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.59273, + "renderer_cpu_ms": 2.583513, + "renderer_readback_cpu_ms": 0.455609, + "simulation_ms": 1.586623, + "snapshot_ms": 1.630787, + "texture_count": 1, + "tick": 2535, + "vertices": 576, + "wall_ms": 5.821781 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2536, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.591648, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.860907, + "renderer_cpu_ms": 2.85181, + "renderer_readback_cpu_ms": 0.430843, + "simulation_ms": 1.593376, + "snapshot_ms": 1.642127, + "texture_count": 1, + "tick": 2536, + "vertices": 576, + "wall_ms": 6.108783 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2537, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.590432, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.548898, + "renderer_cpu_ms": 2.539681, + "renderer_readback_cpu_ms": 0.432245, + "simulation_ms": 1.592013, + "snapshot_ms": 1.723391, + "texture_count": 1, + "tick": 2537, + "vertices": 576, + "wall_ms": 5.876024 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2538, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.595744, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.646081, + "renderer_cpu_ms": 2.636743, + "renderer_readback_cpu_ms": 0.449628, + "simulation_ms": 1.576864, + "snapshot_ms": 1.656755, + "texture_count": 1, + "tick": 2538, + "vertices": 576, + "wall_ms": 5.891713 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2539, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.590976, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.653065, + "renderer_cpu_ms": 2.643306, + "renderer_readback_cpu_ms": 0.433708, + "simulation_ms": 1.591141, + "snapshot_ms": 1.661254, + "texture_count": 1, + "tick": 2539, + "vertices": 576, + "wall_ms": 5.917582 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2540, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.603584, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.604863, + "renderer_cpu_ms": 2.595345, + "renderer_readback_cpu_ms": 0.436032, + "simulation_ms": 1.568028, + "snapshot_ms": 1.656134, + "texture_count": 1, + "tick": 2540, + "vertices": 576, + "wall_ms": 5.841559 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2541, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.591072, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.614682, + "renderer_cpu_ms": 2.604633, + "renderer_readback_cpu_ms": 0.459728, + "simulation_ms": 1.567306, + "snapshot_ms": 1.642639, + "texture_count": 1, + "tick": 2541, + "vertices": 576, + "wall_ms": 5.837802 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2542, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.591776, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.552796, + "renderer_cpu_ms": 2.542586, + "renderer_readback_cpu_ms": 0.474996, + "simulation_ms": 1.571865, + "snapshot_ms": 1.661283, + "texture_count": 1, + "tick": 2542, + "vertices": 576, + "wall_ms": 5.798738 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2543, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.590912, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.507891, + "renderer_cpu_ms": 2.49712, + "renderer_readback_cpu_ms": 0.382641, + "simulation_ms": 1.565844, + "snapshot_ms": 1.678977, + "texture_count": 1, + "tick": 2543, + "vertices": 576, + "wall_ms": 5.764744 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2544, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.591776, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.099467, + "renderer_cpu_ms": 3.090149, + "renderer_readback_cpu_ms": 0.462893, + "simulation_ms": 1.567927, + "snapshot_ms": 1.652417, + "texture_count": 1, + "tick": 2544, + "vertices": 576, + "wall_ms": 6.333457 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2545, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.591232, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.584215, + "renderer_cpu_ms": 2.574456, + "renderer_readback_cpu_ms": 0.447204, + "simulation_ms": 1.589268, + "snapshot_ms": 1.630265, + "texture_count": 1, + "tick": 2545, + "vertices": 576, + "wall_ms": 5.81556 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2546, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.5928, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.723277, + "renderer_cpu_ms": 2.70901, + "renderer_readback_cpu_ms": 0.496687, + "simulation_ms": 1.686802, + "snapshot_ms": 1.730755, + "texture_count": 1, + "tick": 2546, + "vertices": 576, + "wall_ms": 6.160471 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2547, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.59152, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.728667, + "renderer_cpu_ms": 2.707257, + "renderer_readback_cpu_ms": 0.467712, + "simulation_ms": 1.577556, + "snapshot_ms": 1.687613, + "texture_count": 1, + "tick": 2547, + "vertices": 576, + "wall_ms": 6.021548 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2548, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.61904, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.742514, + "renderer_cpu_ms": 2.730431, + "renderer_readback_cpu_ms": 0.461761, + "simulation_ms": 1.576003, + "snapshot_ms": 1.649682, + "texture_count": 1, + "tick": 2548, + "vertices": 576, + "wall_ms": 5.980452 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2549, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.591776, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.731171, + "renderer_cpu_ms": 2.719029, + "renderer_readback_cpu_ms": 0.483231, + "simulation_ms": 1.569872, + "snapshot_ms": 1.645333, + "texture_count": 1, + "tick": 2549, + "vertices": 576, + "wall_ms": 5.961224 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2550, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.59168, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.063208, + "renderer_cpu_ms": 3.049482, + "renderer_readback_cpu_ms": 0.512266, + "simulation_ms": 1.700648, + "snapshot_ms": 1.773165, + "texture_count": 1, + "tick": 2550, + "vertices": 576, + "wall_ms": 6.559794 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2551, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.591104, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.774834, + "renderer_cpu_ms": 2.762561, + "renderer_readback_cpu_ms": 0.511915, + "simulation_ms": 1.669599, + "snapshot_ms": 1.739752, + "texture_count": 1, + "tick": 2551, + "vertices": 576, + "wall_ms": 6.200836 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2552, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.591648, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.859744, + "renderer_cpu_ms": 2.843554, + "renderer_readback_cpu_ms": 0.518398, + "simulation_ms": 1.652868, + "snapshot_ms": 1.739822, + "texture_count": 1, + "tick": 2552, + "vertices": 576, + "wall_ms": 6.267713 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2553, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.59072, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.075582, + "renderer_cpu_ms": 3.058469, + "renderer_readback_cpu_ms": 0.54593, + "simulation_ms": 1.840392, + "snapshot_ms": 1.990074, + "texture_count": 1, + "tick": 2553, + "vertices": 576, + "wall_ms": 6.920585 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2554, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.591264, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.880324, + "renderer_cpu_ms": 2.863011, + "renderer_readback_cpu_ms": 0.520261, + "simulation_ms": 1.880597, + "snapshot_ms": 1.942434, + "texture_count": 1, + "tick": 2554, + "vertices": 576, + "wall_ms": 6.717391 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2555, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.590176, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.869062, + "renderer_cpu_ms": 2.855557, + "renderer_readback_cpu_ms": 0.500444, + "simulation_ms": 1.83412, + "snapshot_ms": 1.980515, + "texture_count": 1, + "tick": 2555, + "vertices": 576, + "wall_ms": 6.700649 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2556, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.589472, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.030967, + "renderer_cpu_ms": 3.014837, + "renderer_readback_cpu_ms": 0.485707, + "simulation_ms": 1.801328, + "snapshot_ms": 1.633631, + "texture_count": 1, + "tick": 2556, + "vertices": 576, + "wall_ms": 6.480644 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2557, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.589568, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.668614, + "renderer_cpu_ms": 2.655409, + "renderer_readback_cpu_ms": 0.505634, + "simulation_ms": 1.598435, + "snapshot_ms": 1.650624, + "texture_count": 1, + "tick": 2557, + "vertices": 576, + "wall_ms": 5.93206 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2558, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.590272, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.800463, + "renderer_cpu_ms": 2.784913, + "renderer_readback_cpu_ms": 0.507698, + "simulation_ms": 1.836214, + "snapshot_ms": 1.800887, + "texture_count": 1, + "tick": 2558, + "vertices": 576, + "wall_ms": 6.455137 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2559, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.591136, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.867308, + "renderer_cpu_ms": 2.853393, + "renderer_readback_cpu_ms": 0.504502, + "simulation_ms": 2.280592, + "snapshot_ms": 2.167408, + "texture_count": 1, + "tick": 2559, + "vertices": 576, + "wall_ms": 7.334425 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2560, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.590592, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.669456, + "renderer_cpu_ms": 2.656571, + "renderer_readback_cpu_ms": 0.474355, + "simulation_ms": 1.739602, + "snapshot_ms": 1.746905, + "texture_count": 1, + "tick": 2560, + "vertices": 576, + "wall_ms": 6.171532 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2561, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.59056, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.73051, + "renderer_cpu_ms": 2.718879, + "renderer_readback_cpu_ms": 0.468935, + "simulation_ms": 1.617802, + "snapshot_ms": 1.757675, + "texture_count": 1, + "tick": 2561, + "vertices": 576, + "wall_ms": 6.120956 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2562, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.5912, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.93723, + "renderer_cpu_ms": 2.926831, + "renderer_readback_cpu_ms": 0.462463, + "simulation_ms": 1.719864, + "snapshot_ms": 1.861552, + "texture_count": 1, + "tick": 2562, + "vertices": 576, + "wall_ms": 6.531861 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2563, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.590816, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.091542, + "renderer_cpu_ms": 3.078688, + "renderer_readback_cpu_ms": 0.45062, + "simulation_ms": 1.743449, + "snapshot_ms": 1.869707, + "texture_count": 1, + "tick": 2563, + "vertices": 576, + "wall_ms": 6.719375 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2564, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.59024, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.505797, + "renderer_cpu_ms": 2.494265, + "renderer_readback_cpu_ms": 0.425433, + "simulation_ms": 1.596452, + "snapshot_ms": 1.6260269999999999, + "texture_count": 1, + "tick": 2564, + "vertices": 576, + "wall_ms": 5.741831 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2565, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.594336, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.678773, + "renderer_cpu_ms": 2.66635, + "renderer_readback_cpu_ms": 0.498601, + "simulation_ms": 1.581784, + "snapshot_ms": 1.694165, + "texture_count": 1, + "tick": 2565, + "vertices": 576, + "wall_ms": 5.969952 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2566, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.590304, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.709521, + "renderer_cpu_ms": 2.696306, + "renderer_readback_cpu_ms": 0.482049, + "simulation_ms": 1.831605, + "snapshot_ms": 1.89746, + "texture_count": 1, + "tick": 2566, + "vertices": 576, + "wall_ms": 6.453473 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2567, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.590048, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.875464, + "renderer_cpu_ms": 2.86258, + "renderer_readback_cpu_ms": 0.474645, + "simulation_ms": 1.783294, + "snapshot_ms": 1.879154, + "texture_count": 1, + "tick": 2567, + "vertices": 576, + "wall_ms": 6.551959 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2568, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.59008, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.802937, + "renderer_cpu_ms": 2.793279, + "renderer_readback_cpu_ms": 0.479595, + "simulation_ms": 1.698504, + "snapshot_ms": 1.862523, + "texture_count": 1, + "tick": 2568, + "vertices": 576, + "wall_ms": 6.380155 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2569, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.602496, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.766198, + "renderer_cpu_ms": 2.75659, + "renderer_readback_cpu_ms": 0.469937, + "simulation_ms": 1.755622, + "snapshot_ms": 1.843537, + "texture_count": 1, + "tick": 2569, + "vertices": 576, + "wall_ms": 6.380185 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2570, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.58928, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.769684, + "renderer_cpu_ms": 2.760037, + "renderer_readback_cpu_ms": 0.478162, + "simulation_ms": 1.746725, + "snapshot_ms": 1.832496, + "texture_count": 1, + "tick": 2570, + "vertices": 576, + "wall_ms": 6.361149 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2571, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.58912, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.766388, + "renderer_cpu_ms": 2.755598, + "renderer_readback_cpu_ms": 0.523748, + "simulation_ms": 1.740584, + "snapshot_ms": 1.817077, + "texture_count": 1, + "tick": 2571, + "vertices": 576, + "wall_ms": 6.337654 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2572, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588544, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.723377, + "renderer_cpu_ms": 2.713388, + "renderer_readback_cpu_ms": 0.452023, + "simulation_ms": 1.71207, + "snapshot_ms": 1.815614, + "texture_count": 1, + "tick": 2572, + "vertices": 576, + "wall_ms": 6.263966 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2573, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588096, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.693801, + "renderer_cpu_ms": 2.683251, + "renderer_readback_cpu_ms": 0.464436, + "simulation_ms": 1.716798, + "snapshot_ms": 1.788414, + "texture_count": 1, + "tick": 2573, + "vertices": 576, + "wall_ms": 6.213651 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2574, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588224, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.824948, + "renderer_cpu_ms": 2.814579, + "renderer_readback_cpu_ms": 0.45613, + "simulation_ms": 1.686491, + "snapshot_ms": 1.780689, + "texture_count": 1, + "tick": 2574, + "vertices": 576, + "wall_ms": 6.305674 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2575, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.589248, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.057627, + "renderer_cpu_ms": 3.047469, + "renderer_readback_cpu_ms": 0.439118, + "simulation_ms": 1.760521, + "snapshot_ms": 1.841524, + "texture_count": 1, + "tick": 2575, + "vertices": 576, + "wall_ms": 6.674289 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2576, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.590272, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.556803, + "renderer_cpu_ms": 2.547425, + "renderer_readback_cpu_ms": 0.444849, + "simulation_ms": 1.570753, + "snapshot_ms": 1.722099, + "texture_count": 1, + "tick": 2576, + "vertices": 576, + "wall_ms": 5.863651 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2577, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.590272, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.732875, + "renderer_cpu_ms": 2.724099, + "renderer_readback_cpu_ms": 0.467051, + "simulation_ms": 1.727799, + "snapshot_ms": 1.777813, + "texture_count": 1, + "tick": 2577, + "vertices": 576, + "wall_ms": 6.249629 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2578, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.589824, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.165181, + "renderer_cpu_ms": 3.154721, + "renderer_readback_cpu_ms": 0.448236, + "simulation_ms": 1.740573, + "snapshot_ms": 1.792622, + "texture_count": 1, + "tick": 2578, + "vertices": 576, + "wall_ms": 6.71121 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2579, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.590016, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.238208, + "renderer_cpu_ms": 3.229561, + "renderer_readback_cpu_ms": 0.445561, + "simulation_ms": 1.719995, + "snapshot_ms": 1.738379, + "texture_count": 1, + "tick": 2579, + "vertices": 576, + "wall_ms": 6.708043 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2580, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.59024, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.233199, + "renderer_cpu_ms": 3.22323, + "renderer_readback_cpu_ms": 0.401237, + "simulation_ms": 1.659931, + "snapshot_ms": 1.87168, + "texture_count": 1, + "tick": 2580, + "vertices": 576, + "wall_ms": 6.776944 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2581, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.589632, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.613931, + "renderer_cpu_ms": 2.604834, + "renderer_readback_cpu_ms": 0.419271, + "simulation_ms": 1.632489, + "snapshot_ms": 1.709234, + "texture_count": 1, + "tick": 2581, + "vertices": 576, + "wall_ms": 5.968027 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2582, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.590816, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.7139, + "renderer_cpu_ms": 2.700775, + "renderer_readback_cpu_ms": 0.477741, + "simulation_ms": 1.597183, + "snapshot_ms": 1.692823, + "texture_count": 1, + "tick": 2582, + "vertices": 576, + "wall_ms": 6.015908 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2583, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.58944, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.676508, + "renderer_cpu_ms": 2.666731, + "renderer_readback_cpu_ms": 0.465428, + "simulation_ms": 1.607803, + "snapshot_ms": 1.63283, + "texture_count": 1, + "tick": 2583, + "vertices": 576, + "wall_ms": 5.929384 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2584, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.59024, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.61908, + "renderer_cpu_ms": 2.610535, + "renderer_readback_cpu_ms": 0.436494, + "simulation_ms": 1.578147, + "snapshot_ms": 1.734642, + "texture_count": 1, + "tick": 2584, + "vertices": 576, + "wall_ms": 5.943591 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2585, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588544, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.67718, + "renderer_cpu_ms": 2.667942, + "renderer_readback_cpu_ms": 0.50367, + "simulation_ms": 1.571274, + "snapshot_ms": 1.637649, + "texture_count": 1, + "tick": 2585, + "vertices": 576, + "wall_ms": 5.897865 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2586, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588736, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.52317, + "renderer_cpu_ms": 2.514683, + "renderer_readback_cpu_ms": 0.442936, + "simulation_ms": 1.546107, + "snapshot_ms": 1.650533, + "texture_count": 1, + "tick": 2586, + "vertices": 576, + "wall_ms": 5.731001 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2587, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.589536, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.493274, + "renderer_cpu_ms": 2.485108, + "renderer_readback_cpu_ms": 0.414102, + "simulation_ms": 1.605499, + "snapshot_ms": 1.639452, + "texture_count": 1, + "tick": 2587, + "vertices": 576, + "wall_ms": 5.750277 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2588, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.58976, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.600485, + "renderer_cpu_ms": 2.590807, + "renderer_readback_cpu_ms": 0.451432, + "simulation_ms": 1.562337, + "snapshot_ms": 1.770901, + "texture_count": 1, + "tick": 2588, + "vertices": 576, + "wall_ms": 5.944693 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2589, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.589696, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.266351, + "renderer_cpu_ms": 3.257133, + "renderer_readback_cpu_ms": 0.441953, + "simulation_ms": 1.610768, + "snapshot_ms": 1.756704, + "texture_count": 1, + "tick": 2589, + "vertices": 576, + "wall_ms": 6.645235 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2590, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588096, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.474968, + "renderer_cpu_ms": 2.466022, + "renderer_readback_cpu_ms": 0.373285, + "simulation_ms": 1.571935, + "snapshot_ms": 1.690859, + "texture_count": 1, + "tick": 2590, + "vertices": 576, + "wall_ms": 5.749756 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2591, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.592864, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.822504, + "renderer_cpu_ms": 2.814008, + "renderer_readback_cpu_ms": 0.451612, + "simulation_ms": 1.594608, + "snapshot_ms": 1.678837, + "texture_count": 1, + "tick": 2591, + "vertices": 576, + "wall_ms": 6.111428 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2592, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588704, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.023473, + "renderer_cpu_ms": 3.014707, + "renderer_readback_cpu_ms": 0.45638, + "simulation_ms": 1.55869, + "snapshot_ms": 1.66467, + "texture_count": 1, + "tick": 2592, + "vertices": 576, + "wall_ms": 6.258536 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2593, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.623968, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.69324, + "renderer_cpu_ms": 2.684064, + "renderer_readback_cpu_ms": 0.45057, + "simulation_ms": 1.592815, + "snapshot_ms": 1.643219, + "texture_count": 1, + "tick": 2593, + "vertices": 576, + "wall_ms": 5.941457 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2594, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.5888, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.650229, + "renderer_cpu_ms": 2.638216, + "renderer_readback_cpu_ms": 0.523056, + "simulation_ms": 1.593596, + "snapshot_ms": 1.643681, + "texture_count": 1, + "tick": 2594, + "vertices": 576, + "wall_ms": 5.900279 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2595, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.589216, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.578143, + "renderer_cpu_ms": 2.566862, + "renderer_readback_cpu_ms": 0.458806, + "simulation_ms": 1.607923, + "snapshot_ms": 1.655072, + "texture_count": 1, + "tick": 2595, + "vertices": 576, + "wall_ms": 5.853331 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2596, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.589792, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.973419, + "renderer_cpu_ms": 2.964041, + "renderer_readback_cpu_ms": 0.496507, + "simulation_ms": 1.645103, + "snapshot_ms": 1.774908, + "texture_count": 1, + "tick": 2596, + "vertices": 576, + "wall_ms": 6.408158 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2597, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.589088, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.583644, + "renderer_cpu_ms": 2.572733, + "renderer_readback_cpu_ms": 0.369898, + "simulation_ms": 1.580611, + "snapshot_ms": 1.77061, + "texture_count": 1, + "tick": 2597, + "vertices": 576, + "wall_ms": 5.94826 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2598, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.5896, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.605525, + "renderer_cpu_ms": 2.59225, + "renderer_readback_cpu_ms": 0.478122, + "simulation_ms": 1.645434, + "snapshot_ms": 1.693896, + "texture_count": 1, + "tick": 2598, + "vertices": 576, + "wall_ms": 5.958249 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2599, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.589568, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.635462, + "renderer_cpu_ms": 2.623869, + "renderer_readback_cpu_ms": 0.434951, + "simulation_ms": 1.577826, + "snapshot_ms": 1.627249, + "texture_count": 1, + "tick": 2599, + "vertices": 576, + "wall_ms": 5.854714 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2600, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.589408, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.853473, + "renderer_cpu_ms": 2.839837, + "renderer_readback_cpu_ms": 0.526443, + "simulation_ms": 1.70692, + "snapshot_ms": 1.761873, + "texture_count": 1, + "tick": 2600, + "vertices": 576, + "wall_ms": 6.337204 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2601, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.592448, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.641142, + "renderer_cpu_ms": 2.628007, + "renderer_readback_cpu_ms": 0.428549, + "simulation_ms": 1.583958, + "snapshot_ms": 1.644452, + "texture_count": 1, + "tick": 2601, + "vertices": 576, + "wall_ms": 5.885091 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2602, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.58896, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.700203, + "renderer_cpu_ms": 2.688592, + "renderer_readback_cpu_ms": 0.399824, + "simulation_ms": 1.615277, + "snapshot_ms": 1.623803, + "texture_count": 1, + "tick": 2602, + "vertices": 576, + "wall_ms": 5.952698 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2603, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.587968, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.758293, + "renderer_cpu_ms": 2.745529, + "renderer_readback_cpu_ms": 0.467863, + "simulation_ms": 1.616229, + "snapshot_ms": 1.624594, + "texture_count": 1, + "tick": 2603, + "vertices": 576, + "wall_ms": 6.012511 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2604, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.58896, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.637134, + "renderer_cpu_ms": 2.62438, + "renderer_readback_cpu_ms": 0.486829, + "simulation_ms": 1.614636, + "snapshot_ms": 1.644312, + "texture_count": 1, + "tick": 2604, + "vertices": 576, + "wall_ms": 5.910298 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2605, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588736, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.719931, + "renderer_cpu_ms": 2.70905, + "renderer_readback_cpu_ms": 0.434559, + "simulation_ms": 1.653349, + "snapshot_ms": 1.732278, + "texture_count": 1, + "tick": 2605, + "vertices": 576, + "wall_ms": 6.123842 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2606, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588928, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.5289, + "renderer_cpu_ms": 2.513481, + "renderer_readback_cpu_ms": 0.385598, + "simulation_ms": 1.598646, + "snapshot_ms": 1.652637, + "texture_count": 1, + "tick": 2606, + "vertices": 576, + "wall_ms": 5.793809 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2607, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.589472, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.837182, + "renderer_cpu_ms": 2.823876, + "renderer_readback_cpu_ms": 0.447354, + "simulation_ms": 1.608133, + "snapshot_ms": 1.650434, + "texture_count": 1, + "tick": 2607, + "vertices": 576, + "wall_ms": 6.110046 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2608, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.589152, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.430801, + "renderer_cpu_ms": 3.418448, + "renderer_readback_cpu_ms": 0.451552, + "simulation_ms": 1.715125, + "snapshot_ms": 1.885256, + "texture_count": 1, + "tick": 2608, + "vertices": 576, + "wall_ms": 7.045951 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2609, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.58976, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.415543, + "renderer_cpu_ms": 3.405534, + "renderer_readback_cpu_ms": 0.443306, + "simulation_ms": 1.614666, + "snapshot_ms": 1.731917, + "texture_count": 1, + "tick": 2609, + "vertices": 576, + "wall_ms": 6.775661 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2610, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.590336, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.320163, + "renderer_cpu_ms": 3.304864, + "renderer_readback_cpu_ms": 0.568643, + "simulation_ms": 1.61173, + "snapshot_ms": 1.703784, + "texture_count": 1, + "tick": 2610, + "vertices": 576, + "wall_ms": 6.64802 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2611, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.590432, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.567012, + "renderer_cpu_ms": 2.554168, + "renderer_readback_cpu_ms": 0.42928, + "simulation_ms": 2.074624, + "snapshot_ms": 1.757786, + "texture_count": 1, + "tick": 2611, + "vertices": 576, + "wall_ms": 6.421784 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2612, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.590304, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.422565, + "renderer_cpu_ms": 3.407257, + "renderer_readback_cpu_ms": 0.564274, + "simulation_ms": 1.655052, + "snapshot_ms": 1.67004, + "texture_count": 1, + "tick": 2612, + "vertices": 576, + "wall_ms": 6.761053 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2613, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.590944, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.281219, + "renderer_cpu_ms": 3.268646, + "renderer_readback_cpu_ms": 0.437816, + "simulation_ms": 1.628362, + "snapshot_ms": 1.663227, + "texture_count": 1, + "tick": 2613, + "vertices": 576, + "wall_ms": 6.585592 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2614, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.589984, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.204044, + "renderer_cpu_ms": 3.193645, + "renderer_readback_cpu_ms": 0.419251, + "simulation_ms": 1.620897, + "snapshot_ms": 1.852144, + "texture_count": 1, + "tick": 2614, + "vertices": 576, + "wall_ms": 6.689629 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2615, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.589312, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.539791, + "renderer_cpu_ms": 2.529071, + "renderer_readback_cpu_ms": 0.404063, + "simulation_ms": 1.678126, + "snapshot_ms": 1.747616, + "texture_count": 1, + "tick": 2615, + "vertices": 576, + "wall_ms": 5.978427 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2616, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.591648, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.520575, + "renderer_cpu_ms": 2.510195, + "renderer_readback_cpu_ms": 0.423549, + "simulation_ms": 1.573237, + "snapshot_ms": 1.632309, + "texture_count": 1, + "tick": 2616, + "vertices": 576, + "wall_ms": 5.739717 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2617, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.615168, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.615093, + "renderer_cpu_ms": 2.602329, + "renderer_readback_cpu_ms": 0.409823, + "simulation_ms": 1.568428, + "snapshot_ms": 1.628041, + "texture_count": 1, + "tick": 2617, + "vertices": 576, + "wall_ms": 5.824748 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2618, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.58928, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.625523, + "renderer_cpu_ms": 2.615043, + "renderer_readback_cpu_ms": 0.451852, + "simulation_ms": 1.60645, + "snapshot_ms": 1.665262, + "texture_count": 1, + "tick": 2618, + "vertices": 576, + "wall_ms": 5.911291 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2619, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588992, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.779974, + "renderer_cpu_ms": 2.768913, + "renderer_readback_cpu_ms": 0.509921, + "simulation_ms": 1.599166, + "snapshot_ms": 1.763106, + "texture_count": 1, + "tick": 2619, + "vertices": 576, + "wall_ms": 6.1549 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2620, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588448, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.755468, + "renderer_cpu_ms": 2.743805, + "renderer_readback_cpu_ms": 0.479965, + "simulation_ms": 1.88214, + "snapshot_ms": 1.95622, + "texture_count": 1, + "tick": 2620, + "vertices": 576, + "wall_ms": 6.608115 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2621, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.58912, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.149621, + "renderer_cpu_ms": 3.12819, + "renderer_readback_cpu_ms": 0.703437, + "simulation_ms": 1.858275, + "snapshot_ms": 1.91913, + "texture_count": 1, + "tick": 2621, + "vertices": 576, + "wall_ms": 6.940602 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2622, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588512, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.576911, + "renderer_cpu_ms": 2.564247, + "renderer_readback_cpu_ms": 0.443297, + "simulation_ms": 2.155746, + "snapshot_ms": 1.63781, + "texture_count": 1, + "tick": 2622, + "vertices": 576, + "wall_ms": 6.389984 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2623, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588896, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.052318, + "renderer_cpu_ms": 3.036388, + "renderer_readback_cpu_ms": 0.561018, + "simulation_ms": 1.598705, + "snapshot_ms": 1.660573, + "texture_count": 1, + "tick": 2623, + "vertices": 576, + "wall_ms": 6.328738 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2624, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588384, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.663123, + "renderer_cpu_ms": 2.650069, + "renderer_readback_cpu_ms": 0.462182, + "simulation_ms": 1.638831, + "snapshot_ms": 1.642618, + "texture_count": 1, + "tick": 2624, + "vertices": 576, + "wall_ms": 5.962457 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2625, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588896, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.764575, + "renderer_cpu_ms": 2.750839, + "renderer_readback_cpu_ms": 0.508389, + "simulation_ms": 1.58471, + "snapshot_ms": 1.61734, + "texture_count": 1, + "tick": 2625, + "vertices": 576, + "wall_ms": 5.982595 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2626, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.589632, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.369285, + "renderer_cpu_ms": 3.356691, + "renderer_readback_cpu_ms": 0.468554, + "simulation_ms": 1.590069, + "snapshot_ms": 1.689377, + "texture_count": 1, + "tick": 2626, + "vertices": 576, + "wall_ms": 6.66396 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2627, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.590784, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.224303, + "renderer_cpu_ms": 3.214053, + "renderer_readback_cpu_ms": 0.452343, + "simulation_ms": 1.57971, + "snapshot_ms": 1.62763, + "texture_count": 1, + "tick": 2627, + "vertices": 576, + "wall_ms": 6.44611 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2628, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.589088, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.642895, + "renderer_cpu_ms": 2.630542, + "renderer_readback_cpu_ms": 0.488582, + "simulation_ms": 1.564381, + "snapshot_ms": 1.633762, + "texture_count": 1, + "tick": 2628, + "vertices": 576, + "wall_ms": 5.854213 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2629, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.58992, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.831912, + "renderer_cpu_ms": 2.819428, + "renderer_readback_cpu_ms": 0.454197, + "simulation_ms": 1.864668, + "snapshot_ms": 2.004451, + "texture_count": 1, + "tick": 2629, + "vertices": 576, + "wall_ms": 6.714947 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2630, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.589696, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.867098, + "renderer_cpu_ms": 2.855306, + "renderer_readback_cpu_ms": 0.467011, + "simulation_ms": 1.987028, + "snapshot_ms": 2.054185, + "texture_count": 1, + "tick": 2630, + "vertices": 576, + "wall_ms": 6.922658 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2631, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.589568, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.099357, + "renderer_cpu_ms": 3.079219, + "renderer_readback_cpu_ms": 0.701654, + "simulation_ms": 1.816236, + "snapshot_ms": 1.928588, + "texture_count": 1, + "tick": 2631, + "vertices": 576, + "wall_ms": 6.858818 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2632, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.58896, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.589315, + "renderer_cpu_ms": 2.575668, + "renderer_readback_cpu_ms": 0.450069, + "simulation_ms": 1.926424, + "snapshot_ms": 1.646806, + "texture_count": 1, + "tick": 2632, + "vertices": 576, + "wall_ms": 6.180338 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2633, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.590976, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.755708, + "renderer_cpu_ms": 2.739688, + "renderer_readback_cpu_ms": 0.521274, + "simulation_ms": 1.769729, + "snapshot_ms": 1.790838, + "texture_count": 1, + "tick": 2633, + "vertices": 576, + "wall_ms": 6.33003 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2634, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.591616, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.976876, + "renderer_cpu_ms": 2.966306, + "renderer_readback_cpu_ms": 0.46138, + "simulation_ms": 1.630005, + "snapshot_ms": 1.706659, + "texture_count": 1, + "tick": 2634, + "vertices": 576, + "wall_ms": 6.326815 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2635, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.594816, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.6136, + "renderer_cpu_ms": 2.603241, + "renderer_readback_cpu_ms": 0.437615, + "simulation_ms": 1.588576, + "snapshot_ms": 1.719684, + "texture_count": 1, + "tick": 2635, + "vertices": 576, + "wall_ms": 5.935456 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2636, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588768, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.596528, + "renderer_cpu_ms": 2.58657, + "renderer_readback_cpu_ms": 0.472702, + "simulation_ms": 1.583027, + "snapshot_ms": 1.654571, + "texture_count": 1, + "tick": 2636, + "vertices": 576, + "wall_ms": 5.848142 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2637, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.58848, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.569497, + "renderer_cpu_ms": 2.558196, + "renderer_readback_cpu_ms": 0.468254, + "simulation_ms": 1.577716, + "snapshot_ms": 1.674238, + "texture_count": 1, + "tick": 2637, + "vertices": 576, + "wall_ms": 5.834406 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2638, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.589024, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.553437, + "renderer_cpu_ms": 2.543237, + "renderer_readback_cpu_ms": 0.451923, + "simulation_ms": 1.600108, + "snapshot_ms": 1.630015, + "texture_count": 1, + "tick": 2638, + "vertices": 576, + "wall_ms": 5.797837 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2639, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.633979, + "renderer_cpu_ms": 2.619782, + "renderer_readback_cpu_ms": 0.552914, + "simulation_ms": 1.557668, + "snapshot_ms": 1.628722, + "texture_count": 1, + "tick": 2639, + "vertices": 576, + "wall_ms": 5.833073 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2640, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588704, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.828776, + "renderer_cpu_ms": 2.814539, + "renderer_readback_cpu_ms": 0.516093, + "simulation_ms": 1.614425, + "snapshot_ms": 1.864407, + "texture_count": 1, + "tick": 2640, + "vertices": 576, + "wall_ms": 6.322436 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2641, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.587808, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.3599579999999998, + "renderer_cpu_ms": 3.346783, + "renderer_readback_cpu_ms": 0.448816, + "simulation_ms": 2.45979, + "snapshot_ms": 2.50244, + "texture_count": 1, + "tick": 2641, + "vertices": 576, + "wall_ms": 8.338199 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2642, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588064, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.203573, + "renderer_cpu_ms": 3.189947, + "renderer_readback_cpu_ms": 0.585675, + "simulation_ms": 2.336597, + "snapshot_ms": 2.458097, + "texture_count": 1, + "tick": 2642, + "vertices": 576, + "wall_ms": 8.012915 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2643, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.594656, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.250271, + "renderer_cpu_ms": 3.237738, + "renderer_readback_cpu_ms": 0.502999, + "simulation_ms": 2.311951, + "snapshot_ms": 2.437107, + "texture_count": 1, + "tick": 2643, + "vertices": 576, + "wall_ms": 8.014668 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2644, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.589952, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.1174, + "renderer_cpu_ms": 3.106459, + "renderer_readback_cpu_ms": 0.505854, + "simulation_ms": 2.32213, + "snapshot_ms": 2.429002, + "texture_count": 1, + "tick": 2644, + "vertices": 576, + "wall_ms": 7.883701 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2645, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.58928, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.47742, + "renderer_cpu_ms": 3.467241, + "renderer_readback_cpu_ms": 0.443667, + "simulation_ms": 2.331828, + "snapshot_ms": 2.810151, + "texture_count": 1, + "tick": 2645, + "vertices": 576, + "wall_ms": 8.63587 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2646, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.58976, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.065021, + "renderer_cpu_ms": 3.055614, + "renderer_readback_cpu_ms": 0.447594, + "simulation_ms": 1.558971, + "snapshot_ms": 1.667195, + "texture_count": 1, + "tick": 2646, + "vertices": 576, + "wall_ms": 6.303741 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2647, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588704, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.696256, + "renderer_cpu_ms": 2.686167, + "renderer_readback_cpu_ms": 0.451001, + "simulation_ms": 1.562808, + "snapshot_ms": 1.626398, + "texture_count": 1, + "tick": 2647, + "vertices": 576, + "wall_ms": 5.897876 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2648, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.59328, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.718839, + "renderer_cpu_ms": 2.707037, + "renderer_readback_cpu_ms": 0.474495, + "simulation_ms": 1.577956, + "snapshot_ms": 1.626107, + "texture_count": 1, + "tick": 2648, + "vertices": 576, + "wall_ms": 5.935716 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2649, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.59472, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.667612, + "renderer_cpu_ms": 2.656672, + "renderer_readback_cpu_ms": 0.48766, + "simulation_ms": 1.603564, + "snapshot_ms": 1.668688, + "texture_count": 1, + "tick": 2649, + "vertices": 576, + "wall_ms": 5.953099 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2650, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.59536, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.758804, + "renderer_cpu_ms": 2.743956, + "renderer_readback_cpu_ms": 0.473033, + "simulation_ms": 1.69136, + "snapshot_ms": 1.764498, + "texture_count": 1, + "tick": 2650, + "vertices": 576, + "wall_ms": 6.228809 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2651, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588832, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.18057, + "renderer_cpu_ms": 3.163388, + "renderer_readback_cpu_ms": 0.526223, + "simulation_ms": 2.198587, + "snapshot_ms": 2.334183, + "texture_count": 1, + "tick": 2651, + "vertices": 576, + "wall_ms": 7.728769 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2652, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588992, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.996782, + "renderer_cpu_ms": 2.98471, + "renderer_readback_cpu_ms": 0.457383, + "simulation_ms": 2.161827, + "snapshot_ms": 2.296623, + "texture_count": 1, + "tick": 2652, + "vertices": 576, + "wall_ms": 7.471092 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2653, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588608, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.736358, + "renderer_cpu_ms": 3.723373, + "renderer_readback_cpu_ms": 0.469025, + "simulation_ms": 2.148322, + "snapshot_ms": 2.278488, + "texture_count": 1, + "tick": 2653, + "vertices": 576, + "wall_ms": 8.177155 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2654, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.58816, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.03268, + "renderer_cpu_ms": 3.019315, + "renderer_readback_cpu_ms": 0.459447, + "simulation_ms": 2.162729, + "snapshot_ms": 2.281654, + "texture_count": 1, + "tick": 2654, + "vertices": 576, + "wall_ms": 7.49098 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2655, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588032, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.067676, + "renderer_cpu_ms": 3.052548, + "renderer_readback_cpu_ms": 0.512187, + "simulation_ms": 2.148813, + "snapshot_ms": 2.285441, + "texture_count": 1, + "tick": 2655, + "vertices": 576, + "wall_ms": 7.515927 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2656, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588288, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.071243, + "renderer_cpu_ms": 3.059731, + "renderer_readback_cpu_ms": 0.464736, + "simulation_ms": 2.166166, + "snapshot_ms": 2.332179, + "texture_count": 1, + "tick": 2656, + "vertices": 576, + "wall_ms": 7.588113 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2657, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.587904, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.515014, + "renderer_cpu_ms": 2.506107, + "renderer_readback_cpu_ms": 0.420573, + "simulation_ms": 1.572716, + "snapshot_ms": 1.631648, + "texture_count": 1, + "tick": 2657, + "vertices": 576, + "wall_ms": 5.737733 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2658, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588192, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.504043, + "renderer_cpu_ms": 2.495106, + "renderer_readback_cpu_ms": 0.414672, + "simulation_ms": 1.560874, + "snapshot_ms": 1.622391, + "texture_count": 1, + "tick": 2658, + "vertices": 576, + "wall_ms": 5.699511 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2659, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588736, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.321004, + "renderer_cpu_ms": 3.311516, + "renderer_readback_cpu_ms": 0.43506, + "simulation_ms": 1.575933, + "snapshot_ms": 1.626518, + "texture_count": 1, + "tick": 2659, + "vertices": 576, + "wall_ms": 6.534546 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2660, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.589184, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.621215, + "renderer_cpu_ms": 2.611987, + "renderer_readback_cpu_ms": 0.435582, + "simulation_ms": 1.56409, + "snapshot_ms": 1.620216, + "texture_count": 1, + "tick": 2660, + "vertices": 576, + "wall_ms": 5.817203 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2661, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.590432, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.031909, + "renderer_cpu_ms": 3.014536, + "renderer_readback_cpu_ms": 0.585434, + "simulation_ms": 1.573168, + "snapshot_ms": 1.615297, + "texture_count": 1, + "tick": 2661, + "vertices": 576, + "wall_ms": 6.233829 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2662, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588928, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.887718, + "renderer_cpu_ms": 2.877929, + "renderer_readback_cpu_ms": 0.458164, + "simulation_ms": 2.167158, + "snapshot_ms": 1.797751, + "texture_count": 1, + "tick": 2662, + "vertices": 576, + "wall_ms": 6.868406 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2663, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.58992, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.705443, + "renderer_cpu_ms": 2.696487, + "renderer_readback_cpu_ms": 0.459076, + "simulation_ms": 1.682935, + "snapshot_ms": 1.720094, + "texture_count": 1, + "tick": 2663, + "vertices": 576, + "wall_ms": 6.12295 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2664, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.607168, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.757842, + "renderer_cpu_ms": 2.747082, + "renderer_readback_cpu_ms": 0.459297, + "simulation_ms": 1.660903, + "snapshot_ms": 1.727188, + "texture_count": 1, + "tick": 2664, + "vertices": 576, + "wall_ms": 6.157905 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2665, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.596128, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.769544, + "renderer_cpu_ms": 2.759445, + "renderer_readback_cpu_ms": 0.457042, + "simulation_ms": 1.648921, + "snapshot_ms": 1.723451, + "texture_count": 1, + "tick": 2665, + "vertices": 576, + "wall_ms": 6.153988 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2666, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.593184, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.880073, + "renderer_cpu_ms": 2.86279, + "renderer_readback_cpu_ms": 0.533737, + "simulation_ms": 1.653849, + "snapshot_ms": 1.704846, + "texture_count": 1, + "tick": 2666, + "vertices": 576, + "wall_ms": 6.251322 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2667, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.592992, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.755919, + "renderer_cpu_ms": 2.741562, + "renderer_readback_cpu_ms": 0.44531, + "simulation_ms": 2.165766, + "snapshot_ms": 1.628842, + "texture_count": 1, + "tick": 2667, + "vertices": 576, + "wall_ms": 6.570734 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2668, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.596608, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.988087, + "renderer_cpu_ms": 2.978539, + "renderer_readback_cpu_ms": 0.471229, + "simulation_ms": 1.805035, + "snapshot_ms": 1.895405, + "texture_count": 1, + "tick": 2668, + "vertices": 576, + "wall_ms": 6.704377 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2669, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588736, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.785444, + "renderer_cpu_ms": 2.775656, + "renderer_readback_cpu_ms": 0.505293, + "simulation_ms": 1.799143, + "snapshot_ms": 1.886028, + "texture_count": 1, + "tick": 2669, + "vertices": 576, + "wall_ms": 6.482357 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2670, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.58848, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.794752, + "renderer_cpu_ms": 2.784613, + "renderer_readback_cpu_ms": 0.479695, + "simulation_ms": 1.750913, + "snapshot_ms": 1.83436, + "texture_count": 1, + "tick": 2670, + "vertices": 576, + "wall_ms": 6.392538 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2671, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588224, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.730491, + "renderer_cpu_ms": 2.715923, + "renderer_readback_cpu_ms": 0.502939, + "simulation_ms": 1.737077, + "snapshot_ms": 1.826064, + "texture_count": 1, + "tick": 2671, + "vertices": 576, + "wall_ms": 6.309041 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2672, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588352, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.676409, + "renderer_cpu_ms": 2.660519, + "renderer_readback_cpu_ms": 0.42968, + "simulation_ms": 1.736596, + "snapshot_ms": 1.817819, + "texture_count": 1, + "tick": 2672, + "vertices": 576, + "wall_ms": 6.242816 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2673, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.587872, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.681237, + "renderer_cpu_ms": 2.669376, + "renderer_readback_cpu_ms": 0.421645, + "simulation_ms": 1.748499, + "snapshot_ms": 1.880126, + "texture_count": 1, + "tick": 2673, + "vertices": 576, + "wall_ms": 6.32482 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2674, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.587936, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.00047, + "renderer_cpu_ms": 2.966656, + "renderer_readback_cpu_ms": 0.453525, + "simulation_ms": 1.732167, + "snapshot_ms": 1.826345, + "texture_count": 1, + "tick": 2674, + "vertices": 576, + "wall_ms": 6.57353 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2675, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588128, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.685876, + "renderer_cpu_ms": 2.670537, + "renderer_readback_cpu_ms": 0.419591, + "simulation_ms": 1.57496, + "snapshot_ms": 1.732278, + "texture_count": 1, + "tick": 2675, + "vertices": 576, + "wall_ms": 6.008614 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2676, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588256, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.867429, + "renderer_cpu_ms": 2.855496, + "renderer_readback_cpu_ms": 0.41364, + "simulation_ms": 1.746474, + "snapshot_ms": 1.81806, + "texture_count": 1, + "tick": 2676, + "vertices": 576, + "wall_ms": 6.445058 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2677, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588608, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.020027, + "renderer_cpu_ms": 3.009166, + "renderer_readback_cpu_ms": 0.412539, + "simulation_ms": 1.719123, + "snapshot_ms": 1.781611, + "texture_count": 1, + "tick": 2677, + "vertices": 576, + "wall_ms": 6.535558 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2678, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.58976, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.346583, + "renderer_cpu_ms": 3.335141, + "renderer_readback_cpu_ms": 0.423068, + "simulation_ms": 1.649912, + "snapshot_ms": 1.710566, + "texture_count": 1, + "tick": 2678, + "vertices": 576, + "wall_ms": 6.719144 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2679, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.5888, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.466218, + "renderer_cpu_ms": 3.453634, + "renderer_readback_cpu_ms": 0.458224, + "simulation_ms": 1.647087, + "snapshot_ms": 1.727568, + "texture_count": 1, + "tick": 2679, + "vertices": 576, + "wall_ms": 6.853398 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2680, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588864, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.282302, + "renderer_cpu_ms": 3.27088, + "renderer_readback_cpu_ms": 0.417057, + "simulation_ms": 1.674118, + "snapshot_ms": 1.741104, + "texture_count": 1, + "tick": 2680, + "vertices": 576, + "wall_ms": 6.712803 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2681, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.589632, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.220645, + "renderer_cpu_ms": 3.209585, + "renderer_readback_cpu_ms": 0.442445, + "simulation_ms": 1.764708, + "snapshot_ms": 1.850621, + "texture_count": 1, + "tick": 2681, + "vertices": 576, + "wall_ms": 6.850863 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2682, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.58944, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.136517, + "renderer_cpu_ms": 3.124264, + "renderer_readback_cpu_ms": 0.457904, + "simulation_ms": 1.717469, + "snapshot_ms": 1.7601, + "texture_count": 1, + "tick": 2682, + "vertices": 576, + "wall_ms": 6.627922 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2683, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.589184, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.592536, + "renderer_cpu_ms": 3.579502, + "renderer_readback_cpu_ms": 0.439249, + "simulation_ms": 1.678857, + "snapshot_ms": 1.759259, + "texture_count": 1, + "tick": 2683, + "vertices": 576, + "wall_ms": 7.045019 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2684, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588384, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.974822, + "renderer_cpu_ms": 2.964893, + "renderer_readback_cpu_ms": 0.469225, + "simulation_ms": 1.771842, + "snapshot_ms": 1.837957, + "texture_count": 1, + "tick": 2684, + "vertices": 576, + "wall_ms": 6.596954 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2685, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.589184, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.992495, + "renderer_cpu_ms": 2.982195, + "renderer_readback_cpu_ms": 0.474145, + "simulation_ms": 1.762665, + "snapshot_ms": 1.848798, + "texture_count": 1, + "tick": 2685, + "vertices": 576, + "wall_ms": 6.617523 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2686, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.589248, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.224362, + "renderer_cpu_ms": 3.213772, + "renderer_readback_cpu_ms": 0.462472, + "simulation_ms": 1.749921, + "snapshot_ms": 1.817358, + "texture_count": 1, + "tick": 2686, + "vertices": 576, + "wall_ms": 6.804616 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2687, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588448, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.185208, + "renderer_cpu_ms": 3.172374, + "renderer_readback_cpu_ms": 0.45074, + "simulation_ms": 1.763827, + "snapshot_ms": 1.830263, + "texture_count": 1, + "tick": 2687, + "vertices": 576, + "wall_ms": 6.791341 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2688, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.5888, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.187663, + "renderer_cpu_ms": 3.165972, + "renderer_readback_cpu_ms": 0.418249, + "simulation_ms": 1.732328, + "snapshot_ms": 1.80783, + "texture_count": 1, + "tick": 2688, + "vertices": 576, + "wall_ms": 6.740635 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2689, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588832, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.220124, + "renderer_cpu_ms": 3.210145, + "renderer_readback_cpu_ms": 0.446482, + "simulation_ms": 1.700698, + "snapshot_ms": 1.842475, + "texture_count": 1, + "tick": 2689, + "vertices": 576, + "wall_ms": 6.776041 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2690, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588512, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.975242, + "renderer_cpu_ms": 2.962659, + "renderer_readback_cpu_ms": 0.458916, + "simulation_ms": 1.729251, + "snapshot_ms": 1.983532, + "texture_count": 1, + "tick": 2690, + "vertices": 576, + "wall_ms": 6.70114 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2691, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.587808, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.941809, + "renderer_cpu_ms": 2.93133, + "renderer_readback_cpu_ms": 0.489584, + "simulation_ms": 1.99302, + "snapshot_ms": 2.097947, + "texture_count": 1, + "tick": 2691, + "vertices": 576, + "wall_ms": 7.046943 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2692, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.587936, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.903126, + "renderer_cpu_ms": 2.892206, + "renderer_readback_cpu_ms": 0.480947, + "simulation_ms": 1.985515, + "snapshot_ms": 2.099992, + "texture_count": 1, + "tick": 2692, + "vertices": 576, + "wall_ms": 7.001256 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2693, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.589472, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.902335, + "renderer_cpu_ms": 2.892225, + "renderer_readback_cpu_ms": 0.468644, + "simulation_ms": 1.992839, + "snapshot_ms": 2.102987, + "texture_count": 1, + "tick": 2693, + "vertices": 576, + "wall_ms": 7.013099 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2694, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588448, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.72713, + "renderer_cpu_ms": 3.716861, + "renderer_readback_cpu_ms": 0.447113, + "simulation_ms": 2.000714, + "snapshot_ms": 2.095873, + "texture_count": 1, + "tick": 2694, + "vertices": 576, + "wall_ms": 7.837163 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2695, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.589312, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.813978, + "renderer_cpu_ms": 2.805292, + "renderer_readback_cpu_ms": 0.430783, + "simulation_ms": 1.599437, + "snapshot_ms": 1.632168, + "texture_count": 1, + "tick": 2695, + "vertices": 576, + "wall_ms": 6.058307 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2696, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.589344, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.505416, + "renderer_cpu_ms": 2.495117, + "renderer_readback_cpu_ms": 0.387722, + "simulation_ms": 1.565513, + "snapshot_ms": 1.653829, + "texture_count": 1, + "tick": 2696, + "vertices": 576, + "wall_ms": 5.737502 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2697, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.589376, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.349739, + "renderer_cpu_ms": 3.340361, + "renderer_readback_cpu_ms": 0.453826, + "simulation_ms": 1.584689, + "snapshot_ms": 1.622861, + "texture_count": 1, + "tick": 2697, + "vertices": 576, + "wall_ms": 6.569512 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2698, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.589504, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.557611, + "renderer_cpu_ms": 3.548103, + "renderer_readback_cpu_ms": 0.454007, + "simulation_ms": 1.565183, + "snapshot_ms": 1.621458, + "texture_count": 1, + "tick": 2698, + "vertices": 576, + "wall_ms": 6.756856 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2699, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588576, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.591128, + "renderer_cpu_ms": 2.582952, + "renderer_readback_cpu_ms": 0.433177, + "simulation_ms": 1.562047, + "snapshot_ms": 1.621338, + "texture_count": 1, + "tick": 2699, + "vertices": 576, + "wall_ms": 5.786886 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2700, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588608, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.896433, + "renderer_cpu_ms": 2.887627, + "renderer_readback_cpu_ms": 0.440581, + "simulation_ms": 1.567888, + "snapshot_ms": 1.6119, + "texture_count": 1, + "tick": 2700, + "vertices": 576, + "wall_ms": 6.088174 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2701, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.596064, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.633688, + "renderer_cpu_ms": 2.623509, + "renderer_readback_cpu_ms": 0.471038, + "simulation_ms": 1.560043, + "snapshot_ms": 1.628221, + "texture_count": 1, + "tick": 2701, + "vertices": 576, + "wall_ms": 5.834125 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2702, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.606688, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.668103, + "renderer_cpu_ms": 2.658635, + "renderer_readback_cpu_ms": 0.457203, + "simulation_ms": 1.628492, + "snapshot_ms": 1.624715, + "texture_count": 1, + "tick": 2702, + "vertices": 576, + "wall_ms": 5.933272 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2703, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588704, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.622206, + "renderer_cpu_ms": 2.613941, + "renderer_readback_cpu_ms": 0.481989, + "simulation_ms": 1.571424, + "snapshot_ms": 1.629464, + "texture_count": 1, + "tick": 2703, + "vertices": 576, + "wall_ms": 5.835988 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2704, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588064, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.642124, + "renderer_cpu_ms": 2.632515, + "renderer_readback_cpu_ms": 0.49843, + "simulation_ms": 1.57462, + "snapshot_ms": 2.133574, + "texture_count": 1, + "tick": 2704, + "vertices": 576, + "wall_ms": 6.362141 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2705, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.58832, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.562954, + "renderer_cpu_ms": 2.554598, + "renderer_readback_cpu_ms": 0.432687, + "simulation_ms": 1.575772, + "snapshot_ms": 1.612912, + "texture_count": 1, + "tick": 2705, + "vertices": 576, + "wall_ms": 5.76787 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2706, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588448, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.740079, + "renderer_cpu_ms": 2.731442, + "renderer_readback_cpu_ms": 0.443526, + "simulation_ms": 1.561716, + "snapshot_ms": 1.618723, + "texture_count": 1, + "tick": 2706, + "vertices": 576, + "wall_ms": 5.931248 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2707, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588288, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.384364, + "renderer_cpu_ms": 3.375577, + "renderer_readback_cpu_ms": 0.442525, + "simulation_ms": 1.56925, + "snapshot_ms": 1.618694, + "texture_count": 1, + "tick": 2707, + "vertices": 576, + "wall_ms": 6.583499 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2708, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.586368, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.386708, + "renderer_cpu_ms": 3.376539, + "renderer_readback_cpu_ms": 0.420964, + "simulation_ms": 1.55306, + "snapshot_ms": 1.652938, + "texture_count": 1, + "tick": 2708, + "vertices": 576, + "wall_ms": 6.603867 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2709, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.586624, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.505312, + "renderer_cpu_ms": 3.495774, + "renderer_readback_cpu_ms": 0.420363, + "simulation_ms": 1.650323, + "snapshot_ms": 1.631668, + "texture_count": 1, + "tick": 2709, + "vertices": 576, + "wall_ms": 6.800167 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2710, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.586944, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.436202, + "renderer_cpu_ms": 3.425211, + "renderer_readback_cpu_ms": 0.406858, + "simulation_ms": 1.549162, + "snapshot_ms": 1.817278, + "texture_count": 1, + "tick": 2710, + "vertices": 576, + "wall_ms": 6.815346 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2711, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.587392, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.443746, + "renderer_cpu_ms": 3.434789, + "renderer_readback_cpu_ms": 0.433748, + "simulation_ms": 1.569982, + "snapshot_ms": 1.629233, + "texture_count": 1, + "tick": 2711, + "vertices": 576, + "wall_ms": 6.656076 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2712, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.587808, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.608441, + "renderer_cpu_ms": 2.598532, + "renderer_readback_cpu_ms": 0.396899, + "simulation_ms": 1.568138, + "snapshot_ms": 1.634323, + "texture_count": 1, + "tick": 2712, + "vertices": 576, + "wall_ms": 5.823125 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2713, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.589056, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.66158, + "renderer_cpu_ms": 2.652604, + "renderer_readback_cpu_ms": 0.465599, + "simulation_ms": 1.56885, + "snapshot_ms": 1.622029, + "texture_count": 1, + "tick": 2713, + "vertices": 576, + "wall_ms": 5.865995 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2714, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.598048, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.66144, + "renderer_cpu_ms": 2.65102, + "renderer_readback_cpu_ms": 0.459347, + "simulation_ms": 1.55863, + "snapshot_ms": 1.625366, + "texture_count": 1, + "tick": 2714, + "vertices": 576, + "wall_ms": 5.857669 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2715, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.58688, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.576029, + "renderer_cpu_ms": 2.566902, + "renderer_readback_cpu_ms": 0.444749, + "simulation_ms": 1.551797, + "snapshot_ms": 1.639733, + "texture_count": 1, + "tick": 2715, + "vertices": 576, + "wall_ms": 5.789441 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2716, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.586464, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.555821, + "renderer_cpu_ms": 2.546935, + "renderer_readback_cpu_ms": 0.460189, + "simulation_ms": 1.582746, + "snapshot_ms": 1.619905, + "texture_count": 1, + "tick": 2716, + "vertices": 576, + "wall_ms": 5.769794 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2717, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.586848, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.558937, + "renderer_cpu_ms": 2.549109, + "renderer_readback_cpu_ms": 0.434179, + "simulation_ms": 1.580671, + "snapshot_ms": 1.631588, + "texture_count": 1, + "tick": 2717, + "vertices": 576, + "wall_ms": 5.783199 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2718, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.5872, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.616536, + "renderer_cpu_ms": 2.60804, + "renderer_readback_cpu_ms": 0.423889, + "simulation_ms": 1.553771, + "snapshot_ms": 1.631868, + "texture_count": 1, + "tick": 2718, + "vertices": 576, + "wall_ms": 5.814238 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2719, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588064, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.35596, + "renderer_cpu_ms": 3.346944, + "renderer_readback_cpu_ms": 0.436253, + "simulation_ms": 1.562527, + "snapshot_ms": 1.622821, + "texture_count": 1, + "tick": 2719, + "vertices": 576, + "wall_ms": 6.553292 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2720, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.58736, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.511574, + "renderer_cpu_ms": 3.501735, + "renderer_readback_cpu_ms": 0.434019, + "simulation_ms": 1.553109, + "snapshot_ms": 1.660553, + "texture_count": 1, + "tick": 2720, + "vertices": 576, + "wall_ms": 6.737299 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2721, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.587008, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.619481, + "renderer_cpu_ms": 2.609072, + "renderer_readback_cpu_ms": 0.435903, + "simulation_ms": 1.569802, + "snapshot_ms": 1.616679, + "texture_count": 1, + "tick": 2721, + "vertices": 576, + "wall_ms": 5.817233 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2722, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.590976, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.641583, + "renderer_cpu_ms": 2.633117, + "renderer_readback_cpu_ms": 0.465067, + "simulation_ms": 1.565472, + "snapshot_ms": 1.631358, + "texture_count": 1, + "tick": 2722, + "vertices": 576, + "wall_ms": 5.850396 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2723, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.6983, + "renderer_cpu_ms": 2.688702, + "renderer_readback_cpu_ms": 0.475868, + "simulation_ms": 1.565182, + "snapshot_ms": 1.644562, + "texture_count": 1, + "tick": 2723, + "vertices": 576, + "wall_ms": 5.919987 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2724, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.585984, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.593723, + "renderer_cpu_ms": 2.585247, + "renderer_readback_cpu_ms": 0.457383, + "simulation_ms": 1.567046, + "snapshot_ms": 1.612221, + "texture_count": 1, + "tick": 2724, + "vertices": 576, + "wall_ms": 5.784802 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2725, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.586144, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.517318, + "renderer_cpu_ms": 2.508742, + "renderer_readback_cpu_ms": 0.431153, + "simulation_ms": 1.559051, + "snapshot_ms": 1.615187, + "texture_count": 1, + "tick": 2725, + "vertices": 576, + "wall_ms": 5.703739 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2726, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.585824, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.67716, + "renderer_cpu_ms": 2.667422, + "renderer_readback_cpu_ms": 0.431714, + "simulation_ms": 1.549513, + "snapshot_ms": 1.623783, + "texture_count": 1, + "tick": 2726, + "vertices": 576, + "wall_ms": 5.861256 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2727, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.5864, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.594093, + "renderer_cpu_ms": 2.585317, + "renderer_readback_cpu_ms": 0.489203, + "simulation_ms": 1.566175, + "snapshot_ms": 1.616809, + "texture_count": 1, + "tick": 2727, + "vertices": 576, + "wall_ms": 5.789371 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2728, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.587296, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.129634, + "renderer_cpu_ms": 3.116939, + "renderer_readback_cpu_ms": 0.494893, + "simulation_ms": 1.550575, + "snapshot_ms": 1.608644, + "texture_count": 1, + "tick": 2728, + "vertices": 576, + "wall_ms": 6.301317 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2729, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.587488, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.554699, + "renderer_cpu_ms": 2.54457, + "renderer_readback_cpu_ms": 0.436213, + "simulation_ms": 1.576103, + "snapshot_ms": 1.629815, + "texture_count": 1, + "tick": 2729, + "vertices": 576, + "wall_ms": 5.775364 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2730, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.58864, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.596558, + "renderer_cpu_ms": 2.5872, + "renderer_readback_cpu_ms": 0.45065, + "simulation_ms": 1.565082, + "snapshot_ms": 1.61692, + "texture_count": 1, + "tick": 2730, + "vertices": 576, + "wall_ms": 5.791945 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2731, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.586432, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.587501, + "renderer_cpu_ms": 2.579075, + "renderer_readback_cpu_ms": 0.461741, + "simulation_ms": 1.566385, + "snapshot_ms": 1.626448, + "texture_count": 1, + "tick": 2731, + "vertices": 576, + "wall_ms": 5.792126 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2732, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.587488, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.605144, + "renderer_cpu_ms": 2.594123, + "renderer_readback_cpu_ms": 0.468073, + "simulation_ms": 1.572066, + "snapshot_ms": 1.626167, + "texture_count": 1, + "tick": 2732, + "vertices": 576, + "wall_ms": 5.815249 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2733, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.60368, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.61909, + "renderer_cpu_ms": 2.610475, + "renderer_readback_cpu_ms": 0.452714, + "simulation_ms": 1.566705, + "snapshot_ms": 1.634473, + "texture_count": 1, + "tick": 2733, + "vertices": 576, + "wall_ms": 5.833033 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2734, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.586848, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.659266, + "renderer_cpu_ms": 2.649228, + "renderer_readback_cpu_ms": 0.457754, + "simulation_ms": 1.565433, + "snapshot_ms": 1.618283, + "texture_count": 1, + "tick": 2734, + "vertices": 576, + "wall_ms": 5.854904 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2735, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.5872, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.738034, + "renderer_cpu_ms": 2.727395, + "renderer_readback_cpu_ms": 0.468013, + "simulation_ms": 1.568018, + "snapshot_ms": 1.633741, + "texture_count": 1, + "tick": 2735, + "vertices": 576, + "wall_ms": 5.952889 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2736, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.587552, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.998325, + "renderer_cpu_ms": 2.988357, + "renderer_readback_cpu_ms": 0.463094, + "simulation_ms": 1.614596, + "snapshot_ms": 1.624624, + "texture_count": 1, + "tick": 2736, + "vertices": 576, + "wall_ms": 6.249939 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2737, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.587104, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.542366, + "renderer_cpu_ms": 2.533579, + "renderer_readback_cpu_ms": 0.453064, + "simulation_ms": 1.559993, + "snapshot_ms": 1.618252, + "texture_count": 1, + "tick": 2737, + "vertices": 576, + "wall_ms": 5.732944 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2738, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.587264, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.554208, + "renderer_cpu_ms": 2.54445, + "renderer_readback_cpu_ms": 0.451311, + "simulation_ms": 1.549764, + "snapshot_ms": 1.629664, + "texture_count": 1, + "tick": 2738, + "vertices": 576, + "wall_ms": 5.744987 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2739, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.585984, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.558967, + "renderer_cpu_ms": 2.549198, + "renderer_readback_cpu_ms": 0.451942, + "simulation_ms": 1.549142, + "snapshot_ms": 1.621248, + "texture_count": 1, + "tick": 2739, + "vertices": 576, + "wall_ms": 5.741129 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2740, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.605952, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.584585, + "renderer_cpu_ms": 2.576369, + "renderer_readback_cpu_ms": 0.429239, + "simulation_ms": 1.556517, + "snapshot_ms": 1.625997, + "texture_count": 1, + "tick": 2740, + "vertices": 576, + "wall_ms": 5.779652 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2741, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.586496, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.487973, + "renderer_cpu_ms": 2.480078, + "renderer_readback_cpu_ms": 0.432396, + "simulation_ms": 1.554913, + "snapshot_ms": 1.635465, + "texture_count": 1, + "tick": 2741, + "vertices": 576, + "wall_ms": 5.691847 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2742, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.585888, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.587451, + "renderer_cpu_ms": 2.578514, + "renderer_readback_cpu_ms": 0.447654, + "simulation_ms": 1.562117, + "snapshot_ms": 1.691501, + "texture_count": 1, + "tick": 2742, + "vertices": 576, + "wall_ms": 5.85276 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2743, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.586624, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.643606, + "renderer_cpu_ms": 2.628779, + "renderer_readback_cpu_ms": 0.463725, + "simulation_ms": 1.604156, + "snapshot_ms": 1.628953, + "texture_count": 1, + "tick": 2743, + "vertices": 576, + "wall_ms": 5.88991 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2744, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.586464, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.604182, + "renderer_cpu_ms": 2.582431, + "renderer_readback_cpu_ms": 0.449699, + "simulation_ms": 1.578918, + "snapshot_ms": 1.65409, + "texture_count": 1, + "tick": 2744, + "vertices": 576, + "wall_ms": 5.850636 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2745, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.586944, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.405814, + "renderer_cpu_ms": 3.390866, + "renderer_readback_cpu_ms": 0.556049, + "simulation_ms": 1.623101, + "snapshot_ms": 1.918118, + "texture_count": 1, + "tick": 2745, + "vertices": 576, + "wall_ms": 6.961832 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2746, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.587968, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.586469, + "renderer_cpu_ms": 2.576761, + "renderer_readback_cpu_ms": 0.453726, + "simulation_ms": 1.719023, + "snapshot_ms": 1.674368, + "texture_count": 1, + "tick": 2746, + "vertices": 576, + "wall_ms": 5.994708 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2747, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.593472, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.650039, + "renderer_cpu_ms": 2.639078, + "renderer_readback_cpu_ms": 0.499873, + "simulation_ms": 1.577676, + "snapshot_ms": 1.632089, + "texture_count": 1, + "tick": 2747, + "vertices": 576, + "wall_ms": 5.873399 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2748, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.58672, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.607469, + "renderer_cpu_ms": 2.595316, + "renderer_readback_cpu_ms": 0.451932, + "simulation_ms": 1.628882, + "snapshot_ms": 1.794475, + "texture_count": 1, + "tick": 2748, + "vertices": 576, + "wall_ms": 6.043811 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2749, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.587616, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.678482, + "renderer_cpu_ms": 2.667572, + "renderer_readback_cpu_ms": 0.487079, + "simulation_ms": 1.597814, + "snapshot_ms": 1.661384, + "texture_count": 1, + "tick": 2749, + "vertices": 576, + "wall_ms": 5.951586 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2750, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.59888, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.328067, + "renderer_cpu_ms": 3.312238, + "renderer_readback_cpu_ms": 0.569334, + "simulation_ms": 2.42768, + "snapshot_ms": 2.556292, + "texture_count": 1, + "tick": 2750, + "vertices": 576, + "wall_ms": 8.327017 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2751, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.5872, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.355109, + "renderer_cpu_ms": 3.337726, + "renderer_readback_cpu_ms": 0.606574, + "simulation_ms": 2.31675, + "snapshot_ms": 2.426568, + "texture_count": 1, + "tick": 2751, + "vertices": 576, + "wall_ms": 8.115038 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2752, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.586784, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.347584, + "renderer_cpu_ms": 3.33452, + "renderer_readback_cpu_ms": 0.495795, + "simulation_ms": 2.32754, + "snapshot_ms": 2.383537, + "texture_count": 1, + "tick": 2752, + "vertices": 576, + "wall_ms": 8.076134 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2753, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.587008, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.211748, + "renderer_cpu_ms": 3.198724, + "renderer_readback_cpu_ms": 0.410274, + "simulation_ms": 2.60323, + "snapshot_ms": 2.601417, + "texture_count": 1, + "tick": 2753, + "vertices": 576, + "wall_ms": 8.433719 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2754, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.587584, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.932778, + "renderer_cpu_ms": 3.913823, + "renderer_readback_cpu_ms": 0.702675, + "simulation_ms": 1.655693, + "snapshot_ms": 1.829481, + "texture_count": 1, + "tick": 2754, + "vertices": 576, + "wall_ms": 7.434804 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2755, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.58624, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.631905, + "renderer_cpu_ms": 2.614041, + "renderer_readback_cpu_ms": 0.44002, + "simulation_ms": 2.491049, + "snapshot_ms": 1.910183, + "texture_count": 1, + "tick": 2755, + "vertices": 576, + "wall_ms": 7.052524 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2756, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.586208, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.700253, + "renderer_cpu_ms": 2.68775, + "renderer_readback_cpu_ms": 0.463705, + "simulation_ms": 1.677754, + "snapshot_ms": 1.703213, + "texture_count": 1, + "tick": 2756, + "vertices": 576, + "wall_ms": 6.095308 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2757, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.585984, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.859814, + "renderer_cpu_ms": 2.848102, + "renderer_readback_cpu_ms": 0.45561, + "simulation_ms": 1.882161, + "snapshot_ms": 1.999331, + "texture_count": 1, + "tick": 2757, + "vertices": 576, + "wall_ms": 6.756234 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2758, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.586688, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.67748, + "renderer_cpu_ms": 2.66618, + "renderer_readback_cpu_ms": 0.433738, + "simulation_ms": 1.698614, + "snapshot_ms": 1.776972, + "texture_count": 1, + "tick": 2758, + "vertices": 576, + "wall_ms": 6.167193 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2759, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.586496, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.301988, + "renderer_cpu_ms": 3.287973, + "renderer_readback_cpu_ms": 0.505182, + "simulation_ms": 2.05693, + "snapshot_ms": 2.409755, + "texture_count": 1, + "tick": 2759, + "vertices": 576, + "wall_ms": 7.78266 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2760, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.586336, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.853814, + "renderer_cpu_ms": 2.842071, + "renderer_readback_cpu_ms": 0.49812, + "simulation_ms": 2.308285, + "snapshot_ms": 1.749199, + "texture_count": 1, + "tick": 2760, + "vertices": 576, + "wall_ms": 6.925825 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2761, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.586176, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.699301, + "renderer_cpu_ms": 2.68217, + "renderer_readback_cpu_ms": 0.484113, + "simulation_ms": 1.69678, + "snapshot_ms": 1.797671, + "texture_count": 1, + "tick": 2761, + "vertices": 576, + "wall_ms": 6.207279 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2762, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.586048, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.700564, + "renderer_cpu_ms": 2.690074, + "renderer_readback_cpu_ms": 0.46649, + "simulation_ms": 1.698584, + "snapshot_ms": 1.753828, + "texture_count": 1, + "tick": 2762, + "vertices": 576, + "wall_ms": 6.167303 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2763, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.586848, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.93704, + "renderer_cpu_ms": 2.917603, + "renderer_readback_cpu_ms": 0.629037, + "simulation_ms": 1.671363, + "snapshot_ms": 1.75995, + "texture_count": 1, + "tick": 2763, + "vertices": 576, + "wall_ms": 6.382159 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2764, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.5864, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.731573, + "renderer_cpu_ms": 2.718448, + "renderer_readback_cpu_ms": 0.442985, + "simulation_ms": 2.143043, + "snapshot_ms": 1.711157, + "texture_count": 1, + "tick": 2764, + "vertices": 576, + "wall_ms": 6.606442 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2765, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.586848, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.596237, + "renderer_cpu_ms": 2.58158, + "renderer_readback_cpu_ms": 0.428398, + "simulation_ms": 1.634853, + "snapshot_ms": 1.677785, + "texture_count": 1, + "tick": 2765, + "vertices": 576, + "wall_ms": 5.924866 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2766, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.5872, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.988497, + "renderer_cpu_ms": 2.970533, + "renderer_readback_cpu_ms": 0.557932, + "simulation_ms": 1.615978, + "snapshot_ms": 1.710046, + "texture_count": 1, + "tick": 2766, + "vertices": 576, + "wall_ms": 6.33032 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2767, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.587936, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.889741, + "renderer_cpu_ms": 2.875514, + "renderer_readback_cpu_ms": 0.500464, + "simulation_ms": 1.751283, + "snapshot_ms": 1.666313, + "texture_count": 1, + "tick": 2767, + "vertices": 576, + "wall_ms": 6.321765 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2768, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.587168, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.111589, + "renderer_cpu_ms": 3.099977, + "renderer_readback_cpu_ms": 0.449699, + "simulation_ms": 1.752405, + "snapshot_ms": 1.782442, + "texture_count": 1, + "tick": 2768, + "vertices": 576, + "wall_ms": 6.662427 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2769, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.586752, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.574586, + "renderer_cpu_ms": 2.563846, + "renderer_readback_cpu_ms": 0.399113, + "simulation_ms": 1.663207, + "snapshot_ms": 1.764549, + "texture_count": 1, + "tick": 2769, + "vertices": 576, + "wall_ms": 6.015727 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2770, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.587328, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.731883, + "renderer_cpu_ms": 2.716103, + "renderer_readback_cpu_ms": 0.46686, + "simulation_ms": 1.676382, + "snapshot_ms": 1.753468, + "texture_count": 1, + "tick": 2770, + "vertices": 576, + "wall_ms": 6.174377 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2771, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.60576, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.706505, + "renderer_cpu_ms": 2.694753, + "renderer_readback_cpu_ms": 0.490486, + "simulation_ms": 1.718863, + "snapshot_ms": 1.751534, + "texture_count": 1, + "tick": 2771, + "vertices": 576, + "wall_ms": 6.192822 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2772, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.586688, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.594895, + "renderer_cpu_ms": 2.583032, + "renderer_readback_cpu_ms": 0.412178, + "simulation_ms": 1.591582, + "snapshot_ms": 1.645574, + "texture_count": 1, + "tick": 2772, + "vertices": 576, + "wall_ms": 5.844765 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2773, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.586848, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.541333, + "renderer_cpu_ms": 2.530945, + "renderer_readback_cpu_ms": 0.42919, + "simulation_ms": 1.63263, + "snapshot_ms": 1.674368, + "texture_count": 1, + "tick": 2773, + "vertices": 576, + "wall_ms": 5.861416 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2774, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.587648, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.575498, + "renderer_cpu_ms": 2.563205, + "renderer_readback_cpu_ms": 0.449067, + "simulation_ms": 1.593035, + "snapshot_ms": 1.669299, + "texture_count": 1, + "tick": 2774, + "vertices": 576, + "wall_ms": 5.854733 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2775, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.586496, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.277653, + "renderer_cpu_ms": 3.256993, + "renderer_readback_cpu_ms": 0.692426, + "simulation_ms": 1.60635, + "snapshot_ms": 1.684007, + "texture_count": 1, + "tick": 2775, + "vertices": 576, + "wall_ms": 6.580153 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2776, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.586272, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.603681, + "renderer_cpu_ms": 2.593261, + "renderer_readback_cpu_ms": 0.416916, + "simulation_ms": 1.887972, + "snapshot_ms": 1.651926, + "texture_count": 1, + "tick": 2776, + "vertices": 576, + "wall_ms": 6.162775 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2777, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.586528, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.570238, + "renderer_cpu_ms": 2.560149, + "renderer_readback_cpu_ms": 0.49307, + "simulation_ms": 1.60641, + "snapshot_ms": 1.68576, + "texture_count": 1, + "tick": 2777, + "vertices": 576, + "wall_ms": 5.88989 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2778, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.585824, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.833335, + "renderer_cpu_ms": 2.822183, + "renderer_readback_cpu_ms": 0.473864, + "simulation_ms": 1.569852, + "snapshot_ms": 1.63828, + "texture_count": 1, + "tick": 2778, + "vertices": 576, + "wall_ms": 6.05397 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2779, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.586976, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.578233, + "renderer_cpu_ms": 2.568144, + "renderer_readback_cpu_ms": 0.444969, + "simulation_ms": 1.613794, + "snapshot_ms": 1.660161, + "texture_count": 1, + "tick": 2779, + "vertices": 576, + "wall_ms": 5.866235 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2780, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.590976, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.583364, + "renderer_cpu_ms": 2.573976, + "renderer_readback_cpu_ms": 0.462072, + "simulation_ms": 1.559512, + "snapshot_ms": 1.624604, + "texture_count": 1, + "tick": 2780, + "vertices": 576, + "wall_ms": 5.780003 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2781, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.58672, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.540743, + "renderer_cpu_ms": 2.530483, + "renderer_readback_cpu_ms": 0.425714, + "simulation_ms": 1.556236, + "snapshot_ms": 1.618573, + "texture_count": 1, + "tick": 2781, + "vertices": 576, + "wall_ms": 5.727524 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2782, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.586656, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.5873, + "renderer_cpu_ms": 2.575719, + "renderer_readback_cpu_ms": 0.468053, + "simulation_ms": 1.553129, + "snapshot_ms": 1.627871, + "texture_count": 1, + "tick": 2782, + "vertices": 576, + "wall_ms": 5.780624 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2783, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.586944, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.556903, + "renderer_cpu_ms": 2.547275, + "renderer_readback_cpu_ms": 0.463534, + "simulation_ms": 1.560003, + "snapshot_ms": 1.635816, + "texture_count": 1, + "tick": 2783, + "vertices": 576, + "wall_ms": 5.76763 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2784, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.586944, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.525954, + "renderer_cpu_ms": 2.516738, + "renderer_readback_cpu_ms": 0.426605, + "simulation_ms": 1.573137, + "snapshot_ms": 1.618152, + "texture_count": 1, + "tick": 2784, + "vertices": 576, + "wall_ms": 5.73116 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2785, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.587232, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.623318, + "renderer_cpu_ms": 2.610725, + "renderer_readback_cpu_ms": 0.490515, + "simulation_ms": 1.554473, + "snapshot_ms": 1.629634, + "texture_count": 1, + "tick": 2785, + "vertices": 576, + "wall_ms": 5.819748 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2786, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.586944, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.518501, + "renderer_cpu_ms": 2.508782, + "renderer_readback_cpu_ms": 0.407479, + "simulation_ms": 1.555033, + "snapshot_ms": 1.631848, + "texture_count": 1, + "tick": 2786, + "vertices": 576, + "wall_ms": 5.718547 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2787, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.589184, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.663504, + "renderer_cpu_ms": 2.654297, + "renderer_readback_cpu_ms": 0.447194, + "simulation_ms": 1.563559, + "snapshot_ms": 1.679969, + "texture_count": 1, + "tick": 2787, + "vertices": 576, + "wall_ms": 5.920297 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2788, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.58736, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.635421, + "renderer_cpu_ms": 2.625492, + "renderer_readback_cpu_ms": 0.457713, + "simulation_ms": 1.593706, + "snapshot_ms": 1.691611, + "texture_count": 1, + "tick": 2788, + "vertices": 576, + "wall_ms": 5.933192 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2789, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.592448, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.864884, + "renderer_cpu_ms": 2.854925, + "renderer_readback_cpu_ms": 0.440291, + "simulation_ms": 1.591172, + "snapshot_ms": 1.663367, + "texture_count": 1, + "tick": 2789, + "vertices": 576, + "wall_ms": 6.131836 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2790, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.586208, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.897606, + "renderer_cpu_ms": 2.877087, + "renderer_readback_cpu_ms": 0.594592, + "simulation_ms": 1.598966, + "snapshot_ms": 1.658649, + "texture_count": 1, + "tick": 2790, + "vertices": 576, + "wall_ms": 6.167834 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2791, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.593632, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.987736, + "renderer_cpu_ms": 2.975252, + "renderer_readback_cpu_ms": 0.499833, + "simulation_ms": 2.088139, + "snapshot_ms": 2.074072, + "texture_count": 1, + "tick": 2791, + "vertices": 576, + "wall_ms": 7.166378 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2792, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.603744, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.951959, + "renderer_cpu_ms": 2.940788, + "renderer_readback_cpu_ms": 0.527856, + "simulation_ms": 1.778404, + "snapshot_ms": 1.916475, + "texture_count": 1, + "tick": 2792, + "vertices": 576, + "wall_ms": 6.661706 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2793, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.585984, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.621384, + "renderer_cpu_ms": 2.611496, + "renderer_readback_cpu_ms": 0.47712, + "simulation_ms": 1.722459, + "snapshot_ms": 1.697553, + "texture_count": 1, + "tick": 2793, + "vertices": 576, + "wall_ms": 6.057406 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2794, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.585664, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.638487, + "renderer_cpu_ms": 2.625913, + "renderer_readback_cpu_ms": 0.476629, + "simulation_ms": 1.618493, + "snapshot_ms": 1.752396, + "texture_count": 1, + "tick": 2794, + "vertices": 576, + "wall_ms": 6.02269 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2795, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.586048, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.892876, + "renderer_cpu_ms": 2.880143, + "renderer_readback_cpu_ms": 0.495605, + "simulation_ms": 1.893302, + "snapshot_ms": 1.920502, + "texture_count": 1, + "tick": 2795, + "vertices": 576, + "wall_ms": 6.720997 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2796, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.586208, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.766038, + "renderer_cpu_ms": 2.755046, + "renderer_readback_cpu_ms": 0.505423, + "simulation_ms": 1.890676, + "snapshot_ms": 1.965237, + "texture_count": 1, + "tick": 2796, + "vertices": 576, + "wall_ms": 6.637781 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2797, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.587744, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.858332, + "renderer_cpu_ms": 2.847211, + "renderer_readback_cpu_ms": 0.465047, + "simulation_ms": 2.001646, + "snapshot_ms": 2.09931, + "texture_count": 1, + "tick": 2797, + "vertices": 576, + "wall_ms": 6.974286 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2798, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.587456, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.960985, + "renderer_cpu_ms": 2.949223, + "renderer_readback_cpu_ms": 0.49297, + "simulation_ms": 2.007938, + "snapshot_ms": 2.097706, + "texture_count": 1, + "tick": 2798, + "vertices": 576, + "wall_ms": 7.082139 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2799, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.586496, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.790574, + "renderer_cpu_ms": 2.779544, + "renderer_readback_cpu_ms": 0.492299, + "simulation_ms": 1.995885, + "snapshot_ms": 2.101434, + "texture_count": 1, + "tick": 2799, + "vertices": 576, + "wall_ms": 6.903793 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2800, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.586624, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.916642, + "renderer_cpu_ms": 2.903287, + "renderer_readback_cpu_ms": 0.52004, + "simulation_ms": 1.992008, + "snapshot_ms": 2.097807, + "texture_count": 1, + "tick": 2800, + "vertices": 576, + "wall_ms": 7.022496 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2801, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.59232, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.862209, + "renderer_cpu_ms": 2.851269, + "renderer_readback_cpu_ms": 0.447715, + "simulation_ms": 2.39111, + "snapshot_ms": 2.798459, + "texture_count": 1, + "tick": 2801, + "vertices": 576, + "wall_ms": 8.065263 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2802, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.603808, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.662833, + "renderer_cpu_ms": 2.647354, + "renderer_readback_cpu_ms": 0.512957, + "simulation_ms": 1.597854, + "snapshot_ms": 1.651916, + "texture_count": 1, + "tick": 2802, + "vertices": 576, + "wall_ms": 5.925668 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2803, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.586624, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.125515, + "renderer_cpu_ms": 3.110738, + "renderer_readback_cpu_ms": 0.519951, + "simulation_ms": 2.182106, + "snapshot_ms": 2.288547, + "texture_count": 1, + "tick": 2803, + "vertices": 576, + "wall_ms": 7.611387 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2804, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.590528, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.107482, + "renderer_cpu_ms": 3.092614, + "renderer_readback_cpu_ms": 0.516585, + "simulation_ms": 2.143273, + "snapshot_ms": 2.308474, + "texture_count": 1, + "tick": 2804, + "vertices": 576, + "wall_ms": 7.57545 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2805, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.586976, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.050264, + "renderer_cpu_ms": 3.03748, + "renderer_readback_cpu_ms": 0.441533, + "simulation_ms": 2.177788, + "snapshot_ms": 2.292584, + "texture_count": 1, + "tick": 2805, + "vertices": 576, + "wall_ms": 7.535264 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2806, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.586368, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.968419, + "renderer_cpu_ms": 2.957068, + "renderer_readback_cpu_ms": 0.509281, + "simulation_ms": 2.671188, + "snapshot_ms": 3.310214, + "texture_count": 1, + "tick": 2806, + "vertices": 576, + "wall_ms": 8.965141 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2807, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.586208, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.910991, + "renderer_cpu_ms": 2.899419, + "renderer_readback_cpu_ms": 0.486949, + "simulation_ms": 1.995394, + "snapshot_ms": 2.1102, + "texture_count": 1, + "tick": 2807, + "vertices": 576, + "wall_ms": 7.031153 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2808, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.584704, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.685102, + "renderer_cpu_ms": 3.67408, + "renderer_readback_cpu_ms": 0.428609, + "simulation_ms": 1.992208, + "snapshot_ms": 2.763192, + "texture_count": 1, + "tick": 2808, + "vertices": 576, + "wall_ms": 8.455771 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2809, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.585696, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.615944, + "renderer_cpu_ms": 2.605745, + "renderer_readback_cpu_ms": 0.473603, + "simulation_ms": 1.59034, + "snapshot_ms": 1.671703, + "texture_count": 1, + "tick": 2809, + "vertices": 576, + "wall_ms": 5.897294 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2810, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.585472, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.543879, + "renderer_cpu_ms": 2.534671, + "renderer_readback_cpu_ms": 0.454477, + "simulation_ms": 1.610177, + "snapshot_ms": 1.669399, + "texture_count": 1, + "tick": 2810, + "vertices": 576, + "wall_ms": 5.835427 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2811, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.586208, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.619551, + "renderer_cpu_ms": 2.610344, + "renderer_readback_cpu_ms": 0.458284, + "simulation_ms": 1.578507, + "snapshot_ms": 1.651225, + "texture_count": 1, + "tick": 2811, + "vertices": 576, + "wall_ms": 5.861787 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2812, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.58752, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.64511, + "renderer_cpu_ms": 2.635691, + "renderer_readback_cpu_ms": 0.480997, + "simulation_ms": 1.587925, + "snapshot_ms": 1.642198, + "texture_count": 1, + "tick": 2812, + "vertices": 576, + "wall_ms": 5.887746 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2813, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.58704, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.705093, + "renderer_cpu_ms": 2.694343, + "renderer_readback_cpu_ms": 0.476689, + "simulation_ms": 1.562788, + "snapshot_ms": 1.707491, + "texture_count": 1, + "tick": 2813, + "vertices": 576, + "wall_ms": 5.987775 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2814, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.590976, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.708539, + "renderer_cpu_ms": 2.699442, + "renderer_readback_cpu_ms": 0.47222, + "simulation_ms": 1.5905, + "snapshot_ms": 1.658859, + "texture_count": 1, + "tick": 2814, + "vertices": 576, + "wall_ms": 5.970692 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2815, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.586976, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.784933, + "renderer_cpu_ms": 2.775155, + "renderer_readback_cpu_ms": 0.506375, + "simulation_ms": 1.59582, + "snapshot_ms": 1.684217, + "texture_count": 1, + "tick": 2815, + "vertices": 576, + "wall_ms": 6.078356 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2816, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.58288, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.035686, + "renderer_cpu_ms": 3.020778, + "renderer_readback_cpu_ms": 0.491057, + "simulation_ms": 1.618944, + "snapshot_ms": 1.968343, + "texture_count": 1, + "tick": 2816, + "vertices": 576, + "wall_ms": 6.636198 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2817, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.586848, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.784463, + "renderer_cpu_ms": 2.766338, + "renderer_readback_cpu_ms": 0.444649, + "simulation_ms": 1.83418, + "snapshot_ms": 1.766222, + "texture_count": 1, + "tick": 2817, + "vertices": 576, + "wall_ms": 6.399632 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2818, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.595712, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.772109, + "renderer_cpu_ms": 2.758634, + "renderer_readback_cpu_ms": 0.480096, + "simulation_ms": 1.725965, + "snapshot_ms": 1.655583, + "texture_count": 1, + "tick": 2818, + "vertices": 576, + "wall_ms": 6.169548 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2819, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.598176, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.932071, + "renderer_cpu_ms": 2.92095, + "renderer_readback_cpu_ms": 0.476699, + "simulation_ms": 2.113587, + "snapshot_ms": 1.955379, + "texture_count": 1, + "tick": 2819, + "vertices": 576, + "wall_ms": 7.017608 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2820, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.586944, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.62418, + "renderer_cpu_ms": 2.612127, + "renderer_readback_cpu_ms": 0.463154, + "simulation_ms": 1.630055, + "snapshot_ms": 1.639973, + "texture_count": 1, + "tick": 2820, + "vertices": 576, + "wall_ms": 5.914226 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2821, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.58704, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.137799, + "renderer_cpu_ms": 3.119344, + "renderer_readback_cpu_ms": 0.552142, + "simulation_ms": 1.625115, + "snapshot_ms": 1.873464, + "texture_count": 1, + "tick": 2821, + "vertices": 576, + "wall_ms": 6.650124 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2822, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.600416, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.115447, + "renderer_cpu_ms": 3.103454, + "renderer_readback_cpu_ms": 0.531633, + "simulation_ms": 2.240746, + "snapshot_ms": 1.991016, + "texture_count": 1, + "tick": 2822, + "vertices": 576, + "wall_ms": 7.36377 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2823, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.586656, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.11184, + "renderer_cpu_ms": 3.094808, + "renderer_readback_cpu_ms": 0.566959, + "simulation_ms": 2.166617, + "snapshot_ms": 2.271465, + "texture_count": 1, + "tick": 2823, + "vertices": 576, + "wall_ms": 7.567595 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2824, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.58816, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.269688, + "renderer_cpu_ms": 3.254078, + "renderer_readback_cpu_ms": 0.577669, + "simulation_ms": 2.142511, + "snapshot_ms": 2.371404, + "texture_count": 1, + "tick": 2824, + "vertices": 576, + "wall_ms": 7.802308 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2825, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.587328, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.575314, + "renderer_cpu_ms": 3.559284, + "renderer_readback_cpu_ms": 0.587719, + "simulation_ms": 2.322351, + "snapshot_ms": 2.451293, + "texture_count": 1, + "tick": 2825, + "vertices": 576, + "wall_ms": 8.365711 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2826, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.586368, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.232417, + "renderer_cpu_ms": 3.218, + "renderer_readback_cpu_ms": 0.522917, + "simulation_ms": 2.317402, + "snapshot_ms": 2.448969, + "texture_count": 1, + "tick": 2826, + "vertices": 576, + "wall_ms": 8.015169 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2827, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.586112, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.205106, + "renderer_cpu_ms": 3.189085, + "renderer_readback_cpu_ms": 0.552222, + "simulation_ms": 2.308534, + "snapshot_ms": 2.453128, + "texture_count": 1, + "tick": 2827, + "vertices": 576, + "wall_ms": 7.982067 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2828, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.585664, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.254148, + "renderer_cpu_ms": 3.235513, + "renderer_readback_cpu_ms": 0.549476, + "simulation_ms": 2.315077, + "snapshot_ms": 2.394928, + "texture_count": 1, + "tick": 2828, + "vertices": 576, + "wall_ms": 7.980573 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2829, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.585184, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.143169, + "renderer_cpu_ms": 3.129002, + "renderer_readback_cpu_ms": 0.441623, + "simulation_ms": 2.282665, + "snapshot_ms": 2.460842, + "texture_count": 1, + "tick": 2829, + "vertices": 576, + "wall_ms": 7.906014 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2830, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.600736, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.012002, + "renderer_cpu_ms": 2.997304, + "renderer_readback_cpu_ms": 0.493732, + "simulation_ms": 1.60118, + "snapshot_ms": 1.90835, + "texture_count": 1, + "tick": 2830, + "vertices": 576, + "wall_ms": 6.537582 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2831, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.587456, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.0534, + "renderer_cpu_ms": 3.03785, + "renderer_readback_cpu_ms": 0.515072, + "simulation_ms": 2.143212, + "snapshot_ms": 2.292314, + "texture_count": 1, + "tick": 2831, + "vertices": 576, + "wall_ms": 7.504065 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2832, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.586912, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.655916, + "renderer_cpu_ms": 3.641539, + "renderer_readback_cpu_ms": 0.623466, + "simulation_ms": 2.182176, + "snapshot_ms": 2.300901, + "texture_count": 1, + "tick": 2832, + "vertices": 576, + "wall_ms": 8.153921 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2833, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.58768, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.761199, + "renderer_cpu_ms": 2.747312, + "renderer_readback_cpu_ms": 0.518358, + "simulation_ms": 1.841614, + "snapshot_ms": 1.677564, + "texture_count": 1, + "tick": 2833, + "vertices": 576, + "wall_ms": 6.295886 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2834, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.586848, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.694553, + "renderer_cpu_ms": 2.682069, + "renderer_readback_cpu_ms": 0.460759, + "simulation_ms": 1.613353, + "snapshot_ms": 1.658549, + "texture_count": 1, + "tick": 2834, + "vertices": 576, + "wall_ms": 5.983768 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2835, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.586976, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.78309, + "renderer_cpu_ms": 2.771788, + "renderer_readback_cpu_ms": 0.501977, + "simulation_ms": 1.63828, + "snapshot_ms": 1.676392, + "texture_count": 1, + "tick": 2835, + "vertices": 576, + "wall_ms": 6.112811 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2836, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.58528, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.770656, + "renderer_cpu_ms": 2.759235, + "renderer_readback_cpu_ms": 0.487971, + "simulation_ms": 1.598425, + "snapshot_ms": 1.652407, + "texture_count": 1, + "tick": 2836, + "vertices": 576, + "wall_ms": 6.035144 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2837, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.594656, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.674515, + "renderer_cpu_ms": 2.663985, + "renderer_readback_cpu_ms": 0.497378, + "simulation_ms": 1.592995, + "snapshot_ms": 1.657627, + "texture_count": 1, + "tick": 2837, + "vertices": 576, + "wall_ms": 5.939704 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2838, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.586912, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.583142, + "renderer_cpu_ms": 2.572632, + "renderer_readback_cpu_ms": 0.47192, + "simulation_ms": 1.5537, + "snapshot_ms": 1.657187, + "texture_count": 1, + "tick": 2838, + "vertices": 576, + "wall_ms": 5.809338 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2839, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.586496, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.82596, + "renderer_cpu_ms": 2.816232, + "renderer_readback_cpu_ms": 0.437295, + "simulation_ms": 1.624735, + "snapshot_ms": 1.666093, + "texture_count": 1, + "tick": 2839, + "vertices": 576, + "wall_ms": 6.129702 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2840, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.58624, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.590526, + "renderer_cpu_ms": 2.580117, + "renderer_readback_cpu_ms": 0.433708, + "simulation_ms": 1.597834, + "snapshot_ms": 1.718101, + "texture_count": 1, + "tick": 2840, + "vertices": 576, + "wall_ms": 5.919375 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2841, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.586912, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.629259, + "renderer_cpu_ms": 2.619552, + "renderer_readback_cpu_ms": 0.479514, + "simulation_ms": 1.581974, + "snapshot_ms": 1.63295, + "texture_count": 1, + "tick": 2841, + "vertices": 576, + "wall_ms": 5.857098 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2842, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.586592, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.847621, + "renderer_cpu_ms": 2.834507, + "renderer_readback_cpu_ms": 0.432846, + "simulation_ms": 1.935622, + "snapshot_ms": 2.207043, + "texture_count": 1, + "tick": 2842, + "vertices": 576, + "wall_ms": 7.002378 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2843, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.586368, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.743925, + "renderer_cpu_ms": 2.733296, + "renderer_readback_cpu_ms": 0.467041, + "simulation_ms": 1.785267, + "snapshot_ms": 1.912578, + "texture_count": 1, + "tick": 2843, + "vertices": 576, + "wall_ms": 6.461578 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2844, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.5864, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.766849, + "renderer_cpu_ms": 2.756209, + "renderer_readback_cpu_ms": 0.507337, + "simulation_ms": 1.759158, + "snapshot_ms": 1.832316, + "texture_count": 1, + "tick": 2844, + "vertices": 576, + "wall_ms": 6.371458 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2845, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.586496, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.89483, + "renderer_cpu_ms": 2.88399, + "renderer_readback_cpu_ms": 0.498651, + "simulation_ms": 1.874766, + "snapshot_ms": 1.958655, + "texture_count": 1, + "tick": 2845, + "vertices": 576, + "wall_ms": 6.742478 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2846, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.586496, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.136436, + "renderer_cpu_ms": 3.123472, + "renderer_readback_cpu_ms": 0.489704, + "simulation_ms": 1.863465, + "snapshot_ms": 2.180934, + "texture_count": 1, + "tick": 2846, + "vertices": 576, + "wall_ms": 7.196415 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2847, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.586304, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.13847, + "renderer_cpu_ms": 3.125956, + "renderer_readback_cpu_ms": 0.466449, + "simulation_ms": 2.255044, + "snapshot_ms": 2.38603, + "texture_count": 1, + "tick": 2847, + "vertices": 576, + "wall_ms": 7.794703 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2848, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.590528, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.845153, + "renderer_cpu_ms": 3.820577, + "renderer_readback_cpu_ms": 0.563423, + "simulation_ms": 2.307422, + "snapshot_ms": 2.51769, + "texture_count": 1, + "tick": 2848, + "vertices": 576, + "wall_ms": 8.686576 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2849, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.591744, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.720461, + "renderer_cpu_ms": 2.710343, + "renderer_readback_cpu_ms": 0.476719, + "simulation_ms": 2.119067, + "snapshot_ms": 1.771391, + "texture_count": 1, + "tick": 2849, + "vertices": 576, + "wall_ms": 6.632551 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2850, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.58672, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.821893, + "renderer_cpu_ms": 2.809549, + "renderer_readback_cpu_ms": 0.481428, + "simulation_ms": 1.697231, + "snapshot_ms": 1.6485, + "texture_count": 1, + "tick": 2850, + "vertices": 576, + "wall_ms": 6.181851 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2851, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.586592, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.676519, + "renderer_cpu_ms": 2.66665, + "renderer_readback_cpu_ms": 0.470718, + "simulation_ms": 1.693985, + "snapshot_ms": 1.804544, + "texture_count": 1, + "tick": 2851, + "vertices": 576, + "wall_ms": 6.189054 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2852, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.586496, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.531776, + "renderer_cpu_ms": 2.521115, + "renderer_readback_cpu_ms": 0.43987, + "simulation_ms": 1.6979629999999999, + "snapshot_ms": 1.7339309999999999, + "texture_count": 1, + "tick": 2852, + "vertices": 576, + "wall_ms": 5.978538 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2853, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.586592, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.888659, + "renderer_cpu_ms": 2.874823, + "renderer_readback_cpu_ms": 0.498811, + "simulation_ms": 1.617902, + "snapshot_ms": 1.779877, + "texture_count": 1, + "tick": 2853, + "vertices": 576, + "wall_ms": 6.299373 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2854, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.586688, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.134673, + "renderer_cpu_ms": 3.11704, + "renderer_readback_cpu_ms": 0.512728, + "simulation_ms": 2.27988, + "snapshot_ms": 2.328953, + "texture_count": 1, + "tick": 2854, + "vertices": 576, + "wall_ms": 7.758745 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2855, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.587136, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.349138, + "renderer_cpu_ms": 3.327497, + "renderer_readback_cpu_ms": 0.697966, + "simulation_ms": 2.172338, + "snapshot_ms": 2.265483, + "texture_count": 1, + "tick": 2855, + "vertices": 576, + "wall_ms": 7.804612 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2856, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.586624, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.993046, + "renderer_cpu_ms": 2.980412, + "renderer_readback_cpu_ms": 0.49795, + "simulation_ms": 2.339263, + "snapshot_ms": 2.123977, + "texture_count": 1, + "tick": 2856, + "vertices": 576, + "wall_ms": 7.476463 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2857, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.601664, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.295577, + "renderer_cpu_ms": 3.274236, + "renderer_readback_cpu_ms": 0.587949, + "simulation_ms": 1.857925, + "snapshot_ms": 2.255114, + "texture_count": 1, + "tick": 2857, + "vertices": 576, + "wall_ms": 7.426419 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2858, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.586976, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.967848, + "renderer_cpu_ms": 2.950726, + "renderer_readback_cpu_ms": 0.51414, + "simulation_ms": 2.292915, + "snapshot_ms": 2.244645, + "texture_count": 1, + "tick": 2858, + "vertices": 576, + "wall_ms": 7.523872 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2859, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.586528, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.206218, + "renderer_cpu_ms": 3.189877, + "renderer_readback_cpu_ms": 0.633765, + "simulation_ms": 2.033716, + "snapshot_ms": 1.819242, + "texture_count": 1, + "tick": 2859, + "vertices": 576, + "wall_ms": 7.077911 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2860, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.586272, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.426203, + "renderer_cpu_ms": 3.408499, + "renderer_readback_cpu_ms": 0.620371, + "simulation_ms": 2.184521, + "snapshot_ms": 2.318904, + "texture_count": 1, + "tick": 2860, + "vertices": 576, + "wall_ms": 7.949676 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2861, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.585984, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.548414, + "renderer_cpu_ms": 3.531181, + "renderer_readback_cpu_ms": 0.587338, + "simulation_ms": 1.93003, + "snapshot_ms": 1.691641, + "texture_count": 1, + "tick": 2861, + "vertices": 576, + "wall_ms": 7.185835 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2862, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.586368, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.141887, + "renderer_cpu_ms": 3.124644, + "renderer_readback_cpu_ms": 0.495104, + "simulation_ms": 1.73882, + "snapshot_ms": 1.922206, + "texture_count": 1, + "tick": 2862, + "vertices": 576, + "wall_ms": 6.821748 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2863, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.586336, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.951037, + "renderer_cpu_ms": 2.930859, + "renderer_readback_cpu_ms": 0.645768, + "simulation_ms": 1.698043, + "snapshot_ms": 1.774487, + "texture_count": 1, + "tick": 2863, + "vertices": 576, + "wall_ms": 6.438685 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2864, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.586464, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.10168, + "renderer_cpu_ms": 3.086693, + "renderer_readback_cpu_ms": 0.534568, + "simulation_ms": 1.955298, + "snapshot_ms": 2.09899, + "texture_count": 1, + "tick": 2864, + "vertices": 576, + "wall_ms": 7.176447 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2865, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.587392, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.2399810000000002, + "renderer_cpu_ms": 3.226386, + "renderer_readback_cpu_ms": 0.486407, + "simulation_ms": 1.953995, + "snapshot_ms": 2.315188, + "texture_count": 1, + "tick": 2865, + "vertices": 576, + "wall_ms": 7.527419 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2866, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.586464, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.709487, + "renderer_cpu_ms": 3.692435, + "renderer_readback_cpu_ms": 0.627543, + "simulation_ms": 2.012536, + "snapshot_ms": 2.151409, + "texture_count": 1, + "tick": 2866, + "vertices": 576, + "wall_ms": 7.889542 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2867, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.587136, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.686915, + "renderer_cpu_ms": 3.669342, + "renderer_readback_cpu_ms": 0.710691, + "simulation_ms": 2.10476, + "snapshot_ms": 2.391611, + "texture_count": 1, + "tick": 2867, + "vertices": 576, + "wall_ms": 8.210648 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2868, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.587616, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.035686, + "renderer_cpu_ms": 3.02198, + "renderer_readback_cpu_ms": 0.549968, + "simulation_ms": 2.166587, + "snapshot_ms": 2.278227, + "texture_count": 1, + "tick": 2868, + "vertices": 576, + "wall_ms": 7.50165 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2869, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.586944, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.955495, + "renderer_cpu_ms": 2.942451, + "renderer_readback_cpu_ms": 0.557923, + "simulation_ms": 1.861692, + "snapshot_ms": 1.785267, + "texture_count": 1, + "tick": 2869, + "vertices": 576, + "wall_ms": 6.622803 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2870, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.586688, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.39288, + "renderer_cpu_ms": 3.378112, + "renderer_readback_cpu_ms": 0.543906, + "simulation_ms": 1.816416, + "snapshot_ms": 2.201162, + "texture_count": 1, + "tick": 2870, + "vertices": 576, + "wall_ms": 7.426839 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2871, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.587488, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.311246, + "renderer_cpu_ms": 3.29177, + "renderer_readback_cpu_ms": 0.616342, + "simulation_ms": 2.129157, + "snapshot_ms": 2.331748, + "texture_count": 1, + "tick": 2871, + "vertices": 576, + "wall_ms": 7.791236 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2872, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.587232, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.895392, + "renderer_cpu_ms": 2.874262, + "renderer_readback_cpu_ms": 0.619178, + "simulation_ms": 2.064575, + "snapshot_ms": 2.275161, + "texture_count": 1, + "tick": 2872, + "vertices": 576, + "wall_ms": 7.254935 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2873, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.586848, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.014477, + "renderer_cpu_ms": 2.991854, + "renderer_readback_cpu_ms": 0.63068, + "simulation_ms": 2.24295, + "snapshot_ms": 1.72795, + "texture_count": 1, + "tick": 2873, + "vertices": 576, + "wall_ms": 7.003391 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2874, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.58624, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.163798, + "renderer_cpu_ms": 3.151574, + "renderer_readback_cpu_ms": 0.557251, + "simulation_ms": 2.154494, + "snapshot_ms": 2.102406, + "texture_count": 1, + "tick": 2874, + "vertices": 576, + "wall_ms": 7.441738 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2875, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.58656, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.680673, + "renderer_cpu_ms": 3.660735, + "renderer_readback_cpu_ms": 0.703818, + "simulation_ms": 1.869717, + "snapshot_ms": 2.056579, + "texture_count": 1, + "tick": 2875, + "vertices": 576, + "wall_ms": 7.625564 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2876, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.586144, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.009006, + "renderer_cpu_ms": 2.991623, + "renderer_readback_cpu_ms": 0.648974, + "simulation_ms": 2.019118, + "snapshot_ms": 1.669319, + "texture_count": 1, + "tick": 2876, + "vertices": 576, + "wall_ms": 6.716249 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2877, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.59584, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.116328, + "renderer_cpu_ms": 3.101129, + "renderer_readback_cpu_ms": 0.561669, + "simulation_ms": 2.477804, + "snapshot_ms": 2.302233, + "texture_count": 1, + "tick": 2877, + "vertices": 576, + "wall_ms": 7.917745 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2878, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.58672, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 5.413071, + "renderer_cpu_ms": 5.396991, + "renderer_readback_cpu_ms": 1.676452, + "simulation_ms": 1.715506, + "snapshot_ms": 3.232919, + "texture_count": 1, + "tick": 2878, + "vertices": 576, + "wall_ms": 10.379189 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2879, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.58592, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.146165, + "renderer_cpu_ms": 3.130145, + "renderer_readback_cpu_ms": 0.586967, + "simulation_ms": 2.826652, + "snapshot_ms": 2.097717, + "texture_count": 1, + "tick": 2879, + "vertices": 576, + "wall_ms": 8.088518 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2880, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.58624, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.108293, + "renderer_cpu_ms": 3.075472, + "renderer_readback_cpu_ms": 0.468934, + "simulation_ms": 1.798883, + "snapshot_ms": 2.303976, + "texture_count": 1, + "tick": 2880, + "vertices": 576, + "wall_ms": 7.229116 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2881, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.586944, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.09627, + "renderer_cpu_ms": 3.076032, + "renderer_readback_cpu_ms": 0.550108, + "simulation_ms": 1.893512, + "snapshot_ms": 1.864146, + "texture_count": 1, + "tick": 2881, + "vertices": 576, + "wall_ms": 6.87084 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2882, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.587616, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.55761, + "renderer_cpu_ms": 3.537403, + "renderer_readback_cpu_ms": 0.786444, + "simulation_ms": 2.2692, + "snapshot_ms": 2.185353, + "texture_count": 1, + "tick": 2882, + "vertices": 576, + "wall_ms": 8.028985 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2883, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.592288, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.197432, + "renderer_cpu_ms": 3.177133, + "renderer_readback_cpu_ms": 0.66805, + "simulation_ms": 2.089762, + "snapshot_ms": 2.61888, + "texture_count": 1, + "tick": 2883, + "vertices": 576, + "wall_ms": 7.928776 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2884, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.587456, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.36092, + "renderer_cpu_ms": 3.34497, + "renderer_readback_cpu_ms": 0.672258, + "simulation_ms": 1.947894, + "snapshot_ms": 2.045329, + "texture_count": 1, + "tick": 2884, + "vertices": 576, + "wall_ms": 7.371054 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2885, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.586784, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.717606, + "renderer_cpu_ms": 2.705102, + "renderer_readback_cpu_ms": 0.442194, + "simulation_ms": 1.930151, + "snapshot_ms": 2.091846, + "texture_count": 1, + "tick": 2885, + "vertices": 576, + "wall_ms": 6.761915 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2886, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.587904, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.78841, + "renderer_cpu_ms": 2.770977, + "renderer_readback_cpu_ms": 0.552642, + "simulation_ms": 1.658308, + "snapshot_ms": 1.665903, + "texture_count": 1, + "tick": 2886, + "vertices": 576, + "wall_ms": 6.127158 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2887, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.58784, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.927312, + "renderer_cpu_ms": 2.910621, + "renderer_readback_cpu_ms": 0.624678, + "simulation_ms": 2.212935, + "snapshot_ms": 2.27975, + "texture_count": 1, + "tick": 2887, + "vertices": 576, + "wall_ms": 7.435285 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2888, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.587328, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.855062, + "renderer_cpu_ms": 3.838921, + "renderer_readback_cpu_ms": 0.662139, + "simulation_ms": 2.255795, + "snapshot_ms": 2.737003, + "texture_count": 1, + "tick": 2888, + "vertices": 576, + "wall_ms": 8.868489 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2889, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.58704, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.757311, + "renderer_cpu_ms": 2.743556, + "renderer_readback_cpu_ms": 0.488692, + "simulation_ms": 1.896167, + "snapshot_ms": 1.72811, + "texture_count": 1, + "tick": 2889, + "vertices": 576, + "wall_ms": 6.401035 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2890, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.586848, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.125906, + "renderer_cpu_ms": 3.11199, + "renderer_readback_cpu_ms": 0.495295, + "simulation_ms": 1.621178, + "snapshot_ms": 1.768406, + "texture_count": 1, + "tick": 2890, + "vertices": 576, + "wall_ms": 6.530448 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2891, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.586304, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.009116, + "renderer_cpu_ms": 2.992986, + "renderer_readback_cpu_ms": 0.497107, + "simulation_ms": 2.063422, + "snapshot_ms": 1.80737, + "texture_count": 1, + "tick": 2891, + "vertices": 576, + "wall_ms": 6.894365 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2892, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.586304, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.718368, + "renderer_cpu_ms": 2.700614, + "renderer_readback_cpu_ms": 0.527185, + "simulation_ms": 1.718933, + "snapshot_ms": 1.931704, + "texture_count": 1, + "tick": 2892, + "vertices": 576, + "wall_ms": 6.383782 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2893, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.587008, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.214814, + "renderer_cpu_ms": 3.200727, + "renderer_readback_cpu_ms": 0.508219, + "simulation_ms": 1.593075, + "snapshot_ms": 1.806598, + "texture_count": 1, + "tick": 2893, + "vertices": 576, + "wall_ms": 6.629996 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2894, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.587168, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.515431, + "renderer_cpu_ms": 3.494712, + "renderer_readback_cpu_ms": 0.797224, + "simulation_ms": 1.597163, + "snapshot_ms": 1.819562, + "texture_count": 1, + "tick": 2894, + "vertices": 576, + "wall_ms": 6.952003 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2895, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.586464, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.688963, + "renderer_cpu_ms": 2.675056, + "renderer_readback_cpu_ms": 0.430652, + "simulation_ms": 1.93516, + "snapshot_ms": 1.782743, + "texture_count": 1, + "tick": 2895, + "vertices": 576, + "wall_ms": 6.42526 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2896, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.586784, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.991443, + "renderer_cpu_ms": 2.977546, + "renderer_readback_cpu_ms": 0.453666, + "simulation_ms": 1.592955, + "snapshot_ms": 1.670721, + "texture_count": 1, + "tick": 2896, + "vertices": 576, + "wall_ms": 6.269186 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2897, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.58656, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.636874, + "renderer_cpu_ms": 2.626264, + "renderer_readback_cpu_ms": 0.393673, + "simulation_ms": 1.608725, + "snapshot_ms": 1.706379, + "texture_count": 1, + "tick": 2897, + "vertices": 576, + "wall_ms": 5.967587 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2898, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.61744, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.647484, + "renderer_cpu_ms": 2.635421, + "renderer_readback_cpu_ms": 0.435351, + "simulation_ms": 1.637408, + "snapshot_ms": 1.68565, + "texture_count": 1, + "tick": 2898, + "vertices": 576, + "wall_ms": 5.983386 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2899, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.58672, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.547906, + "renderer_cpu_ms": 2.536805, + "renderer_readback_cpu_ms": 0.423599, + "simulation_ms": 1.59058, + "snapshot_ms": 1.661725, + "texture_count": 1, + "tick": 2899, + "vertices": 576, + "wall_ms": 5.813075 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2900, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.596864, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.479207, + "renderer_cpu_ms": 2.467073, + "renderer_readback_cpu_ms": 0.401557, + "simulation_ms": 1.586873, + "snapshot_ms": 1.656926, + "texture_count": 1, + "tick": 2900, + "vertices": 576, + "wall_ms": 5.735519 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2901, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.586688, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.547676, + "renderer_cpu_ms": 2.535693, + "renderer_readback_cpu_ms": 0.385206, + "simulation_ms": 1.596732, + "snapshot_ms": 1.6699, + "texture_count": 1, + "tick": 2901, + "vertices": 576, + "wall_ms": 5.827663 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2902, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.586816, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.586599, + "renderer_cpu_ms": 2.57615, + "renderer_readback_cpu_ms": 0.388313, + "simulation_ms": 1.616649, + "snapshot_ms": 1.657326, + "texture_count": 1, + "tick": 2902, + "vertices": 576, + "wall_ms": 5.873289 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2903, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.585856, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.589945, + "renderer_cpu_ms": 2.578464, + "renderer_readback_cpu_ms": 0.445671, + "simulation_ms": 1.69656, + "snapshot_ms": 1.673477, + "texture_count": 1, + "tick": 2903, + "vertices": 576, + "wall_ms": 5.972746 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2904, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.587104, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.211999, + "renderer_cpu_ms": 3.199836, + "renderer_readback_cpu_ms": 0.51951, + "simulation_ms": 1.723241, + "snapshot_ms": 1.79701, + "texture_count": 1, + "tick": 2904, + "vertices": 576, + "wall_ms": 6.747348 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2905, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.587872, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.631785, + "renderer_cpu_ms": 2.622317, + "renderer_readback_cpu_ms": 0.465679, + "simulation_ms": 1.61733, + "snapshot_ms": 1.661725, + "texture_count": 1, + "tick": 2905, + "vertices": 576, + "wall_ms": 5.925127 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2906, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.587136, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.600295, + "renderer_cpu_ms": 2.591178, + "renderer_readback_cpu_ms": 0.437335, + "simulation_ms": 1.56919, + "snapshot_ms": 1.654631, + "texture_count": 1, + "tick": 2906, + "vertices": 576, + "wall_ms": 5.836549 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2907, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.59568, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.526786, + "renderer_cpu_ms": 2.516807, + "renderer_readback_cpu_ms": 0.429921, + "simulation_ms": 1.620317, + "snapshot_ms": 1.69649, + "texture_count": 1, + "tick": 2907, + "vertices": 576, + "wall_ms": 5.856226 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2908, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.586144, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.547936, + "renderer_cpu_ms": 2.537075, + "renderer_readback_cpu_ms": 0.45032, + "simulation_ms": 1.598586, + "snapshot_ms": 1.646586, + "texture_count": 1, + "tick": 2908, + "vertices": 576, + "wall_ms": 5.80485 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2909, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.586144, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.510765, + "renderer_cpu_ms": 2.502761, + "renderer_readback_cpu_ms": 0.438607, + "simulation_ms": 1.58552, + "snapshot_ms": 1.64347, + "texture_count": 1, + "tick": 2909, + "vertices": 576, + "wall_ms": 5.752981 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2910, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.586752, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.477122, + "renderer_cpu_ms": 2.468185, + "renderer_readback_cpu_ms": 0.41358, + "simulation_ms": 1.576164, + "snapshot_ms": 1.641356, + "texture_count": 1, + "tick": 2910, + "vertices": 576, + "wall_ms": 5.706013 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2911, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.586464, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.603451, + "renderer_cpu_ms": 2.593923, + "renderer_readback_cpu_ms": 0.45639, + "simulation_ms": 1.581954, + "snapshot_ms": 1.654751, + "texture_count": 1, + "tick": 2911, + "vertices": 576, + "wall_ms": 5.851417 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2912, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.587072, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.587551, + "renderer_cpu_ms": 2.576921, + "renderer_readback_cpu_ms": 0.49323, + "simulation_ms": 1.576414, + "snapshot_ms": 1.658448, + "texture_count": 1, + "tick": 2912, + "vertices": 576, + "wall_ms": 5.850326 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2913, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.5864, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.166373, + "renderer_cpu_ms": 3.154761, + "renderer_readback_cpu_ms": 0.469295, + "simulation_ms": 1.592624, + "snapshot_ms": 1.666474, + "texture_count": 1, + "tick": 2913, + "vertices": 576, + "wall_ms": 6.439627 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2914, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.586112, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.014656, + "renderer_cpu_ms": 2.98986, + "renderer_readback_cpu_ms": 0.60428, + "simulation_ms": 1.705657, + "snapshot_ms": 1.728391, + "texture_count": 1, + "tick": 2914, + "vertices": 576, + "wall_ms": 6.463892 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2915, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.587232, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.216046, + "renderer_cpu_ms": 3.204645, + "renderer_readback_cpu_ms": 0.456632, + "simulation_ms": 1.924089, + "snapshot_ms": 1.72262, + "texture_count": 1, + "tick": 2915, + "vertices": 576, + "wall_ms": 6.880248 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2916, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.587104, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.677591, + "renderer_cpu_ms": 2.665077, + "renderer_readback_cpu_ms": 0.420603, + "simulation_ms": 1.590149, + "snapshot_ms": 1.642328, + "texture_count": 1, + "tick": 2916, + "vertices": 576, + "wall_ms": 5.923183 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2917, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.590944, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.676038, + "renderer_cpu_ms": 2.665989, + "renderer_readback_cpu_ms": 0.469646, + "simulation_ms": 1.660362, + "snapshot_ms": 1.761243, + "texture_count": 1, + "tick": 2917, + "vertices": 576, + "wall_ms": 6.110366 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2918, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.587008, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.720732, + "renderer_cpu_ms": 2.709962, + "renderer_readback_cpu_ms": 0.457894, + "simulation_ms": 1.658198, + "snapshot_ms": 1.773255, + "texture_count": 1, + "tick": 2918, + "vertices": 576, + "wall_ms": 6.166061 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2919, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.587296, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.623439, + "renderer_cpu_ms": 2.61335, + "renderer_readback_cpu_ms": 0.404904, + "simulation_ms": 1.721428, + "snapshot_ms": 1.715686, + "texture_count": 1, + "tick": 2919, + "vertices": 576, + "wall_ms": 6.075791 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2920, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.58624, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.591759, + "renderer_cpu_ms": 2.580788, + "renderer_readback_cpu_ms": 0.431774, + "simulation_ms": 1.59065, + "snapshot_ms": 1.68578, + "texture_count": 1, + "tick": 2920, + "vertices": 576, + "wall_ms": 5.880863 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2921, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.586528, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.554418, + "renderer_cpu_ms": 2.545872, + "renderer_readback_cpu_ms": 0.419832, + "simulation_ms": 1.697512, + "snapshot_ms": 1.716738, + "texture_count": 1, + "tick": 2921, + "vertices": 576, + "wall_ms": 5.986542 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2922, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.58656, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.831491, + "renderer_cpu_ms": 2.82037, + "renderer_readback_cpu_ms": 0.449057, + "simulation_ms": 1.683476, + "snapshot_ms": 1.705377, + "texture_count": 1, + "tick": 2922, + "vertices": 576, + "wall_ms": 6.233127 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2923, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.587232, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.617287, + "renderer_cpu_ms": 2.605736, + "renderer_readback_cpu_ms": 0.415584, + "simulation_ms": 1.633381, + "snapshot_ms": 1.817218, + "texture_count": 1, + "tick": 2923, + "vertices": 576, + "wall_ms": 6.082172 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2924, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.586848, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.686317, + "renderer_cpu_ms": 2.676529, + "renderer_readback_cpu_ms": 0.462422, + "simulation_ms": 1.65409, + "snapshot_ms": 1.76007, + "texture_count": 1, + "tick": 2924, + "vertices": 576, + "wall_ms": 6.121386 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2925, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.586112, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.801725, + "renderer_cpu_ms": 2.79347, + "renderer_readback_cpu_ms": 0.457493, + "simulation_ms": 1.665402, + "snapshot_ms": 1.737757, + "texture_count": 1, + "tick": 2925, + "vertices": 576, + "wall_ms": 6.217308 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2926, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.586784, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.623889, + "renderer_cpu_ms": 2.615754, + "renderer_readback_cpu_ms": 0.421054, + "simulation_ms": 1.668187, + "snapshot_ms": 1.732317, + "texture_count": 1, + "tick": 2926, + "vertices": 576, + "wall_ms": 6.035745 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2927, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.594624, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.617257, + "renderer_cpu_ms": 2.608481, + "renderer_readback_cpu_ms": 0.423489, + "simulation_ms": 1.647297, + "snapshot_ms": 1.73352, + "texture_count": 1, + "tick": 2927, + "vertices": 576, + "wall_ms": 6.011149 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2928, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.587136, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.660088, + "renderer_cpu_ms": 2.65077, + "renderer_readback_cpu_ms": 0.479154, + "simulation_ms": 1.651004, + "snapshot_ms": 1.745032, + "texture_count": 1, + "tick": 2928, + "vertices": 576, + "wall_ms": 6.081332 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2929, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.60448, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.556363, + "renderer_cpu_ms": 2.546734, + "renderer_readback_cpu_ms": 0.476328, + "simulation_ms": 1.6006, + "snapshot_ms": 1.646896, + "texture_count": 1, + "tick": 2929, + "vertices": 576, + "wall_ms": 5.816021 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2930, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.585344, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.494606, + "renderer_cpu_ms": 2.485468, + "renderer_readback_cpu_ms": 0.447224, + "simulation_ms": 1.603615, + "snapshot_ms": 1.651796, + "texture_count": 1, + "tick": 2930, + "vertices": 576, + "wall_ms": 5.763382 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2931, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.585888, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.457556, + "renderer_cpu_ms": 2.449691, + "renderer_readback_cpu_ms": 0.41339, + "simulation_ms": 1.65932, + "snapshot_ms": 1.656765, + "texture_count": 1, + "tick": 2931, + "vertices": 576, + "wall_ms": 5.785483 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2932, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.586336, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.769665, + "renderer_cpu_ms": 2.759585, + "renderer_readback_cpu_ms": 0.40312, + "simulation_ms": 1.588146, + "snapshot_ms": 2.013978, + "texture_count": 1, + "tick": 2932, + "vertices": 576, + "wall_ms": 6.382961 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2933, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.586848, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.388281, + "renderer_cpu_ms": 3.362352, + "renderer_readback_cpu_ms": 0.541662, + "simulation_ms": 1.831094, + "snapshot_ms": 2.762261, + "texture_count": 1, + "tick": 2933, + "vertices": 576, + "wall_ms": 7.99445 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2934, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.60656, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.552455, + "renderer_cpu_ms": 2.542476, + "renderer_readback_cpu_ms": 0.415764, + "simulation_ms": 2.535092, + "snapshot_ms": 2.153773, + "texture_count": 1, + "tick": 2934, + "vertices": 576, + "wall_ms": 7.257149 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2935, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.586784, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.456263, + "renderer_cpu_ms": 2.447607, + "renderer_readback_cpu_ms": 0.405585, + "simulation_ms": 1.571404, + "snapshot_ms": 1.656695, + "texture_count": 1, + "tick": 2935, + "vertices": 576, + "wall_ms": 5.698489 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2936, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.587296, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.490368, + "renderer_cpu_ms": 2.481701, + "renderer_readback_cpu_ms": 0.432996, + "simulation_ms": 1.590119, + "snapshot_ms": 1.654992, + "texture_count": 1, + "tick": 2936, + "vertices": 576, + "wall_ms": 5.747341 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2937, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.587296, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.497411, + "renderer_cpu_ms": 2.488324, + "renderer_readback_cpu_ms": 0.455118, + "simulation_ms": 1.571264, + "snapshot_ms": 1.679047, + "texture_count": 1, + "tick": 2937, + "vertices": 576, + "wall_ms": 5.773271 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2938, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.586816, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.56556, + "renderer_cpu_ms": 2.557304, + "renderer_readback_cpu_ms": 0.402009, + "simulation_ms": 1.587114, + "snapshot_ms": 1.639342, + "texture_count": 1, + "tick": 2938, + "vertices": 576, + "wall_ms": 5.804279 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2939, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.598272, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.543188, + "renderer_cpu_ms": 2.534822, + "renderer_readback_cpu_ms": 0.42975, + "simulation_ms": 1.599146, + "snapshot_ms": 1.648099, + "texture_count": 1, + "tick": 2939, + "vertices": 576, + "wall_ms": 5.802305 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2940, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.587328, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.622537, + "renderer_cpu_ms": 2.612107, + "renderer_readback_cpu_ms": 0.505614, + "simulation_ms": 1.598194, + "snapshot_ms": 1.662516, + "texture_count": 1, + "tick": 2940, + "vertices": 576, + "wall_ms": 5.894739 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2941, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.589408, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.58675, + "renderer_cpu_ms": 2.577382, + "renderer_readback_cpu_ms": 0.433999, + "simulation_ms": 1.593656, + "snapshot_ms": 1.675831, + "texture_count": 1, + "tick": 2941, + "vertices": 576, + "wall_ms": 5.868871 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2942, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.586528, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.582893, + "renderer_cpu_ms": 2.572663, + "renderer_readback_cpu_ms": 0.450219, + "simulation_ms": 1.608093, + "snapshot_ms": 1.651986, + "texture_count": 1, + "tick": 2942, + "vertices": 576, + "wall_ms": 5.85761 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2943, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.58608, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.497822, + "renderer_cpu_ms": 2.487863, + "renderer_readback_cpu_ms": 0.435923, + "simulation_ms": 1.60122, + "snapshot_ms": 1.663047, + "texture_count": 1, + "tick": 2943, + "vertices": 576, + "wall_ms": 5.774542 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2944, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.586784, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.560921, + "renderer_cpu_ms": 2.552355, + "renderer_readback_cpu_ms": 0.434329, + "simulation_ms": 1.647808, + "snapshot_ms": 1.786109, + "texture_count": 1, + "tick": 2944, + "vertices": 576, + "wall_ms": 6.00668 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2945, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.58704, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.54505, + "renderer_cpu_ms": 2.535673, + "renderer_readback_cpu_ms": 0.453536, + "simulation_ms": 1.683215, + "snapshot_ms": 1.700739, + "texture_count": 1, + "tick": 2945, + "vertices": 576, + "wall_ms": 5.940315 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2946, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.585856, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.530834, + "renderer_cpu_ms": 2.522368, + "renderer_readback_cpu_ms": 0.420794, + "simulation_ms": 1.55319, + "snapshot_ms": 1.646626, + "texture_count": 1, + "tick": 2946, + "vertices": 576, + "wall_ms": 5.743675 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2947, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.5952, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.559758, + "renderer_cpu_ms": 2.5501, + "renderer_readback_cpu_ms": 0.506696, + "simulation_ms": 1.554863, + "snapshot_ms": 1.639312, + "texture_count": 1, + "tick": 2947, + "vertices": 576, + "wall_ms": 5.765916 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2948, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.586496, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.461804, + "renderer_cpu_ms": 2.452105, + "renderer_readback_cpu_ms": 0.418139, + "simulation_ms": 1.567127, + "snapshot_ms": 1.642628, + "texture_count": 1, + "tick": 2948, + "vertices": 576, + "wall_ms": 5.68289 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2949, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.586176, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.456795, + "renderer_cpu_ms": 2.447717, + "renderer_readback_cpu_ms": 0.399704, + "simulation_ms": 1.568178, + "snapshot_ms": 1.654501, + "texture_count": 1, + "tick": 2949, + "vertices": 576, + "wall_ms": 5.692638 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2950, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.586944, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.565078, + "renderer_cpu_ms": 2.55486, + "renderer_readback_cpu_ms": 0.417748, + "simulation_ms": 1.624735, + "snapshot_ms": 1.719733, + "texture_count": 1, + "tick": 2950, + "vertices": 576, + "wall_ms": 5.925367 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2951, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.587136, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.575789, + "renderer_cpu_ms": 2.56589, + "renderer_readback_cpu_ms": 0.458946, + "simulation_ms": 1.651936, + "snapshot_ms": 1.716678, + "texture_count": 1, + "tick": 2951, + "vertices": 576, + "wall_ms": 5.956325 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2952, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.586272, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.674505, + "renderer_cpu_ms": 2.665027, + "renderer_readback_cpu_ms": 0.43476, + "simulation_ms": 1.65918, + "snapshot_ms": 1.774196, + "texture_count": 1, + "tick": 2952, + "vertices": 576, + "wall_ms": 6.120435 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2953, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.586112, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.870124, + "renderer_cpu_ms": 2.861207, + "renderer_readback_cpu_ms": 0.419872, + "simulation_ms": 1.568629, + "snapshot_ms": 1.629734, + "texture_count": 1, + "tick": 2953, + "vertices": 576, + "wall_ms": 6.080641 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2954, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.58768, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.162305, + "renderer_cpu_ms": 3.149972, + "renderer_readback_cpu_ms": 0.449658, + "simulation_ms": 1.654992, + "snapshot_ms": 1.874135, + "texture_count": 1, + "tick": 2954, + "vertices": 576, + "wall_ms": 6.703905 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2955, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.586944, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.65045, + "renderer_cpu_ms": 2.64002, + "renderer_readback_cpu_ms": 0.454738, + "simulation_ms": 1.586983, + "snapshot_ms": 1.615868, + "texture_count": 1, + "tick": 2955, + "vertices": 576, + "wall_ms": 5.866927 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2956, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.607072, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.811393, + "renderer_cpu_ms": 2.794391, + "renderer_readback_cpu_ms": 0.589292, + "simulation_ms": 1.588997, + "snapshot_ms": 1.642208, + "texture_count": 1, + "tick": 2956, + "vertices": 576, + "wall_ms": 6.056865 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2957, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588288, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.603201, + "renderer_cpu_ms": 2.593462, + "renderer_readback_cpu_ms": 0.420253, + "simulation_ms": 2.091605, + "snapshot_ms": 1.694466, + "texture_count": 1, + "tick": 2957, + "vertices": 576, + "wall_ms": 6.406815 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2958, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.586496, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.54494, + "renderer_cpu_ms": 2.533519, + "renderer_readback_cpu_ms": 0.403752, + "simulation_ms": 1.594808, + "snapshot_ms": 1.663778, + "texture_count": 1, + "tick": 2958, + "vertices": 576, + "wall_ms": 5.816592 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2959, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.61008, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.504615, + "renderer_cpu_ms": 2.491921, + "renderer_readback_cpu_ms": 0.393453, + "simulation_ms": 1.595399, + "snapshot_ms": 1.666814, + "texture_count": 1, + "tick": 2959, + "vertices": 576, + "wall_ms": 5.780624 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2960, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.58592, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 3.11736, + "renderer_cpu_ms": 3.104986, + "renderer_readback_cpu_ms": 0.563503, + "simulation_ms": 1.566375, + "snapshot_ms": 1.61711, + "texture_count": 1, + "tick": 2960, + "vertices": 576, + "wall_ms": 6.314972 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2961, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.58672, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.598121, + "renderer_cpu_ms": 2.588673, + "renderer_readback_cpu_ms": 0.426144, + "simulation_ms": 1.594217, + "snapshot_ms": 1.629163, + "texture_count": 1, + "tick": 2961, + "vertices": 576, + "wall_ms": 5.83671 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2962, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.586368, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.487302, + "renderer_cpu_ms": 2.478195, + "renderer_readback_cpu_ms": 0.429951, + "simulation_ms": 1.560914, + "snapshot_ms": 1.65906, + "texture_count": 1, + "tick": 2962, + "vertices": 576, + "wall_ms": 5.72008 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2963, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.586528, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.834657, + "renderer_cpu_ms": 2.826221, + "renderer_readback_cpu_ms": 0.43463, + "simulation_ms": 1.549854, + "snapshot_ms": 1.626247, + "texture_count": 1, + "tick": 2963, + "vertices": 576, + "wall_ms": 6.02276 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2964, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.58592, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.523791, + "renderer_cpu_ms": 2.514914, + "renderer_readback_cpu_ms": 0.440862, + "simulation_ms": 1.552048, + "snapshot_ms": 1.639172, + "texture_count": 1, + "tick": 2964, + "vertices": 576, + "wall_ms": 5.728766 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2965, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.481581, + "renderer_cpu_ms": 2.473015, + "renderer_readback_cpu_ms": 0.423309, + "simulation_ms": 1.579229, + "snapshot_ms": 1.632159, + "texture_count": 1, + "tick": 2965, + "vertices": 576, + "wall_ms": 5.70427 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2966, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.586656, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.495136, + "renderer_cpu_ms": 2.48634, + "renderer_readback_cpu_ms": 0.426625, + "simulation_ms": 1.593836, + "snapshot_ms": 1.625376, + "texture_count": 1, + "tick": 2966, + "vertices": 576, + "wall_ms": 5.728726 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2967, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.58704, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.47041, + "renderer_cpu_ms": 2.462645, + "renderer_readback_cpu_ms": 0.448867, + "simulation_ms": 1.559822, + "snapshot_ms": 1.630847, + "texture_count": 1, + "tick": 2967, + "vertices": 576, + "wall_ms": 5.673031 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2968, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.586528, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.603411, + "renderer_cpu_ms": 2.595246, + "renderer_readback_cpu_ms": 0.427286, + "simulation_ms": 1.571444, + "snapshot_ms": 1.621439, + "texture_count": 1, + "tick": 2968, + "vertices": 576, + "wall_ms": 5.806934 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2969, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.58688, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.547996, + "renderer_cpu_ms": 2.539831, + "renderer_readback_cpu_ms": 0.461751, + "simulation_ms": 1.563049, + "snapshot_ms": 1.651164, + "texture_count": 1, + "tick": 2969, + "vertices": 576, + "wall_ms": 5.773421 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2970, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.587488, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.56559, + "renderer_cpu_ms": 2.556833, + "renderer_readback_cpu_ms": 0.433968, + "simulation_ms": 1.650574, + "snapshot_ms": 1.714975, + "texture_count": 1, + "tick": 2970, + "vertices": 576, + "wall_ms": 5.943983 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2971, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.586592, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.543598, + "renderer_cpu_ms": 2.532247, + "renderer_readback_cpu_ms": 0.393071, + "simulation_ms": 1.571705, + "snapshot_ms": 1.624694, + "texture_count": 1, + "tick": 2971, + "vertices": 576, + "wall_ms": 5.753343 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2972, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.59392, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.563836, + "renderer_cpu_ms": 2.552966, + "renderer_readback_cpu_ms": 0.394905, + "simulation_ms": 1.655232, + "snapshot_ms": 1.74399, + "texture_count": 1, + "tick": 2972, + "vertices": 576, + "wall_ms": 5.978356 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2973, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.586464, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.617327, + "renderer_cpu_ms": 2.605555, + "renderer_readback_cpu_ms": 0.480386, + "simulation_ms": 1.669469, + "snapshot_ms": 1.716297, + "texture_count": 1, + "tick": 2973, + "vertices": 576, + "wall_ms": 6.016419 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2974, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.59728, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.604793, + "renderer_cpu_ms": 2.594715, + "renderer_readback_cpu_ms": 0.410334, + "simulation_ms": 1.624966, + "snapshot_ms": 1.758867, + "texture_count": 1, + "tick": 2974, + "vertices": 576, + "wall_ms": 6.002152 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2975, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.586848, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.516757, + "renderer_cpu_ms": 2.506087, + "renderer_readback_cpu_ms": 0.414211, + "simulation_ms": 1.65946, + "snapshot_ms": 1.670842, + "texture_count": 1, + "tick": 2975, + "vertices": 576, + "wall_ms": 5.862107 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2976, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.586336, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.571801, + "renderer_cpu_ms": 2.559258, + "renderer_readback_cpu_ms": 0.406446, + "simulation_ms": 1.659299, + "snapshot_ms": 1.716068, + "texture_count": 1, + "tick": 2976, + "vertices": 576, + "wall_ms": 5.960413 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2977, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.586368, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.5391, + "renderer_cpu_ms": 2.52326, + "renderer_readback_cpu_ms": 0.420413, + "simulation_ms": 1.678627, + "snapshot_ms": 1.688875, + "texture_count": 1, + "tick": 2977, + "vertices": 576, + "wall_ms": 5.928022 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2978, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.586336, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.760046, + "renderer_cpu_ms": 2.746491, + "renderer_readback_cpu_ms": 0.505083, + "simulation_ms": 1.593135, + "snapshot_ms": 1.832026, + "texture_count": 1, + "tick": 2978, + "vertices": 576, + "wall_ms": 6.198803 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2979, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.587552, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.830699, + "renderer_cpu_ms": 2.818687, + "renderer_readback_cpu_ms": 0.465859, + "simulation_ms": 1.590951, + "snapshot_ms": 1.669369, + "texture_count": 1, + "tick": 2979, + "vertices": 576, + "wall_ms": 6.105587 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2980, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.587168, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.500226, + "renderer_cpu_ms": 2.490868, + "renderer_readback_cpu_ms": 0.372462, + "simulation_ms": 1.610488, + "snapshot_ms": 1.655603, + "texture_count": 1, + "tick": 2980, + "vertices": 576, + "wall_ms": 5.780383 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2981, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.59024, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.558516, + "renderer_cpu_ms": 2.548126, + "renderer_readback_cpu_ms": 0.414792, + "simulation_ms": 1.637518, + "snapshot_ms": 1.682625, + "texture_count": 1, + "tick": 2981, + "vertices": 576, + "wall_ms": 5.892225 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2982, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.587648, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.521146, + "renderer_cpu_ms": 2.512069, + "renderer_readback_cpu_ms": 0.432516, + "simulation_ms": 1.605849, + "snapshot_ms": 1.6698, + "texture_count": 1, + "tick": 2982, + "vertices": 576, + "wall_ms": 5.81001 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2983, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.587808, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.528409, + "renderer_cpu_ms": 2.517589, + "renderer_readback_cpu_ms": 0.40799, + "simulation_ms": 1.592975, + "snapshot_ms": 1.666624, + "texture_count": 1, + "tick": 2983, + "vertices": 576, + "wall_ms": 5.79966 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2984, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.5888, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.530724, + "renderer_cpu_ms": 2.521185, + "renderer_readback_cpu_ms": 0.392881, + "simulation_ms": 1.61709, + "snapshot_ms": 1.683336, + "texture_count": 1, + "tick": 2984, + "vertices": 576, + "wall_ms": 5.844906 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2985, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588416, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.578895, + "renderer_cpu_ms": 2.570869, + "renderer_readback_cpu_ms": 0.421876, + "simulation_ms": 1.618183, + "snapshot_ms": 1.650012, + "texture_count": 1, + "tick": 2985, + "vertices": 576, + "wall_ms": 5.860235 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2986, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588512, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.601518, + "renderer_cpu_ms": 2.59246, + "renderer_readback_cpu_ms": 0.475607, + "simulation_ms": 1.621188, + "snapshot_ms": 1.687643, + "texture_count": 1, + "tick": 2986, + "vertices": 576, + "wall_ms": 5.92163 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2987, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.58816, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.83655, + "renderer_cpu_ms": 2.827744, + "renderer_readback_cpu_ms": 0.452303, + "simulation_ms": 1.669069, + "snapshot_ms": 1.722389, + "texture_count": 1, + "tick": 2987, + "vertices": 576, + "wall_ms": 6.241012 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2988, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.587776, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.587521, + "renderer_cpu_ms": 2.579135, + "renderer_readback_cpu_ms": 0.409482, + "simulation_ms": 1.577245, + "snapshot_ms": 1.650964, + "texture_count": 1, + "tick": 2988, + "vertices": 576, + "wall_ms": 5.837111 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2989, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.59008, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.583544, + "renderer_cpu_ms": 2.574977, + "renderer_readback_cpu_ms": 0.430803, + "simulation_ms": 1.639152, + "snapshot_ms": 1.745192, + "texture_count": 1, + "tick": 2989, + "vertices": 576, + "wall_ms": 5.97967 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2990, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.58752, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.587191, + "renderer_cpu_ms": 2.579436, + "renderer_readback_cpu_ms": 0.472762, + "simulation_ms": 1.592504, + "snapshot_ms": 1.663929, + "texture_count": 1, + "tick": 2990, + "vertices": 576, + "wall_ms": 5.856508 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2991, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.602432, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.541594, + "renderer_cpu_ms": 2.532658, + "renderer_readback_cpu_ms": 0.437535, + "simulation_ms": 1.621047, + "snapshot_ms": 1.683897, + "texture_count": 1, + "tick": 2991, + "vertices": 576, + "wall_ms": 5.858741 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2992, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.587936, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.608541, + "renderer_cpu_ms": 2.599032, + "renderer_readback_cpu_ms": 0.421235, + "simulation_ms": 1.635635, + "snapshot_ms": 1.73373, + "texture_count": 1, + "tick": 2992, + "vertices": 576, + "wall_ms": 5.989769 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2993, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.587296, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.68818, + "renderer_cpu_ms": 2.680386, + "renderer_readback_cpu_ms": 0.408731, + "simulation_ms": 1.621688, + "snapshot_ms": 1.657197, + "texture_count": 1, + "tick": 2993, + "vertices": 576, + "wall_ms": 5.978497 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2994, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.587552, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.547435, + "renderer_cpu_ms": 2.53938, + "renderer_readback_cpu_ms": 0.42402, + "simulation_ms": 1.60595, + "snapshot_ms": 1.674288, + "texture_count": 1, + "tick": 2994, + "vertices": 576, + "wall_ms": 5.838613 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2995, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.521556, + "renderer_cpu_ms": 2.512178, + "renderer_readback_cpu_ms": 0.451822, + "simulation_ms": 1.667185, + "snapshot_ms": 1.670571, + "texture_count": 1, + "tick": 2995, + "vertices": 576, + "wall_ms": 5.870243 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2996, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.586848, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.553176, + "renderer_cpu_ms": 2.545031, + "renderer_readback_cpu_ms": 0.398262, + "simulation_ms": 1.582615, + "snapshot_ms": 1.646736, + "texture_count": 1, + "tick": 2996, + "vertices": 576, + "wall_ms": 5.795543 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2997, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.588256, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.583253, + "renderer_cpu_ms": 2.574086, + "renderer_readback_cpu_ms": 0.453536, + "simulation_ms": 1.597193, + "snapshot_ms": 1.639993, + "texture_count": 1, + "tick": 2997, + "vertices": 576, + "wall_ms": 5.832171 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2998, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.58656, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.578855, + "renderer_cpu_ms": 2.568776, + "renderer_readback_cpu_ms": 0.45606, + "simulation_ms": 1.665812, + "snapshot_ms": 1.77058, + "texture_count": 1, + "tick": 2998, + "vertices": 576, + "wall_ms": 6.02757 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2999, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.600032, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.481721, + "renderer_cpu_ms": 2.473626, + "renderer_readback_cpu_ms": 0.419932, + "simulation_ms": 1.594718, + "snapshot_ms": 1.653609, + "texture_count": 1, + "tick": 2999, + "vertices": 576, + "wall_ms": 5.741931 + }, + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 3000, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.587168, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 2.623309, + "renderer_cpu_ms": 2.615193, + "renderer_readback_cpu_ms": 0.422247, + "simulation_ms": 1.65955, + "snapshot_ms": 1.728972, + "texture_count": 1, + "tick": 3000, + "vertices": 576, + "wall_ms": 6.023613 + } + ], + "simulation_mode": "synthetic_fixed_timestep", + "startup_ms": { + "main_to_first_frame": 262.475268, + "renderer_initialization": 242.032648, + "scene_read": 4.794835, + "world_initialization": 3.787244 + }, + "summary_ms": { + "gpu": { + "max": 0.64064, + "min": 0.57248, + "p50": 0.588736, + "p95": 0.600736, + "samples": 3000 + }, + "render_call": { + "max": 5.927371, + "min": 2.405838, + "p50": 2.729609, + "p95": 3.363114, + "samples": 3000 + }, + "renderer_cpu": { + "max": 5.913525, + "min": 2.397242, + "p50": 2.716534, + "p95": 3.346944, + "samples": 3000 + }, + "renderer_readback_cpu": { + "max": 2.897616, + "min": 0.358366, + "p50": 0.457483, + "p95": 0.616342, + "samples": 3000 + }, + "simulation": { + "max": 3.505112, + "min": 1.540856, + "p50": 1.644352, + "p95": 2.2692, + "samples": 3000 + }, + "snapshot": { + "max": 3.746808, + "min": 1.608273, + "p50": 1.70681, + "p95": 2.358419, + "samples": 3000 + }, + "wall": { + "max": 11.629847, + "min": 5.598861, + "p50": 6.217308, + "p95": 7.770658, + "samples": 3000 + } + }, + "timing_notes": "Durations use steady_clock wall time, not thread CPU usage. render_call/renderer_cpu include GPU waits, readback and window presentation. renderer_readback_cpu measures map/copy/unmap wall time within that call. GPU timestamps cover submitted rendering, not CPU work. A missing/zero GPU timestamp is null. Frame durations exclude profile bookkeeping and final capture/profile file writes. Startup begins at Player application entry after platform argument normalization, excluding OS loader/launcher.", + "validation_enabled": true, + "validation_errors": 0, + "version": 1, + "visibility_mode": "direct", + "width": 1280 +} diff --git a/docs/validation/p1-iteration-2026-09-24/raw/cpp-first-frame-01.json b/docs/validation/p1-iteration-2026-09-24/raw/cpp-first-frame-01.json new file mode 100644 index 0000000..68198ec --- /dev/null +++ b/docs/validation/p1-iteration-2026-09-24/raw/cpp-first-frame-01.json @@ -0,0 +1,100 @@ +{ + "completed_frames": 1, + "device": "NVIDIA GeForce RTX 2080 Ti", + "dimension": 3, + "effective_visibility_mode": "direct", + "fixed_delta_seconds": 0.016666666666666666, + "format": "faset.player-profile", + "height": 720, + "percentile_method": "nearest_rank_all_completed_frames_no_warmup_exclusion", + "presentation_mode": "offscreen", + "requested_frames": 1, + "resource_notes": "gpu_allocated_bytes sums live Vulkan memory allocations, including alignment, excluding driver internals. texture_count includes the white fallback texture.", + "samples": [ + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.59856, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 7.854837, + "renderer_cpu_ms": 7.839347, + "renderer_readback_cpu_ms": 3.776714, + "simulation_ms": 1.784256, + "snapshot_ms": 4.927574, + "texture_count": 1, + "tick": 1, + "vertices": 576, + "wall_ms": 14.73763 + } + ], + "simulation_mode": "synthetic_fixed_timestep", + "startup_ms": { + "main_to_first_frame": 333.160143, + "renderer_initialization": 309.801491, + "scene_read": 4.437901, + "world_initialization": 3.94415 + }, + "summary_ms": { + "gpu": { + "max": 0.59856, + "min": 0.59856, + "p50": 0.59856, + "p95": 0.59856, + "samples": 1 + }, + "render_call": { + "max": 7.854837, + "min": 7.854837, + "p50": 7.854837, + "p95": 7.854837, + "samples": 1 + }, + "renderer_cpu": { + "max": 7.839347, + "min": 7.839347, + "p50": 7.839347, + "p95": 7.839347, + "samples": 1 + }, + "renderer_readback_cpu": { + "max": 3.776714, + "min": 3.776714, + "p50": 3.776714, + "p95": 3.776714, + "samples": 1 + }, + "simulation": { + "max": 1.784256, + "min": 1.784256, + "p50": 1.784256, + "p95": 1.784256, + "samples": 1 + }, + "snapshot": { + "max": 4.927574, + "min": 4.927574, + "p50": 4.927574, + "p95": 4.927574, + "samples": 1 + }, + "wall": { + "max": 14.73763, + "min": 14.73763, + "p50": 14.73763, + "p95": 14.73763, + "samples": 1 + } + }, + "timing_notes": "Durations use steady_clock wall time, not thread CPU usage. render_call/renderer_cpu include GPU waits, readback and window presentation. renderer_readback_cpu measures map/copy/unmap wall time within that call. GPU timestamps cover submitted rendering, not CPU work. A missing/zero GPU timestamp is null. Frame durations exclude profile bookkeeping and final capture/profile file writes. Startup begins at Player application entry after platform argument normalization, excluding OS loader/launcher.", + "validation_enabled": true, + "validation_errors": 0, + "version": 1, + "visibility_mode": "direct", + "width": 1280 +} diff --git a/docs/validation/p1-iteration-2026-09-24/raw/cpp-first-frame-02.json b/docs/validation/p1-iteration-2026-09-24/raw/cpp-first-frame-02.json new file mode 100644 index 0000000..8da000f --- /dev/null +++ b/docs/validation/p1-iteration-2026-09-24/raw/cpp-first-frame-02.json @@ -0,0 +1,100 @@ +{ + "completed_frames": 1, + "device": "NVIDIA GeForce RTX 2080 Ti", + "dimension": 3, + "effective_visibility_mode": "direct", + "fixed_delta_seconds": 0.016666666666666666, + "format": "faset.player-profile", + "height": 720, + "percentile_method": "nearest_rank_all_completed_frames_no_warmup_exclusion", + "presentation_mode": "offscreen", + "requested_frames": 1, + "resource_notes": "gpu_allocated_bytes sums live Vulkan memory allocations, including alignment, excluding driver internals. texture_count includes the white fallback texture.", + "samples": [ + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.598432, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 5.788018, + "renderer_cpu_ms": 5.774693, + "renderer_readback_cpu_ms": 2.647514, + "simulation_ms": 2.082418, + "snapshot_ms": 4.23007, + "texture_count": 1, + "tick": 1, + "vertices": 576, + "wall_ms": 12.290383 + } + ], + "simulation_mode": "synthetic_fixed_timestep", + "startup_ms": { + "main_to_first_frame": 275.88316, + "renderer_initialization": 253.823289, + "scene_read": 5.586778, + "world_initialization": 3.908372 + }, + "summary_ms": { + "gpu": { + "max": 0.598432, + "min": 0.598432, + "p50": 0.598432, + "p95": 0.598432, + "samples": 1 + }, + "render_call": { + "max": 5.788018, + "min": 5.788018, + "p50": 5.788018, + "p95": 5.788018, + "samples": 1 + }, + "renderer_cpu": { + "max": 5.774693, + "min": 5.774693, + "p50": 5.774693, + "p95": 5.774693, + "samples": 1 + }, + "renderer_readback_cpu": { + "max": 2.647514, + "min": 2.647514, + "p50": 2.647514, + "p95": 2.647514, + "samples": 1 + }, + "simulation": { + "max": 2.082418, + "min": 2.082418, + "p50": 2.082418, + "p95": 2.082418, + "samples": 1 + }, + "snapshot": { + "max": 4.23007, + "min": 4.23007, + "p50": 4.23007, + "p95": 4.23007, + "samples": 1 + }, + "wall": { + "max": 12.290383, + "min": 12.290383, + "p50": 12.290383, + "p95": 12.290383, + "samples": 1 + } + }, + "timing_notes": "Durations use steady_clock wall time, not thread CPU usage. render_call/renderer_cpu include GPU waits, readback and window presentation. renderer_readback_cpu measures map/copy/unmap wall time within that call. GPU timestamps cover submitted rendering, not CPU work. A missing/zero GPU timestamp is null. Frame durations exclude profile bookkeeping and final capture/profile file writes. Startup begins at Player application entry after platform argument normalization, excluding OS loader/launcher.", + "validation_enabled": true, + "validation_errors": 0, + "version": 1, + "visibility_mode": "direct", + "width": 1280 +} diff --git a/docs/validation/p1-iteration-2026-09-24/raw/cpp-first-frame-03.json b/docs/validation/p1-iteration-2026-09-24/raw/cpp-first-frame-03.json new file mode 100644 index 0000000..e837ec1 --- /dev/null +++ b/docs/validation/p1-iteration-2026-09-24/raw/cpp-first-frame-03.json @@ -0,0 +1,100 @@ +{ + "completed_frames": 1, + "device": "NVIDIA GeForce RTX 2080 Ti", + "dimension": 3, + "effective_visibility_mode": "direct", + "fixed_delta_seconds": 0.016666666666666666, + "format": "faset.player-profile", + "height": 720, + "percentile_method": "nearest_rank_all_completed_frames_no_warmup_exclusion", + "presentation_mode": "offscreen", + "requested_frames": 1, + "resource_notes": "gpu_allocated_bytes sums live Vulkan memory allocations, including alignment, excluding driver internals. texture_count includes the white fallback texture.", + "samples": [ + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.598464, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 6.148188, + "renderer_cpu_ms": 6.13379, + "renderer_readback_cpu_ms": 2.782249, + "simulation_ms": 1.782522, + "snapshot_ms": 4.154998, + "texture_count": 1, + "tick": 1, + "vertices": 576, + "wall_ms": 12.241041 + } + ], + "simulation_mode": "synthetic_fixed_timestep", + "startup_ms": { + "main_to_first_frame": 284.109137, + "renderer_initialization": 263.406445, + "scene_read": 4.604566, + "world_initialization": 3.645396 + }, + "summary_ms": { + "gpu": { + "max": 0.598464, + "min": 0.598464, + "p50": 0.598464, + "p95": 0.598464, + "samples": 1 + }, + "render_call": { + "max": 6.148188, + "min": 6.148188, + "p50": 6.148188, + "p95": 6.148188, + "samples": 1 + }, + "renderer_cpu": { + "max": 6.13379, + "min": 6.13379, + "p50": 6.13379, + "p95": 6.13379, + "samples": 1 + }, + "renderer_readback_cpu": { + "max": 2.782249, + "min": 2.782249, + "p50": 2.782249, + "p95": 2.782249, + "samples": 1 + }, + "simulation": { + "max": 1.782522, + "min": 1.782522, + "p50": 1.782522, + "p95": 1.782522, + "samples": 1 + }, + "snapshot": { + "max": 4.154998, + "min": 4.154998, + "p50": 4.154998, + "p95": 4.154998, + "samples": 1 + }, + "wall": { + "max": 12.241041, + "min": 12.241041, + "p50": 12.241041, + "p95": 12.241041, + "samples": 1 + } + }, + "timing_notes": "Durations use steady_clock wall time, not thread CPU usage. render_call/renderer_cpu include GPU waits, readback and window presentation. renderer_readback_cpu measures map/copy/unmap wall time within that call. GPU timestamps cover submitted rendering, not CPU work. A missing/zero GPU timestamp is null. Frame durations exclude profile bookkeeping and final capture/profile file writes. Startup begins at Player application entry after platform argument normalization, excluding OS loader/launcher.", + "validation_enabled": true, + "validation_errors": 0, + "version": 1, + "visibility_mode": "direct", + "width": 1280 +} diff --git a/docs/validation/p1-iteration-2026-09-24/raw/cpp-first-frame-04.json b/docs/validation/p1-iteration-2026-09-24/raw/cpp-first-frame-04.json new file mode 100644 index 0000000..16530e9 --- /dev/null +++ b/docs/validation/p1-iteration-2026-09-24/raw/cpp-first-frame-04.json @@ -0,0 +1,100 @@ +{ + "completed_frames": 1, + "device": "NVIDIA GeForce RTX 2080 Ti", + "dimension": 3, + "effective_visibility_mode": "direct", + "fixed_delta_seconds": 0.016666666666666666, + "format": "faset.player-profile", + "height": 720, + "percentile_method": "nearest_rank_all_completed_frames_no_warmup_exclusion", + "presentation_mode": "offscreen", + "requested_frames": 1, + "resource_notes": "gpu_allocated_bytes sums live Vulkan memory allocations, including alignment, excluding driver internals. texture_count includes the white fallback texture.", + "samples": [ + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.598048, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 5.88439, + "renderer_cpu_ms": 5.871325, + "renderer_readback_cpu_ms": 2.628759, + "simulation_ms": 1.830583, + "snapshot_ms": 3.721981, + "texture_count": 1, + "tick": 1, + "vertices": 576, + "wall_ms": 11.614519 + } + ], + "simulation_mode": "synthetic_fixed_timestep", + "startup_ms": { + "main_to_first_frame": 281.461192, + "renderer_initialization": 261.263413, + "scene_read": 4.600859, + "world_initialization": 3.76886 + }, + "summary_ms": { + "gpu": { + "max": 0.598048, + "min": 0.598048, + "p50": 0.598048, + "p95": 0.598048, + "samples": 1 + }, + "render_call": { + "max": 5.88439, + "min": 5.88439, + "p50": 5.88439, + "p95": 5.88439, + "samples": 1 + }, + "renderer_cpu": { + "max": 5.871325, + "min": 5.871325, + "p50": 5.871325, + "p95": 5.871325, + "samples": 1 + }, + "renderer_readback_cpu": { + "max": 2.628759, + "min": 2.628759, + "p50": 2.628759, + "p95": 2.628759, + "samples": 1 + }, + "simulation": { + "max": 1.830583, + "min": 1.830583, + "p50": 1.830583, + "p95": 1.830583, + "samples": 1 + }, + "snapshot": { + "max": 3.721981, + "min": 3.721981, + "p50": 3.721981, + "p95": 3.721981, + "samples": 1 + }, + "wall": { + "max": 11.614519, + "min": 11.614519, + "p50": 11.614519, + "p95": 11.614519, + "samples": 1 + } + }, + "timing_notes": "Durations use steady_clock wall time, not thread CPU usage. render_call/renderer_cpu include GPU waits, readback and window presentation. renderer_readback_cpu measures map/copy/unmap wall time within that call. GPU timestamps cover submitted rendering, not CPU work. A missing/zero GPU timestamp is null. Frame durations exclude profile bookkeeping and final capture/profile file writes. Startup begins at Player application entry after platform argument normalization, excluding OS loader/launcher.", + "validation_enabled": true, + "validation_errors": 0, + "version": 1, + "visibility_mode": "direct", + "width": 1280 +} diff --git a/docs/validation/p1-iteration-2026-09-24/raw/cpp-first-frame-05.json b/docs/validation/p1-iteration-2026-09-24/raw/cpp-first-frame-05.json new file mode 100644 index 0000000..2ccb5e2 --- /dev/null +++ b/docs/validation/p1-iteration-2026-09-24/raw/cpp-first-frame-05.json @@ -0,0 +1,100 @@ +{ + "completed_frames": 1, + "device": "NVIDIA GeForce RTX 2080 Ti", + "dimension": 3, + "effective_visibility_mode": "direct", + "fixed_delta_seconds": 0.016666666666666666, + "format": "faset.player-profile", + "height": 720, + "percentile_method": "nearest_rank_all_completed_frames_no_warmup_exclusion", + "presentation_mode": "offscreen", + "requested_frames": 1, + "resource_notes": "gpu_allocated_bytes sums live Vulkan memory allocations, including alignment, excluding driver internals. texture_count includes the white fallback texture.", + "samples": [ + { + "draw_calls": 31, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1, + "gpu_allocated_bytes": 15787008, + "gpu_ms": 0.598624, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 5.633747, + "renderer_cpu_ms": 5.618087, + "renderer_readback_cpu_ms": 2.608962, + "simulation_ms": 1.790348, + "snapshot_ms": 3.765843, + "texture_count": 1, + "tick": 1, + "vertices": 576, + "wall_ms": 11.350601 + } + ], + "simulation_mode": "synthetic_fixed_timestep", + "startup_ms": { + "main_to_first_frame": 287.111981, + "renderer_initialization": 253.633771, + "scene_read": 16.718226, + "world_initialization": 4.908179 + }, + "summary_ms": { + "gpu": { + "max": 0.598624, + "min": 0.598624, + "p50": 0.598624, + "p95": 0.598624, + "samples": 1 + }, + "render_call": { + "max": 5.633747, + "min": 5.633747, + "p50": 5.633747, + "p95": 5.633747, + "samples": 1 + }, + "renderer_cpu": { + "max": 5.618087, + "min": 5.618087, + "p50": 5.618087, + "p95": 5.618087, + "samples": 1 + }, + "renderer_readback_cpu": { + "max": 2.608962, + "min": 2.608962, + "p50": 2.608962, + "p95": 2.608962, + "samples": 1 + }, + "simulation": { + "max": 1.790348, + "min": 1.790348, + "p50": 1.790348, + "p95": 1.790348, + "samples": 1 + }, + "snapshot": { + "max": 3.765843, + "min": 3.765843, + "p50": 3.765843, + "p95": 3.765843, + "samples": 1 + }, + "wall": { + "max": 11.350601, + "min": 11.350601, + "p50": 11.350601, + "p95": 11.350601, + "samples": 1 + } + }, + "timing_notes": "Durations use steady_clock wall time, not thread CPU usage. render_call/renderer_cpu include GPU waits, readback and window presentation. renderer_readback_cpu measures map/copy/unmap wall time within that call. GPU timestamps cover submitted rendering, not CPU work. A missing/zero GPU timestamp is null. Frame durations exclude profile bookkeeping and final capture/profile file writes. Startup begins at Player application entry after platform argument normalization, excluding OS loader/launcher.", + "validation_enabled": true, + "validation_errors": 0, + "version": 1, + "visibility_mode": "direct", + "width": 1280 +} diff --git a/docs/validation/p1-iteration-2026-09-24/raw/editor-input-latency.json b/docs/validation/p1-iteration-2026-09-24/raw/editor-input-latency.json new file mode 100644 index 0000000..f8c13d7 --- /dev/null +++ b/docs/validation/p1-iteration-2026-09-24/raw/editor-input-latency.json @@ -0,0 +1,513 @@ +{ + "device": "NVIDIA GeForce RTX 2080 Ti", + "format": "faset.editor-ui-latency", + "measured_frames": 100, + "method": "KeyDown gizmo toggle through EditorUI::frame and offscreen Vulkan render completion; no window present", + "presentation_mode": "offscreen", + "samples": [ + { + "gizmo": "Rotate", + "iteration": 1, + "milliseconds": 15.302926 + }, + { + "gizmo": "Move", + "iteration": 2, + "milliseconds": 15.305611 + }, + { + "gizmo": "Rotate", + "iteration": 3, + "milliseconds": 14.80163 + }, + { + "gizmo": "Move", + "iteration": 4, + "milliseconds": 13.830348 + }, + { + "gizmo": "Rotate", + "iteration": 5, + "milliseconds": 13.96889 + }, + { + "gizmo": "Move", + "iteration": 6, + "milliseconds": 14.219943 + }, + { + "gizmo": "Rotate", + "iteration": 7, + "milliseconds": 14.201539 + }, + { + "gizmo": "Move", + "iteration": 8, + "milliseconds": 13.780744 + }, + { + "gizmo": "Rotate", + "iteration": 9, + "milliseconds": 14.035675 + }, + { + "gizmo": "Move", + "iteration": 10, + "milliseconds": 13.506637 + }, + { + "gizmo": "Rotate", + "iteration": 11, + "milliseconds": 13.779112 + }, + { + "gizmo": "Move", + "iteration": 12, + "milliseconds": 14.123612 + }, + { + "gizmo": "Rotate", + "iteration": 13, + "milliseconds": 13.869142 + }, + { + "gizmo": "Move", + "iteration": 14, + "milliseconds": 13.82618 + }, + { + "gizmo": "Rotate", + "iteration": 15, + "milliseconds": 13.551272 + }, + { + "gizmo": "Move", + "iteration": 16, + "milliseconds": 13.897796 + }, + { + "gizmo": "Rotate", + "iteration": 17, + "milliseconds": 13.94796 + }, + { + "gizmo": "Move", + "iteration": 18, + "milliseconds": 13.723507 + }, + { + "gizmo": "Rotate", + "iteration": 19, + "milliseconds": 13.808788 + }, + { + "gizmo": "Move", + "iteration": 20, + "milliseconds": 13.88428 + }, + { + "gizmo": "Rotate", + "iteration": 21, + "milliseconds": 13.673211 + }, + { + "gizmo": "Move", + "iteration": 22, + "milliseconds": 14.288763 + }, + { + "gizmo": "Rotate", + "iteration": 23, + "milliseconds": 13.996752 + }, + { + "gizmo": "Move", + "iteration": 24, + "milliseconds": 13.973939 + }, + { + "gizmo": "Rotate", + "iteration": 25, + "milliseconds": 13.734207 + }, + { + "gizmo": "Move", + "iteration": 26, + "milliseconds": 13.740779 + }, + { + "gizmo": "Rotate", + "iteration": 27, + "milliseconds": 13.848472 + }, + { + "gizmo": "Move", + "iteration": 28, + "milliseconds": 13.858 + }, + { + "gizmo": "Rotate", + "iteration": 29, + "milliseconds": 15.123558 + }, + { + "gizmo": "Move", + "iteration": 30, + "milliseconds": 14.551038 + }, + { + "gizmo": "Rotate", + "iteration": 31, + "milliseconds": 14.440279 + }, + { + "gizmo": "Move", + "iteration": 32, + "milliseconds": 14.431663 + }, + { + "gizmo": "Rotate", + "iteration": 33, + "milliseconds": 14.824213 + }, + { + "gizmo": "Move", + "iteration": 34, + "milliseconds": 13.75192 + }, + { + "gizmo": "Rotate", + "iteration": 35, + "milliseconds": 13.846358 + }, + { + "gizmo": "Move", + "iteration": 36, + "milliseconds": 13.411037 + }, + { + "gizmo": "Rotate", + "iteration": 37, + "milliseconds": 14.734714 + }, + { + "gizmo": "Move", + "iteration": 38, + "milliseconds": 14.482628 + }, + { + "gizmo": "Rotate", + "iteration": 39, + "milliseconds": 15.009132 + }, + { + "gizmo": "Move", + "iteration": 40, + "milliseconds": 14.43537 + }, + { + "gizmo": "Rotate", + "iteration": 41, + "milliseconds": 15.463719 + }, + { + "gizmo": "Move", + "iteration": 42, + "milliseconds": 16.68906 + }, + { + "gizmo": "Rotate", + "iteration": 43, + "milliseconds": 18.491421 + }, + { + "gizmo": "Move", + "iteration": 44, + "milliseconds": 14.457832 + }, + { + "gizmo": "Rotate", + "iteration": 45, + "milliseconds": 15.032806 + }, + { + "gizmo": "Move", + "iteration": 46, + "milliseconds": 18.033447 + }, + { + "gizmo": "Rotate", + "iteration": 47, + "milliseconds": 17.958836 + }, + { + "gizmo": "Move", + "iteration": 48, + "milliseconds": 17.882281 + }, + { + "gizmo": "Rotate", + "iteration": 49, + "milliseconds": 14.852426 + }, + { + "gizmo": "Move", + "iteration": 50, + "milliseconds": 13.185903 + }, + { + "gizmo": "Rotate", + "iteration": 51, + "milliseconds": 13.129006 + }, + { + "gizmo": "Move", + "iteration": 52, + "milliseconds": 13.087026 + }, + { + "gizmo": "Rotate", + "iteration": 53, + "milliseconds": 13.045167 + }, + { + "gizmo": "Move", + "iteration": 54, + "milliseconds": 16.631802 + }, + { + "gizmo": "Rotate", + "iteration": 55, + "milliseconds": 18.466073 + }, + { + "gizmo": "Move", + "iteration": 56, + "milliseconds": 19.194777 + }, + { + "gizmo": "Rotate", + "iteration": 57, + "milliseconds": 13.86886 + }, + { + "gizmo": "Move", + "iteration": 58, + "milliseconds": 14.824093 + }, + { + "gizmo": "Rotate", + "iteration": 59, + "milliseconds": 13.839786 + }, + { + "gizmo": "Move", + "iteration": 60, + "milliseconds": 13.751499 + }, + { + "gizmo": "Rotate", + "iteration": 61, + "milliseconds": 13.118786 + }, + { + "gizmo": "Move", + "iteration": 62, + "milliseconds": 13.773692 + }, + { + "gizmo": "Rotate", + "iteration": 63, + "milliseconds": 14.554163 + }, + { + "gizmo": "Move", + "iteration": 64, + "milliseconds": 17.283983 + }, + { + "gizmo": "Rotate", + "iteration": 65, + "milliseconds": 17.264296 + }, + { + "gizmo": "Move", + "iteration": 66, + "milliseconds": 14.515491 + }, + { + "gizmo": "Rotate", + "iteration": 67, + "milliseconds": 13.658153 + }, + { + "gizmo": "Move", + "iteration": 68, + "milliseconds": 14.575905 + }, + { + "gizmo": "Rotate", + "iteration": 69, + "milliseconds": 14.761344 + }, + { + "gizmo": "Move", + "iteration": 70, + "milliseconds": 15.629161 + }, + { + "gizmo": "Rotate", + "iteration": 71, + "milliseconds": 13.972697 + }, + { + "gizmo": "Move", + "iteration": 72, + "milliseconds": 13.691957 + }, + { + "gizmo": "Rotate", + "iteration": 73, + "milliseconds": 14.149099 + }, + { + "gizmo": "Move", + "iteration": 74, + "milliseconds": 14.211577 + }, + { + "gizmo": "Rotate", + "iteration": 75, + "milliseconds": 14.433196 + }, + { + "gizmo": "Move", + "iteration": 76, + "milliseconds": 13.605013 + }, + { + "gizmo": "Rotate", + "iteration": 77, + "milliseconds": 13.829056 + }, + { + "gizmo": "Move", + "iteration": 78, + "milliseconds": 13.822674 + }, + { + "gizmo": "Rotate", + "iteration": 79, + "milliseconds": 13.829537 + }, + { + "gizmo": "Move", + "iteration": 80, + "milliseconds": 13.480508 + }, + { + "gizmo": "Rotate", + "iteration": 81, + "milliseconds": 13.722324 + }, + { + "gizmo": "Move", + "iteration": 82, + "milliseconds": 13.599974 + }, + { + "gizmo": "Rotate", + "iteration": 83, + "milliseconds": 13.785924 + }, + { + "gizmo": "Move", + "iteration": 84, + "milliseconds": 13.678202 + }, + { + "gizmo": "Rotate", + "iteration": 85, + "milliseconds": 13.287915 + }, + { + "gizmo": "Move", + "iteration": 86, + "milliseconds": 13.412911 + }, + { + "gizmo": "Rotate", + "iteration": 87, + "milliseconds": 13.547034 + }, + { + "gizmo": "Move", + "iteration": 88, + "milliseconds": 14.633944 + }, + { + "gizmo": "Rotate", + "iteration": 89, + "milliseconds": 18.651182 + }, + { + "gizmo": "Move", + "iteration": 90, + "milliseconds": 19.098846 + }, + { + "gizmo": "Rotate", + "iteration": 91, + "milliseconds": 14.07486 + }, + { + "gizmo": "Move", + "iteration": 92, + "milliseconds": 13.844745 + }, + { + "gizmo": "Rotate", + "iteration": 93, + "milliseconds": 13.630912 + }, + { + "gizmo": "Move", + "iteration": 94, + "milliseconds": 13.887917 + }, + { + "gizmo": "Rotate", + "iteration": 95, + "milliseconds": 13.999718 + }, + { + "gizmo": "Move", + "iteration": 96, + "milliseconds": 15.139478 + }, + { + "gizmo": "Rotate", + "iteration": 97, + "milliseconds": 13.341235 + }, + { + "gizmo": "Move", + "iteration": 98, + "milliseconds": 13.303424 + }, + { + "gizmo": "Rotate", + "iteration": 99, + "milliseconds": 13.759013 + }, + { + "gizmo": "Move", + "iteration": 100, + "milliseconds": 14.262944 + } + ], + "validation_enabled": true, + "validation_errors": 0, + "version": 1, + "warmup_frames": 10 +} diff --git a/docs/validation/p1-iteration-2026-09-24/raw/editor_ui_probe_process-01-memory.json b/docs/validation/p1-iteration-2026-09-24/raw/editor_ui_probe_process-01-memory.json new file mode 100644 index 0000000..d1e6ac7 --- /dev/null +++ b/docs/validation/p1-iteration-2026-09-24/raw/editor_ui_probe_process-01-memory.json @@ -0,0 +1 @@ +{"peak_rss_kib":201432} diff --git a/docs/validation/p1-iteration-2026-09-24/raw/editor_ui_probe_process-01-stderr.txt b/docs/validation/p1-iteration-2026-09-24/raw/editor_ui_probe_process-01-stderr.txt new file mode 100644 index 0000000..e69de29 diff --git a/docs/validation/p1-iteration-2026-09-24/raw/editor_ui_probe_process-01-stdout.txt b/docs/validation/p1-iteration-2026-09-24/raw/editor_ui_probe_process-01-stdout.txt new file mode 100644 index 0000000..0cfe503 --- /dev/null +++ b/docs/validation/p1-iteration-2026-09-24/raw/editor_ui_probe_process-01-stdout.txt @@ -0,0 +1 @@ +Measured 100 synthetic Editor input frames diff --git a/docs/validation/p1-iteration-2026-09-24/raw/editor_ui_probe_process-01.json b/docs/validation/p1-iteration-2026-09-24/raw/editor_ui_probe_process-01.json new file mode 100644 index 0000000..06af863 --- /dev/null +++ b/docs/validation/p1-iteration-2026-09-24/raw/editor_ui_probe_process-01.json @@ -0,0 +1,13 @@ +{ + "seconds": 2.011972838023212, + "returncode": 0, + "build_configuration": "Debug", + "source_hash": "801fb7ba8f67c774ab1d7ec6350c8f099bf37aa6cd34afc952f7e81954df971e", + "command": [ + "/home/emil/Desktop/.worktrees/Faset_Engine-p1-p3/build/linux-debug/faset_editor_ui_latency", + "/tmp/faset-p1-workflows-20260924-3/raw/editor-input-latency.json" + ], + "stdout": "raw/editor_ui_probe_process-01-stdout.txt", + "stderr": "raw/editor_ui_probe_process-01-stderr.txt", + "peak_rss_kib": 201432 +} diff --git a/docs/validation/p1-iteration-2026-09-24/raw/generated-512-profile.json b/docs/validation/p1-iteration-2026-09-24/raw/generated-512-profile.json new file mode 100644 index 0000000..949038e --- /dev/null +++ b/docs/validation/p1-iteration-2026-09-24/raw/generated-512-profile.json @@ -0,0 +1,5119 @@ +{ + "completed_frames": 240, + "device": "NVIDIA GeForce RTX 2080 Ti", + "dimension": 3, + "effective_visibility_mode": "direct", + "fixed_delta_seconds": 0.016666666666666666, + "format": "faset.player-profile", + "height": 720, + "percentile_method": "nearest_rank_all_completed_frames_no_warmup_exclusion", + "presentation_mode": "offscreen", + "requested_frames": 240, + "resource_notes": "gpu_allocated_bytes sums live Vulkan memory allocations, including alignment, excluding driver internals. texture_count includes the white fallback texture.", + "samples": [ + { + "draw_calls": 1055, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 1, + "gpu_allocated_bytes": 17114112, + "gpu_ms": 0.891936, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 35.623446, + "renderer_cpu_ms": 35.59836, + "renderer_readback_cpu_ms": 2.64515, + "simulation_ms": 38.72093, + "snapshot_ms": 59.479366, + "texture_count": 1, + "tick": 1, + "vertices": 19008, + "wall_ms": 133.966872 + }, + { + "draw_calls": 1055, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 2, + "gpu_allocated_bytes": 17114112, + "gpu_ms": 0.87792, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 32.14751, + "renderer_cpu_ms": 32.111562, + "renderer_readback_cpu_ms": 0.566999, + "simulation_ms": 38.831789, + "snapshot_ms": 64.02969, + "texture_count": 1, + "tick": 2, + "vertices": 19008, + "wall_ms": 135.023716 + }, + { + "draw_calls": 1055, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 3, + "gpu_allocated_bytes": 17114112, + "gpu_ms": 0.87904, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 29.181776, + "renderer_cpu_ms": 29.154204, + "renderer_readback_cpu_ms": 0.434209, + "simulation_ms": 47.172862, + "snapshot_ms": 54.561229, + "texture_count": 1, + "tick": 3, + "vertices": 19008, + "wall_ms": 130.933621 + }, + { + "draw_calls": 1055, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 4, + "gpu_allocated_bytes": 17114112, + "gpu_ms": 0.87744, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 29.27949, + "renderer_cpu_ms": 29.25302, + "renderer_readback_cpu_ms": 0.526884, + "simulation_ms": 37.707318, + "snapshot_ms": 54.09555, + "texture_count": 1, + "tick": 4, + "vertices": 19008, + "wall_ms": 121.097707 + }, + { + "draw_calls": 1055, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 5, + "gpu_allocated_bytes": 17114112, + "gpu_ms": 0.888288, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 29.082458, + "renderer_cpu_ms": 29.057631, + "renderer_readback_cpu_ms": 0.472291, + "simulation_ms": 37.558287, + "snapshot_ms": 53.529994, + "texture_count": 1, + "tick": 5, + "vertices": 19008, + "wall_ms": 120.185477 + }, + { + "draw_calls": 1055, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 6, + "gpu_allocated_bytes": 17114112, + "gpu_ms": 0.877632, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 29.010442, + "renderer_cpu_ms": 28.985856, + "renderer_readback_cpu_ms": 0.498139, + "simulation_ms": 38.010089, + "snapshot_ms": 53.854466, + "texture_count": 1, + "tick": 6, + "vertices": 19008, + "wall_ms": 120.888943 + }, + { + "draw_calls": 1055, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 7, + "gpu_allocated_bytes": 17114112, + "gpu_ms": 0.88096, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 29.076948, + "renderer_cpu_ms": 29.05145, + "renderer_readback_cpu_ms": 0.420613, + "simulation_ms": 38.206179, + "snapshot_ms": 54.742791, + "texture_count": 1, + "tick": 7, + "vertices": 19008, + "wall_ms": 122.040115 + }, + { + "draw_calls": 1055, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 8, + "gpu_allocated_bytes": 17114112, + "gpu_ms": 0.878848, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 29.045558, + "renderer_cpu_ms": 29.015632, + "renderer_readback_cpu_ms": 0.478633, + "simulation_ms": 38.868428, + "snapshot_ms": 55.104995, + "texture_count": 1, + "tick": 8, + "vertices": 19008, + "wall_ms": 123.03455 + }, + { + "draw_calls": 1055, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 9, + "gpu_allocated_bytes": 17114112, + "gpu_ms": 0.878592, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 29.065557, + "renderer_cpu_ms": 29.037483, + "renderer_readback_cpu_ms": 0.478733, + "simulation_ms": 37.744037, + "snapshot_ms": 55.05437, + "texture_count": 1, + "tick": 9, + "vertices": 19008, + "wall_ms": 121.879282 + }, + { + "draw_calls": 1055, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 10, + "gpu_allocated_bytes": 17114112, + "gpu_ms": 0.87712, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 28.796139, + "renderer_cpu_ms": 28.769388, + "renderer_readback_cpu_ms": 0.450399, + "simulation_ms": 38.353737, + "snapshot_ms": 54.019978, + "texture_count": 1, + "tick": 10, + "vertices": 19008, + "wall_ms": 121.190252 + }, + { + "draw_calls": 1055, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 11, + "gpu_allocated_bytes": 17114112, + "gpu_ms": 0.876896, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 28.771211, + "renderer_cpu_ms": 28.746224, + "renderer_readback_cpu_ms": 0.472842, + "simulation_ms": 37.690336, + "snapshot_ms": 54.361823, + "texture_count": 1, + "tick": 11, + "vertices": 19008, + "wall_ms": 120.838679 + }, + { + "draw_calls": 1055, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 12, + "gpu_allocated_bytes": 17114112, + "gpu_ms": 0.877856, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 29.009862, + "renderer_cpu_ms": 28.985656, + "renderer_readback_cpu_ms": 0.509611, + "simulation_ms": 38.052138, + "snapshot_ms": 54.792085, + "texture_count": 1, + "tick": 12, + "vertices": 19008, + "wall_ms": 121.86794 + }, + { + "draw_calls": 1055, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 13, + "gpu_allocated_bytes": 17114112, + "gpu_ms": 0.878912, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 29.923655, + "renderer_cpu_ms": 29.896154, + "renderer_readback_cpu_ms": 0.464205, + "simulation_ms": 38.021591, + "snapshot_ms": 55.307396, + "texture_count": 1, + "tick": 13, + "vertices": 19008, + "wall_ms": 123.268352 + }, + { + "draw_calls": 1055, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 14, + "gpu_allocated_bytes": 17114112, + "gpu_ms": 0.89008, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 29.276895, + "renderer_cpu_ms": 29.246628, + "renderer_readback_cpu_ms": 0.426184, + "simulation_ms": 45.353791, + "snapshot_ms": 55.477017, + "texture_count": 1, + "tick": 14, + "vertices": 19008, + "wall_ms": 130.124375 + }, + { + "draw_calls": 1055, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 15, + "gpu_allocated_bytes": 17114112, + "gpu_ms": 0.890624, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 29.540914, + "renderer_cpu_ms": 29.515144, + "renderer_readback_cpu_ms": 0.430311, + "simulation_ms": 39.48463, + "snapshot_ms": 57.015499, + "texture_count": 1, + "tick": 15, + "vertices": 19008, + "wall_ms": 126.057103 + }, + { + "draw_calls": 1055, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 16, + "gpu_allocated_bytes": 17114112, + "gpu_ms": 0.882144, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 28.82859, + "renderer_cpu_ms": 28.803523, + "renderer_readback_cpu_ms": 0.483843, + "simulation_ms": 38.008316, + "snapshot_ms": 53.864605, + "texture_count": 1, + "tick": 16, + "vertices": 19008, + "wall_ms": 120.715657 + }, + { + "draw_calls": 1055, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 17, + "gpu_allocated_bytes": 17114112, + "gpu_ms": 0.898592, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 29.38009, + "renderer_cpu_ms": 29.352908, + "renderer_readback_cpu_ms": 0.491497, + "simulation_ms": 37.737955, + "snapshot_ms": 54.824285, + "texture_count": 1, + "tick": 17, + "vertices": 19008, + "wall_ms": 121.956657 + }, + { + "draw_calls": 1055, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 18, + "gpu_allocated_bytes": 17114112, + "gpu_ms": 0.893856, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 28.691691, + "renderer_cpu_ms": 28.668106, + "renderer_readback_cpu_ms": 0.440571, + "simulation_ms": 37.872449, + "snapshot_ms": 54.946165, + "texture_count": 1, + "tick": 18, + "vertices": 19008, + "wall_ms": 121.524973 + }, + { + "draw_calls": 1055, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 19, + "gpu_allocated_bytes": 17114112, + "gpu_ms": 0.878944, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 30.847508, + "renderer_cpu_ms": 30.82245, + "renderer_readback_cpu_ms": 0.398391, + "simulation_ms": 40.267317, + "snapshot_ms": 56.894851, + "texture_count": 1, + "tick": 19, + "vertices": 19008, + "wall_ms": 128.025275 + }, + { + "draw_calls": 1055, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 20, + "gpu_allocated_bytes": 17114112, + "gpu_ms": 0.875968, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 29.282075, + "renderer_cpu_ms": 29.256386, + "renderer_readback_cpu_ms": 0.47182, + "simulation_ms": 37.938914, + "snapshot_ms": 55.512113, + "texture_count": 1, + "tick": 20, + "vertices": 19008, + "wall_ms": 122.748862 + }, + { + "draw_calls": 1055, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 21, + "gpu_allocated_bytes": 17114112, + "gpu_ms": 0.886944, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 32.302553, + "renderer_cpu_ms": 32.266184, + "renderer_readback_cpu_ms": 0.554195, + "simulation_ms": 38.695612, + "snapshot_ms": 56.886335, + "texture_count": 1, + "tick": 21, + "vertices": 19008, + "wall_ms": 127.902113 + }, + { + "draw_calls": 1055, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 22, + "gpu_allocated_bytes": 17114112, + "gpu_ms": 0.888832, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 30.70534, + "renderer_cpu_ms": 30.680352, + "renderer_readback_cpu_ms": 0.416255, + "simulation_ms": 55.989895, + "snapshot_ms": 57.71629, + "texture_count": 1, + "tick": 22, + "vertices": 19008, + "wall_ms": 144.428857 + }, + { + "draw_calls": 1055, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 23, + "gpu_allocated_bytes": 17114112, + "gpu_ms": 0.878528, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 29.584505, + "renderer_cpu_ms": 29.560049, + "renderer_readback_cpu_ms": 0.579292, + "simulation_ms": 38.106551, + "snapshot_ms": 54.889228, + "texture_count": 1, + "tick": 23, + "vertices": 19008, + "wall_ms": 122.595593 + }, + { + "draw_calls": 1055, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 24, + "gpu_allocated_bytes": 17114112, + "gpu_ms": 0.879488, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 29.681538, + "renderer_cpu_ms": 29.65581, + "renderer_readback_cpu_ms": 0.418259, + "simulation_ms": 38.478923, + "snapshot_ms": 55.318418, + "texture_count": 1, + "tick": 24, + "vertices": 19008, + "wall_ms": 123.494057 + }, + { + "draw_calls": 1055, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 25, + "gpu_allocated_bytes": 17114112, + "gpu_ms": 0.885632, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 31.759719, + "renderer_cpu_ms": 31.73403, + "renderer_readback_cpu_ms": 0.462954, + "simulation_ms": 39.282108, + "snapshot_ms": 58.954677, + "texture_count": 1, + "tick": 25, + "vertices": 19008, + "wall_ms": 130.016862 + }, + { + "draw_calls": 1055, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 26, + "gpu_allocated_bytes": 17114112, + "gpu_ms": 0.880064, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 35.335714, + "renderer_cpu_ms": 35.307311, + "renderer_readback_cpu_ms": 0.584132, + "simulation_ms": 39.118991, + "snapshot_ms": 59.245094, + "texture_count": 1, + "tick": 26, + "vertices": 19008, + "wall_ms": 133.717081 + }, + { + "draw_calls": 1055, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 27, + "gpu_allocated_bytes": 17114112, + "gpu_ms": 0.894752, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 44.804024, + "renderer_cpu_ms": 44.768086, + "renderer_readback_cpu_ms": 0.509552, + "simulation_ms": 40.268849, + "snapshot_ms": 74.260519, + "texture_count": 1, + "tick": 27, + "vertices": 19008, + "wall_ms": 159.35915 + }, + { + "draw_calls": 1055, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 28, + "gpu_allocated_bytes": 17114112, + "gpu_ms": 0.877056, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 32.246557, + "renderer_cpu_ms": 32.220748, + "renderer_readback_cpu_ms": 0.427226, + "simulation_ms": 43.326357, + "snapshot_ms": 61.990012, + "texture_count": 1, + "tick": 28, + "vertices": 19008, + "wall_ms": 137.58101 + }, + { + "draw_calls": 1055, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 29, + "gpu_allocated_bytes": 17114112, + "gpu_ms": 0.886368, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 30.478823, + "renderer_cpu_ms": 30.453104, + "renderer_readback_cpu_ms": 0.423308, + "simulation_ms": 40.373917, + "snapshot_ms": 59.938402, + "texture_count": 1, + "tick": 29, + "vertices": 19008, + "wall_ms": 130.807053 + }, + { + "draw_calls": 1055, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 30, + "gpu_allocated_bytes": 17114112, + "gpu_ms": 0.887872, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 30.33432, + "renderer_cpu_ms": 30.308551, + "renderer_readback_cpu_ms": 0.493581, + "simulation_ms": 38.982413, + "snapshot_ms": 58.212597, + "texture_count": 1, + "tick": 30, + "vertices": 19008, + "wall_ms": 127.543867 + }, + { + "draw_calls": 1055, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 31, + "gpu_allocated_bytes": 17114112, + "gpu_ms": 0.887904, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 29.430655, + "renderer_cpu_ms": 29.404566, + "renderer_readback_cpu_ms": 0.466089, + "simulation_ms": 38.449718, + "snapshot_ms": 55.533774, + "texture_count": 1, + "tick": 31, + "vertices": 19008, + "wall_ms": 123.428594 + }, + { + "draw_calls": 1055, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 32, + "gpu_allocated_bytes": 17114112, + "gpu_ms": 0.886784, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 29.829117, + "renderer_cpu_ms": 29.796785, + "renderer_readback_cpu_ms": 0.522265, + "simulation_ms": 37.91015, + "snapshot_ms": 54.931818, + "texture_count": 1, + "tick": 32, + "vertices": 19008, + "wall_ms": 122.685692 + }, + { + "draw_calls": 1055, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 33, + "gpu_allocated_bytes": 17114112, + "gpu_ms": 0.887712, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 33.772455, + "renderer_cpu_ms": 33.743471, + "renderer_readback_cpu_ms": 0.501997, + "simulation_ms": 39.29868, + "snapshot_ms": 66.768455, + "texture_count": 1, + "tick": 33, + "vertices": 19008, + "wall_ms": 139.858526 + }, + { + "draw_calls": 1055, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 34, + "gpu_allocated_bytes": 17114112, + "gpu_ms": 0.885248, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 35.693529, + "renderer_cpu_ms": 35.667329, + "renderer_readback_cpu_ms": 0.42382, + "simulation_ms": 42.392715, + "snapshot_ms": 60.348586, + "texture_count": 1, + "tick": 34, + "vertices": 19008, + "wall_ms": 138.452343 + }, + { + "draw_calls": 1055, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 35, + "gpu_allocated_bytes": 17114112, + "gpu_ms": 0.88592, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 30.97577, + "renderer_cpu_ms": 30.941656, + "renderer_readback_cpu_ms": 0.406707, + "simulation_ms": 40.834105, + "snapshot_ms": 61.189893, + "texture_count": 1, + "tick": 35, + "vertices": 19008, + "wall_ms": 133.015218 + }, + { + "draw_calls": 1055, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 36, + "gpu_allocated_bytes": 17114112, + "gpu_ms": 0.88512, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 32.613198, + "renderer_cpu_ms": 32.575607, + "renderer_readback_cpu_ms": 0.443426, + "simulation_ms": 43.292693, + "snapshot_ms": 64.008219, + "texture_count": 1, + "tick": 36, + "vertices": 19008, + "wall_ms": 139.929099 + }, + { + "draw_calls": 1055, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 37, + "gpu_allocated_bytes": 17114112, + "gpu_ms": 0.886592, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 31.535606, + "renderer_cpu_ms": 31.507944, + "renderer_readback_cpu_ms": 0.426635, + "simulation_ms": 43.416627, + "snapshot_ms": 62.469426, + "texture_count": 1, + "tick": 37, + "vertices": 19008, + "wall_ms": 137.43776 + }, + { + "draw_calls": 1055, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 38, + "gpu_allocated_bytes": 17114112, + "gpu_ms": 0.89504, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 31.300593, + "renderer_cpu_ms": 31.274513, + "renderer_readback_cpu_ms": 0.525461, + "simulation_ms": 42.985835, + "snapshot_ms": 61.925721, + "texture_count": 1, + "tick": 38, + "vertices": 19008, + "wall_ms": 136.229601 + }, + { + "draw_calls": 1055, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 39, + "gpu_allocated_bytes": 17114112, + "gpu_ms": 0.884864, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 31.581202, + "renderer_cpu_ms": 31.552738, + "renderer_readback_cpu_ms": 0.463183, + "simulation_ms": 46.989717, + "snapshot_ms": 61.344505, + "texture_count": 1, + "tick": 39, + "vertices": 19008, + "wall_ms": 139.93481 + }, + { + "draw_calls": 1055, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 40, + "gpu_allocated_bytes": 17114112, + "gpu_ms": 0.890496, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 31.640944, + "renderer_cpu_ms": 31.612752, + "renderer_readback_cpu_ms": 0.4293, + "simulation_ms": 42.904561, + "snapshot_ms": 57.24921, + "texture_count": 1, + "tick": 40, + "vertices": 19008, + "wall_ms": 131.809834 + }, + { + "draw_calls": 1055, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 41, + "gpu_allocated_bytes": 17114112, + "gpu_ms": 0.886176, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 30.835695, + "renderer_cpu_ms": 30.810308, + "renderer_readback_cpu_ms": 0.461921, + "simulation_ms": 42.512712, + "snapshot_ms": 58.965698, + "texture_count": 1, + "tick": 41, + "vertices": 19008, + "wall_ms": 132.329514 + }, + { + "draw_calls": 1055, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 42, + "gpu_allocated_bytes": 17114112, + "gpu_ms": 0.907392, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 32.991593, + "renderer_cpu_ms": 32.966284, + "renderer_readback_cpu_ms": 0.515963, + "simulation_ms": 40.437928, + "snapshot_ms": 60.952926, + "texture_count": 1, + "tick": 42, + "vertices": 19008, + "wall_ms": 134.396744 + }, + { + "draw_calls": 1055, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 43, + "gpu_allocated_bytes": 17114112, + "gpu_ms": 0.884672, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 31.539624, + "renderer_cpu_ms": 31.505208, + "renderer_readback_cpu_ms": 0.550198, + "simulation_ms": 40.293266, + "snapshot_ms": 58.357039, + "texture_count": 1, + "tick": 43, + "vertices": 19008, + "wall_ms": 130.205388 + }, + { + "draw_calls": 1055, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 44, + "gpu_allocated_bytes": 17114112, + "gpu_ms": 0.887968, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 32.198557, + "renderer_cpu_ms": 32.174331, + "renderer_readback_cpu_ms": 0.569184, + "simulation_ms": 58.754529, + "snapshot_ms": 60.424539, + "texture_count": 1, + "tick": 44, + "vertices": 19008, + "wall_ms": 151.393866 + }, + { + "draw_calls": 1055, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 45, + "gpu_allocated_bytes": 17114112, + "gpu_ms": 0.885728, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 31.659039, + "renderer_cpu_ms": 31.631147, + "renderer_readback_cpu_ms": 0.388372, + "simulation_ms": 54.684051, + "snapshot_ms": 60.441992, + "texture_count": 1, + "tick": 45, + "vertices": 19008, + "wall_ms": 146.801263 + }, + { + "draw_calls": 1055, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 46, + "gpu_allocated_bytes": 17114112, + "gpu_ms": 0.887488, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 34.525105, + "renderer_cpu_ms": 34.499096, + "renderer_readback_cpu_ms": 0.457743, + "simulation_ms": 41.602085, + "snapshot_ms": 59.239614, + "texture_count": 1, + "tick": 46, + "vertices": 19008, + "wall_ms": 135.382343 + }, + { + "draw_calls": 1055, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 47, + "gpu_allocated_bytes": 17114112, + "gpu_ms": 0.935264, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 37.031192, + "renderer_cpu_ms": 37.005404, + "renderer_readback_cpu_ms": 0.495244, + "simulation_ms": 48.653676, + "snapshot_ms": 73.484594, + "texture_count": 1, + "tick": 47, + "vertices": 19008, + "wall_ms": 159.185242 + }, + { + "draw_calls": 1055, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 48, + "gpu_allocated_bytes": 17114112, + "gpu_ms": 0.885184, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 30.588319, + "renderer_cpu_ms": 30.564524, + "renderer_readback_cpu_ms": 0.495735, + "simulation_ms": 43.061156, + "snapshot_ms": 60.962444, + "texture_count": 1, + "tick": 48, + "vertices": 19008, + "wall_ms": 134.62822 + }, + { + "draw_calls": 1055, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 49, + "gpu_allocated_bytes": 17114112, + "gpu_ms": 0.888992, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 32.278727, + "renderer_cpu_ms": 32.25385, + "renderer_readback_cpu_ms": 0.548044, + "simulation_ms": 42.488687, + "snapshot_ms": 60.252695, + "texture_count": 1, + "tick": 49, + "vertices": 19008, + "wall_ms": 135.035268 + }, + { + "draw_calls": 1055, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 50, + "gpu_allocated_bytes": 17114112, + "gpu_ms": 0.884736, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 32.583633, + "renderer_cpu_ms": 32.556271, + "renderer_readback_cpu_ms": 0.486588, + "simulation_ms": 41.818883, + "snapshot_ms": 60.856534, + "texture_count": 1, + "tick": 50, + "vertices": 19008, + "wall_ms": 135.273928 + }, + { + "draw_calls": 1055, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 51, + "gpu_allocated_bytes": 17114112, + "gpu_ms": 0.924224, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 42.961178, + "renderer_cpu_ms": 42.907757, + "renderer_readback_cpu_ms": 0.773839, + "simulation_ms": 44.590732, + "snapshot_ms": 71.910405, + "texture_count": 1, + "tick": 51, + "vertices": 19008, + "wall_ms": 159.478325 + }, + { + "draw_calls": 1055, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 52, + "gpu_allocated_bytes": 17114112, + "gpu_ms": 0.88976, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 29.527028, + "renderer_cpu_ms": 29.499786, + "renderer_readback_cpu_ms": 0.430061, + "simulation_ms": 37.900652, + "snapshot_ms": 58.858515, + "texture_count": 1, + "tick": 52, + "vertices": 19008, + "wall_ms": 126.301083 + }, + { + "draw_calls": 1055, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 53, + "gpu_allocated_bytes": 17114112, + "gpu_ms": 0.885824, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 36.34113, + "renderer_cpu_ms": 36.306385, + "renderer_readback_cpu_ms": 0.476048, + "simulation_ms": 39.788914, + "snapshot_ms": 64.323765, + "texture_count": 1, + "tick": 53, + "vertices": 19008, + "wall_ms": 140.469729 + }, + { + "draw_calls": 1055, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 54, + "gpu_allocated_bytes": 17114112, + "gpu_ms": 0.907296, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 37.926051, + "renderer_cpu_ms": 37.88909, + "renderer_readback_cpu_ms": 0.554155, + "simulation_ms": 43.151287, + "snapshot_ms": 70.965182, + "texture_count": 1, + "tick": 54, + "vertices": 19008, + "wall_ms": 152.060814 + }, + { + "draw_calls": 1055, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 55, + "gpu_allocated_bytes": 17114112, + "gpu_ms": 0.885952, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 31.698453, + "renderer_cpu_ms": 31.671863, + "renderer_readback_cpu_ms": 0.422317, + "simulation_ms": 45.062542, + "snapshot_ms": 72.606799, + "texture_count": 1, + "tick": 55, + "vertices": 19008, + "wall_ms": 149.386929 + }, + { + "draw_calls": 1055, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 56, + "gpu_allocated_bytes": 17114112, + "gpu_ms": 0.884736, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 32.194479, + "renderer_cpu_ms": 32.166576, + "renderer_readback_cpu_ms": 0.412989, + "simulation_ms": 39.901516, + "snapshot_ms": 64.405439, + "texture_count": 1, + "tick": 56, + "vertices": 19008, + "wall_ms": 136.52072 + }, + { + "draw_calls": 1055, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 57, + "gpu_allocated_bytes": 17114112, + "gpu_ms": 0.888128, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 31.466876, + "renderer_cpu_ms": 31.438122, + "renderer_readback_cpu_ms": 0.441402, + "simulation_ms": 42.802378, + "snapshot_ms": 62.652893, + "texture_count": 1, + "tick": 57, + "vertices": 19008, + "wall_ms": 136.941714 + }, + { + "draw_calls": 1055, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 58, + "gpu_allocated_bytes": 17114112, + "gpu_ms": 0.888736, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 30.838712, + "renderer_cpu_ms": 30.81146, + "renderer_readback_cpu_ms": 0.460579, + "simulation_ms": 40.361213, + "snapshot_ms": 56.633128, + "texture_count": 1, + "tick": 58, + "vertices": 19008, + "wall_ms": 127.848993 + }, + { + "draw_calls": 1055, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 59, + "gpu_allocated_bytes": 17114112, + "gpu_ms": 0.885792, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 34.796617, + "renderer_cpu_ms": 34.76102, + "renderer_readback_cpu_ms": 0.590053, + "simulation_ms": 40.790954, + "snapshot_ms": 68.306747, + "texture_count": 1, + "tick": 59, + "vertices": 19008, + "wall_ms": 143.926419 + }, + { + "draw_calls": 1055, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 60, + "gpu_allocated_bytes": 17114112, + "gpu_ms": 0.893056, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 47.519036, + "renderer_cpu_ms": 47.492205, + "renderer_readback_cpu_ms": 0.44019, + "simulation_ms": 53.9308, + "snapshot_ms": 71.807501, + "texture_count": 1, + "tick": 60, + "vertices": 19008, + "wall_ms": 173.277595 + }, + { + "draw_calls": 1055, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 61, + "gpu_allocated_bytes": 17114112, + "gpu_ms": 0.893728, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 31.695257, + "renderer_cpu_ms": 31.65449, + "renderer_readback_cpu_ms": 0.449989, + "simulation_ms": 41.351572, + "snapshot_ms": 60.041607, + "texture_count": 1, + "tick": 61, + "vertices": 19008, + "wall_ms": 133.106019 + }, + { + "draw_calls": 1055, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 62, + "gpu_allocated_bytes": 17114112, + "gpu_ms": 0.910976, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 31.354834, + "renderer_cpu_ms": 31.318256, + "renderer_readback_cpu_ms": 0.60442, + "simulation_ms": 40.852801, + "snapshot_ms": 60.183605, + "texture_count": 1, + "tick": 62, + "vertices": 19008, + "wall_ms": 132.409134 + }, + { + "draw_calls": 1055, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 63, + "gpu_allocated_bytes": 17114112, + "gpu_ms": 0.885792, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 32.425795, + "renderer_cpu_ms": 32.399746, + "renderer_readback_cpu_ms": 0.407409, + "simulation_ms": 40.070996, + "snapshot_ms": 64.775677, + "texture_count": 1, + "tick": 63, + "vertices": 19008, + "wall_ms": 137.292316 + }, + { + "draw_calls": 1055, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 64, + "gpu_allocated_bytes": 17114112, + "gpu_ms": 0.886784, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 33.272713, + "renderer_cpu_ms": 33.247725, + "renderer_readback_cpu_ms": 0.401708, + "simulation_ms": 48.192376, + "snapshot_ms": 62.480998, + "texture_count": 1, + "tick": 64, + "vertices": 19008, + "wall_ms": 143.962037 + }, + { + "draw_calls": 1055, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 65, + "gpu_allocated_bytes": 17114112, + "gpu_ms": 0.886176, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 31.915201, + "renderer_cpu_ms": 31.888241, + "renderer_readback_cpu_ms": 0.446472, + "simulation_ms": 44.366849, + "snapshot_ms": 62.289437, + "texture_count": 1, + "tick": 65, + "vertices": 19008, + "wall_ms": 138.595714 + }, + { + "draw_calls": 1055, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 66, + "gpu_allocated_bytes": 17114112, + "gpu_ms": 0.8856, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 29.771719, + "renderer_cpu_ms": 29.745028, + "renderer_readback_cpu_ms": 0.41906, + "simulation_ms": 41.796751, + "snapshot_ms": 56.903658, + "texture_count": 1, + "tick": 66, + "vertices": 19008, + "wall_ms": 128.489892 + }, + { + "draw_calls": 1055, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 67, + "gpu_allocated_bytes": 17114112, + "gpu_ms": 0.88512, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 40.483003, + "renderer_cpu_ms": 40.453157, + "renderer_readback_cpu_ms": 0.559295, + "simulation_ms": 40.890842, + "snapshot_ms": 55.69588, + "texture_count": 1, + "tick": 67, + "vertices": 19008, + "wall_ms": 137.08801 + }, + { + "draw_calls": 1055, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 68, + "gpu_allocated_bytes": 17114112, + "gpu_ms": 0.886304, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 29.458377, + "renderer_cpu_ms": 29.434562, + "renderer_readback_cpu_ms": 0.489834, + "simulation_ms": 42.009022, + "snapshot_ms": 54.99124, + "texture_count": 1, + "tick": 68, + "vertices": 19008, + "wall_ms": 126.473969 + }, + { + "draw_calls": 1055, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 69, + "gpu_allocated_bytes": 17114112, + "gpu_ms": 0.8896, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 29.411619, + "renderer_cpu_ms": 29.386612, + "renderer_readback_cpu_ms": 0.493932, + "simulation_ms": 38.013195, + "snapshot_ms": 55.867253, + "texture_count": 1, + "tick": 69, + "vertices": 19008, + "wall_ms": 123.306964 + }, + { + "draw_calls": 1055, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 70, + "gpu_allocated_bytes": 17114112, + "gpu_ms": 0.92048, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 30.464475, + "renderer_cpu_ms": 30.436413, + "renderer_readback_cpu_ms": 0.415924, + "simulation_ms": 38.71041, + "snapshot_ms": 56.155957, + "texture_count": 1, + "tick": 70, + "vertices": 19008, + "wall_ms": 125.345159 + }, + { + "draw_calls": 1055, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 71, + "gpu_allocated_bytes": 17114112, + "gpu_ms": 0.887776, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 29.592671, + "renderer_cpu_ms": 29.567172, + "renderer_readback_cpu_ms": 0.499211, + "simulation_ms": 37.847622, + "snapshot_ms": 56.068473, + "texture_count": 1, + "tick": 71, + "vertices": 19008, + "wall_ms": 123.523343 + }, + { + "draw_calls": 1055, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 72, + "gpu_allocated_bytes": 17114112, + "gpu_ms": 0.886016, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 30.134653, + "renderer_cpu_ms": 30.106189, + "renderer_readback_cpu_ms": 0.44022, + "simulation_ms": 38.535019, + "snapshot_ms": 55.249337, + "texture_count": 1, + "tick": 72, + "vertices": 19008, + "wall_ms": 123.934478 + }, + { + "draw_calls": 1055, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 73, + "gpu_allocated_bytes": 17114112, + "gpu_ms": 0.885088, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 29.18397, + "renderer_cpu_ms": 29.160145, + "renderer_readback_cpu_ms": 0.47732, + "simulation_ms": 37.952691, + "snapshot_ms": 55.768977, + "texture_count": 1, + "tick": 73, + "vertices": 19008, + "wall_ms": 122.919253 + }, + { + "draw_calls": 1055, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 74, + "gpu_allocated_bytes": 17114112, + "gpu_ms": 0.885568, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 30.93332, + "renderer_cpu_ms": 30.90691, + "renderer_readback_cpu_ms": 0.445951, + "simulation_ms": 39.327253, + "snapshot_ms": 55.143337, + "texture_count": 1, + "tick": 74, + "vertices": 19008, + "wall_ms": 125.416674 + }, + { + "draw_calls": 1055, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 75, + "gpu_allocated_bytes": 17114112, + "gpu_ms": 0.902912, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 34.106655, + "renderer_cpu_ms": 34.081488, + "renderer_readback_cpu_ms": 0.39777, + "simulation_ms": 42.417893, + "snapshot_ms": 56.823928, + "texture_count": 1, + "tick": 75, + "vertices": 19008, + "wall_ms": 133.364075 + }, + { + "draw_calls": 1055, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 76, + "gpu_allocated_bytes": 17114112, + "gpu_ms": 0.898208, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 29.496579, + "renderer_cpu_ms": 29.471342, + "renderer_readback_cpu_ms": 0.412849, + "simulation_ms": 38.110187, + "snapshot_ms": 56.576471, + "texture_count": 1, + "tick": 76, + "vertices": 19008, + "wall_ms": 124.200971 + }, + { + "draw_calls": 1055, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 77, + "gpu_allocated_bytes": 17114112, + "gpu_ms": 0.885184, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 29.242771, + "renderer_cpu_ms": 29.219026, + "renderer_readback_cpu_ms": 0.484233, + "simulation_ms": 38.176121, + "snapshot_ms": 64.17782, + "texture_count": 1, + "tick": 77, + "vertices": 19008, + "wall_ms": 131.61159 + }, + { + "draw_calls": 1055, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 78, + "gpu_allocated_bytes": 17114112, + "gpu_ms": 0.885088, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 29.29546, + "renderer_cpu_ms": 29.271104, + "renderer_readback_cpu_ms": 0.490335, + "simulation_ms": 37.863112, + "snapshot_ms": 54.340422, + "texture_count": 1, + "tick": 78, + "vertices": 19008, + "wall_ms": 121.513351 + }, + { + "draw_calls": 1055, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 79, + "gpu_allocated_bytes": 17114112, + "gpu_ms": 0.885888, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 29.302403, + "renderer_cpu_ms": 29.277086, + "renderer_readback_cpu_ms": 0.528236, + "simulation_ms": 38.075922, + "snapshot_ms": 55.018512, + "texture_count": 1, + "tick": 79, + "vertices": 19008, + "wall_ms": 122.410794 + }, + { + "draw_calls": 1055, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 80, + "gpu_allocated_bytes": 17114112, + "gpu_ms": 0.91616, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 30.013856, + "renderer_cpu_ms": 29.986574, + "renderer_readback_cpu_ms": 0.488171, + "simulation_ms": 37.900512, + "snapshot_ms": 54.351043, + "texture_count": 1, + "tick": 80, + "vertices": 19008, + "wall_ms": 122.280419 + }, + { + "draw_calls": 1055, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 81, + "gpu_allocated_bytes": 17114112, + "gpu_ms": 0.884384, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 30.010549, + "renderer_cpu_ms": 29.983589, + "renderer_readback_cpu_ms": 0.448035, + "simulation_ms": 38.162426, + "snapshot_ms": 54.287543, + "texture_count": 1, + "tick": 81, + "vertices": 19008, + "wall_ms": 122.475105 + }, + { + "draw_calls": 1055, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 82, + "gpu_allocated_bytes": 17114112, + "gpu_ms": 0.896224, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 32.93235, + "renderer_cpu_ms": 32.903365, + "renderer_readback_cpu_ms": 0.506426, + "simulation_ms": 39.244026, + "snapshot_ms": 59.584776, + "texture_count": 1, + "tick": 82, + "vertices": 19008, + "wall_ms": 131.778294 + }, + { + "draw_calls": 1055, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 83, + "gpu_allocated_bytes": 17114112, + "gpu_ms": 0.891168, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 30.505843, + "renderer_cpu_ms": 30.476759, + "renderer_readback_cpu_ms": 0.532004, + "simulation_ms": 43.396529, + "snapshot_ms": 57.419731, + "texture_count": 1, + "tick": 83, + "vertices": 19008, + "wall_ms": 131.340108 + }, + { + "draw_calls": 1055, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 84, + "gpu_allocated_bytes": 17114112, + "gpu_ms": 0.907904, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 29.863952, + "renderer_cpu_ms": 29.837994, + "renderer_readback_cpu_ms": 0.421606, + "simulation_ms": 38.669833, + "snapshot_ms": 56.370542, + "texture_count": 1, + "tick": 84, + "vertices": 19008, + "wall_ms": 124.920057 + }, + { + "draw_calls": 1055, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 85, + "gpu_allocated_bytes": 17114112, + "gpu_ms": 0.88512, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 29.836672, + "renderer_cpu_ms": 29.810582, + "renderer_readback_cpu_ms": 0.418489, + "simulation_ms": 38.714978, + "snapshot_ms": 56.527428, + "texture_count": 1, + "tick": 85, + "vertices": 19008, + "wall_ms": 125.098785 + }, + { + "draw_calls": 1055, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 86, + "gpu_allocated_bytes": 17114112, + "gpu_ms": 0.888128, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 29.991904, + "renderer_cpu_ms": 29.966105, + "renderer_readback_cpu_ms": 0.441243, + "simulation_ms": 38.449528, + "snapshot_ms": 56.208276, + "texture_count": 1, + "tick": 86, + "vertices": 19008, + "wall_ms": 124.668513 + }, + { + "draw_calls": 1055, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 87, + "gpu_allocated_bytes": 17114112, + "gpu_ms": 0.885344, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 29.879041, + "renderer_cpu_ms": 29.853433, + "renderer_readback_cpu_ms": 0.476489, + "simulation_ms": 38.271673, + "snapshot_ms": 57.888796, + "texture_count": 1, + "tick": 87, + "vertices": 19008, + "wall_ms": 126.058174 + }, + { + "draw_calls": 1055, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 88, + "gpu_allocated_bytes": 17114112, + "gpu_ms": 0.885056, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 31.902759, + "renderer_cpu_ms": 31.876819, + "renderer_readback_cpu_ms": 0.451792, + "simulation_ms": 38.109927, + "snapshot_ms": 56.360343, + "texture_count": 1, + "tick": 88, + "vertices": 19008, + "wall_ms": 126.387636 + }, + { + "draw_calls": 1055, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 89, + "gpu_allocated_bytes": 17114112, + "gpu_ms": 0.888256, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 30.165612, + "renderer_cpu_ms": 30.139993, + "renderer_readback_cpu_ms": 0.51408, + "simulation_ms": 43.651149, + "snapshot_ms": 57.756467, + "texture_count": 1, + "tick": 89, + "vertices": 19008, + "wall_ms": 131.588667 + }, + { + "draw_calls": 1055, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 90, + "gpu_allocated_bytes": 17114112, + "gpu_ms": 0.88672, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 30.067867, + "renderer_cpu_ms": 30.042259, + "renderer_readback_cpu_ms": 0.50356, + "simulation_ms": 40.43389, + "snapshot_ms": 61.558769, + "texture_count": 1, + "tick": 90, + "vertices": 19008, + "wall_ms": 132.077168 + }, + { + "draw_calls": 1055, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 91, + "gpu_allocated_bytes": 17114112, + "gpu_ms": 0.884576, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 29.117685, + "renderer_cpu_ms": 29.091686, + "renderer_readback_cpu_ms": 0.466349, + "simulation_ms": 44.16037, + "snapshot_ms": 57.296358, + "texture_count": 1, + "tick": 91, + "vertices": 19008, + "wall_ms": 130.588901 + }, + { + "draw_calls": 1055, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 92, + "gpu_allocated_bytes": 17114112, + "gpu_ms": 0.885312, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 30.998583, + "renderer_cpu_ms": 30.971011, + "renderer_readback_cpu_ms": 0.478893, + "simulation_ms": 38.31816, + "snapshot_ms": 58.884193, + "texture_count": 1, + "tick": 92, + "vertices": 19008, + "wall_ms": 128.215143 + }, + { + "draw_calls": 1055, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 93, + "gpu_allocated_bytes": 17114112, + "gpu_ms": 0.907616, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 33.827179, + "renderer_cpu_ms": 33.798003, + "renderer_readback_cpu_ms": 0.486678, + "simulation_ms": 40.325496, + "snapshot_ms": 58.432592, + "texture_count": 1, + "tick": 93, + "vertices": 19008, + "wall_ms": 132.606096 + }, + { + "draw_calls": 1055, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 94, + "gpu_allocated_bytes": 17114112, + "gpu_ms": 0.885632, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 29.650469, + "renderer_cpu_ms": 29.623539, + "renderer_readback_cpu_ms": 0.476228, + "simulation_ms": 40.831641, + "snapshot_ms": 56.29558, + "texture_count": 1, + "tick": 94, + "vertices": 19008, + "wall_ms": 126.79316 + }, + { + "draw_calls": 1055, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 95, + "gpu_allocated_bytes": 17114112, + "gpu_ms": 0.88576, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 31.51641, + "renderer_cpu_ms": 31.49023, + "renderer_readback_cpu_ms": 0.54094, + "simulation_ms": 38.916489, + "snapshot_ms": 55.462088, + "texture_count": 1, + "tick": 95, + "vertices": 19008, + "wall_ms": 125.909754 + }, + { + "draw_calls": 1055, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 96, + "gpu_allocated_bytes": 17114112, + "gpu_ms": 0.883936, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 34.781719, + "renderer_cpu_ms": 34.747424, + "renderer_readback_cpu_ms": 0.507006, + "simulation_ms": 41.718855, + "snapshot_ms": 63.857645, + "texture_count": 1, + "tick": 96, + "vertices": 19008, + "wall_ms": 140.37504 + }, + { + "draw_calls": 1055, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 97, + "gpu_allocated_bytes": 17114112, + "gpu_ms": 0.88656, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 35.018475, + "renderer_cpu_ms": 34.97832, + "renderer_readback_cpu_ms": 0.416416, + "simulation_ms": 46.131327, + "snapshot_ms": 66.947514, + "texture_count": 1, + "tick": 97, + "vertices": 19008, + "wall_ms": 148.116533 + }, + { + "draw_calls": 1055, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 98, + "gpu_allocated_bytes": 17114112, + "gpu_ms": 0.885632, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 34.788942, + "renderer_cpu_ms": 34.753246, + "renderer_readback_cpu_ms": 0.494824, + "simulation_ms": 45.091246, + "snapshot_ms": 67.395138, + "texture_count": 1, + "tick": 98, + "vertices": 19008, + "wall_ms": 147.293049 + }, + { + "draw_calls": 1055, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 99, + "gpu_allocated_bytes": 17114112, + "gpu_ms": 0.88784, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 30.326215, + "renderer_cpu_ms": 30.298252, + "renderer_readback_cpu_ms": 0.415824, + "simulation_ms": 46.750776, + "snapshot_ms": 61.823919, + "texture_count": 1, + "tick": 99, + "vertices": 19008, + "wall_ms": 138.919174 + }, + { + "draw_calls": 1055, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 100, + "gpu_allocated_bytes": 17114112, + "gpu_ms": 0.885248, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 31.697101, + "renderer_cpu_ms": 31.671101, + "renderer_readback_cpu_ms": 0.366541, + "simulation_ms": 38.624788, + "snapshot_ms": 57.764762, + "texture_count": 1, + "tick": 100, + "vertices": 19008, + "wall_ms": 128.104515 + }, + { + "draw_calls": 1055, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 101, + "gpu_allocated_bytes": 17114112, + "gpu_ms": 0.887488, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 32.547755, + "renderer_cpu_ms": 32.506748, + "renderer_readback_cpu_ms": 0.574434, + "simulation_ms": 40.860054, + "snapshot_ms": 60.981941, + "texture_count": 1, + "tick": 101, + "vertices": 19008, + "wall_ms": 134.40591 + }, + { + "draw_calls": 1055, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 102, + "gpu_allocated_bytes": 17114112, + "gpu_ms": 0.884992, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 33.858367, + "renderer_cpu_ms": 33.811178, + "renderer_readback_cpu_ms": 0.480086, + "simulation_ms": 42.701528, + "snapshot_ms": 59.925337, + "texture_count": 1, + "tick": 102, + "vertices": 19008, + "wall_ms": 136.503407 + }, + { + "draw_calls": 1055, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 103, + "gpu_allocated_bytes": 17114112, + "gpu_ms": 0.88496, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 29.378457, + "renderer_cpu_ms": 29.351707, + "renderer_readback_cpu_ms": 0.379406, + "simulation_ms": 58.114762, + "snapshot_ms": 57.499532, + "texture_count": 1, + "tick": 103, + "vertices": 19008, + "wall_ms": 145.012188 + }, + { + "draw_calls": 1055, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 104, + "gpu_allocated_bytes": 17114112, + "gpu_ms": 0.899968, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 29.503423, + "renderer_cpu_ms": 29.475309, + "renderer_readback_cpu_ms": 0.480657, + "simulation_ms": 37.535473, + "snapshot_ms": 54.962656, + "texture_count": 1, + "tick": 104, + "vertices": 19008, + "wall_ms": 122.017182 + }, + { + "draw_calls": 1055, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 105, + "gpu_allocated_bytes": 17114112, + "gpu_ms": 0.886016, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 31.119701, + "renderer_cpu_ms": 31.09236, + "renderer_readback_cpu_ms": 0.428288, + "simulation_ms": 37.577333, + "snapshot_ms": 58.332172, + "texture_count": 1, + "tick": 105, + "vertices": 19008, + "wall_ms": 127.047962 + }, + { + "draw_calls": 1055, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 106, + "gpu_allocated_bytes": 17114112, + "gpu_ms": 0.884768, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 31.18829, + "renderer_cpu_ms": 31.152513, + "renderer_readback_cpu_ms": 0.57252, + "simulation_ms": 40.481, + "snapshot_ms": 58.800786, + "texture_count": 1, + "tick": 106, + "vertices": 19008, + "wall_ms": 130.485555 + }, + { + "draw_calls": 1055, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 107, + "gpu_allocated_bytes": 17114112, + "gpu_ms": 0.89264, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 29.267447, + "renderer_cpu_ms": 29.240977, + "renderer_readback_cpu_ms": 0.409663, + "simulation_ms": 38.638614, + "snapshot_ms": 56.752613, + "texture_count": 1, + "tick": 107, + "vertices": 19008, + "wall_ms": 124.674645 + }, + { + "draw_calls": 1055, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 108, + "gpu_allocated_bytes": 17114112, + "gpu_ms": 0.90912, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 32.484686, + "renderer_cpu_ms": 32.446584, + "renderer_readback_cpu_ms": 0.534268, + "simulation_ms": 39.227886, + "snapshot_ms": 61.814401, + "texture_count": 1, + "tick": 108, + "vertices": 19008, + "wall_ms": 133.542703 + }, + { + "draw_calls": 1055, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 109, + "gpu_allocated_bytes": 17114112, + "gpu_ms": 0.886272, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 32.976193, + "renderer_cpu_ms": 32.949303, + "renderer_readback_cpu_ms": 0.378784, + "simulation_ms": 42.805504, + "snapshot_ms": 62.339472, + "texture_count": 1, + "tick": 109, + "vertices": 19008, + "wall_ms": 138.141858 + }, + { + "draw_calls": 1055, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 110, + "gpu_allocated_bytes": 17114112, + "gpu_ms": 0.887232, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 31.165989, + "renderer_cpu_ms": 31.139398, + "renderer_readback_cpu_ms": 0.50321, + "simulation_ms": 42.54351, + "snapshot_ms": 62.632565, + "texture_count": 1, + "tick": 110, + "vertices": 19008, + "wall_ms": 136.358474 + }, + { + "draw_calls": 1055, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 111, + "gpu_allocated_bytes": 17114112, + "gpu_ms": 0.911264, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 33.378342, + "renderer_cpu_ms": 33.344588, + "renderer_readback_cpu_ms": 0.390457, + "simulation_ms": 39.795937, + "snapshot_ms": 57.758641, + "texture_count": 1, + "tick": 111, + "vertices": 19008, + "wall_ms": 130.954881 + }, + { + "draw_calls": 1055, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 112, + "gpu_allocated_bytes": 17114112, + "gpu_ms": 0.887552, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 31.489519, + "renderer_cpu_ms": 31.462538, + "renderer_readback_cpu_ms": 0.430382, + "simulation_ms": 39.015916, + "snapshot_ms": 56.684494, + "texture_count": 1, + "tick": 112, + "vertices": 19008, + "wall_ms": 127.205929 + }, + { + "draw_calls": 1055, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 113, + "gpu_allocated_bytes": 17114112, + "gpu_ms": 0.885248, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 36.514678, + "renderer_cpu_ms": 36.487466, + "renderer_readback_cpu_ms": 0.419962, + "simulation_ms": 38.739906, + "snapshot_ms": 56.392473, + "texture_count": 1, + "tick": 113, + "vertices": 19008, + "wall_ms": 131.663548 + }, + { + "draw_calls": 1055, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 114, + "gpu_allocated_bytes": 17114112, + "gpu_ms": 0.923808, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 33.283243, + "renderer_cpu_ms": 33.256472, + "renderer_readback_cpu_ms": 0.46127, + "simulation_ms": 39.674809, + "snapshot_ms": 59.464418, + "texture_count": 1, + "tick": 114, + "vertices": 19008, + "wall_ms": 132.43852 + }, + { + "draw_calls": 1055, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 115, + "gpu_allocated_bytes": 17114112, + "gpu_ms": 0.887072, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 31.492835, + "renderer_cpu_ms": 31.464722, + "renderer_readback_cpu_ms": 0.404103, + "simulation_ms": 42.877159, + "snapshot_ms": 62.277124, + "texture_count": 1, + "tick": 115, + "vertices": 19008, + "wall_ms": 136.663619 + }, + { + "draw_calls": 1055, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 116, + "gpu_allocated_bytes": 17114112, + "gpu_ms": 0.883552, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 30.961282, + "renderer_cpu_ms": 30.920645, + "renderer_readback_cpu_ms": 0.416676, + "simulation_ms": 38.774521, + "snapshot_ms": 58.380874, + "texture_count": 1, + "tick": 116, + "vertices": 19008, + "wall_ms": 128.131585 + }, + { + "draw_calls": 1055, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 117, + "gpu_allocated_bytes": 17114112, + "gpu_ms": 0.885344, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 29.643256, + "renderer_cpu_ms": 29.611537, + "renderer_readback_cpu_ms": 0.452303, + "simulation_ms": 40.304637, + "snapshot_ms": 57.221217, + "texture_count": 1, + "tick": 117, + "vertices": 19008, + "wall_ms": 127.186062 + }, + { + "draw_calls": 1055, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 118, + "gpu_allocated_bytes": 17114112, + "gpu_ms": 0.884896, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 31.115072, + "renderer_cpu_ms": 31.079966, + "renderer_readback_cpu_ms": 0.427677, + "simulation_ms": 39.749209, + "snapshot_ms": 58.314149, + "texture_count": 1, + "tick": 118, + "vertices": 19008, + "wall_ms": 129.19447 + }, + { + "draw_calls": 1055, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 119, + "gpu_allocated_bytes": 17114112, + "gpu_ms": 0.887648, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 30.493591, + "renderer_cpu_ms": 30.464435, + "renderer_readback_cpu_ms": 0.478172, + "simulation_ms": 40.182136, + "snapshot_ms": 59.665708, + "texture_count": 1, + "tick": 119, + "vertices": 19008, + "wall_ms": 130.359098 + }, + { + "draw_calls": 1055, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 120, + "gpu_allocated_bytes": 17114112, + "gpu_ms": 0.884352, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 30.682156, + "renderer_cpu_ms": 30.643142, + "renderer_readback_cpu_ms": 0.584913, + "simulation_ms": 39.520779, + "snapshot_ms": 58.216634, + "texture_count": 1, + "tick": 120, + "vertices": 19008, + "wall_ms": 128.437473 + }, + { + "draw_calls": 1055, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 121, + "gpu_allocated_bytes": 17114112, + "gpu_ms": 0.918432, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 30.903975, + "renderer_cpu_ms": 30.876623, + "renderer_readback_cpu_ms": 0.425333, + "simulation_ms": 38.035276, + "snapshot_ms": 59.13656, + "texture_count": 1, + "tick": 121, + "vertices": 19008, + "wall_ms": 128.09132 + }, + { + "draw_calls": 1055, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 122, + "gpu_allocated_bytes": 17114112, + "gpu_ms": 0.884576, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 29.482974, + "renderer_cpu_ms": 29.453578, + "renderer_readback_cpu_ms": 0.427887, + "simulation_ms": 39.478408, + "snapshot_ms": 59.133854, + "texture_count": 1, + "tick": 122, + "vertices": 19008, + "wall_ms": 128.114893 + }, + { + "draw_calls": 1055, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 123, + "gpu_allocated_bytes": 17114112, + "gpu_ms": 0.885408, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 29.291162, + "renderer_cpu_ms": 29.259913, + "renderer_readback_cpu_ms": 0.448556, + "simulation_ms": 37.86258, + "snapshot_ms": 55.062896, + "texture_count": 1, + "tick": 123, + "vertices": 19008, + "wall_ms": 122.233029 + }, + { + "draw_calls": 1055, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 124, + "gpu_allocated_bytes": 17114112, + "gpu_ms": 0.8872, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 29.58662, + "renderer_cpu_ms": 29.559218, + "renderer_readback_cpu_ms": 0.497238, + "simulation_ms": 37.68205, + "snapshot_ms": 54.771486, + "texture_count": 1, + "tick": 124, + "vertices": 19008, + "wall_ms": 122.056276 + }, + { + "draw_calls": 1055, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 125, + "gpu_allocated_bytes": 17114112, + "gpu_ms": 0.884672, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 29.535122, + "renderer_cpu_ms": 29.508372, + "renderer_readback_cpu_ms": 0.389114, + "simulation_ms": 37.690877, + "snapshot_ms": 55.294752, + "texture_count": 1, + "tick": 125, + "vertices": 19008, + "wall_ms": 122.537584 + }, + { + "draw_calls": 1055, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 126, + "gpu_allocated_bytes": 17114112, + "gpu_ms": 0.89904, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 30.785862, + "renderer_cpu_ms": 30.759482, + "renderer_readback_cpu_ms": 0.516113, + "simulation_ms": 39.645153, + "snapshot_ms": 59.016733, + "texture_count": 1, + "tick": 126, + "vertices": 19008, + "wall_ms": 129.463428 + }, + { + "draw_calls": 1055, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 127, + "gpu_allocated_bytes": 17114112, + "gpu_ms": 0.909504, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 31.402886, + "renderer_cpu_ms": 31.376015, + "renderer_readback_cpu_ms": 0.404142, + "simulation_ms": 39.881128, + "snapshot_ms": 60.368854, + "texture_count": 1, + "tick": 127, + "vertices": 19008, + "wall_ms": 131.66976 + }, + { + "draw_calls": 1055, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 128, + "gpu_allocated_bytes": 17114112, + "gpu_ms": 0.886112, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 29.353169, + "renderer_cpu_ms": 29.326789, + "renderer_readback_cpu_ms": 0.379125, + "simulation_ms": 37.657213, + "snapshot_ms": 54.686185, + "texture_count": 1, + "tick": 128, + "vertices": 19008, + "wall_ms": 121.71422 + }, + { + "draw_calls": 1055, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 129, + "gpu_allocated_bytes": 17114112, + "gpu_ms": 0.884896, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 28.927226, + "renderer_cpu_ms": 28.900736, + "renderer_readback_cpu_ms": 0.377202, + "simulation_ms": 37.645351, + "snapshot_ms": 54.546691, + "texture_count": 1, + "tick": 129, + "vertices": 19008, + "wall_ms": 121.134237 + }, + { + "draw_calls": 1055, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 130, + "gpu_allocated_bytes": 17114112, + "gpu_ms": 0.924448, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 28.825755, + "renderer_cpu_ms": 28.798453, + "renderer_readback_cpu_ms": 0.441102, + "simulation_ms": 37.546104, + "snapshot_ms": 54.623827, + "texture_count": 1, + "tick": 130, + "vertices": 19008, + "wall_ms": 121.011305 + }, + { + "draw_calls": 1055, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 131, + "gpu_allocated_bytes": 17114112, + "gpu_ms": 0.88976, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 28.872733, + "renderer_cpu_ms": 28.844981, + "renderer_readback_cpu_ms": 0.449759, + "simulation_ms": 37.609493, + "snapshot_ms": 54.470688, + "texture_count": 1, + "tick": 131, + "vertices": 19008, + "wall_ms": 120.968424 + }, + { + "draw_calls": 1055, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 132, + "gpu_allocated_bytes": 17114112, + "gpu_ms": 0.885472, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 36.422394, + "renderer_cpu_ms": 36.37776, + "renderer_readback_cpu_ms": 0.672639, + "simulation_ms": 37.541625, + "snapshot_ms": 63.665012, + "texture_count": 1, + "tick": 132, + "vertices": 19008, + "wall_ms": 137.652705 + }, + { + "draw_calls": 1055, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 133, + "gpu_allocated_bytes": 17114112, + "gpu_ms": 0.887648, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 33.70584, + "renderer_cpu_ms": 33.678779, + "renderer_readback_cpu_ms": 0.421445, + "simulation_ms": 45.782379, + "snapshot_ms": 63.642119, + "texture_count": 1, + "tick": 133, + "vertices": 19008, + "wall_ms": 143.149544 + }, + { + "draw_calls": 1055, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 134, + "gpu_allocated_bytes": 17114112, + "gpu_ms": 0.888224, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 29.622177, + "renderer_cpu_ms": 29.593732, + "renderer_readback_cpu_ms": 0.431684, + "simulation_ms": 41.156804, + "snapshot_ms": 59.70933, + "texture_count": 1, + "tick": 134, + "vertices": 19008, + "wall_ms": 130.504802 + }, + { + "draw_calls": 1055, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 135, + "gpu_allocated_bytes": 17114112, + "gpu_ms": 0.885728, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 29.602499, + "renderer_cpu_ms": 29.57627, + "renderer_readback_cpu_ms": 0.371802, + "simulation_ms": 38.476689, + "snapshot_ms": 56.032675, + "texture_count": 1, + "tick": 135, + "vertices": 19008, + "wall_ms": 124.128133 + }, + { + "draw_calls": 1055, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 136, + "gpu_allocated_bytes": 17114112, + "gpu_ms": 0.885472, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 29.953181, + "renderer_cpu_ms": 29.92642, + "renderer_readback_cpu_ms": 0.416807, + "simulation_ms": 38.144142, + "snapshot_ms": 55.56934, + "texture_count": 1, + "tick": 136, + "vertices": 19008, + "wall_ms": 123.682433 + }, + { + "draw_calls": 1055, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 137, + "gpu_allocated_bytes": 17114112, + "gpu_ms": 0.890272, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 29.349112, + "renderer_cpu_ms": 29.322211, + "renderer_readback_cpu_ms": 0.408871, + "simulation_ms": 38.150845, + "snapshot_ms": 55.819111, + "texture_count": 1, + "tick": 137, + "vertices": 19008, + "wall_ms": 123.335118 + }, + { + "draw_calls": 1055, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 138, + "gpu_allocated_bytes": 17114112, + "gpu_ms": 0.886176, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 29.78857, + "renderer_cpu_ms": 29.763583, + "renderer_readback_cpu_ms": 0.364207, + "simulation_ms": 38.082776, + "snapshot_ms": 55.986938, + "texture_count": 1, + "tick": 138, + "vertices": 19008, + "wall_ms": 123.874906 + }, + { + "draw_calls": 1055, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 139, + "gpu_allocated_bytes": 17114112, + "gpu_ms": 0.884768, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 30.928511, + "renderer_cpu_ms": 30.902051, + "renderer_readback_cpu_ms": 0.38686, + "simulation_ms": 38.82718, + "snapshot_ms": 55.518795, + "texture_count": 1, + "tick": 139, + "vertices": 19008, + "wall_ms": 125.289895 + }, + { + "draw_calls": 1055, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 140, + "gpu_allocated_bytes": 17114112, + "gpu_ms": 0.893792, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 30.610861, + "renderer_cpu_ms": 30.586115, + "renderer_readback_cpu_ms": 0.371471, + "simulation_ms": 38.294195, + "snapshot_ms": 58.184313, + "texture_count": 1, + "tick": 140, + "vertices": 19008, + "wall_ms": 127.105299 + }, + { + "draw_calls": 1055, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 141, + "gpu_allocated_bytes": 17114112, + "gpu_ms": 0.885568, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 30.489232, + "renderer_cpu_ms": 30.463553, + "renderer_readback_cpu_ms": 0.385838, + "simulation_ms": 40.420094, + "snapshot_ms": 57.65225, + "texture_count": 1, + "tick": 141, + "vertices": 19008, + "wall_ms": 128.576705 + }, + { + "draw_calls": 1055, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 142, + "gpu_allocated_bytes": 17114112, + "gpu_ms": 0.886432, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 30.921277, + "renderer_cpu_ms": 30.892082, + "renderer_readback_cpu_ms": 0.421946, + "simulation_ms": 39.467017, + "snapshot_ms": 57.956092, + "texture_count": 1, + "tick": 142, + "vertices": 19008, + "wall_ms": 128.367179 + }, + { + "draw_calls": 1055, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 143, + "gpu_allocated_bytes": 17114112, + "gpu_ms": 0.893472, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 30.905107, + "renderer_cpu_ms": 30.878516, + "renderer_readback_cpu_ms": 0.397711, + "simulation_ms": 39.389391, + "snapshot_ms": 57.684751, + "texture_count": 1, + "tick": 143, + "vertices": 19008, + "wall_ms": 127.996812 + }, + { + "draw_calls": 1055, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 144, + "gpu_allocated_bytes": 17114112, + "gpu_ms": 0.886592, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 30.385346, + "renderer_cpu_ms": 30.358025, + "renderer_readback_cpu_ms": 0.458655, + "simulation_ms": 39.421301, + "snapshot_ms": 57.426844, + "texture_count": 1, + "tick": 144, + "vertices": 19008, + "wall_ms": 127.249161 + }, + { + "draw_calls": 1055, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 145, + "gpu_allocated_bytes": 17114112, + "gpu_ms": 0.887968, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 31.135041, + "renderer_cpu_ms": 31.106657, + "renderer_readback_cpu_ms": 0.615882, + "simulation_ms": 39.507203, + "snapshot_ms": 57.421404, + "texture_count": 1, + "tick": 145, + "vertices": 19008, + "wall_ms": 128.081541 + }, + { + "draw_calls": 1055, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 146, + "gpu_allocated_bytes": 17114112, + "gpu_ms": 0.886528, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 31.357029, + "renderer_cpu_ms": 31.330298, + "renderer_readback_cpu_ms": 0.625229, + "simulation_ms": 40.790223, + "snapshot_ms": 60.354267, + "texture_count": 1, + "tick": 146, + "vertices": 19008, + "wall_ms": 132.51793 + }, + { + "draw_calls": 1055, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 147, + "gpu_allocated_bytes": 17114112, + "gpu_ms": 0.885344, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 33.136285, + "renderer_cpu_ms": 33.098654, + "renderer_readback_cpu_ms": 0.51402, + "simulation_ms": 40.863421, + "snapshot_ms": 61.190374, + "texture_count": 1, + "tick": 147, + "vertices": 19008, + "wall_ms": 135.210799 + }, + { + "draw_calls": 1055, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 148, + "gpu_allocated_bytes": 17114112, + "gpu_ms": 0.886496, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 30.465587, + "renderer_cpu_ms": 30.439689, + "renderer_readback_cpu_ms": 0.433748, + "simulation_ms": 40.307222, + "snapshot_ms": 61.479749, + "texture_count": 1, + "tick": 148, + "vertices": 19008, + "wall_ms": 132.268399 + }, + { + "draw_calls": 1055, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 149, + "gpu_allocated_bytes": 17114112, + "gpu_ms": 0.896256, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 30.565466, + "renderer_cpu_ms": 30.534597, + "renderer_readback_cpu_ms": 0.410735, + "simulation_ms": 39.024502, + "snapshot_ms": 57.208844, + "texture_count": 1, + "tick": 149, + "vertices": 19008, + "wall_ms": 126.816184 + }, + { + "draw_calls": 1055, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 150, + "gpu_allocated_bytes": 17114112, + "gpu_ms": 0.89632, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 30.095579, + "renderer_cpu_ms": 30.06949, + "renderer_readback_cpu_ms": 0.405826, + "simulation_ms": 38.909705, + "snapshot_ms": 56.266887, + "texture_count": 1, + "tick": 150, + "vertices": 19008, + "wall_ms": 125.288873 + }, + { + "draw_calls": 1055, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 151, + "gpu_allocated_bytes": 17114112, + "gpu_ms": 0.890176, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 30.17023, + "renderer_cpu_ms": 30.141146, + "renderer_readback_cpu_ms": 0.433858, + "simulation_ms": 43.560889, + "snapshot_ms": 56.091747, + "texture_count": 1, + "tick": 151, + "vertices": 19008, + "wall_ms": 129.838926 + }, + { + "draw_calls": 1055, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 152, + "gpu_allocated_bytes": 17114112, + "gpu_ms": 0.885504, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 31.270596, + "renderer_cpu_ms": 31.241781, + "renderer_readback_cpu_ms": 0.437766, + "simulation_ms": 38.647871, + "snapshot_ms": 57.921057, + "texture_count": 1, + "tick": 152, + "vertices": 19008, + "wall_ms": 127.856767 + }, + { + "draw_calls": 1055, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 153, + "gpu_allocated_bytes": 17114112, + "gpu_ms": 0.88608, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 60.889035, + "renderer_cpu_ms": 60.83318, + "renderer_readback_cpu_ms": 0.615571, + "simulation_ms": 41.858127, + "snapshot_ms": 92.819015, + "texture_count": 1, + "tick": 153, + "vertices": 19008, + "wall_ms": 195.585274 + }, + { + "draw_calls": 1055, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 154, + "gpu_allocated_bytes": 17114112, + "gpu_ms": 0.897888, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 28.870949, + "renderer_cpu_ms": 28.844199, + "renderer_readback_cpu_ms": 0.42389, + "simulation_ms": 60.782885, + "snapshot_ms": 61.949085, + "texture_count": 1, + "tick": 154, + "vertices": 19008, + "wall_ms": 151.622677 + }, + { + "draw_calls": 1055, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 155, + "gpu_allocated_bytes": 17114112, + "gpu_ms": 0.885824, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 29.465161, + "renderer_cpu_ms": 29.437618, + "renderer_readback_cpu_ms": 0.426064, + "simulation_ms": 37.75658, + "snapshot_ms": 54.250854, + "texture_count": 1, + "tick": 155, + "vertices": 19008, + "wall_ms": 121.487183 + }, + { + "draw_calls": 1055, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 156, + "gpu_allocated_bytes": 17114112, + "gpu_ms": 0.885888, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 31.252461, + "renderer_cpu_ms": 31.224579, + "renderer_readback_cpu_ms": 0.50369, + "simulation_ms": 39.586522, + "snapshot_ms": 56.221231, + "texture_count": 1, + "tick": 156, + "vertices": 19008, + "wall_ms": 127.078809 + }, + { + "draw_calls": 1055, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 157, + "gpu_allocated_bytes": 17114112, + "gpu_ms": 0.891808, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 30.531031, + "renderer_cpu_ms": 30.50369, + "renderer_readback_cpu_ms": 0.442024, + "simulation_ms": 40.1206, + "snapshot_ms": 59.283436, + "texture_count": 1, + "tick": 157, + "vertices": 19008, + "wall_ms": 129.951549 + }, + { + "draw_calls": 1055, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 158, + "gpu_allocated_bytes": 17114112, + "gpu_ms": 0.904864, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 30.523978, + "renderer_cpu_ms": 30.497958, + "renderer_readback_cpu_ms": 0.376831, + "simulation_ms": 40.00927, + "snapshot_ms": 59.925989, + "texture_count": 1, + "tick": 158, + "vertices": 19008, + "wall_ms": 130.476679 + }, + { + "draw_calls": 1055, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 159, + "gpu_allocated_bytes": 17114112, + "gpu_ms": 0.886528, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 29.534422, + "renderer_cpu_ms": 29.506509, + "renderer_readback_cpu_ms": 0.532645, + "simulation_ms": 38.418339, + "snapshot_ms": 55.598084, + "texture_count": 1, + "tick": 159, + "vertices": 19008, + "wall_ms": 123.567547 + }, + { + "draw_calls": 1055, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 160, + "gpu_allocated_bytes": 17114112, + "gpu_ms": 0.891104, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 33.257253, + "renderer_cpu_ms": 33.229761, + "renderer_readback_cpu_ms": 0.459497, + "simulation_ms": 40.536454, + "snapshot_ms": 63.097511, + "texture_count": 1, + "tick": 160, + "vertices": 19008, + "wall_ms": 136.908401 + }, + { + "draw_calls": 1055, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 161, + "gpu_allocated_bytes": 17114112, + "gpu_ms": 0.884768, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 33.349668, + "renderer_cpu_ms": 33.322547, + "renderer_readback_cpu_ms": 0.400465, + "simulation_ms": 42.630063, + "snapshot_ms": 62.984508, + "texture_count": 1, + "tick": 161, + "vertices": 19008, + "wall_ms": 138.9808 + }, + { + "draw_calls": 1055, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 162, + "gpu_allocated_bytes": 17114112, + "gpu_ms": 0.8864, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 33.422084, + "renderer_cpu_ms": 33.396166, + "renderer_readback_cpu_ms": 0.417337, + "simulation_ms": 42.858153, + "snapshot_ms": 63.4093, + "texture_count": 1, + "tick": 162, + "vertices": 19008, + "wall_ms": 139.704926 + }, + { + "draw_calls": 1055, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 163, + "gpu_allocated_bytes": 17114112, + "gpu_ms": 0.885824, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 31.676432, + "renderer_cpu_ms": 31.637709, + "renderer_readback_cpu_ms": 0.530611, + "simulation_ms": 41.415152, + "snapshot_ms": 55.415431, + "texture_count": 1, + "tick": 163, + "vertices": 19008, + "wall_ms": 128.522964 + }, + { + "draw_calls": 1055, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 164, + "gpu_allocated_bytes": 17114112, + "gpu_ms": 0.886208, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 33.404521, + "renderer_cpu_ms": 33.376679, + "renderer_readback_cpu_ms": 0.526073, + "simulation_ms": 43.328541, + "snapshot_ms": 64.129939, + "texture_count": 1, + "tick": 164, + "vertices": 19008, + "wall_ms": 140.881526 + }, + { + "draw_calls": 1055, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 165, + "gpu_allocated_bytes": 17114112, + "gpu_ms": 0.887168, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 32.161155, + "renderer_cpu_ms": 32.132492, + "renderer_readback_cpu_ms": 0.511374, + "simulation_ms": 54.222751, + "snapshot_ms": 57.739204, + "texture_count": 1, + "tick": 165, + "vertices": 19008, + "wall_ms": 144.142306 + }, + { + "draw_calls": 1055, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 166, + "gpu_allocated_bytes": 17114112, + "gpu_ms": 0.886656, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 31.451898, + "renderer_cpu_ms": 31.424216, + "renderer_readback_cpu_ms": 0.43972, + "simulation_ms": 40.45438, + "snapshot_ms": 59.530062, + "texture_count": 1, + "tick": 166, + "vertices": 19008, + "wall_ms": 131.453932 + }, + { + "draw_calls": 1055, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 167, + "gpu_allocated_bytes": 17114112, + "gpu_ms": 0.893152, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 31.937283, + "renderer_cpu_ms": 31.910624, + "renderer_readback_cpu_ms": 0.41881, + "simulation_ms": 38.528236, + "snapshot_ms": 58.318176, + "texture_count": 1, + "tick": 167, + "vertices": 19008, + "wall_ms": 128.799505 + }, + { + "draw_calls": 1055, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 168, + "gpu_allocated_bytes": 17114112, + "gpu_ms": 0.884992, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 31.250117, + "renderer_cpu_ms": 31.223968, + "renderer_readback_cpu_ms": 0.379666, + "simulation_ms": 40.736662, + "snapshot_ms": 57.575004, + "texture_count": 1, + "tick": 168, + "vertices": 19008, + "wall_ms": 129.578695 + }, + { + "draw_calls": 1055, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 169, + "gpu_allocated_bytes": 17114112, + "gpu_ms": 0.885216, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 30.856164, + "renderer_cpu_ms": 30.820878, + "renderer_readback_cpu_ms": 0.453946, + "simulation_ms": 39.491473, + "snapshot_ms": 56.143534, + "texture_count": 1, + "tick": 169, + "vertices": 19008, + "wall_ms": 126.50673 + }, + { + "draw_calls": 1055, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 170, + "gpu_allocated_bytes": 17114112, + "gpu_ms": 0.911232, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 30.364526, + "renderer_cpu_ms": 30.338378, + "renderer_readback_cpu_ms": 0.487319, + "simulation_ms": 42.936702, + "snapshot_ms": 58.762655, + "texture_count": 1, + "tick": 170, + "vertices": 19008, + "wall_ms": 132.079883 + }, + { + "draw_calls": 1055, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 171, + "gpu_allocated_bytes": 17114112, + "gpu_ms": 0.884896, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 31.28352, + "renderer_cpu_ms": 31.254205, + "renderer_readback_cpu_ms": 0.415774, + "simulation_ms": 40.868671, + "snapshot_ms": 61.245568, + "texture_count": 1, + "tick": 171, + "vertices": 19008, + "wall_ms": 133.415292 + }, + { + "draw_calls": 1055, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 172, + "gpu_allocated_bytes": 17114112, + "gpu_ms": 0.890048, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 29.296422, + "renderer_cpu_ms": 29.268669, + "renderer_readback_cpu_ms": 0.434109, + "simulation_ms": 44.449175, + "snapshot_ms": 55.63254, + "texture_count": 1, + "tick": 172, + "vertices": 19008, + "wall_ms": 129.395599 + }, + { + "draw_calls": 1055, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 173, + "gpu_allocated_bytes": 17114112, + "gpu_ms": 0.898816, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 29.09937, + "renderer_cpu_ms": 29.070456, + "renderer_readback_cpu_ms": 0.413259, + "simulation_ms": 37.710594, + "snapshot_ms": 54.887865, + "texture_count": 1, + "tick": 173, + "vertices": 19008, + "wall_ms": 121.713949 + }, + { + "draw_calls": 1055, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 174, + "gpu_allocated_bytes": 17114112, + "gpu_ms": 0.886848, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 34.290492, + "renderer_cpu_ms": 34.25179, + "renderer_readback_cpu_ms": 0.536342, + "simulation_ms": 37.716425, + "snapshot_ms": 55.049129, + "texture_count": 1, + "tick": 174, + "vertices": 19008, + "wall_ms": 127.072818 + }, + { + "draw_calls": 1055, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 175, + "gpu_allocated_bytes": 17114112, + "gpu_ms": 0.88496, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 31.403697, + "renderer_cpu_ms": 31.376586, + "renderer_readback_cpu_ms": 0.424871, + "simulation_ms": 44.63746, + "snapshot_ms": 57.571487, + "texture_count": 1, + "tick": 175, + "vertices": 19008, + "wall_ms": 133.6318 + }, + { + "draw_calls": 1055, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 176, + "gpu_allocated_bytes": 17114112, + "gpu_ms": 0.884544, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 30.28701, + "renderer_cpu_ms": 30.259459, + "renderer_readback_cpu_ms": 0.393061, + "simulation_ms": 39.52161, + "snapshot_ms": 57.394734, + "texture_count": 1, + "tick": 176, + "vertices": 19008, + "wall_ms": 127.219114 + }, + { + "draw_calls": 1055, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 177, + "gpu_allocated_bytes": 17114112, + "gpu_ms": 0.887232, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 30.935974, + "renderer_cpu_ms": 30.89592, + "renderer_readback_cpu_ms": 0.52461, + "simulation_ms": 39.591532, + "snapshot_ms": 59.946347, + "texture_count": 1, + "tick": 177, + "vertices": 19008, + "wall_ms": 130.490455 + }, + { + "draw_calls": 1055, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 178, + "gpu_allocated_bytes": 17114112, + "gpu_ms": 0.902752, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 31.79229, + "renderer_cpu_ms": 31.761873, + "renderer_readback_cpu_ms": 0.456721, + "simulation_ms": 38.138991, + "snapshot_ms": 58.896257, + "texture_count": 1, + "tick": 178, + "vertices": 19008, + "wall_ms": 128.843218 + }, + { + "draw_calls": 1055, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 179, + "gpu_allocated_bytes": 17114112, + "gpu_ms": 0.904928, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 31.221092, + "renderer_cpu_ms": 31.194513, + "renderer_readback_cpu_ms": 0.411105, + "simulation_ms": 42.321792, + "snapshot_ms": 59.172267, + "texture_count": 1, + "tick": 179, + "vertices": 19008, + "wall_ms": 132.732434 + }, + { + "draw_calls": 1055, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 180, + "gpu_allocated_bytes": 17114112, + "gpu_ms": 0.88864, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 30.644064, + "renderer_cpu_ms": 30.614108, + "renderer_readback_cpu_ms": 0.418529, + "simulation_ms": 40.287124, + "snapshot_ms": 59.548798, + "texture_count": 1, + "tick": 180, + "vertices": 19008, + "wall_ms": 130.499462 + }, + { + "draw_calls": 1055, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 181, + "gpu_allocated_bytes": 17114112, + "gpu_ms": 0.885952, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 29.751, + "renderer_cpu_ms": 29.7091, + "renderer_readback_cpu_ms": 0.406828, + "simulation_ms": 40.336026, + "snapshot_ms": 58.978672, + "texture_count": 1, + "tick": 181, + "vertices": 19008, + "wall_ms": 129.08284 + }, + { + "draw_calls": 1055, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 182, + "gpu_allocated_bytes": 17114112, + "gpu_ms": 0.885024, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 29.800593, + "renderer_cpu_ms": 29.774123, + "renderer_readback_cpu_ms": 0.396638, + "simulation_ms": 38.661718, + "snapshot_ms": 54.985339, + "texture_count": 1, + "tick": 182, + "vertices": 19008, + "wall_ms": 123.46364 + }, + { + "draw_calls": 1055, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 183, + "gpu_allocated_bytes": 17114112, + "gpu_ms": 0.888512, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 30.707304, + "renderer_cpu_ms": 30.67942, + "renderer_readback_cpu_ms": 0.439138, + "simulation_ms": 38.081633, + "snapshot_ms": 56.398335, + "texture_count": 1, + "tick": 183, + "vertices": 19008, + "wall_ms": 125.203583 + }, + { + "draw_calls": 1055, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 184, + "gpu_allocated_bytes": 17114112, + "gpu_ms": 0.890816, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 31.138106, + "renderer_cpu_ms": 31.109993, + "renderer_readback_cpu_ms": 0.425873, + "simulation_ms": 37.600216, + "snapshot_ms": 57.282753, + "texture_count": 1, + "tick": 184, + "vertices": 19008, + "wall_ms": 126.036934 + }, + { + "draw_calls": 1055, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 185, + "gpu_allocated_bytes": 17114112, + "gpu_ms": 0.885888, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 30.404652, + "renderer_cpu_ms": 30.376199, + "renderer_readback_cpu_ms": 0.42923, + "simulation_ms": 41.985988999999996, + "snapshot_ms": 60.063568, + "texture_count": 1, + "tick": 185, + "vertices": 19008, + "wall_ms": 132.470269 + }, + { + "draw_calls": 1055, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 186, + "gpu_allocated_bytes": 17114112, + "gpu_ms": 0.885728, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 30.636109, + "renderer_cpu_ms": 30.607646, + "renderer_readback_cpu_ms": 0.428147, + "simulation_ms": 45.461514, + "snapshot_ms": 68.237507, + "texture_count": 1, + "tick": 186, + "vertices": 19008, + "wall_ms": 144.354076 + }, + { + "draw_calls": 1055, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 187, + "gpu_allocated_bytes": 17114112, + "gpu_ms": 0.885536, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 29.962087, + "renderer_cpu_ms": 29.934867, + "renderer_readback_cpu_ms": 0.410925, + "simulation_ms": 40.001545, + "snapshot_ms": 56.877308, + "texture_count": 1, + "tick": 187, + "vertices": 19008, + "wall_ms": 126.857672 + }, + { + "draw_calls": 1055, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 188, + "gpu_allocated_bytes": 17114112, + "gpu_ms": 0.91216, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 29.820872, + "renderer_cpu_ms": 29.795514, + "renderer_readback_cpu_ms": 0.411837, + "simulation_ms": 39.983251, + "snapshot_ms": 56.872158, + "texture_count": 1, + "tick": 188, + "vertices": 19008, + "wall_ms": 126.69192 + }, + { + "draw_calls": 1055, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 189, + "gpu_allocated_bytes": 17114112, + "gpu_ms": 0.89792, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 29.738867, + "renderer_cpu_ms": 29.713318, + "renderer_readback_cpu_ms": 0.432837, + "simulation_ms": 38.402799, + "snapshot_ms": 55.332865, + "texture_count": 1, + "tick": 189, + "vertices": 19008, + "wall_ms": 123.490741 + }, + { + "draw_calls": 1055, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 190, + "gpu_allocated_bytes": 17114112, + "gpu_ms": 0.885568, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 30.760984, + "renderer_cpu_ms": 30.735987, + "renderer_readback_cpu_ms": 0.455479, + "simulation_ms": 38.285408, + "snapshot_ms": 56.28474, + "texture_count": 1, + "tick": 190, + "vertices": 19008, + "wall_ms": 125.346562 + }, + { + "draw_calls": 1055, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 191, + "gpu_allocated_bytes": 17114112, + "gpu_ms": 0.885504, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 30.336043, + "renderer_cpu_ms": 30.311596, + "renderer_readback_cpu_ms": 0.388904, + "simulation_ms": 38.240093, + "snapshot_ms": 55.782252, + "texture_count": 1, + "tick": 191, + "vertices": 19008, + "wall_ms": 124.376101 + }, + { + "draw_calls": 1055, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 192, + "gpu_allocated_bytes": 17114112, + "gpu_ms": 0.885504, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 29.878039, + "renderer_cpu_ms": 29.851549, + "renderer_readback_cpu_ms": 0.376561, + "simulation_ms": 38.890539, + "snapshot_ms": 56.797347, + "texture_count": 1, + "tick": 192, + "vertices": 19008, + "wall_ms": 125.58393 + }, + { + "draw_calls": 1055, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 193, + "gpu_allocated_bytes": 17114112, + "gpu_ms": 0.886112, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 29.561622, + "renderer_cpu_ms": 29.535293, + "renderer_readback_cpu_ms": 0.447414, + "simulation_ms": 38.147348, + "snapshot_ms": 55.652197, + "texture_count": 1, + "tick": 193, + "vertices": 19008, + "wall_ms": 123.375985 + }, + { + "draw_calls": 1055, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 194, + "gpu_allocated_bytes": 17114112, + "gpu_ms": 0.885504, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 29.613981, + "renderer_cpu_ms": 29.589024, + "renderer_readback_cpu_ms": 0.466209, + "simulation_ms": 38.415544, + "snapshot_ms": 56.006205, + "texture_count": 1, + "tick": 194, + "vertices": 19008, + "wall_ms": 124.050647 + }, + { + "draw_calls": 1055, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 195, + "gpu_allocated_bytes": 17114112, + "gpu_ms": 0.889856, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 29.532617, + "renderer_cpu_ms": 29.50742, + "renderer_readback_cpu_ms": 0.464697, + "simulation_ms": 38.1168, + "snapshot_ms": 55.271308, + "texture_count": 1, + "tick": 195, + "vertices": 19008, + "wall_ms": 122.935293 + }, + { + "draw_calls": 1055, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 196, + "gpu_allocated_bytes": 17114112, + "gpu_ms": 0.914752, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 29.720222, + "renderer_cpu_ms": 29.695545, + "renderer_readback_cpu_ms": 0.468033, + "simulation_ms": 38.730798, + "snapshot_ms": 56.466483, + "texture_count": 1, + "tick": 196, + "vertices": 19008, + "wall_ms": 124.932822 + }, + { + "draw_calls": 1055, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 197, + "gpu_allocated_bytes": 17114112, + "gpu_ms": 0.88528, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 29.731112, + "renderer_cpu_ms": 29.704923, + "renderer_readback_cpu_ms": 0.469105, + "simulation_ms": 38.537985, + "snapshot_ms": 56.531045, + "texture_count": 1, + "tick": 197, + "vertices": 19008, + "wall_ms": 124.816782 + }, + { + "draw_calls": 1055, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 198, + "gpu_allocated_bytes": 17114112, + "gpu_ms": 0.884704, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 30.838511, + "renderer_cpu_ms": 30.81169, + "renderer_readback_cpu_ms": 0.416526, + "simulation_ms": 39.03917, + "snapshot_ms": 59.211651, + "texture_count": 1, + "tick": 198, + "vertices": 19008, + "wall_ms": 129.103849 + }, + { + "draw_calls": 1055, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 199, + "gpu_allocated_bytes": 17114112, + "gpu_ms": 0.918368, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 29.342519, + "renderer_cpu_ms": 29.317472, + "renderer_readback_cpu_ms": 0.467713, + "simulation_ms": 38.408661, + "snapshot_ms": 54.950734, + "texture_count": 1, + "tick": 199, + "vertices": 19008, + "wall_ms": 122.718926 + }, + { + "draw_calls": 1055, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 200, + "gpu_allocated_bytes": 17114112, + "gpu_ms": 0.88656, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 29.66645, + "renderer_cpu_ms": 29.641253, + "renderer_readback_cpu_ms": 0.48239, + "simulation_ms": 38.374285, + "snapshot_ms": 55.368562, + "texture_count": 1, + "tick": 200, + "vertices": 19008, + "wall_ms": 123.424456 + }, + { + "draw_calls": 1055, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 201, + "gpu_allocated_bytes": 17114112, + "gpu_ms": 0.889568, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 29.680236, + "renderer_cpu_ms": 29.654628, + "renderer_readback_cpu_ms": 0.445781, + "simulation_ms": 38.503049, + "snapshot_ms": 55.527441, + "texture_count": 1, + "tick": 201, + "vertices": 19008, + "wall_ms": 123.724853 + }, + { + "draw_calls": 1055, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 202, + "gpu_allocated_bytes": 17114112, + "gpu_ms": 0.884608, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 29.400679, + "renderer_cpu_ms": 29.373327, + "renderer_readback_cpu_ms": 0.497298, + "simulation_ms": 38.131597, + "snapshot_ms": 55.525599, + "texture_count": 1, + "tick": 202, + "vertices": 19008, + "wall_ms": 123.071881 + }, + { + "draw_calls": 1055, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 203, + "gpu_allocated_bytes": 17114112, + "gpu_ms": 0.88432, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 29.851239, + "renderer_cpu_ms": 29.827294, + "renderer_readback_cpu_ms": 0.3816, + "simulation_ms": 37.981194, + "snapshot_ms": 55.523805, + "texture_count": 1, + "tick": 203, + "vertices": 19008, + "wall_ms": 123.370845 + }, + { + "draw_calls": 1055, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 204, + "gpu_allocated_bytes": 17114112, + "gpu_ms": 0.885856, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 29.674395, + "renderer_cpu_ms": 29.632326, + "renderer_readback_cpu_ms": 0.433899, + "simulation_ms": 38.550438, + "snapshot_ms": 56.113257, + "texture_count": 1, + "tick": 204, + "vertices": 19008, + "wall_ms": 124.356274 + }, + { + "draw_calls": 1055, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 205, + "gpu_allocated_bytes": 17114112, + "gpu_ms": 0.88592, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 37.988498, + "renderer_cpu_ms": 37.951157, + "renderer_readback_cpu_ms": 0.593951, + "simulation_ms": 38.421956, + "snapshot_ms": 58.182089, + "texture_count": 1, + "tick": 205, + "vertices": 19008, + "wall_ms": 134.607722 + }, + { + "draw_calls": 1055, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 206, + "gpu_allocated_bytes": 17114112, + "gpu_ms": 0.886144, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 38.259158, + "renderer_cpu_ms": 38.228941, + "renderer_readback_cpu_ms": 0.737381, + "simulation_ms": 46.33401, + "snapshot_ms": 69.846662, + "texture_count": 1, + "tick": 206, + "vertices": 19008, + "wall_ms": 154.457875 + }, + { + "draw_calls": 1055, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 207, + "gpu_allocated_bytes": 17114112, + "gpu_ms": 0.885568, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 39.079035, + "renderer_cpu_ms": 39.053326, + "renderer_readback_cpu_ms": 0.494422, + "simulation_ms": 48.680787, + "snapshot_ms": 79.592606, + "texture_count": 1, + "tick": 207, + "vertices": 19008, + "wall_ms": 167.371274 + }, + { + "draw_calls": 1055, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 208, + "gpu_allocated_bytes": 17114112, + "gpu_ms": 0.885888, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 29.608521, + "renderer_cpu_ms": 29.582051, + "renderer_readback_cpu_ms": 0.49805, + "simulation_ms": 40.579575, + "snapshot_ms": 60.588849, + "texture_count": 1, + "tick": 208, + "vertices": 19008, + "wall_ms": 130.793426 + }, + { + "draw_calls": 1055, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 209, + "gpu_allocated_bytes": 17114112, + "gpu_ms": 0.884704, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 30.688067, + "renderer_cpu_ms": 30.651648, + "renderer_readback_cpu_ms": 0.637823, + "simulation_ms": 39.868023, + "snapshot_ms": 57.345972, + "texture_count": 1, + "tick": 209, + "vertices": 19008, + "wall_ms": 127.921279 + }, + { + "draw_calls": 1055, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 210, + "gpu_allocated_bytes": 17114112, + "gpu_ms": 0.889952, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 35.635719, + "renderer_cpu_ms": 35.599922, + "renderer_readback_cpu_ms": 0.498651, + "simulation_ms": 51.986572, + "snapshot_ms": 60.62625, + "texture_count": 1, + "tick": 210, + "vertices": 19008, + "wall_ms": 148.26858 + }, + { + "draw_calls": 1055, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 211, + "gpu_allocated_bytes": 17114112, + "gpu_ms": 0.887552, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 30.099857, + "renderer_cpu_ms": 30.074128, + "renderer_readback_cpu_ms": 0.400966, + "simulation_ms": 38.097694, + "snapshot_ms": 58.133067, + "texture_count": 1, + "tick": 211, + "vertices": 19008, + "wall_ms": 126.347029 + }, + { + "draw_calls": 1055, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 212, + "gpu_allocated_bytes": 17114112, + "gpu_ms": 0.884896, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 30.80093, + "renderer_cpu_ms": 30.772817, + "renderer_readback_cpu_ms": 0.448526, + "simulation_ms": 38.577419, + "snapshot_ms": 56.399807, + "texture_count": 1, + "tick": 212, + "vertices": 19008, + "wall_ms": 125.792794 + }, + { + "draw_calls": 1055, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 213, + "gpu_allocated_bytes": 17114112, + "gpu_ms": 0.923456, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 29.89453, + "renderer_cpu_ms": 29.840709, + "renderer_readback_cpu_ms": 0.623115, + "simulation_ms": 38.959059, + "snapshot_ms": 56.556062, + "texture_count": 1, + "tick": 213, + "vertices": 19008, + "wall_ms": 125.427475 + }, + { + "draw_calls": 1055, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 214, + "gpu_allocated_bytes": 17114112, + "gpu_ms": 0.885888, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 31.77134, + "renderer_cpu_ms": 31.743138, + "renderer_readback_cpu_ms": 0.448997, + "simulation_ms": 39.083714, + "snapshot_ms": 59.124036, + "texture_count": 1, + "tick": 214, + "vertices": 19008, + "wall_ms": 129.997224 + }, + { + "draw_calls": 1055, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 215, + "gpu_allocated_bytes": 17114112, + "gpu_ms": 0.898912, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 31.084365, + "renderer_cpu_ms": 31.058356, + "renderer_readback_cpu_ms": 0.425563, + "simulation_ms": 41.532002, + "snapshot_ms": 59.21048, + "texture_count": 1, + "tick": 215, + "vertices": 19008, + "wall_ms": 131.851172 + }, + { + "draw_calls": 1055, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 216, + "gpu_allocated_bytes": 17114112, + "gpu_ms": 0.885696, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 32.334864, + "renderer_cpu_ms": 32.298915, + "renderer_readback_cpu_ms": 0.498871, + "simulation_ms": 41.674852, + "snapshot_ms": 57.322478, + "texture_count": 1, + "tick": 216, + "vertices": 19008, + "wall_ms": 131.35197 + }, + { + "draw_calls": 1055, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 217, + "gpu_allocated_bytes": 17114112, + "gpu_ms": 0.884448, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 40.058432, + "renderer_cpu_ms": 40.02527, + "renderer_readback_cpu_ms": 0.544217, + "simulation_ms": 47.365286, + "snapshot_ms": 68.119504, + "texture_count": 1, + "tick": 217, + "vertices": 19008, + "wall_ms": 155.563129 + }, + { + "draw_calls": 1055, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 218, + "gpu_allocated_bytes": 17114112, + "gpu_ms": 0.886976, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 30.338247, + "renderer_cpu_ms": 30.312499, + "renderer_readback_cpu_ms": 0.441713, + "simulation_ms": 52.369565, + "snapshot_ms": 77.1669, + "texture_count": 1, + "tick": 218, + "vertices": 19008, + "wall_ms": 159.890793 + }, + { + "draw_calls": 1055, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 219, + "gpu_allocated_bytes": 17114112, + "gpu_ms": 0.887456, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 30.27086, + "renderer_cpu_ms": 30.243769, + "renderer_readback_cpu_ms": 0.464066, + "simulation_ms": 38.629968, + "snapshot_ms": 55.475855, + "texture_count": 1, + "tick": 219, + "vertices": 19008, + "wall_ms": 124.39106 + }, + { + "draw_calls": 1055, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 220, + "gpu_allocated_bytes": 17114112, + "gpu_ms": 0.887296, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 35.362275, + "renderer_cpu_ms": 35.320946, + "renderer_readback_cpu_ms": 0.67847, + "simulation_ms": 45.939686, + "snapshot_ms": 59.052121, + "texture_count": 1, + "tick": 220, + "vertices": 19008, + "wall_ms": 140.371063 + }, + { + "draw_calls": 1055, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 221, + "gpu_allocated_bytes": 17114112, + "gpu_ms": 0.887744, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 30.261723, + "renderer_cpu_ms": 30.235283, + "renderer_readback_cpu_ms": 0.463464, + "simulation_ms": 43.187865, + "snapshot_ms": 57.350541, + "texture_count": 1, + "tick": 221, + "vertices": 19008, + "wall_ms": 130.816951 + }, + { + "draw_calls": 1055, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 222, + "gpu_allocated_bytes": 17114112, + "gpu_ms": 0.88576, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 31.714243, + "renderer_cpu_ms": 31.681341, + "renderer_readback_cpu_ms": 0.464597, + "simulation_ms": 38.23894, + "snapshot_ms": 58.075629, + "texture_count": 1, + "tick": 222, + "vertices": 19008, + "wall_ms": 128.04412 + }, + { + "draw_calls": 1055, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 223, + "gpu_allocated_bytes": 17114112, + "gpu_ms": 0.887168, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 36.378321, + "renderer_cpu_ms": 36.352432, + "renderer_readback_cpu_ms": 0.430883, + "simulation_ms": 40.957519, + "snapshot_ms": 57.995978, + "texture_count": 1, + "tick": 223, + "vertices": 19008, + "wall_ms": 135.346355 + }, + { + "draw_calls": 1055, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 224, + "gpu_allocated_bytes": 17114112, + "gpu_ms": 0.885568, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 29.75676, + "renderer_cpu_ms": 29.731703, + "renderer_readback_cpu_ms": 0.489444, + "simulation_ms": 38.697365, + "snapshot_ms": 59.927312, + "texture_count": 1, + "tick": 224, + "vertices": 19008, + "wall_ms": 128.398138 + }, + { + "draw_calls": 1055, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 225, + "gpu_allocated_bytes": 17114112, + "gpu_ms": 0.887072, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 30.432055, + "renderer_cpu_ms": 30.405794, + "renderer_readback_cpu_ms": 0.485606, + "simulation_ms": 39.21928, + "snapshot_ms": 56.116272, + "texture_count": 1, + "tick": 225, + "vertices": 19008, + "wall_ms": 125.781954 + }, + { + "draw_calls": 1055, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 226, + "gpu_allocated_bytes": 17114112, + "gpu_ms": 0.886144, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 30.863438, + "renderer_cpu_ms": 30.836287, + "renderer_readback_cpu_ms": 0.494783, + "simulation_ms": 38.658672, + "snapshot_ms": 62.384055, + "texture_count": 1, + "tick": 226, + "vertices": 19008, + "wall_ms": 131.920884 + }, + { + "draw_calls": 1055, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 227, + "gpu_allocated_bytes": 17114112, + "gpu_ms": 0.886112, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 30.623916, + "renderer_cpu_ms": 30.597186, + "renderer_readback_cpu_ms": 0.483702, + "simulation_ms": 44.021498, + "snapshot_ms": 59.073501, + "texture_count": 1, + "tick": 227, + "vertices": 19008, + "wall_ms": 133.73732 + }, + { + "draw_calls": 1055, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 228, + "gpu_allocated_bytes": 17114112, + "gpu_ms": 0.896896, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 29.589696, + "renderer_cpu_ms": 29.563215, + "renderer_readback_cpu_ms": 0.436063, + "simulation_ms": 39.776501, + "snapshot_ms": 61.353301, + "texture_count": 1, + "tick": 228, + "vertices": 19008, + "wall_ms": 130.737581 + }, + { + "draw_calls": 1055, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 229, + "gpu_allocated_bytes": 17114112, + "gpu_ms": 0.886336, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 32.574706, + "renderer_cpu_ms": 32.537656, + "renderer_readback_cpu_ms": 0.627573, + "simulation_ms": 39.177331, + "snapshot_ms": 59.91602, + "texture_count": 1, + "tick": 229, + "vertices": 19008, + "wall_ms": 131.684488 + }, + { + "draw_calls": 1055, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 230, + "gpu_allocated_bytes": 17114112, + "gpu_ms": 0.884608, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 33.417296, + "renderer_cpu_ms": 33.391096, + "renderer_readback_cpu_ms": 0.487039, + "simulation_ms": 38.512256, + "snapshot_ms": 61.245347, + "texture_count": 1, + "tick": 230, + "vertices": 19008, + "wall_ms": 133.190158 + }, + { + "draw_calls": 1055, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 231, + "gpu_allocated_bytes": 17114112, + "gpu_ms": 0.886336, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 29.872229, + "renderer_cpu_ms": 29.84669, + "renderer_readback_cpu_ms": 0.496577, + "simulation_ms": 46.538907, + "snapshot_ms": 58.638069, + "texture_count": 1, + "tick": 231, + "vertices": 19008, + "wall_ms": 135.064163 + }, + { + "draw_calls": 1055, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 232, + "gpu_allocated_bytes": 17114112, + "gpu_ms": 0.886112, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 30.687626, + "renderer_cpu_ms": 30.660876, + "renderer_readback_cpu_ms": 0.481538, + "simulation_ms": 38.818613, + "snapshot_ms": 56.495077, + "texture_count": 1, + "tick": 232, + "vertices": 19008, + "wall_ms": 126.015764 + }, + { + "draw_calls": 1055, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 233, + "gpu_allocated_bytes": 17114112, + "gpu_ms": 0.88512, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 29.461593, + "renderer_cpu_ms": 29.431727, + "renderer_readback_cpu_ms": 0.474305, + "simulation_ms": 39.06568, + "snapshot_ms": 56.192467, + "texture_count": 1, + "tick": 233, + "vertices": 19008, + "wall_ms": 124.734828 + }, + { + "draw_calls": 1055, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 234, + "gpu_allocated_bytes": 17114112, + "gpu_ms": 0.891968, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 30.024576, + "renderer_cpu_ms": 29.999168, + "renderer_readback_cpu_ms": 0.498239, + "simulation_ms": 38.581346, + "snapshot_ms": 56.087438, + "texture_count": 1, + "tick": 234, + "vertices": 19008, + "wall_ms": 124.707447 + }, + { + "draw_calls": 1055, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 235, + "gpu_allocated_bytes": 17114112, + "gpu_ms": 0.884128, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 37.857662, + "renderer_cpu_ms": 37.826873, + "renderer_readback_cpu_ms": 0.522515, + "simulation_ms": 40.414074, + "snapshot_ms": 65.053781, + "texture_count": 1, + "tick": 235, + "vertices": 19008, + "wall_ms": 143.341606 + }, + { + "draw_calls": 1055, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 236, + "gpu_allocated_bytes": 17114112, + "gpu_ms": 0.886624, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 33.883604, + "renderer_cpu_ms": 33.848689, + "renderer_readback_cpu_ms": 0.557031, + "simulation_ms": 40.016043, + "snapshot_ms": 59.542014, + "texture_count": 1, + "tick": 236, + "vertices": 19008, + "wall_ms": 133.460727 + }, + { + "draw_calls": 1055, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 237, + "gpu_allocated_bytes": 17114112, + "gpu_ms": 0.886304, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 30.686253, + "renderer_cpu_ms": 30.643683, + "renderer_readback_cpu_ms": 0.510914, + "simulation_ms": 49.675864, + "snapshot_ms": 55.667486, + "texture_count": 1, + "tick": 237, + "vertices": 19008, + "wall_ms": 136.046745 + }, + { + "draw_calls": 1055, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 238, + "gpu_allocated_bytes": 17114112, + "gpu_ms": 0.915936, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 33.521442, + "renderer_cpu_ms": 33.493319, + "renderer_readback_cpu_ms": 0.525842, + "simulation_ms": 43.324704, + "snapshot_ms": 61.472416, + "texture_count": 1, + "tick": 238, + "vertices": 19008, + "wall_ms": 138.336385 + }, + { + "draw_calls": 1055, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 239, + "gpu_allocated_bytes": 17114112, + "gpu_ms": 0.887008, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 30.203733, + "renderer_cpu_ms": 30.178646, + "renderer_readback_cpu_ms": 0.41872, + "simulation_ms": 44.060472, + "snapshot_ms": 60.826728, + "texture_count": 1, + "tick": 239, + "vertices": 19008, + "wall_ms": 135.107233 + }, + { + "draw_calls": 1055, + "dropped_simulation_seconds": 0.0, + "effective_visibility_mode": "direct", + "fixed_ticks": 1, + "frame": 240, + "gpu_allocated_bytes": 17114112, + "gpu_ms": 0.885568, + "gpu_visibility_active": false, + "interpolation_alpha": 0.0, + "physics_debug": false, + "render_call_ms": 30.485325, + "renderer_cpu_ms": 30.459076, + "renderer_readback_cpu_ms": 0.446733, + "simulation_ms": 38.978315, + "snapshot_ms": 57.309604, + "texture_count": 1, + "tick": 240, + "vertices": 19008, + "wall_ms": 126.790156 + } + ], + "simulation_mode": "synthetic_fixed_timestep", + "startup_ms": { + "main_to_first_frame": 616.921332, + "renderer_initialization": 270.886415, + "scene_read": 126.926893, + "world_initialization": 84.878106 + }, + "summary_ms": { + "gpu": { + "max": 0.935264, + "min": 0.875968, + "p50": 0.886272, + "p95": 0.911264, + "samples": 240 + }, + "render_call": { + "max": 60.889035, + "min": 28.691691, + "p50": 30.686253, + "p95": 36.514678, + "samples": 240 + }, + "renderer_cpu": { + "max": 60.83318, + "min": 28.668106, + "p50": 30.643683, + "p95": 36.487466, + "samples": 240 + }, + "renderer_readback_cpu": { + "max": 2.64515, + "min": 0.364207, + "p50": 0.456721, + "p95": 0.593951, + "samples": 240 + }, + "simulation": { + "max": 60.782885, + "min": 37.535473, + "p50": 39.507203, + "p95": 48.192376, + "samples": 240 + }, + "snapshot": { + "max": 92.819015, + "min": 53.529994, + "p50": 57.758641, + "p95": 68.119504, + "samples": 240 + }, + "wall": { + "max": 195.585274, + "min": 120.185477, + "p50": 129.103849, + "p95": 149.386929, + "samples": 240 + } + }, + "timing_notes": "Durations use steady_clock wall time, not thread CPU usage. render_call/renderer_cpu include GPU waits, readback and window presentation. renderer_readback_cpu measures map/copy/unmap wall time within that call. GPU timestamps cover submitted rendering, not CPU work. A missing/zero GPU timestamp is null. Frame durations exclude profile bookkeeping and final capture/profile file writes. Startup begins at Player application entry after platform argument normalization, excluding OS loader/launcher.", + "validation_enabled": true, + "validation_errors": 0, + "version": 1, + "visibility_mode": "direct", + "width": 1280 +} diff --git a/docs/validation/p1-iteration-2026-09-24/raw/generated-512.scene.json b/docs/validation/p1-iteration-2026-09-24/raw/generated-512.scene.json new file mode 100644 index 0000000..c7167c3 --- /dev/null +++ b/docs/validation/p1-iteration-2026-09-24/raw/generated-512.scene.json @@ -0,0 +1,22861 @@ +{ + "format": "faset.scene", + "version": 1, + "id": "example-collect-3d-scene", + "name": "Collect & Escape 3D — WASD / Space / E reset", + "dimension": 3, + "simulation": { + "fixed_delta": 0.016666666666666666, + "max_catch_up_ticks": 4, + "physics_substeps": 4, + "gravity": [ + 0, + -9.81, + 0 + ] + }, + "entities": [ + { + "id": "floor", + "name": "Room floor", + "parent": null, + "components": [ + { + "id": "floor-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + 0, + -0.75, + 0 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 18, + 0.5, + 12 + ] + } + }, + { + "id": "floor-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + }, + { + "id": "floor-faset.rigid_body_3d", + "type": "faset.rigid_body_3d", + "version": 1, + "fields": { + "body_type": "static", + "half_extents": [ + 0.5, + 0.5, + 0.5 + ], + "density": 1, + "friction": 0.4, + "restitution": 0, + "gravity_scale": 1 + } + } + ] + }, + { + "id": "platform", + "name": "Jump platform", + "parent": null, + "components": [ + { + "id": "platform-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + -1, + 0, + 0 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 2, + 1, + 2 + ] + } + }, + { + "id": "platform-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.4, + 0.45, + 0.55, + 1 + ] + } + }, + { + "id": "platform-faset.rigid_body_3d", + "type": "faset.rigid_body_3d", + "version": 1, + "fields": { + "body_type": "static", + "half_extents": [ + 0.5, + 0.5, + 0.5 + ], + "density": 1, + "friction": 0.4, + "restitution": 0, + "gravity_scale": 1 + } + } + ] + }, + { + "id": "back-wall", + "name": "Back wall", + "parent": null, + "components": [ + { + "id": "back-wall-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + 0, + 0, + -6 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 18, + 1, + 0.4 + ] + } + }, + { + "id": "back-wall-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + }, + { + "id": "back-wall-faset.rigid_body_3d", + "type": "faset.rigid_body_3d", + "version": 1, + "fields": { + "body_type": "static", + "half_extents": [ + 0.5, + 0.5, + 0.5 + ], + "density": 1, + "friction": 0.4, + "restitution": 0, + "gravity_scale": 1 + } + } + ] + }, + { + "id": "left-wall", + "name": "Left wall", + "parent": null, + "components": [ + { + "id": "left-wall-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + -9, + 0, + 0 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.4, + 1, + 12 + ] + } + }, + { + "id": "left-wall-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + }, + { + "id": "left-wall-faset.rigid_body_3d", + "type": "faset.rigid_body_3d", + "version": 1, + "fields": { + "body_type": "static", + "half_extents": [ + 0.5, + 0.5, + 0.5 + ], + "density": 1, + "friction": 0.4, + "restitution": 0, + "gravity_scale": 1 + } + } + ] + }, + { + "id": "right-wall", + "name": "Right wall", + "parent": null, + "components": [ + { + "id": "right-wall-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + 9, + 0, + 0 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.4, + 1, + 12 + ] + } + }, + { + "id": "right-wall-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + }, + { + "id": "right-wall-faset.rigid_body_3d", + "type": "faset.rigid_body_3d", + "version": 1, + "fields": { + "body_type": "static", + "half_extents": [ + 0.5, + 0.5, + 0.5 + ], + "density": 1, + "friction": 0.4, + "restitution": 0, + "gravity_scale": 1 + } + } + ] + }, + { + "id": "front-wall", + "name": "Front wall", + "parent": null, + "components": [ + { + "id": "front-wall-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + 0, + 0, + 6 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 18, + 1, + 0.4 + ] + } + }, + { + "id": "front-wall-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + }, + { + "id": "front-wall-faset.rigid_body_3d", + "type": "faset.rigid_body_3d", + "version": 1, + "fields": { + "body_type": "static", + "half_extents": [ + 0.5, + 0.5, + 0.5 + ], + "density": 1, + "friction": 0.4, + "restitution": 0, + "gravity_scale": 1 + } + } + ] + }, + { + "id": "token_1", + "name": "Gold pickup 1", + "parent": null, + "components": [ + { + "id": "token_1-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + -5, + 0.35, + -3 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.5, + 0.5, + 0.5 + ] + } + }, + { + "id": "token_1-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 1, + 0.68, + 0.14, + 1 + ] + } + }, + { + "id": "token_1-example.beacon", + "type": "example.beacon", + "version": 1, + "fields": { + "speed": 1.0 + } + } + ] + }, + { + "id": "token_2", + "name": "Gold pickup 2", + "parent": null, + "components": [ + { + "id": "token_2-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + -1, + 1.35, + 0 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.5, + 0.5, + 0.5 + ] + } + }, + { + "id": "token_2-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 1, + 0.68, + 0.14, + 1 + ] + } + }, + { + "id": "token_2-example.beacon", + "type": "example.beacon", + "version": 1, + "fields": { + "speed": 1.25 + } + } + ] + }, + { + "id": "token_3", + "name": "Gold pickup 3", + "parent": null, + "components": [ + { + "id": "token_3-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + 3, + 0.35, + 3 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.5, + 0.5, + 0.5 + ] + } + }, + { + "id": "token_3-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 1, + 0.68, + 0.14, + 1 + ] + } + }, + { + "id": "token_3-example.beacon", + "type": "example.beacon", + "version": 1, + "fields": { + "speed": 1.5 + } + } + ] + }, + { + "id": "gate", + "name": "Collect all three to open", + "parent": null, + "components": [ + { + "id": "gate-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + 6, + 1, + -4 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.45, + 3, + 3 + ] + } + }, + { + "id": "gate-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.9, + 0.23, + 0.16, + 1 + ] + } + }, + { + "id": "gate-faset.rigid_body_3d", + "type": "faset.rigid_body_3d", + "version": 1, + "fields": { + "body_type": "static", + "half_extents": [ + 0.5, + 0.5, + 0.5 + ], + "density": 1, + "friction": 0.4, + "restitution": 0, + "gravity_scale": 1 + } + } + ] + }, + { + "id": "goal", + "name": "Green exit", + "parent": null, + "components": [ + { + "id": "goal-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + 7.5, + 0.15, + -4 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.85, + 0.3, + 0.85 + ] + } + }, + { + "id": "goal-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.15, + 0.9, + 0.47, + 1 + ] + } + } + ] + }, + { + "id": "win_marker", + "name": "Victory marker", + "parent": null, + "components": [ + { + "id": "win_marker-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + 7.5, + 3.0, + -4 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 1, + 1, + 1 + ] + } + }, + { + "id": "win_marker-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 1, + 0.68, + 0.14, + 1 + ] + } + }, + { + "id": "win_marker-example.beacon", + "type": "example.beacon", + "version": 1, + "fields": { + "speed": 2 + } + } + ] + }, + { + "id": "player", + "name": "Blue player block", + "parent": null, + "components": [ + { + "id": "player-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + -6, + 0, + 3 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 1, + 1, + 1 + ] + } + }, + { + "id": "player-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.12, + 0.65, + 1, + 1 + ] + } + }, + { + "id": "player-faset.rigid_body_3d", + "type": "faset.rigid_body_3d", + "version": 1, + "fields": { + "body_type": "dynamic", + "half_extents": [ + 0.5, + 0.5, + 0.5 + ], + "density": 1, + "friction": 0, + "restitution": 0, + "gravity_scale": 1 + } + }, + { + "id": "player-example.collector_3d", + "type": "example.collector_3d", + "version": 1, + "fields": { + "speed": 4, + "jump_speed": 6, + "gate": "gate", + "goal": "goal", + "win_marker": "win_marker", + "token_1": "token_1", + "token_2": "token_2", + "token_3": "token_3" + } + } + ] + }, + { + "id": "camera", + "name": "Room camera", + "parent": null, + "components": [ + { + "id": "camera-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + 11, + 13, + 18 + ], + "rotation": [ + -0.5522890193034389, + 0.5485494024505281, + 0 + ], + "scale": [ + 1, + 1, + 1 + ] + } + }, + { + "id": "camera-faset.camera", + "type": "faset.camera", + "version": 1, + "fields": { + "fov": 50, + "near": 0.1, + "far": 200 + } + } + ] + }, + { + "id": "blender-exit-arch", + "name": "Blender exit arch", + "parent": null, + "components": [ + { + "id": "blender-exit-arch-pose", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + 7.4, + -0.5, + -4 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 1, + 1, + 1 + ] + } + }, + { + "id": "blender-exit-arch-mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "5832763b-3ed0-44d6-9088-0b524f196a91", + "primitive": "asset", + "color": [ + 1, + 1, + 1, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00000", + "name": "Measured object 1", + "parent": null, + "components": [ + { + "id": "measured-20260924-00000-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + -7.248473022267653, + -0.75, + 0.04393266786689656 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00000-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00001", + "name": "Measured object 2", + "parent": null, + "components": [ + { + "id": "measured-20260924-00001-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + -6.7086352768939435, + -0.75, + 0.013106132076283583 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00001-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00002", + "name": "Measured object 3", + "parent": null, + "components": [ + { + "id": "measured-20260924-00002-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + -6.335479376048808, + -0.75, + 0.0068656733527787325 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00002-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00003", + "name": "Measured object 4", + "parent": null, + "components": [ + { + "id": "measured-20260924-00003-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + -5.827205249804998, + -0.75, + -0.04428683679753698 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00003-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00004", + "name": "Measured object 5", + "parent": null, + "components": [ + { + "id": "measured-20260924-00004-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + -5.407331000061245, + -0.75, + -0.01323203685674268 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00004-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00005", + "name": "Measured object 6", + "parent": null, + "components": [ + { + "id": "measured-20260924-00005-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + -4.934878158239303, + -0.75, + 0.025146764173225478 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00005-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00006", + "name": "Measured object 7", + "parent": null, + "components": [ + { + "id": "measured-20260924-00006-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + -4.456817693015121, + -0.75, + 0.043943520147479306 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00006-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00007", + "name": "Measured object 8", + "parent": null, + "components": [ + { + "id": "measured-20260924-00007-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + -4.0558499324765, + -0.75, + -0.025577925354302058 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00007-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00008", + "name": "Measured object 9", + "parent": null, + "components": [ + { + "id": "measured-20260924-00008-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + -3.644169223112068, + -0.75, + -0.02939173037876768 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00008-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00009", + "name": "Measured object 10", + "parent": null, + "components": [ + { + "id": "measured-20260924-00009-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + -3.115980364355367, + -0.75, + -0.04134949476052829 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00009-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00010", + "name": "Measured object 11", + "parent": null, + "components": [ + { + "id": "measured-20260924-00010-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + -2.71304405720337, + -0.75, + -0.0029700406691068743 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00010-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00011", + "name": "Measured object 12", + "parent": null, + "components": [ + { + "id": "measured-20260924-00011-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + -2.2243298401500704, + -0.75, + -0.04244903530544512 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00011-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00012", + "name": "Measured object 13", + "parent": null, + "components": [ + { + "id": "measured-20260924-00012-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + -1.8036222433895748, + -0.75, + 0.00022027462561666905 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00012-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00013", + "name": "Measured object 14", + "parent": null, + "components": [ + { + "id": "measured-20260924-00013-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + -1.3506164119768065, + -0.75, + -0.0040584624661532676 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00013-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00014", + "name": "Measured object 15", + "parent": null, + "components": [ + { + "id": "measured-20260924-00014-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + -0.9047314558679278, + -0.75, + 0.04631669218183822 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00014-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00015", + "name": "Measured object 16", + "parent": null, + "components": [ + { + "id": "measured-20260924-00015-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + -0.4553738713465899, + -0.75, + 0.049252924320566424 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00015-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00016", + "name": "Measured object 17", + "parent": null, + "components": [ + { + "id": "measured-20260924-00016-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + -0.022297322721225532, + -0.75, + 0.03164870057201434 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00016-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00017", + "name": "Measured object 18", + "parent": null, + "components": [ + { + "id": "measured-20260924-00017-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + 0.4558214576294933, + -0.75, + 0.004923498922994332 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00017-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00018", + "name": "Measured object 19", + "parent": null, + "components": [ + { + "id": "measured-20260924-00018-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + 0.9155698587958514, + -0.75, + 0.010424090484043289 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00018-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00019", + "name": "Measured object 20", + "parent": null, + "components": [ + { + "id": "measured-20260924-00019-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + 1.3118015144049364, + -0.75, + -0.022654952245331563 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00019-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00020", + "name": "Measured object 21", + "parent": null, + "components": [ + { + "id": "measured-20260924-00020-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + 1.767246868056035, + -0.75, + 0.03063798957785689 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00020-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00021", + "name": "Measured object 22", + "parent": null, + "components": [ + { + "id": "measured-20260924-00021-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + 2.257595659360731, + -0.75, + 0.0007571512756961093 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00021-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00022", + "name": "Measured object 23", + "parent": null, + "components": [ + { + "id": "measured-20260924-00022-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + 2.734509235708365, + -0.75, + 0.02352566571718219 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00022-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00023", + "name": "Measured object 24", + "parent": null, + "components": [ + { + "id": "measured-20260924-00023-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + 3.148736366050445, + -0.75, + 0.02855889841261751 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00023-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00024", + "name": "Measured object 25", + "parent": null, + "components": [ + { + "id": "measured-20260924-00024-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + 3.643900130161429, + -0.75, + -0.008524154047972979 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00024-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00025", + "name": "Measured object 26", + "parent": null, + "components": [ + { + "id": "measured-20260924-00025-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + 4.01274976316323, + -0.75, + -0.03618377594324759 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00025-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00026", + "name": "Measured object 27", + "parent": null, + "components": [ + { + "id": "measured-20260924-00026-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + 4.451358367733945, + -0.75, + -0.00920273423959931 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00026-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00027", + "name": "Measured object 28", + "parent": null, + "components": [ + { + "id": "measured-20260924-00027-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + 4.9377918806336725, + -0.75, + 0.013189626195715884 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00027-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00028", + "name": "Measured object 29", + "parent": null, + "components": [ + { + "id": "measured-20260924-00028-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + 5.445374040566198, + -0.75, + 0.040944830758608955 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00028-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00029", + "name": "Measured object 30", + "parent": null, + "components": [ + { + "id": "measured-20260924-00029-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + 5.848523620679008, + -0.75, + 0.03304067961181782 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00029-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00030", + "name": "Measured object 31", + "parent": null, + "components": [ + { + "id": "measured-20260924-00030-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + 6.330438750400844, + -0.75, + -0.012664505794510172 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00030-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00031", + "name": "Measured object 32", + "parent": null, + "components": [ + { + "id": "measured-20260924-00031-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + 6.794798950585249, + -0.75, + 0.024994881846401168 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00031-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00032", + "name": "Measured object 33", + "parent": null, + "components": [ + { + "id": "measured-20260924-00032-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + -7.160896867285112, + -0.75, + 0.4376953054775147 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00032-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00033", + "name": "Measured object 34", + "parent": null, + "components": [ + { + "id": "measured-20260924-00033-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + -6.797946438857069, + -0.75, + 0.47976398587820246 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00033-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00034", + "name": "Measured object 35", + "parent": null, + "components": [ + { + "id": "measured-20260924-00034-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + -6.278910478953178, + -0.75, + 0.4248164888380678 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00034-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00035", + "name": "Measured object 36", + "parent": null, + "components": [ + { + "id": "measured-20260924-00035-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + -5.868521977399809, + -0.75, + 0.46976382563341706 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00035-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00036", + "name": "Measured object 37", + "parent": null, + "components": [ + { + "id": "measured-20260924-00036-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + -5.381120703816744, + -0.75, + 0.4371268052657692 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00036-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00037", + "name": "Measured object 38", + "parent": null, + "components": [ + { + "id": "measured-20260924-00037-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + -4.999993021673795, + -0.75, + 0.4295996725721697 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00037-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00038", + "name": "Measured object 39", + "parent": null, + "components": [ + { + "id": "measured-20260924-00038-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + -4.5404033052287796, + -0.75, + 0.42911953226148125 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00038-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00039", + "name": "Measured object 40", + "parent": null, + "components": [ + { + "id": "measured-20260924-00039-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + -4.078944564626377, + -0.75, + 0.4931287375474583 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00039-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00040", + "name": "Measured object 41", + "parent": null, + "components": [ + { + "id": "measured-20260924-00040-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + -3.578981010533264, + -0.75, + 0.45143128241297903 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00040-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00041", + "name": "Measured object 42", + "parent": null, + "components": [ + { + "id": "measured-20260924-00041-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + -3.1867133974578588, + -0.75, + 0.46077276807324263 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00041-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00042", + "name": "Measured object 43", + "parent": null, + "components": [ + { + "id": "measured-20260924-00042-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + -2.6870819620886284, + -0.75, + 0.4026690366137037 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00042-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00043", + "name": "Measured object 44", + "parent": null, + "components": [ + { + "id": "measured-20260924-00043-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + -2.2336883631744575, + -0.75, + 0.47953329091729247 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00043-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00044", + "name": "Measured object 45", + "parent": null, + "components": [ + { + "id": "measured-20260924-00044-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + -1.7826704956292392, + -0.75, + 0.4501469657489085 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00044-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00045", + "name": "Measured object 46", + "parent": null, + "components": [ + { + "id": "measured-20260924-00045-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + -1.378289974785913, + -0.75, + 0.4668923677948817 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00045-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00046", + "name": "Measured object 47", + "parent": null, + "components": [ + { + "id": "measured-20260924-00046-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + -0.8938669933460428, + -0.75, + 0.4103574887509582 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00046-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00047", + "name": "Measured object 48", + "parent": null, + "components": [ + { + "id": "measured-20260924-00047-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + -0.42422061640462794, + -0.75, + 0.49247922368056635 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00047-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00048", + "name": "Measured object 49", + "parent": null, + "components": [ + { + "id": "measured-20260924-00048-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + 0.0027649719951056556, + -0.75, + 0.40568997152400227 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00048-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00049", + "name": "Measured object 50", + "parent": null, + "components": [ + { + "id": "measured-20260924-00049-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + 0.42890655468624284, + -0.75, + 0.40109477441786545 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00049-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00050", + "name": "Measured object 51", + "parent": null, + "components": [ + { + "id": "measured-20260924-00050-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + 0.9257971245710852, + -0.75, + 0.43798586212720053 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00050-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00051", + "name": "Measured object 52", + "parent": null, + "components": [ + { + "id": "measured-20260924-00051-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + 1.3452124698003551, + -0.75, + 0.4433955329898059 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00051-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00052", + "name": "Measured object 53", + "parent": null, + "components": [ + { + "id": "measured-20260924-00052-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + 1.8388902238782834, + -0.75, + 0.4386650155188166 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00052-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00053", + "name": "Measured object 54", + "parent": null, + "components": [ + { + "id": "measured-20260924-00053-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + 2.2627029064992144, + -0.75, + 0.4165485461970305 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00053-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00054", + "name": "Measured object 55", + "parent": null, + "components": [ + { + "id": "measured-20260924-00054-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + 2.6950463422060107, + -0.75, + 0.43860214227673183 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00054-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00055", + "name": "Measured object 56", + "parent": null, + "components": [ + { + "id": "measured-20260924-00055-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + 3.123702102086238, + -0.75, + 0.49935716709342015 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00055-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00056", + "name": "Measured object 57", + "parent": null, + "components": [ + { + "id": "measured-20260924-00056-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + 3.583917275749057, + -0.75, + 0.41240005466792595 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00056-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00057", + "name": "Measured object 58", + "parent": null, + "components": [ + { + "id": "measured-20260924-00057-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + 4.045900373275093, + -0.75, + 0.49133675014831774 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00057-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00058", + "name": "Measured object 59", + "parent": null, + "components": [ + { + "id": "measured-20260924-00058-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + 4.459351956961297, + -0.75, + 0.44895374233347546 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00058-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00059", + "name": "Measured object 60", + "parent": null, + "components": [ + { + "id": "measured-20260924-00059-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + 4.9979669157945645, + -0.75, + 0.45948512411429765 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00059-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00060", + "name": "Measured object 61", + "parent": null, + "components": [ + { + "id": "measured-20260924-00060-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + 5.3754467307784575, + -0.75, + 0.4839901730328474 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00060-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00061", + "name": "Measured object 62", + "parent": null, + "components": [ + { + "id": "measured-20260924-00061-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + 5.8431917276721315, + -0.75, + 0.4287388118383223 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00061-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00062", + "name": "Measured object 63", + "parent": null, + "components": [ + { + "id": "measured-20260924-00062-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + 6.290848752096643, + -0.75, + 0.43166827199482216 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00062-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00063", + "name": "Measured object 64", + "parent": null, + "components": [ + { + "id": "measured-20260924-00063-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + 6.701462902886935, + -0.75, + 0.4575187711747314 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00063-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00064", + "name": "Measured object 65", + "parent": null, + "components": [ + { + "id": "measured-20260924-00064-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + -7.2486608265792505, + -0.75, + 0.9134368396692385 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00064-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00065", + "name": "Measured object 66", + "parent": null, + "components": [ + { + "id": "measured-20260924-00065-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + -6.738528786173069, + -0.75, + 0.8692283698172203 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00065-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00066", + "name": "Measured object 67", + "parent": null, + "components": [ + { + "id": "measured-20260924-00066-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + -6.291634743422287, + -0.75, + 0.8880093778773591 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00066-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00067", + "name": "Measured object 68", + "parent": null, + "components": [ + { + "id": "measured-20260924-00067-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + -5.817190311322441, + -0.75, + 0.878083697283968 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00067-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00068", + "name": "Measured object 69", + "parent": null, + "components": [ + { + "id": "measured-20260924-00068-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + -5.443834055835795, + -0.75, + 0.8700213702259998 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00068-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00069", + "name": "Measured object 70", + "parent": null, + "components": [ + { + "id": "measured-20260924-00069-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + -4.963896432377028, + -0.75, + 0.9455883364933311 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00069-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00070", + "name": "Measured object 71", + "parent": null, + "components": [ + { + "id": "measured-20260924-00070-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + -4.4597666700055845, + -0.75, + 0.9413728196511073 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00070-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00071", + "name": "Measured object 72", + "parent": null, + "components": [ + { + "id": "measured-20260924-00071-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + -4.042495113442919, + -0.75, + 0.8568901013111305 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00071-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00072", + "name": "Measured object 73", + "parent": null, + "components": [ + { + "id": "measured-20260924-00072-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + -3.6260491944307423, + -0.75, + 0.8819643621842744 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00072-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00073", + "name": "Measured object 74", + "parent": null, + "components": [ + { + "id": "measured-20260924-00073-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + -3.1668836137472276, + -0.75, + 0.926396205065172 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00073-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00074", + "name": "Measured object 75", + "parent": null, + "components": [ + { + "id": "measured-20260924-00074-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + -2.650592967206706, + -0.75, + 0.8601104636375871 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00074-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00075", + "name": "Measured object 76", + "parent": null, + "components": [ + { + "id": "measured-20260924-00075-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + -2.250648926250435, + -0.75, + 0.8867022982745475 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00075-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00076", + "name": "Measured object 77", + "parent": null, + "components": [ + { + "id": "measured-20260924-00076-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + -1.759839460261883, + -0.75, + 0.9465447207301176 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00076-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00077", + "name": "Measured object 78", + "parent": null, + "components": [ + { + "id": "measured-20260924-00077-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + -1.3581832130716747, + -0.75, + 0.9428069626296034 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00077-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00078", + "name": "Measured object 79", + "parent": null, + "components": [ + { + "id": "measured-20260924-00078-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + -0.8521917570663664, + -0.75, + 0.8691836939839953 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00078-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00079", + "name": "Measured object 80", + "parent": null, + "components": [ + { + "id": "measured-20260924-00079-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + -0.4761618466245753, + -0.75, + 0.9037652245169854 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00079-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00080", + "name": "Measured object 81", + "parent": null, + "components": [ + { + "id": "measured-20260924-00080-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + -0.04214785999916292, + -0.75, + 0.903381897596109 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00080-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00081", + "name": "Measured object 82", + "parent": null, + "components": [ + { + "id": "measured-20260924-00081-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + 0.4406328691949142, + -0.75, + 0.9132592757618413 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00081-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00082", + "name": "Measured object 83", + "parent": null, + "components": [ + { + "id": "measured-20260924-00082-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + 0.9217303006583931, + -0.75, + 0.9495459072314137 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00082-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00083", + "name": "Measured object 84", + "parent": null, + "components": [ + { + "id": "measured-20260924-00083-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + 1.3528512209234633, + -0.75, + 0.9097130397705728 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00083-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00084", + "name": "Measured object 85", + "parent": null, + "components": [ + { + "id": "measured-20260924-00084-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + 1.8205834961957699, + -0.75, + 0.9388876128626396 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00084-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00085", + "name": "Measured object 86", + "parent": null, + "components": [ + { + "id": "measured-20260924-00085-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + 2.2864843627547415, + -0.75, + 0.8543093897177885 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00085-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00086", + "name": "Measured object 87", + "parent": null, + "components": [ + { + "id": "measured-20260924-00086-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + 2.666507372513366, + -0.75, + 0.9140814807166404 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00086-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00087", + "name": "Measured object 88", + "parent": null, + "components": [ + { + "id": "measured-20260924-00087-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + 3.197249704888636, + -0.75, + 0.8522953900046878 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00087-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00088", + "name": "Measured object 89", + "parent": null, + "components": [ + { + "id": "measured-20260924-00088-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + 3.6016157911426516, + -0.75, + 0.9129572805136457 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00088-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00089", + "name": "Measured object 90", + "parent": null, + "components": [ + { + "id": "measured-20260924-00089-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + 4.068198127750873, + -0.75, + 0.9336588238570854 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00089-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00090", + "name": "Measured object 91", + "parent": null, + "components": [ + { + "id": "measured-20260924-00090-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + 4.457746294092855, + -0.75, + 0.860351107781074 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00090-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00091", + "name": "Measured object 92", + "parent": null, + "components": [ + { + "id": "measured-20260924-00091-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + 4.952498468556617, + -0.75, + 0.8932051591684709 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00091-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00092", + "name": "Measured object 93", + "parent": null, + "components": [ + { + "id": "measured-20260924-00092-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + 5.360231952153594, + -0.75, + 0.940976800342719 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00092-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00093", + "name": "Measured object 94", + "parent": null, + "components": [ + { + "id": "measured-20260924-00093-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + 5.887241636313935, + -0.75, + 0.9231435642913504 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00093-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00094", + "name": "Measured object 95", + "parent": null, + "components": [ + { + "id": "measured-20260924-00094-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + 6.29994855044355, + -0.75, + 0.8956013057700305 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00094-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00095", + "name": "Measured object 96", + "parent": null, + "components": [ + { + "id": "measured-20260924-00095-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + 6.7409540250065385, + -0.75, + 0.945440718893859 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00095-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00096", + "name": "Measured object 97", + "parent": null, + "components": [ + { + "id": "measured-20260924-00096-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + -7.232356153515664, + -0.75, + 1.3698666501925612 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00096-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00097", + "name": "Measured object 98", + "parent": null, + "components": [ + { + "id": "measured-20260924-00097-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + -6.732580543309212, + -0.75, + 1.3156507197789271 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00097-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00098", + "name": "Measured object 99", + "parent": null, + "components": [ + { + "id": "measured-20260924-00098-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + -6.283127364147714, + -0.75, + 1.338511096175596 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00098-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00099", + "name": "Measured object 100", + "parent": null, + "components": [ + { + "id": "measured-20260924-00099-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + -5.868931502781277, + -0.75, + 1.3822566026366359 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00099-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00100", + "name": "Measured object 101", + "parent": null, + "components": [ + { + "id": "measured-20260924-00100-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + -5.427381649177329, + -0.75, + 1.3192690558890106 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00100-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00101", + "name": "Measured object 102", + "parent": null, + "components": [ + { + "id": "measured-20260924-00101-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + -4.903109202977196, + -0.75, + 1.3364744475891626 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00101-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00102", + "name": "Measured object 103", + "parent": null, + "components": [ + { + "id": "measured-20260924-00102-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + -4.498983310262606, + -0.75, + 1.332387458571586 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00102-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00103", + "name": "Measured object 104", + "parent": null, + "components": [ + { + "id": "measured-20260924-00103-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + -4.092485337427897, + -0.75, + 1.3258230826341963 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00103-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00104", + "name": "Measured object 105", + "parent": null, + "components": [ + { + "id": "measured-20260924-00104-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + -3.5993530742281736, + -0.75, + 1.3470875271308187 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00104-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00105", + "name": "Measured object 106", + "parent": null, + "components": [ + { + "id": "measured-20260924-00105-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + -3.176697026607217, + -0.75, + 1.3281573408215555 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00105-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00106", + "name": "Measured object 107", + "parent": null, + "components": [ + { + "id": "measured-20260924-00106-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + -2.727530594641663, + -0.75, + 1.3176088750934616 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00106-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00107", + "name": "Measured object 108", + "parent": null, + "components": [ + { + "id": "measured-20260924-00107-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + -2.213893598505621, + -0.75, + 1.3044608401258093 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00107-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00108", + "name": "Measured object 109", + "parent": null, + "components": [ + { + "id": "measured-20260924-00108-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + -1.8048854910770198, + -0.75, + 1.3181349613076463 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00108-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00109", + "name": "Measured object 110", + "parent": null, + "components": [ + { + "id": "measured-20260924-00109-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + -1.337010851730458, + -0.75, + 1.3148748386089926 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00109-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00110", + "name": "Measured object 111", + "parent": null, + "components": [ + { + "id": "measured-20260924-00110-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + -0.944054897270732, + -0.75, + 1.3428204934562973 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00110-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00111", + "name": "Measured object 112", + "parent": null, + "components": [ + { + "id": "measured-20260924-00111-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + -0.4176266047312075, + -0.75, + 1.3301199997668303 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00111-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00112", + "name": "Measured object 113", + "parent": null, + "components": [ + { + "id": "measured-20260924-00112-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + 0.022048873255819307, + -0.75, + 1.3470986888285033 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00112-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00113", + "name": "Measured object 114", + "parent": null, + "components": [ + { + "id": "measured-20260924-00113-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + 0.4473758586303347, + -0.75, + 1.3012085040898311 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00113-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00114", + "name": "Measured object 115", + "parent": null, + "components": [ + { + "id": "measured-20260924-00114-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + 0.9187353967040706, + -0.75, + 1.3666030040807393 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00114-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00115", + "name": "Measured object 116", + "parent": null, + "components": [ + { + "id": "measured-20260924-00115-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + 1.3804637382541152, + -0.75, + 1.3631826810640353 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00115-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00116", + "name": "Measured object 117", + "parent": null, + "components": [ + { + "id": "measured-20260924-00116-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + 1.7876567366223906, + -0.75, + 1.3238861490014844 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00116-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00117", + "name": "Measured object 118", + "parent": null, + "components": [ + { + "id": "measured-20260924-00117-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + 2.2050786973202277, + -0.75, + 1.3385635743448732 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00117-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00118", + "name": "Measured object 119", + "parent": null, + "components": [ + { + "id": "measured-20260924-00118-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + 2.7076406076319723, + -0.75, + 1.3830278252327117 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00118-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00119", + "name": "Measured object 120", + "parent": null, + "components": [ + { + "id": "measured-20260924-00119-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + 3.1198479343633823, + -0.75, + 1.365898126615668 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00119-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00120", + "name": "Measured object 121", + "parent": null, + "components": [ + { + "id": "measured-20260924-00120-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + 3.6123840221228742, + -0.75, + 1.3713862632502276 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00120-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00121", + "name": "Measured object 122", + "parent": null, + "components": [ + { + "id": "measured-20260924-00121-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + 4.090523886703013, + -0.75, + 1.3149212553395966 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00121-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00122", + "name": "Measured object 123", + "parent": null, + "components": [ + { + "id": "measured-20260924-00122-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + 4.479371684279308, + -0.75, + 1.301555840885902 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00122-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00123", + "name": "Measured object 124", + "parent": null, + "components": [ + { + "id": "measured-20260924-00123-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + 4.964499413348009, + -0.75, + 1.3218427067694203 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00123-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00124", + "name": "Measured object 125", + "parent": null, + "components": [ + { + "id": "measured-20260924-00124-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + 5.412651342672006, + -0.75, + 1.373335589590984 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00124-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00125", + "name": "Measured object 126", + "parent": null, + "components": [ + { + "id": "measured-20260924-00125-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + 5.899586241469114, + -0.75, + 1.3289331911546294 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00125-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00126", + "name": "Measured object 127", + "parent": null, + "components": [ + { + "id": "measured-20260924-00126-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + 6.310894768304388, + -0.75, + 1.3452048254363584 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00126-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00127", + "name": "Measured object 128", + "parent": null, + "components": [ + { + "id": "measured-20260924-00127-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + 6.748036866227309, + -0.75, + 1.382844882699698 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00127-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00128", + "name": "Measured object 129", + "parent": null, + "components": [ + { + "id": "measured-20260924-00128-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + -7.224455251246021, + -0.75, + 1.8164535216551694 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00128-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00129", + "name": "Measured object 130", + "parent": null, + "components": [ + { + "id": "measured-20260924-00129-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + -6.780255029227399, + -0.75, + 1.7710067286787838 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00129-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00130", + "name": "Measured object 131", + "parent": null, + "components": [ + { + "id": "measured-20260924-00130-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + -6.349703055776729, + -0.75, + 1.7502140069657797 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00130-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00131", + "name": "Measured object 132", + "parent": null, + "components": [ + { + "id": "measured-20260924-00131-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + -5.837627719908599, + -0.75, + 1.8361987155961788 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00131-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00132", + "name": "Measured object 133", + "parent": null, + "components": [ + { + "id": "measured-20260924-00132-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + -5.401705823829887, + -0.75, + 1.7787802520408473 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00132-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00133", + "name": "Measured object 134", + "parent": null, + "components": [ + { + "id": "measured-20260924-00133-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + -4.949515833818482, + -0.75, + 1.8182231376756386 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00133-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00134", + "name": "Measured object 135", + "parent": null, + "components": [ + { + "id": "measured-20260924-00134-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + -4.544078440348306, + -0.75, + 1.784461834145035 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00134-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00135", + "name": "Measured object 136", + "parent": null, + "components": [ + { + "id": "measured-20260924-00135-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + -4.078117758685593, + -0.75, + 1.840122737570849 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00135-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00136", + "name": "Measured object 137", + "parent": null, + "components": [ + { + "id": "measured-20260924-00136-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + -3.6140437331226756, + -0.75, + 1.7714060252793882 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00136-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00137", + "name": "Measured object 138", + "parent": null, + "components": [ + { + "id": "measured-20260924-00137-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + -3.108403710808215, + -0.75, + 1.8189923639330274 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00137-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00138", + "name": "Measured object 139", + "parent": null, + "components": [ + { + "id": "measured-20260924-00138-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + -2.71901824417174, + -0.75, + 1.750621313889997 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00138-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00139", + "name": "Measured object 140", + "parent": null, + "components": [ + { + "id": "measured-20260924-00139-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + -2.2192790771860387, + -0.75, + 1.77773257890404 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00139-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00140", + "name": "Measured object 141", + "parent": null, + "components": [ + { + "id": "measured-20260924-00140-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + -1.835698996567012, + -0.75, + 1.7615600861343652 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00140-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00141", + "name": "Measured object 142", + "parent": null, + "components": [ + { + "id": "measured-20260924-00141-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + -1.399792252707673, + -0.75, + 1.7587787147876823 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00141-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00142", + "name": "Measured object 143", + "parent": null, + "components": [ + { + "id": "measured-20260924-00142-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + -0.8905173750930565, + -0.75, + 1.8241884659228025 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00142-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00143", + "name": "Measured object 144", + "parent": null, + "components": [ + { + "id": "measured-20260924-00143-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + -0.4337960790927682, + -0.75, + 1.789740807797707 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00143-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00144", + "name": "Measured object 145", + "parent": null, + "components": [ + { + "id": "measured-20260924-00144-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + 0.003731552403278937, + -0.75, + 1.8284739647796653 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00144-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00145", + "name": "Measured object 146", + "parent": null, + "components": [ + { + "id": "measured-20260924-00145-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + 0.4838055751576363, + -0.75, + 1.7562745674587237 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00145-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00146", + "name": "Measured object 147", + "parent": null, + "components": [ + { + "id": "measured-20260924-00146-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + 0.9151266072610039, + -0.75, + 1.800359714858742 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00146-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00147", + "name": "Measured object 148", + "parent": null, + "components": [ + { + "id": "measured-20260924-00147-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + 1.366850562141489, + -0.75, + 1.804782331726621 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00147-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00148", + "name": "Measured object 149", + "parent": null, + "components": [ + { + "id": "measured-20260924-00148-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + 1.7670749694481753, + -0.75, + 1.8198129637381604 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00148-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00149", + "name": "Measured object 150", + "parent": null, + "components": [ + { + "id": "measured-20260924-00149-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + 2.2781964260785292, + -0.75, + 1.7666677231579009 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00149-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00150", + "name": "Measured object 151", + "parent": null, + "components": [ + { + "id": "measured-20260924-00150-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + 2.670756786055148, + -0.75, + 1.84251587647069 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00150-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00151", + "name": "Measured object 152", + "parent": null, + "components": [ + { + "id": "measured-20260924-00151-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + 3.164128748614069, + -0.75, + 1.8088180052236194 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00151-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00152", + "name": "Measured object 153", + "parent": null, + "components": [ + { + "id": "measured-20260924-00152-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + 3.649826736970103, + -0.75, + 1.8071005861917808 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00152-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00153", + "name": "Measured object 154", + "parent": null, + "components": [ + { + "id": "measured-20260924-00153-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + 4.099432330643317, + -0.75, + 1.7512043825046475 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00153-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00154", + "name": "Measured object 155", + "parent": null, + "components": [ + { + "id": "measured-20260924-00154-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + 4.508538803705916, + -0.75, + 1.8013725430764909 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00154-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00155", + "name": "Measured object 156", + "parent": null, + "components": [ + { + "id": "measured-20260924-00155-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + 4.907301815187138, + -0.75, + 1.7746119622241558 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00155-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00156", + "name": "Measured object 157", + "parent": null, + "components": [ + { + "id": "measured-20260924-00156-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + 5.422585934275204, + -0.75, + 1.831156718482437 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00156-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00157", + "name": "Measured object 158", + "parent": null, + "components": [ + { + "id": "measured-20260924-00157-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + 5.87986987022118, + -0.75, + 1.7662183327762822 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00157-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00158", + "name": "Measured object 159", + "parent": null, + "components": [ + { + "id": "measured-20260924-00158-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + 6.270534151668064, + -0.75, + 1.7977801831850693 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00158-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00159", + "name": "Measured object 160", + "parent": null, + "components": [ + { + "id": "measured-20260924-00159-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + 6.7311844230692, + -0.75, + 1.8406224636326285 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00159-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00160", + "name": "Measured object 161", + "parent": null, + "components": [ + { + "id": "measured-20260924-00160-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + -7.189840380198142, + -0.75, + 2.2805647298857075 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00160-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00161", + "name": "Measured object 162", + "parent": null, + "components": [ + { + "id": "measured-20260924-00161-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + -6.793136360373697, + -0.75, + 2.2957943429771195 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00161-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00162", + "name": "Measured object 163", + "parent": null, + "components": [ + { + "id": "measured-20260924-00162-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + -6.273197041148172, + -0.75, + 2.2171269465130794 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00162-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00163", + "name": "Measured object 164", + "parent": null, + "components": [ + { + "id": "measured-20260924-00163-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + -5.852845770446018, + -0.75, + 2.229910593981155 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00163-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00164", + "name": "Measured object 165", + "parent": null, + "components": [ + { + "id": "measured-20260924-00164-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + -5.367342008428141, + -0.75, + 2.2607336184567846 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00164-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00165", + "name": "Measured object 166", + "parent": null, + "components": [ + { + "id": "measured-20260924-00165-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + -4.934923164284595, + -0.75, + 2.2846253494992346 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00165-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00166", + "name": "Measured object 167", + "parent": null, + "components": [ + { + "id": "measured-20260924-00166-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + -4.483965681270046, + -0.75, + 2.2762904948647193 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00166-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00167", + "name": "Measured object 168", + "parent": null, + "components": [ + { + "id": "measured-20260924-00167-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + -4.014177054982961, + -0.75, + 2.237565037140433 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00167-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00168", + "name": "Measured object 169", + "parent": null, + "components": [ + { + "id": "measured-20260924-00168-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + -3.638983851249225, + -0.75, + 2.25937160625656 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00168-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00169", + "name": "Measured object 170", + "parent": null, + "components": [ + { + "id": "measured-20260924-00169-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + -3.124699197356804, + -0.75, + 2.2851683408686316 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00169-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00170", + "name": "Measured object 171", + "parent": null, + "components": [ + { + "id": "measured-20260924-00170-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + -2.7327357961454704, + -0.75, + 2.2296051072267673 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00170-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00171", + "name": "Measured object 172", + "parent": null, + "components": [ + { + "id": "measured-20260924-00171-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + -2.2979067961768815, + -0.75, + 2.299579053549367 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00171-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00172", + "name": "Measured object 173", + "parent": null, + "components": [ + { + "id": "measured-20260924-00172-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + -1.761973262951264, + -0.75, + 2.2507482069247584 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00172-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00173", + "name": "Measured object 174", + "parent": null, + "components": [ + { + "id": "measured-20260924-00173-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + -1.319216912709542, + -0.75, + 2.2671414862970427 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00173-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00174", + "name": "Measured object 175", + "parent": null, + "components": [ + { + "id": "measured-20260924-00174-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + -0.8844066033418045, + -0.75, + 2.2735956416865717 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00174-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00175", + "name": "Measured object 176", + "parent": null, + "components": [ + { + "id": "measured-20260924-00175-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + -0.47060962773500314, + -0.75, + 2.259621397711172 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00175-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00176", + "name": "Measured object 177", + "parent": null, + "components": [ + { + "id": "measured-20260924-00176-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + -0.02526706845251825, + -0.75, + 2.242149513797019 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00176-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00177", + "name": "Measured object 178", + "parent": null, + "components": [ + { + "id": "measured-20260924-00177-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + 0.43704719044541596, + -0.75, + 2.256505730877429 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00177-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00178", + "name": "Measured object 179", + "parent": null, + "components": [ + { + "id": "measured-20260924-00178-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + 0.8633965043399685, + -0.75, + 2.2504436742644667 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00178-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00179", + "name": "Measured object 180", + "parent": null, + "components": [ + { + "id": "measured-20260924-00179-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + 1.3635753474794865, + -0.75, + 2.29012279149788 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00179-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00180", + "name": "Measured object 181", + "parent": null, + "components": [ + { + "id": "measured-20260924-00180-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + 1.7786768716890926, + -0.75, + 2.268059927835097 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00180-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00181", + "name": "Measured object 182", + "parent": null, + "components": [ + { + "id": "measured-20260924-00181-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + 2.237777342736572, + -0.75, + 2.2937849447455396 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00181-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00182", + "name": "Measured object 183", + "parent": null, + "components": [ + { + "id": "measured-20260924-00182-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + 2.6548429333586068, + -0.75, + 2.2788901294208266 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00182-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00183", + "name": "Measured object 184", + "parent": null, + "components": [ + { + "id": "measured-20260924-00183-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + 3.142287078005397, + -0.75, + 2.2070700124947407 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00183-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00184", + "name": "Measured object 185", + "parent": null, + "components": [ + { + "id": "measured-20260924-00184-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + 3.582111308290415, + -0.75, + 2.242557041663038 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00184-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00185", + "name": "Measured object 186", + "parent": null, + "components": [ + { + "id": "measured-20260924-00185-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + 4.050431029742737, + -0.75, + 2.2980492861333377 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00185-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00186", + "name": "Measured object 187", + "parent": null, + "components": [ + { + "id": "measured-20260924-00186-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + 4.478947257997133, + -0.75, + 2.2685192371480865 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00186-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00187", + "name": "Measured object 188", + "parent": null, + "components": [ + { + "id": "measured-20260924-00187-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + 4.960314572526736, + -0.75, + 2.273330770180771 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00187-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00188", + "name": "Measured object 189", + "parent": null, + "components": [ + { + "id": "measured-20260924-00188-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + 5.366467461348178, + -0.75, + 2.254959761070219 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00188-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00189", + "name": "Measured object 190", + "parent": null, + "components": [ + { + "id": "measured-20260924-00189-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + 5.847765992794861, + -0.75, + 2.275451552619264 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00189-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00190", + "name": "Measured object 191", + "parent": null, + "components": [ + { + "id": "measured-20260924-00190-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + 6.270076257930573, + -0.75, + 2.286754267674451 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00190-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00191", + "name": "Measured object 192", + "parent": null, + "components": [ + { + "id": "measured-20260924-00191-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + 6.798377910774862, + -0.75, + 2.210649642336875 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00191-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00192", + "name": "Measured object 193", + "parent": null, + "components": [ + { + "id": "measured-20260924-00192-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + -7.186281781359592, + -0.75, + 2.7089789513564844 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00192-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00193", + "name": "Measured object 194", + "parent": null, + "components": [ + { + "id": "measured-20260924-00193-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + -6.704011796149269, + -0.75, + 2.665792165654364 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00193-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00194", + "name": "Measured object 195", + "parent": null, + "components": [ + { + "id": "measured-20260924-00194-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + -6.317778834738774, + -0.75, + 2.7067665854177863 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00194-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00195", + "name": "Measured object 196", + "parent": null, + "components": [ + { + "id": "measured-20260924-00195-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + -5.849930526988049, + -0.75, + 2.7230781856664072 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00195-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00196", + "name": "Measured object 197", + "parent": null, + "components": [ + { + "id": "measured-20260924-00196-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + -5.363204799422197, + -0.75, + 2.698421455447593 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00196-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00197", + "name": "Measured object 198", + "parent": null, + "components": [ + { + "id": "measured-20260924-00197-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + -4.997912111192865, + -0.75, + 2.7248680784669266 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00197-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00198", + "name": "Measured object 199", + "parent": null, + "components": [ + { + "id": "measured-20260924-00198-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + -4.483019472449143, + -0.75, + 2.7367683735404555 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00198-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00199", + "name": "Measured object 200", + "parent": null, + "components": [ + { + "id": "measured-20260924-00199-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + -4.02159380421593, + -0.75, + 2.663605397898451 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00199-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00200", + "name": "Measured object 201", + "parent": null, + "components": [ + { + "id": "measured-20260924-00200-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + -3.551041635648534, + -0.75, + 2.681131713987003 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00200-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00201", + "name": "Measured object 202", + "parent": null, + "components": [ + { + "id": "measured-20260924-00201-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + -3.1186786984518755, + -0.75, + 2.674477548564158 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00201-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00202", + "name": "Measured object 203", + "parent": null, + "components": [ + { + "id": "measured-20260924-00202-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + -2.6855351461845878, + -0.75, + 2.653543651189911 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00202-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00203", + "name": "Measured object 204", + "parent": null, + "components": [ + { + "id": "measured-20260924-00203-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + -2.2189228007964608, + -0.75, + 2.6825300488972275 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00203-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00204", + "name": "Measured object 205", + "parent": null, + "components": [ + { + "id": "measured-20260924-00204-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + -1.795618202548653, + -0.75, + 2.7319837096841986 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00204-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00205", + "name": "Measured object 206", + "parent": null, + "components": [ + { + "id": "measured-20260924-00205-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + -1.329605546784147, + -0.75, + 2.6974037686344388 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00205-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00206", + "name": "Measured object 207", + "parent": null, + "components": [ + { + "id": "measured-20260924-00206-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + -0.9050726776604119, + -0.75, + 2.730592457039127 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00206-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00207", + "name": "Measured object 208", + "parent": null, + "components": [ + { + "id": "measured-20260924-00207-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + -0.4051863149659026, + -0.75, + 2.719813122679282 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00207-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00208", + "name": "Measured object 209", + "parent": null, + "components": [ + { + "id": "measured-20260924-00208-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + -0.009520061506515035, + -0.75, + 2.668737117775833 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00208-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00209", + "name": "Measured object 210", + "parent": null, + "components": [ + { + "id": "measured-20260924-00209-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + 0.4021854013065945, + -0.75, + 2.7253151094784833 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00209-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00210", + "name": "Measured object 211", + "parent": null, + "components": [ + { + "id": "measured-20260924-00210-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + 0.9495063947731041, + -0.75, + 2.7307419795017402 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00210-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00211", + "name": "Measured object 212", + "parent": null, + "components": [ + { + "id": "measured-20260924-00211-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + 1.3595806239405712, + -0.75, + 2.7349180721177415 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00211-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00212", + "name": "Measured object 213", + "parent": null, + "components": [ + { + "id": "measured-20260924-00212-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + 1.8355455014362718, + -0.75, + 2.6639833660074377 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00212-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00213", + "name": "Measured object 214", + "parent": null, + "components": [ + { + "id": "measured-20260924-00213-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + 2.26749834738318, + -0.75, + 2.713400386433338 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00213-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00214", + "name": "Measured object 215", + "parent": null, + "components": [ + { + "id": "measured-20260924-00214-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + 2.746492707815877, + -0.75, + 2.712775489961212 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00214-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00215", + "name": "Measured object 216", + "parent": null, + "components": [ + { + "id": "measured-20260924-00215-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + 3.1940265544518573, + -0.75, + 2.6525631816478663 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00215-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00216", + "name": "Measured object 217", + "parent": null, + "components": [ + { + "id": "measured-20260924-00216-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + 3.607554484341664, + -0.75, + 2.732947995526033 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00216-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00217", + "name": "Measured object 218", + "parent": null, + "components": [ + { + "id": "measured-20260924-00217-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + 4.003458458268233, + -0.75, + 2.6655927149619085 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00217-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00218", + "name": "Measured object 219", + "parent": null, + "components": [ + { + "id": "measured-20260924-00218-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + 4.4745119181415465, + -0.75, + 2.672774290932522 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00218-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00219", + "name": "Measured object 220", + "parent": null, + "components": [ + { + "id": "measured-20260924-00219-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + 4.912293433599557, + -0.75, + 2.6841711332994374 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00219-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00220", + "name": "Measured object 221", + "parent": null, + "components": [ + { + "id": "measured-20260924-00220-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + 5.379303804409058, + -0.75, + 2.7027447911440503 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00220-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00221", + "name": "Measured object 222", + "parent": null, + "components": [ + { + "id": "measured-20260924-00221-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + 5.896927322869524, + -0.75, + 2.7335845566046277 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00221-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00222", + "name": "Measured object 223", + "parent": null, + "components": [ + { + "id": "measured-20260924-00222-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + 6.314509760805204, + -0.75, + 2.727925780800664 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00222-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00223", + "name": "Measured object 224", + "parent": null, + "components": [ + { + "id": "measured-20260924-00223-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + 6.7149549402064554, + -0.75, + 2.7202573439751134 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00223-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00224", + "name": "Measured object 225", + "parent": null, + "components": [ + { + "id": "measured-20260924-00224-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + -7.1734196330732765, + -0.75, + 3.152572694343109 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00224-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00225", + "name": "Measured object 226", + "parent": null, + "components": [ + { + "id": "measured-20260924-00225-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + -6.708524809704496, + -0.75, + 3.110120130256543 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00225-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00226", + "name": "Measured object 227", + "parent": null, + "components": [ + { + "id": "measured-20260924-00226-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + -6.254211445280217, + -0.75, + 3.1760489715673885 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00226-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00227", + "name": "Measured object 228", + "parent": null, + "components": [ + { + "id": "measured-20260924-00227-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + -5.87545822221706, + -0.75, + 3.135844643370007 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00227-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00228", + "name": "Measured object 229", + "parent": null, + "components": [ + { + "id": "measured-20260924-00228-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + -5.429628507618976, + -0.75, + 3.1864757619632367 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00228-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00229", + "name": "Measured object 230", + "parent": null, + "components": [ + { + "id": "measured-20260924-00229-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + -4.973837875199294, + -0.75, + 3.156764216957899 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00229-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00230", + "name": "Measured object 231", + "parent": null, + "components": [ + { + "id": "measured-20260924-00230-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + -4.458535857819813, + -0.75, + 3.190486297917509 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00230-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00231", + "name": "Measured object 232", + "parent": null, + "components": [ + { + "id": "measured-20260924-00231-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + -4.009269459278128, + -0.75, + 3.188702280353162 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00231-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00232", + "name": "Measured object 233", + "parent": null, + "components": [ + { + "id": "measured-20260924-00232-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + -3.6377723288658084, + -0.75, + 3.1431995766101024 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00232-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00233", + "name": "Measured object 234", + "parent": null, + "components": [ + { + "id": "measured-20260924-00233-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + -3.1185075177302486, + -0.75, + 3.17049494583689 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00233-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00234", + "name": "Measured object 235", + "parent": null, + "components": [ + { + "id": "measured-20260924-00234-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + -2.658327405312478, + -0.75, + 3.1787020434645625 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00234-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00235", + "name": "Measured object 236", + "parent": null, + "components": [ + { + "id": "measured-20260924-00235-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + -2.213367018312484, + -0.75, + 3.106492556737532 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00235-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00236", + "name": "Measured object 237", + "parent": null, + "components": [ + { + "id": "measured-20260924-00236-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + -1.8304464004580716, + -0.75, + 3.185405093648817 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00236-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00237", + "name": "Measured object 238", + "parent": null, + "components": [ + { + "id": "measured-20260924-00237-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + -1.3057848444092737, + -0.75, + 3.112919812139577 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00237-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00238", + "name": "Measured object 239", + "parent": null, + "components": [ + { + "id": "measured-20260924-00238-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + -0.8954428985877578, + -0.75, + 3.1810077557473364 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00238-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00239", + "name": "Measured object 240", + "parent": null, + "components": [ + { + "id": "measured-20260924-00239-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + -0.42664868173562764, + -0.75, + 3.1500368717390823 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00239-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00240", + "name": "Measured object 241", + "parent": null, + "components": [ + { + "id": "measured-20260924-00240-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + -0.012666336287373618, + -0.75, + 3.1271839770351817 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00240-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00241", + "name": "Measured object 242", + "parent": null, + "components": [ + { + "id": "measured-20260924-00241-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + 0.4513267911619631, + -0.75, + 3.1466123605558987 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00241-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00242", + "name": "Measured object 243", + "parent": null, + "components": [ + { + "id": "measured-20260924-00242-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + 0.8677774160541412, + -0.75, + 3.195525839954819 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00242-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00243", + "name": "Measured object 244", + "parent": null, + "components": [ + { + "id": "measured-20260924-00243-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + 1.3193274058894369, + -0.75, + 3.145029668353461 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00243-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00244", + "name": "Measured object 245", + "parent": null, + "components": [ + { + "id": "measured-20260924-00244-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + 1.8118922000719953, + -0.75, + 3.1992651945221815 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00244-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00245", + "name": "Measured object 246", + "parent": null, + "components": [ + { + "id": "measured-20260924-00245-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + 2.292124629864862, + -0.75, + 3.1336710866094863 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00245-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00246", + "name": "Measured object 247", + "parent": null, + "components": [ + { + "id": "measured-20260924-00246-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + 2.7190804035981317, + -0.75, + 3.1590789199514946 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00246-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00247", + "name": "Measured object 248", + "parent": null, + "components": [ + { + "id": "measured-20260924-00247-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + 3.1807363574405088, + -0.75, + 3.1447955332258863 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00247-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00248", + "name": "Measured object 249", + "parent": null, + "components": [ + { + "id": "measured-20260924-00248-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + 3.5894881270645445, + -0.75, + 3.1978898471981556 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00248-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00249", + "name": "Measured object 250", + "parent": null, + "components": [ + { + "id": "measured-20260924-00249-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + 4.034695913868157, + -0.75, + 3.129443996000892 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00249-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00250", + "name": "Measured object 251", + "parent": null, + "components": [ + { + "id": "measured-20260924-00250-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + 4.5163534933078155, + -0.75, + 3.1862861447959516 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00250-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00251", + "name": "Measured object 252", + "parent": null, + "components": [ + { + "id": "measured-20260924-00251-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + 4.955603498890179, + -0.75, + 3.191112090282394 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00251-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00252", + "name": "Measured object 253", + "parent": null, + "components": [ + { + "id": "measured-20260924-00252-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + 5.418852835781123, + -0.75, + 3.141166110638095 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00252-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00253", + "name": "Measured object 254", + "parent": null, + "components": [ + { + "id": "measured-20260924-00253-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + 5.810342589659564, + -0.75, + 3.109704965247415 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00253-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00254", + "name": "Measured object 255", + "parent": null, + "components": [ + { + "id": "measured-20260924-00254-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + 6.276229529318054, + -0.75, + 3.1821945787098844 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00254-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00255", + "name": "Measured object 256", + "parent": null, + "components": [ + { + "id": "measured-20260924-00255-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + 6.748188635241523, + -0.75, + 3.160222404674874 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00255-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00256", + "name": "Measured object 257", + "parent": null, + "components": [ + { + "id": "measured-20260924-00256-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + -7.203564504756278, + -0.75, + 3.6403940818717566 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00256-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00257", + "name": "Measured object 258", + "parent": null, + "components": [ + { + "id": "measured-20260924-00257-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + -6.7820431931916465, + -0.75, + 3.6085651005801473 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00257-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00258", + "name": "Measured object 259", + "parent": null, + "components": [ + { + "id": "measured-20260924-00258-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + -6.333339889569191, + -0.75, + 3.5774561962218137 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00258-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00259", + "name": "Measured object 260", + "parent": null, + "components": [ + { + "id": "measured-20260924-00259-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + -5.868507320759114, + -0.75, + 3.585074185339783 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00259-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00260", + "name": "Measured object 261", + "parent": null, + "components": [ + { + "id": "measured-20260924-00260-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + -5.404532296195638, + -0.75, + 3.598257536520161 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00260-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00261", + "name": "Measured object 262", + "parent": null, + "components": [ + { + "id": "measured-20260924-00261-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + -4.971474556647298, + -0.75, + 3.564926390196269 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00261-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00262", + "name": "Measured object 263", + "parent": null, + "components": [ + { + "id": "measured-20260924-00262-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + -4.489773447935972, + -0.75, + 3.594096252853815 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00262-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00263", + "name": "Measured object 264", + "parent": null, + "components": [ + { + "id": "measured-20260924-00263-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + -4.011816153467536, + -0.75, + 3.5926661961808573 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00263-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00264", + "name": "Measured object 265", + "parent": null, + "components": [ + { + "id": "measured-20260924-00264-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + -3.5906373833679806, + -0.75, + 3.579157287228464 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00264-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00265", + "name": "Measured object 266", + "parent": null, + "components": [ + { + "id": "measured-20260924-00265-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + -3.1203156898557545, + -0.75, + 3.603620965681575 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00265-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00266", + "name": "Measured object 267", + "parent": null, + "components": [ + { + "id": "measured-20260924-00266-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + -2.734860264594256, + -0.75, + 3.6281447314749737 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00266-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00267", + "name": "Measured object 268", + "parent": null, + "components": [ + { + "id": "measured-20260924-00267-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + -2.2175559506143183, + -0.75, + 3.5666189945317623 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00267-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00268", + "name": "Measured object 269", + "parent": null, + "components": [ + { + "id": "measured-20260924-00268-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + -1.7637294640919716, + -0.75, + 3.5779648039919474 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00268-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00269", + "name": "Measured object 270", + "parent": null, + "components": [ + { + "id": "measured-20260924-00269-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + -1.383069874207563, + -0.75, + 3.6049128357385976 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00269-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00270", + "name": "Measured object 271", + "parent": null, + "components": [ + { + "id": "measured-20260924-00270-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + -0.8822337478066837, + -0.75, + 3.6053296763131337 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00270-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00271", + "name": "Measured object 272", + "parent": null, + "components": [ + { + "id": "measured-20260924-00271-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + -0.49724670186255737, + -0.75, + 3.5871040052515957 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00271-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00272", + "name": "Measured object 273", + "parent": null, + "components": [ + { + "id": "measured-20260924-00272-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + -0.00042274905681075753, + -0.75, + 3.552729398658999 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00272-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00273", + "name": "Measured object 274", + "parent": null, + "components": [ + { + "id": "measured-20260924-00273-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + 0.4640214215621119, + -0.75, + 3.5860818549035858 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00273-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00274", + "name": "Measured object 275", + "parent": null, + "components": [ + { + "id": "measured-20260924-00274-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + 0.8918946300221169, + -0.75, + 3.621060274548974 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00274-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00275", + "name": "Measured object 276", + "parent": null, + "components": [ + { + "id": "measured-20260924-00275-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + 1.3617723153122205, + -0.75, + 3.646299996435504 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00275-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00276", + "name": "Measured object 277", + "parent": null, + "components": [ + { + "id": "measured-20260924-00276-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + 1.830886259629476, + -0.75, + 3.6047115560791454 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00276-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00277", + "name": "Measured object 278", + "parent": null, + "components": [ + { + "id": "measured-20260924-00277-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + 2.2206423946984204, + -0.75, + 3.5655708131256554 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00277-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00278", + "name": "Measured object 279", + "parent": null, + "components": [ + { + "id": "measured-20260924-00278-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + 2.6549002550147978, + -0.75, + 3.6117971759400342 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00278-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00279", + "name": "Measured object 280", + "parent": null, + "components": [ + { + "id": "measured-20260924-00279-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + 3.1255104201885775, + -0.75, + 3.557724219739337 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00279-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00280", + "name": "Measured object 281", + "parent": null, + "components": [ + { + "id": "measured-20260924-00280-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + 3.5776760727304198, + -0.75, + 3.5887477112133914 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00280-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00281", + "name": "Measured object 282", + "parent": null, + "components": [ + { + "id": "measured-20260924-00281-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + 4.007119846143774, + -0.75, + 3.6125078766450796 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00281-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00282", + "name": "Measured object 283", + "parent": null, + "components": [ + { + "id": "measured-20260924-00282-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + 4.477629232956114, + -0.75, + 3.5934071894322472 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00282-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00283", + "name": "Measured object 284", + "parent": null, + "components": [ + { + "id": "measured-20260924-00283-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + 4.963748713648508, + -0.75, + 3.6341234349023095 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00283-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00284", + "name": "Measured object 285", + "parent": null, + "components": [ + { + "id": "measured-20260924-00284-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + 5.419588623503599, + -0.75, + 3.5892123895227597 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00284-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00285", + "name": "Measured object 286", + "parent": null, + "components": [ + { + "id": "measured-20260924-00285-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + 5.884419002312459, + -0.75, + 3.5640882695511187 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00285-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00286", + "name": "Measured object 287", + "parent": null, + "components": [ + { + "id": "measured-20260924-00286-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + 6.299597694760585, + -0.75, + 3.644691742973709 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00286-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00287", + "name": "Measured object 288", + "parent": null, + "components": [ + { + "id": "measured-20260924-00287-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + 6.738383239900056, + -0.75, + 3.5760500511085627 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00287-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00288", + "name": "Measured object 289", + "parent": null, + "components": [ + { + "id": "measured-20260924-00288-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + -7.203437247352733, + -0.75, + 4.06792313662649 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00288-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00289", + "name": "Measured object 290", + "parent": null, + "components": [ + { + "id": "measured-20260924-00289-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + -6.759150250763629, + -0.75, + 4.022755291955232 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00289-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00290", + "name": "Measured object 291", + "parent": null, + "components": [ + { + "id": "measured-20260924-00290-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + -6.256596334420319, + -0.75, + 4.024985545769985 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00290-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00291", + "name": "Measured object 292", + "parent": null, + "components": [ + { + "id": "measured-20260924-00291-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + -5.830878751063792, + -0.75, + 4.0989978532747084 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00291-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00292", + "name": "Measured object 293", + "parent": null, + "components": [ + { + "id": "measured-20260924-00292-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + -5.40998625643262, + -0.75, + 4.084146090877466 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00292-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00293", + "name": "Measured object 294", + "parent": null, + "components": [ + { + "id": "measured-20260924-00293-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + -4.938437893905429, + -0.75, + 4.050385641532004 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00293-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00294", + "name": "Measured object 295", + "parent": null, + "components": [ + { + "id": "measured-20260924-00294-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + -4.503907341699902, + -0.75, + 4.004953520774676 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00294-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00295", + "name": "Measured object 296", + "parent": null, + "components": [ + { + "id": "measured-20260924-00295-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + -4.02751418720951, + -0.75, + 4.00192671835208 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00295-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00296", + "name": "Measured object 297", + "parent": null, + "components": [ + { + "id": "measured-20260924-00296-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + -3.5621041569496525, + -0.75, + 4.041901223054752 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00296-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00297", + "name": "Measured object 298", + "parent": null, + "components": [ + { + "id": "measured-20260924-00297-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + -3.135080736617386, + -0.75, + 4.032003431130386 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00297-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00298", + "name": "Measured object 299", + "parent": null, + "components": [ + { + "id": "measured-20260924-00298-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + -2.704445749934849, + -0.75, + 4.099074930744289 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00298-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00299", + "name": "Measured object 300", + "parent": null, + "components": [ + { + "id": "measured-20260924-00299-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + -2.2073518437873574, + -0.75, + 4.067644410662505 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00299-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00300", + "name": "Measured object 301", + "parent": null, + "components": [ + { + "id": "measured-20260924-00300-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + -1.778619705747017, + -0.75, + 4.035589684044415 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00300-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00301", + "name": "Measured object 302", + "parent": null, + "components": [ + { + "id": "measured-20260924-00301-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + -1.3931892875584848, + -0.75, + 4.065571101861397 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00301-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00302", + "name": "Measured object 303", + "parent": null, + "components": [ + { + "id": "measured-20260924-00302-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + -0.8794655688335894, + -0.75, + 4.029325341138342 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00302-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00303", + "name": "Measured object 304", + "parent": null, + "components": [ + { + "id": "measured-20260924-00303-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + -0.46110331040857316, + -0.75, + 4.094135895162487 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00303-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00304", + "name": "Measured object 305", + "parent": null, + "components": [ + { + "id": "measured-20260924-00304-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + 0.011480647712108695, + -0.75, + 4.018651886508917 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00304-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00305", + "name": "Measured object 306", + "parent": null, + "components": [ + { + "id": "measured-20260924-00305-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + 0.47186921878998145, + -0.75, + 4.025322560794806 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00305-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00306", + "name": "Measured object 307", + "parent": null, + "components": [ + { + "id": "measured-20260924-00306-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + 0.9175591857938268, + -0.75, + 4.044235540849961 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00306-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00307", + "name": "Measured object 308", + "parent": null, + "components": [ + { + "id": "measured-20260924-00307-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + 1.3087933519442545, + -0.75, + 4.02849720954893 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00307-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00308", + "name": "Measured object 309", + "parent": null, + "components": [ + { + "id": "measured-20260924-00308-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + 1.7966709781153525, + -0.75, + 4.083134142649111 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00308-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00309", + "name": "Measured object 310", + "parent": null, + "components": [ + { + "id": "measured-20260924-00309-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + 2.2949456029692636, + -0.75, + 4.000951393840729 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00309-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00310", + "name": "Measured object 311", + "parent": null, + "components": [ + { + "id": "measured-20260924-00310-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + 2.7003135944840224, + -0.75, + 4.096491873922106 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00310-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00311", + "name": "Measured object 312", + "parent": null, + "components": [ + { + "id": "measured-20260924-00311-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + 3.1734084378941505, + -0.75, + 4.070334847608287 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00311-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00312", + "name": "Measured object 313", + "parent": null, + "components": [ + { + "id": "measured-20260924-00312-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + 3.631908791094521, + -0.75, + 4.090871345644558 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00312-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00313", + "name": "Measured object 314", + "parent": null, + "components": [ + { + "id": "measured-20260924-00313-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + 4.012060385746585, + -0.75, + 4.073000069999729 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00313-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00314", + "name": "Measured object 315", + "parent": null, + "components": [ + { + "id": "measured-20260924-00314-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + 4.493630126328461, + -0.75, + 4.0321051905825955 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00314-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00315", + "name": "Measured object 316", + "parent": null, + "components": [ + { + "id": "measured-20260924-00315-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + 4.915880678638653, + -0.75, + 4.011495967284926 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00315-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00316", + "name": "Measured object 317", + "parent": null, + "components": [ + { + "id": "measured-20260924-00316-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + 5.3808484688187015, + -0.75, + 4.058842470830166 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00316-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00317", + "name": "Measured object 318", + "parent": null, + "components": [ + { + "id": "measured-20260924-00317-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + 5.886228647314612, + -0.75, + 4.014198676837067 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00317-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00318", + "name": "Measured object 319", + "parent": null, + "components": [ + { + "id": "measured-20260924-00318-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + 6.309623325468451, + -0.75, + 4.02012720786774 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00318-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00319", + "name": "Measured object 320", + "parent": null, + "components": [ + { + "id": "measured-20260924-00319-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + 6.752038115351858, + -0.75, + 4.081048546798965 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00319-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00320", + "name": "Measured object 321", + "parent": null, + "components": [ + { + "id": "measured-20260924-00320-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + -7.238764146689444, + -0.75, + 4.5226644003632765 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00320-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00321", + "name": "Measured object 322", + "parent": null, + "components": [ + { + "id": "measured-20260924-00321-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + -6.757174228777544, + -0.75, + 4.535690467450217 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00321-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00322", + "name": "Measured object 323", + "parent": null, + "components": [ + { + "id": "measured-20260924-00322-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + -6.295600796468617, + -0.75, + 4.47775979255527 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00322-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00323", + "name": "Measured object 324", + "parent": null, + "components": [ + { + "id": "measured-20260924-00323-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + -5.881500208495005, + -0.75, + 4.517532504635559 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00323-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00324", + "name": "Measured object 325", + "parent": null, + "components": [ + { + "id": "measured-20260924-00324-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + -5.360431107705221, + -0.75, + 4.477506134563533 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00324-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00325", + "name": "Measured object 326", + "parent": null, + "components": [ + { + "id": "measured-20260924-00325-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + -4.918482258547797, + -0.75, + 4.52624559080982 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00325-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00326", + "name": "Measured object 327", + "parent": null, + "components": [ + { + "id": "measured-20260924-00326-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + -4.510169645756372, + -0.75, + 4.461665874845966 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00326-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00327", + "name": "Measured object 328", + "parent": null, + "components": [ + { + "id": "measured-20260924-00327-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + -4.015779351841555, + -0.75, + 4.547292625027508 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00327-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00328", + "name": "Measured object 329", + "parent": null, + "components": [ + { + "id": "measured-20260924-00328-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + -3.572283934377407, + -0.75, + 4.512315592796823 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00328-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00329", + "name": "Measured object 330", + "parent": null, + "components": [ + { + "id": "measured-20260924-00329-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + -3.140798135111905, + -0.75, + 4.4743090352112445 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00329-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00330", + "name": "Measured object 331", + "parent": null, + "components": [ + { + "id": "measured-20260924-00330-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + -2.6618854703631256, + -0.75, + 4.4964372083440765 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00330-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00331", + "name": "Measured object 332", + "parent": null, + "components": [ + { + "id": "measured-20260924-00331-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + -2.25108963457, + -0.75, + 4.456953881596674 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00331-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00332", + "name": "Measured object 333", + "parent": null, + "components": [ + { + "id": "measured-20260924-00332-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + -1.7943247434976723, + -0.75, + 4.495040711816907 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00332-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00333", + "name": "Measured object 334", + "parent": null, + "components": [ + { + "id": "measured-20260924-00333-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + -1.3104735096115858, + -0.75, + 4.496325619210053 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00333-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00334", + "name": "Measured object 335", + "parent": null, + "components": [ + { + "id": "measured-20260924-00334-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + -0.8573150835633452, + -0.75, + 4.468491500284978 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00334-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00335", + "name": "Measured object 336", + "parent": null, + "components": [ + { + "id": "measured-20260924-00335-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + -0.497969680707499, + -0.75, + 4.484228347883511 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00335-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00336", + "name": "Measured object 337", + "parent": null, + "components": [ + { + "id": "measured-20260924-00336-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + -0.0018780552145672424, + -0.75, + 4.5020302404371115 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00336-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00337", + "name": "Measured object 338", + "parent": null, + "components": [ + { + "id": "measured-20260924-00337-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + 0.45690264528523333, + -0.75, + 4.473616463214284 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00337-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00338", + "name": "Measured object 339", + "parent": null, + "components": [ + { + "id": "measured-20260924-00338-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + 0.9214473345176782, + -0.75, + 4.493100066753072 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00338-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00339", + "name": "Measured object 340", + "parent": null, + "components": [ + { + "id": "measured-20260924-00339-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + 1.3389758112096244, + -0.75, + 4.493199285638379 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00339-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00340", + "name": "Measured object 341", + "parent": null, + "components": [ + { + "id": "measured-20260924-00340-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + 1.7747755074795526, + -0.75, + 4.472664565061909 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00340-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00341", + "name": "Measured object 342", + "parent": null, + "components": [ + { + "id": "measured-20260924-00341-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + 2.284676288723336, + -0.75, + 4.49753831640274 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00341-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00342", + "name": "Measured object 343", + "parent": null, + "components": [ + { + "id": "measured-20260924-00342-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + 2.6658446086111445, + -0.75, + 4.495430083335075 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00342-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00343", + "name": "Measured object 344", + "parent": null, + "components": [ + { + "id": "measured-20260924-00343-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + 3.165435981609248, + -0.75, + 4.502217939437347 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00343-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00344", + "name": "Measured object 345", + "parent": null, + "components": [ + { + "id": "measured-20260924-00344-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + 3.641226789378733, + -0.75, + 4.476702828566909 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00344-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00345", + "name": "Measured object 346", + "parent": null, + "components": [ + { + "id": "measured-20260924-00345-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + 4.085019207060216, + -0.75, + 4.461121010733262 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00345-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00346", + "name": "Measured object 347", + "parent": null, + "components": [ + { + "id": "measured-20260924-00346-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + 4.502033665128909, + -0.75, + 4.458487034847511 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00346-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00347", + "name": "Measured object 348", + "parent": null, + "components": [ + { + "id": "measured-20260924-00347-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + 4.914318758054784, + -0.75, + 4.526528483825815 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00347-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00348", + "name": "Measured object 349", + "parent": null, + "components": [ + { + "id": "measured-20260924-00348-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + 5.402402352933102, + -0.75, + 4.487929158020613 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00348-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00349", + "name": "Measured object 350", + "parent": null, + "components": [ + { + "id": "measured-20260924-00349-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + 5.872522797910714, + -0.75, + 4.477852116635125 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00349-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00350", + "name": "Measured object 351", + "parent": null, + "components": [ + { + "id": "measured-20260924-00350-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + 6.254701688850948, + -0.75, + 4.522548552015794 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00350-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00351", + "name": "Measured object 352", + "parent": null, + "components": [ + { + "id": "measured-20260924-00351-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + 6.7671720570899, + -0.75, + 4.549927946294918 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00351-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00352", + "name": "Measured object 353", + "parent": null, + "components": [ + { + "id": "measured-20260924-00352-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + -7.18988118419811, + -0.75, + 4.968399783019542 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00352-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00353", + "name": "Measured object 354", + "parent": null, + "components": [ + { + "id": "measured-20260924-00353-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + -6.718507880821296, + -0.75, + 4.96709463457887 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00353-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00354", + "name": "Measured object 355", + "parent": null, + "components": [ + { + "id": "measured-20260924-00354-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + -6.276550372270194, + -0.75, + 4.908961114980454 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00354-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00355", + "name": "Measured object 356", + "parent": null, + "components": [ + { + "id": "measured-20260924-00355-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + -5.844384492996145, + -0.75, + 4.948525769148192 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00355-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00356", + "name": "Measured object 357", + "parent": null, + "components": [ + { + "id": "measured-20260924-00356-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + -5.37061110812301, + -0.75, + 4.902259928868777 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00356-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00357", + "name": "Measured object 358", + "parent": null, + "components": [ + { + "id": "measured-20260924-00357-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + -4.932127467294677, + -0.75, + 4.942183383985339 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00357-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00358", + "name": "Measured object 359", + "parent": null, + "components": [ + { + "id": "measured-20260924-00358-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + -4.456952276624128, + -0.75, + 4.999117970972819 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00358-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00359", + "name": "Measured object 360", + "parent": null, + "components": [ + { + "id": "measured-20260924-00359-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + -4.087899047953888, + -0.75, + 4.975485338990644 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00359-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00360", + "name": "Measured object 361", + "parent": null, + "components": [ + { + "id": "measured-20260924-00360-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + -3.576004280781532, + -0.75, + 4.926883761811794 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00360-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00361", + "name": "Measured object 362", + "parent": null, + "components": [ + { + "id": "measured-20260924-00361-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + -3.1060861966731093, + -0.75, + 4.9672932450223515 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00361-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00362", + "name": "Measured object 363", + "parent": null, + "components": [ + { + "id": "measured-20260924-00362-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + -2.699279646289137, + -0.75, + 4.936099670165666 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00362-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00363", + "name": "Measured object 364", + "parent": null, + "components": [ + { + "id": "measured-20260924-00363-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + -2.262148487051634, + -0.75, + 4.947669257548478 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00363-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00364", + "name": "Measured object 365", + "parent": null, + "components": [ + { + "id": "measured-20260924-00364-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + -1.767517455782234, + -0.75, + 4.915379774961591 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00364-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00365", + "name": "Measured object 366", + "parent": null, + "components": [ + { + "id": "measured-20260924-00365-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + -1.3568723889121814, + -0.75, + 4.911963538873947 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00365-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00366", + "name": "Measured object 367", + "parent": null, + "components": [ + { + "id": "measured-20260924-00366-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + -0.907826882484179, + -0.75, + 4.986242997035373 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00366-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00367", + "name": "Measured object 368", + "parent": null, + "components": [ + { + "id": "measured-20260924-00367-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + -0.4663217943961074, + -0.75, + 4.911704024975519 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00367-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00368", + "name": "Measured object 369", + "parent": null, + "components": [ + { + "id": "measured-20260924-00368-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + 0.00970964928689115, + -0.75, + 4.929248788214469 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00368-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00369", + "name": "Measured object 370", + "parent": null, + "components": [ + { + "id": "measured-20260924-00369-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + 0.4473390950239742, + -0.75, + 4.9892923840866485 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00369-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00370", + "name": "Measured object 371", + "parent": null, + "components": [ + { + "id": "measured-20260924-00370-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + 0.9468601133076452, + -0.75, + 4.976545947298064 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00370-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00371", + "name": "Measured object 372", + "parent": null, + "components": [ + { + "id": "measured-20260924-00371-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + 1.3757963943189457, + -0.75, + 4.9113928858062526 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00371-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00372", + "name": "Measured object 373", + "parent": null, + "components": [ + { + "id": "measured-20260924-00372-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + 1.8424079166105587, + -0.75, + 4.9830253584330535 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00372-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00373", + "name": "Measured object 374", + "parent": null, + "components": [ + { + "id": "measured-20260924-00373-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + 2.2056804184475074, + -0.75, + 4.9861956816143795 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00373-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00374", + "name": "Measured object 375", + "parent": null, + "components": [ + { + "id": "measured-20260924-00374-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + 2.7303911210291645, + -0.75, + 4.934447208234596 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00374-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00375", + "name": "Measured object 376", + "parent": null, + "components": [ + { + "id": "measured-20260924-00375-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + 3.147418669830189, + -0.75, + 4.930475708975563 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00375-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00376", + "name": "Measured object 377", + "parent": null, + "components": [ + { + "id": "measured-20260924-00376-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + 3.5915619772685266, + -0.75, + 4.996240397688355 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00376-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00377", + "name": "Measured object 378", + "parent": null, + "components": [ + { + "id": "measured-20260924-00377-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + 4.0008092196938785, + -0.75, + 4.9501357206045125 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00377-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00378", + "name": "Measured object 379", + "parent": null, + "components": [ + { + "id": "measured-20260924-00378-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + 4.462954297240163, + -0.75, + 4.93380489272903 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00378-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00379", + "name": "Measured object 380", + "parent": null, + "components": [ + { + "id": "measured-20260924-00379-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + 4.985418603025716, + -0.75, + 4.982190966519124 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00379-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00380", + "name": "Measured object 381", + "parent": null, + "components": [ + { + "id": "measured-20260924-00380-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + 5.432528925787673, + -0.75, + 4.955808989664953 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00380-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00381", + "name": "Measured object 382", + "parent": null, + "components": [ + { + "id": "measured-20260924-00381-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + 5.888594336073794, + -0.75, + 4.995540028638491 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00381-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00382", + "name": "Measured object 383", + "parent": null, + "components": [ + { + "id": "measured-20260924-00382-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + 6.30626486661157, + -0.75, + 4.918053561666137 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00382-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00383", + "name": "Measured object 384", + "parent": null, + "components": [ + { + "id": "measured-20260924-00383-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + 6.703351278281498, + -0.75, + 4.998548153270221 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00383-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00384", + "name": "Measured object 385", + "parent": null, + "components": [ + { + "id": "measured-20260924-00384-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + -7.152583280506213, + -0.75, + 5.352997497001401 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00384-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00385", + "name": "Measured object 386", + "parent": null, + "components": [ + { + "id": "measured-20260924-00385-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + -6.756237575996509, + -0.75, + 5.398423224654827 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00385-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00386", + "name": "Measured object 387", + "parent": null, + "components": [ + { + "id": "measured-20260924-00386-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + -6.321271449097859, + -0.75, + 5.361735264323349 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00386-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00387", + "name": "Measured object 388", + "parent": null, + "components": [ + { + "id": "measured-20260924-00387-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + -5.884849766334109, + -0.75, + 5.4011398524276775 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00387-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00388", + "name": "Measured object 389", + "parent": null, + "components": [ + { + "id": "measured-20260924-00388-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + -5.414444591513354, + -0.75, + 5.43591385926339 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00388-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00389", + "name": "Measured object 390", + "parent": null, + "components": [ + { + "id": "measured-20260924-00389-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + -4.9037245178585644, + -0.75, + 5.43954923904723 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00389-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00390", + "name": "Measured object 391", + "parent": null, + "components": [ + { + "id": "measured-20260924-00390-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + -4.463044340388927, + -0.75, + 5.363096407497081 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00390-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00391", + "name": "Measured object 392", + "parent": null, + "components": [ + { + "id": "measured-20260924-00391-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + -4.05949313103364, + -0.75, + 5.368228167064246 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00391-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00392", + "name": "Measured object 393", + "parent": null, + "components": [ + { + "id": "measured-20260924-00392-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + -3.580218901108503, + -0.75, + 5.372950428041989 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00392-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00393", + "name": "Measured object 394", + "parent": null, + "components": [ + { + "id": "measured-20260924-00393-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + -3.122858060751561, + -0.75, + 5.42116649722532 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00393-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00394", + "name": "Measured object 395", + "parent": null, + "components": [ + { + "id": "measured-20260924-00394-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + -2.715059440065139, + -0.75, + 5.3598304078317955 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00394-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00395", + "name": "Measured object 396", + "parent": null, + "components": [ + { + "id": "measured-20260924-00395-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + -2.244007450962042, + -0.75, + 5.412102254109202 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00395-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00396", + "name": "Measured object 397", + "parent": null, + "components": [ + { + "id": "measured-20260924-00396-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + -1.8388591173127675, + -0.75, + 5.40891508865068 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00396-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00397", + "name": "Measured object 398", + "parent": null, + "components": [ + { + "id": "measured-20260924-00397-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + -1.3255619298638965, + -0.75, + 5.43825991950407 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00397-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00398", + "name": "Measured object 399", + "parent": null, + "components": [ + { + "id": "measured-20260924-00398-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + -0.9488438004018126, + -0.75, + 5.378112490017053 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00398-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00399", + "name": "Measured object 400", + "parent": null, + "components": [ + { + "id": "measured-20260924-00399-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + -0.4748692766681915, + -0.75, + 5.390698815730816 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00399-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00400", + "name": "Measured object 401", + "parent": null, + "components": [ + { + "id": "measured-20260924-00400-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + -0.04889419740560569, + -0.75, + 5.3532304594669435 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00400-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00401", + "name": "Measured object 402", + "parent": null, + "components": [ + { + "id": "measured-20260924-00401-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + 0.4863811426292245, + -0.75, + 5.406671923739766 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00401-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00402", + "name": "Measured object 403", + "parent": null, + "components": [ + { + "id": "measured-20260924-00402-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + 0.927047611018347, + -0.75, + 5.39086190023032 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00402-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00403", + "name": "Measured object 404", + "parent": null, + "components": [ + { + "id": "measured-20260924-00403-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + 1.3952835000021855, + -0.75, + 5.399413724672243 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00403-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00404", + "name": "Measured object 405", + "parent": null, + "components": [ + { + "id": "measured-20260924-00404-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + 1.7922927630922079, + -0.75, + 5.428122539708483 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00404-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00405", + "name": "Measured object 406", + "parent": null, + "components": [ + { + "id": "measured-20260924-00405-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + 2.2726867206736006, + -0.75, + 5.363257554159453 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00405-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00406", + "name": "Measured object 407", + "parent": null, + "components": [ + { + "id": "measured-20260924-00406-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + 2.7085340930731547, + -0.75, + 5.401061873261842 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00406-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00407", + "name": "Measured object 408", + "parent": null, + "components": [ + { + "id": "measured-20260924-00407-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + 3.160342316337879, + -0.75, + 5.381088423419507 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00407-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00408", + "name": "Measured object 409", + "parent": null, + "components": [ + { + "id": "measured-20260924-00408-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + 3.6194569561699046, + -0.75, + 5.446431118805306 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00408-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00409", + "name": "Measured object 410", + "parent": null, + "components": [ + { + "id": "measured-20260924-00409-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + 4.03401111520529, + -0.75, + 5.3508593068426835 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00409-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00410", + "name": "Measured object 411", + "parent": null, + "components": [ + { + "id": "measured-20260924-00410-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + 4.537098205976718, + -0.75, + 5.354544234827959 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00410-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00411", + "name": "Measured object 412", + "parent": null, + "components": [ + { + "id": "measured-20260924-00411-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + 4.966204938880804, + -0.75, + 5.350686203572322 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00411-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00412", + "name": "Measured object 413", + "parent": null, + "components": [ + { + "id": "measured-20260924-00412-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + 5.380648046663758, + -0.75, + 5.355209027895959 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00412-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00413", + "name": "Measured object 414", + "parent": null, + "components": [ + { + "id": "measured-20260924-00413-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + 5.861492932478606, + -0.75, + 5.4409807102174454 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00413-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00414", + "name": "Measured object 415", + "parent": null, + "components": [ + { + "id": "measured-20260924-00414-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + 6.313630170530158, + -0.75, + 5.399348246020309 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00414-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00415", + "name": "Measured object 416", + "parent": null, + "components": [ + { + "id": "measured-20260924-00415-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + 6.798928431979284, + -0.75, + 5.4058132465849225 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00415-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00416", + "name": "Measured object 417", + "parent": null, + "components": [ + { + "id": "measured-20260924-00416-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + -7.225618549988321, + -0.75, + 5.849343411303999 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00416-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00417", + "name": "Measured object 418", + "parent": null, + "components": [ + { + "id": "measured-20260924-00417-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + -6.709443063269927, + -0.75, + 5.839066149628939 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00417-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00418", + "name": "Measured object 419", + "parent": null, + "components": [ + { + "id": "measured-20260924-00418-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + -6.313355759283154, + -0.75, + 5.850718834910096 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00418-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00419", + "name": "Measured object 420", + "parent": null, + "components": [ + { + "id": "measured-20260924-00419-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + -5.841815034897017, + -0.75, + 5.862131936025561 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00419-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00420", + "name": "Measured object 421", + "parent": null, + "components": [ + { + "id": "measured-20260924-00420-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + -5.423520118315886, + -0.75, + 5.815938401008751 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00420-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00421", + "name": "Measured object 422", + "parent": null, + "components": [ + { + "id": "measured-20260924-00421-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + -4.977866073565412, + -0.75, + 5.809539931999625 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00421-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00422", + "name": "Measured object 423", + "parent": null, + "components": [ + { + "id": "measured-20260924-00422-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + -4.458419841605019, + -0.75, + 5.81771500359372 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00422-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00423", + "name": "Measured object 424", + "parent": null, + "components": [ + { + "id": "measured-20260924-00423-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + -4.040997334070353, + -0.75, + 5.85043516320103 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00423-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00424", + "name": "Measured object 425", + "parent": null, + "components": [ + { + "id": "measured-20260924-00424-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + -3.5969729026328516, + -0.75, + 5.830111083151527 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00424-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00425", + "name": "Measured object 426", + "parent": null, + "components": [ + { + "id": "measured-20260924-00425-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + -3.1308381387727566, + -0.75, + 5.801952761301548 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00425-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00426", + "name": "Measured object 427", + "parent": null, + "components": [ + { + "id": "measured-20260924-00426-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + -2.6827350469527698, + -0.75, + 5.84690753777581 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00426-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00427", + "name": "Measured object 428", + "parent": null, + "components": [ + { + "id": "measured-20260924-00427-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + -2.2337020509354137, + -0.75, + 5.894413634731338 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00427-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00428", + "name": "Measured object 429", + "parent": null, + "components": [ + { + "id": "measured-20260924-00428-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + -1.785669611699052, + -0.75, + 5.8745691850805 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00428-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00429", + "name": "Measured object 430", + "parent": null, + "components": [ + { + "id": "measured-20260924-00429-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + -1.362621829929724, + -0.75, + 5.839024858642876 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00429-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00430", + "name": "Measured object 431", + "parent": null, + "components": [ + { + "id": "measured-20260924-00430-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + -0.9494560544964294, + -0.75, + 5.838307273114377 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00430-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00431", + "name": "Measured object 432", + "parent": null, + "components": [ + { + "id": "measured-20260924-00431-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + -0.44857761551971426, + -0.75, + 5.813165658602443 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00431-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00432", + "name": "Measured object 433", + "parent": null, + "components": [ + { + "id": "measured-20260924-00432-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + 0.040412212561424646, + -0.75, + 5.848464926079761 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00432-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00433", + "name": "Measured object 434", + "parent": null, + "components": [ + { + "id": "measured-20260924-00433-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + 0.4134071263980055, + -0.75, + 5.841067296984883 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00433-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00434", + "name": "Measured object 435", + "parent": null, + "components": [ + { + "id": "measured-20260924-00434-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + 0.8567238799138669, + -0.75, + 5.843401392859792 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00434-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00435", + "name": "Measured object 436", + "parent": null, + "components": [ + { + "id": "measured-20260924-00435-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + 1.34884769171508, + -0.75, + 5.897750529944456 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00435-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00436", + "name": "Measured object 437", + "parent": null, + "components": [ + { + "id": "measured-20260924-00436-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + 1.8325860240856944, + -0.75, + 5.833095436129276 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00436-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00437", + "name": "Measured object 438", + "parent": null, + "components": [ + { + "id": "measured-20260924-00437-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + 2.222178713629078, + -0.75, + 5.857001830488028 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00437-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00438", + "name": "Measured object 439", + "parent": null, + "components": [ + { + "id": "measured-20260924-00438-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + 2.6541578882610146, + -0.75, + 5.893072785201875 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00438-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00439", + "name": "Measured object 440", + "parent": null, + "components": [ + { + "id": "measured-20260924-00439-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + 3.142239617267258, + -0.75, + 5.810562037489353 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00439-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00440", + "name": "Measured object 441", + "parent": null, + "components": [ + { + "id": "measured-20260924-00440-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + 3.6227238384079814, + -0.75, + 5.810977759208249 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00440-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00441", + "name": "Measured object 442", + "parent": null, + "components": [ + { + "id": "measured-20260924-00441-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + 4.0927933372390495, + -0.75, + 5.849145306417965 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00441-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00442", + "name": "Measured object 443", + "parent": null, + "components": [ + { + "id": "measured-20260924-00442-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + 4.54331500453246, + -0.75, + 5.811454694942787 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00442-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00443", + "name": "Measured object 444", + "parent": null, + "components": [ + { + "id": "measured-20260924-00443-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + 4.985934635786299, + -0.75, + 5.859705251475014 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00443-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00444", + "name": "Measured object 445", + "parent": null, + "components": [ + { + "id": "measured-20260924-00444-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + 5.39994982086648, + -0.75, + 5.897589226937103 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00444-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00445", + "name": "Measured object 446", + "parent": null, + "components": [ + { + "id": "measured-20260924-00445-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + 5.8202400139833825, + -0.75, + 5.880092906674508 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00445-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00446", + "name": "Measured object 447", + "parent": null, + "components": [ + { + "id": "measured-20260924-00446-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + 6.315865704825909, + -0.75, + 5.846098754615791 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00446-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00447", + "name": "Measured object 448", + "parent": null, + "components": [ + { + "id": "measured-20260924-00447-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + 6.770366893582245, + -0.75, + 5.813507088399426 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00447-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00448", + "name": "Measured object 449", + "parent": null, + "components": [ + { + "id": "measured-20260924-00448-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + -7.197091928807585, + -0.75, + 6.2649576481296 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00448-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00449", + "name": "Measured object 450", + "parent": null, + "components": [ + { + "id": "measured-20260924-00449-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + -6.735187953761498, + -0.75, + 6.2520144131475766 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00449-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00450", + "name": "Measured object 451", + "parent": null, + "components": [ + { + "id": "measured-20260924-00450-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + -6.277759910849978, + -0.75, + 6.267815078615661 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00450-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00451", + "name": "Measured object 452", + "parent": null, + "components": [ + { + "id": "measured-20260924-00451-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + -5.8912453624665755, + -0.75, + 6.300863564534089 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00451-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00452", + "name": "Measured object 453", + "parent": null, + "components": [ + { + "id": "measured-20260924-00452-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + -5.423966798867904, + -0.75, + 6.269693654262413 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00452-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00453", + "name": "Measured object 454", + "parent": null, + "components": [ + { + "id": "measured-20260924-00453-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + -4.961960064500028, + -0.75, + 6.26220749869086 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00453-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00454", + "name": "Measured object 455", + "parent": null, + "components": [ + { + "id": "measured-20260924-00454-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + -4.482621249492468, + -0.75, + 6.293692031972129 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00454-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00455", + "name": "Measured object 456", + "parent": null, + "components": [ + { + "id": "measured-20260924-00455-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + -4.098588093787691, + -0.75, + 6.311279515514127 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00455-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00456", + "name": "Measured object 457", + "parent": null, + "components": [ + { + "id": "measured-20260924-00456-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + -3.5774054355031093, + -0.75, + 6.306935482882564 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00456-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00457", + "name": "Measured object 458", + "parent": null, + "components": [ + { + "id": "measured-20260924-00457-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + -3.1368620895650485, + -0.75, + 6.291334970319578 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00457-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00458", + "name": "Measured object 459", + "parent": null, + "components": [ + { + "id": "measured-20260924-00458-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + -2.7463243949082154, + -0.75, + 6.2817974519434205 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00458-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00459", + "name": "Measured object 460", + "parent": null, + "components": [ + { + "id": "measured-20260924-00459-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + -2.2676168468654643, + -0.75, + 6.310043741366065 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00459-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00460", + "name": "Measured object 461", + "parent": null, + "components": [ + { + "id": "measured-20260924-00460-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + -1.8296224423183152, + -0.75, + 6.328500324745546 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00460-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00461", + "name": "Measured object 462", + "parent": null, + "components": [ + { + "id": "measured-20260924-00461-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + -1.3923362730210698, + -0.75, + 6.317492163753655 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00461-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00462", + "name": "Measured object 463", + "parent": null, + "components": [ + { + "id": "measured-20260924-00462-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + -0.9307379913575882, + -0.75, + 6.330120261731477 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00462-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00463", + "name": "Measured object 464", + "parent": null, + "components": [ + { + "id": "measured-20260924-00463-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + -0.4141270282686155, + -0.75, + 6.279192811231943 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00463-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00464", + "name": "Measured object 465", + "parent": null, + "components": [ + { + "id": "measured-20260924-00464-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + -0.013342629285339296, + -0.75, + 6.262741775049317 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00464-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00465", + "name": "Measured object 466", + "parent": null, + "components": [ + { + "id": "measured-20260924-00465-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + 0.4465488176086348, + -0.75, + 6.347869876592486 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00465-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00466", + "name": "Measured object 467", + "parent": null, + "components": [ + { + "id": "measured-20260924-00466-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + 0.9313007506124115, + -0.75, + 6.275375037569383 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00466-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00467", + "name": "Measured object 468", + "parent": null, + "components": [ + { + "id": "measured-20260924-00467-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + 1.3699840848169436, + -0.75, + 6.268189539997385 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00467-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00468", + "name": "Measured object 469", + "parent": null, + "components": [ + { + "id": "measured-20260924-00468-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + 1.795262086481573, + -0.75, + 6.322770825483778 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00468-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00469", + "name": "Measured object 470", + "parent": null, + "components": [ + { + "id": "measured-20260924-00469-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + 2.2227641822052555, + -0.75, + 6.317942603416136 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00469-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00470", + "name": "Measured object 471", + "parent": null, + "components": [ + { + "id": "measured-20260924-00470-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + 2.7193674881514944, + -0.75, + 6.261527650578429 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00470-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00471", + "name": "Measured object 472", + "parent": null, + "components": [ + { + "id": "measured-20260924-00471-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + 3.1166512709120515, + -0.75, + 6.319290592085369 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00471-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00472", + "name": "Measured object 473", + "parent": null, + "components": [ + { + "id": "measured-20260924-00472-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + 3.6412019710531265, + -0.75, + 6.292039303756158 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00472-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00473", + "name": "Measured object 474", + "parent": null, + "components": [ + { + "id": "measured-20260924-00473-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + 4.023961673481284, + -0.75, + 6.29831442269042 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00473-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00474", + "name": "Measured object 475", + "parent": null, + "components": [ + { + "id": "measured-20260924-00474-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + 4.532821093123774, + -0.75, + 6.337358694020008 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00474-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00475", + "name": "Measured object 476", + "parent": null, + "components": [ + { + "id": "measured-20260924-00475-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + 4.90591908405647, + -0.75, + 6.276059146057161 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00475-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00476", + "name": "Measured object 477", + "parent": null, + "components": [ + { + "id": "measured-20260924-00476-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + 5.361345458481515, + -0.75, + 6.290216442541741 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00476-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00477", + "name": "Measured object 478", + "parent": null, + "components": [ + { + "id": "measured-20260924-00477-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + 5.850179152482174, + -0.75, + 6.3400348849639085 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00477-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00478", + "name": "Measured object 479", + "parent": null, + "components": [ + { + "id": "measured-20260924-00478-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + 6.307545121581575, + -0.75, + 6.3248204988880605 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00478-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00479", + "name": "Measured object 480", + "parent": null, + "components": [ + { + "id": "measured-20260924-00479-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + 6.763781174822931, + -0.75, + 6.339805771096536 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00479-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00480", + "name": "Measured object 481", + "parent": null, + "components": [ + { + "id": "measured-20260924-00480-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + -7.202831396206037, + -0.75, + 6.749806292884384 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00480-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00481", + "name": "Measured object 482", + "parent": null, + "components": [ + { + "id": "measured-20260924-00481-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + -6.775740207336151, + -0.75, + 6.729992949887072 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00481-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00482", + "name": "Measured object 483", + "parent": null, + "components": [ + { + "id": "measured-20260924-00482-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + -6.289285259134211, + -0.75, + 6.776465180622403 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00482-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00483", + "name": "Measured object 484", + "parent": null, + "components": [ + { + "id": "measured-20260924-00483-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + -5.857041161168139, + -0.75, + 6.711315562682868 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00483-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00484", + "name": "Measured object 485", + "parent": null, + "components": [ + { + "id": "measured-20260924-00484-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + -5.401650101475404, + -0.75, + 6.7770200766968465 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00484-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00485", + "name": "Measured object 486", + "parent": null, + "components": [ + { + "id": "measured-20260924-00485-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + -4.983844302619841, + -0.75, + 6.759637333093163 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00485-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00486", + "name": "Measured object 487", + "parent": null, + "components": [ + { + "id": "measured-20260924-00486-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + -4.5058151640525725, + -0.75, + 6.753330231286822 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00486-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00487", + "name": "Measured object 488", + "parent": null, + "components": [ + { + "id": "measured-20260924-00487-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + -4.0969782811260975, + -0.75, + 6.706497491271511 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00487-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00488", + "name": "Measured object 489", + "parent": null, + "components": [ + { + "id": "measured-20260924-00488-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + -3.5976948525918884, + -0.75, + 6.7475618199244325 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00488-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00489", + "name": "Measured object 490", + "parent": null, + "components": [ + { + "id": "measured-20260924-00489-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + -3.19859666317692, + -0.75, + 6.782182838451197 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00489-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00490", + "name": "Measured object 491", + "parent": null, + "components": [ + { + "id": "measured-20260924-00490-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + -2.663337480862774, + -0.75, + 6.748420645952912 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00490-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00491", + "name": "Measured object 492", + "parent": null, + "components": [ + { + "id": "measured-20260924-00491-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + -2.2573259013838163, + -0.75, + 6.797055317102141 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00491-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00492", + "name": "Measured object 493", + "parent": null, + "components": [ + { + "id": "measured-20260924-00492-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + -1.8156102576220776, + -0.75, + 6.712992078538072 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00492-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00493", + "name": "Measured object 494", + "parent": null, + "components": [ + { + "id": "measured-20260924-00493-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + -1.3818329872168784, + -0.75, + 6.765720757325505 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00493-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00494", + "name": "Measured object 495", + "parent": null, + "components": [ + { + "id": "measured-20260924-00494-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + -0.9327651394008483, + -0.75, + 6.78802714663522 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00494-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00495", + "name": "Measured object 496", + "parent": null, + "components": [ + { + "id": "measured-20260924-00495-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + -0.48153390379174443, + -0.75, + 6.717564186966887 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00495-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00496", + "name": "Measured object 497", + "parent": null, + "components": [ + { + "id": "measured-20260924-00496-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + -0.02983622650449326, + -0.75, + 6.7528059281893125 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00496-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00497", + "name": "Measured object 498", + "parent": null, + "components": [ + { + "id": "measured-20260924-00497-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + 0.45722949698970156, + -0.75, + 6.767147785519681 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00497-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00498", + "name": "Measured object 499", + "parent": null, + "components": [ + { + "id": "measured-20260924-00498-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + 0.9215597682187922, + -0.75, + 6.77770071621386 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00498-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00499", + "name": "Measured object 500", + "parent": null, + "components": [ + { + "id": "measured-20260924-00499-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + 1.3159693699663944, + -0.75, + 6.742708649667105 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00499-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00500", + "name": "Measured object 501", + "parent": null, + "components": [ + { + "id": "measured-20260924-00500-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + 1.798605059691446, + -0.75, + 6.718828549702627 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00500-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00501", + "name": "Measured object 502", + "parent": null, + "components": [ + { + "id": "measured-20260924-00501-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + 2.2494618549405123, + -0.75, + 6.703080089351393 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00501-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00502", + "name": "Measured object 503", + "parent": null, + "components": [ + { + "id": "measured-20260924-00502-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + 2.6870063647135454, + -0.75, + 6.70127232587706 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00502-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00503", + "name": "Measured object 504", + "parent": null, + "components": [ + { + "id": "measured-20260924-00503-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + 3.1658263589979923, + -0.75, + 6.703383895888427 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00503-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00504", + "name": "Measured object 505", + "parent": null, + "components": [ + { + "id": "measured-20260924-00504-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + 3.6113608364525094, + -0.75, + 6.733746669495414 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00504-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00505", + "name": "Measured object 506", + "parent": null, + "components": [ + { + "id": "measured-20260924-00505-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + 4.000163136323385, + -0.75, + 6.700065289323185 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00505-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00506", + "name": "Measured object 507", + "parent": null, + "components": [ + { + "id": "measured-20260924-00506-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + 4.457516694308687, + -0.75, + 6.7070784466895 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00506-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00507", + "name": "Measured object 508", + "parent": null, + "components": [ + { + "id": "measured-20260924-00507-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + 4.994663751473659, + -0.75, + 6.783012468479815 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00507-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00508", + "name": "Measured object 509", + "parent": null, + "components": [ + { + "id": "measured-20260924-00508-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + 5.395471884070891, + -0.75, + 6.717604781919995 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00508-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00509", + "name": "Measured object 510", + "parent": null, + "components": [ + { + "id": "measured-20260924-00509-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + 5.877486264277232, + -0.75, + 6.730211032275641 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00509-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00510", + "name": "Measured object 511", + "parent": null, + "components": [ + { + "id": "measured-20260924-00510-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + 6.334725489899087, + -0.75, + 6.75479071957897 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00510-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + }, + { + "id": "measured-20260924-00511", + "name": "Measured object 512", + "parent": null, + "components": [ + { + "id": "measured-20260924-00511-faset.transform", + "type": "faset.transform", + "version": 1, + "fields": { + "position": [ + 6.7838933121521094, + -0.75, + 6.731562378889841 + ], + "rotation": [ + 0, + 0, + 0 + ], + "scale": [ + 0.3, + 0.3, + 0.3 + ] + } + }, + { + "id": "measured-20260924-00511-faset.mesh", + "type": "faset.mesh", + "version": 1, + "fields": { + "asset": "builtin:cube", + "color": [ + 0.2, + 0.3, + 0.39, + 1 + ] + } + } + ] + } + ], + "instances": [] +} diff --git a/docs/validation/p1-iteration-2026-09-24/raw/headless_editor_command_startup-01-memory.json b/docs/validation/p1-iteration-2026-09-24/raw/headless_editor_command_startup-01-memory.json new file mode 100644 index 0000000..ef26630 --- /dev/null +++ b/docs/validation/p1-iteration-2026-09-24/raw/headless_editor_command_startup-01-memory.json @@ -0,0 +1 @@ +{"peak_rss_kib":8604} diff --git a/docs/validation/p1-iteration-2026-09-24/raw/headless_editor_command_startup-01-stderr.txt b/docs/validation/p1-iteration-2026-09-24/raw/headless_editor_command_startup-01-stderr.txt new file mode 100644 index 0000000..e69de29 diff --git a/docs/validation/p1-iteration-2026-09-24/raw/headless_editor_command_startup-01-stdout.txt b/docs/validation/p1-iteration-2026-09-24/raw/headless_editor_command_startup-01-stdout.txt new file mode 100644 index 0000000..38085a7 --- /dev/null +++ b/docs/validation/p1-iteration-2026-09-24/raw/headless_editor_command_startup-01-stdout.txt @@ -0,0 +1,8 @@ +{ + "dimension": 3, + "format": "faset.project", + "id": "example-collect-3d-project", + "name": "Collect & Escape 3D", + "start_scene": "Scenes/main.scene.json", + "version": 1 +} diff --git a/docs/validation/p1-iteration-2026-09-24/raw/headless_editor_command_startup-01.json b/docs/validation/p1-iteration-2026-09-24/raw/headless_editor_command_startup-01.json new file mode 100644 index 0000000..8387970 --- /dev/null +++ b/docs/validation/p1-iteration-2026-09-24/raw/headless_editor_command_startup-01.json @@ -0,0 +1,17 @@ +{ + "seconds": 0.025940723018720746, + "returncode": 0, + "build_configuration": "Debug", + "source_hash": "5d419786a6861d7f14ed4eca54634694d8cd43be5dbbd60a2c6790db665c3a6a", + "command": [ + "/home/emil/Desktop/.worktrees/Faset_Engine-p1-p3/build/linux-debug/faset_editor", + "--project", + "/tmp/faset-p1-workflows-20260924-3/project", + "--command", + "{\"name\": \"faset_project\", \"arguments\": {}}", + "--wait" + ], + "stdout": "raw/headless_editor_command_startup-01-stdout.txt", + "stderr": "raw/headless_editor_command_startup-01-stderr.txt", + "peak_rss_kib": 8604 +} diff --git a/docs/validation/p1-iteration-2026-09-24/raw/headless_editor_command_startup-02-memory.json b/docs/validation/p1-iteration-2026-09-24/raw/headless_editor_command_startup-02-memory.json new file mode 100644 index 0000000..9aaf008 --- /dev/null +++ b/docs/validation/p1-iteration-2026-09-24/raw/headless_editor_command_startup-02-memory.json @@ -0,0 +1 @@ +{"peak_rss_kib":8488} diff --git a/docs/validation/p1-iteration-2026-09-24/raw/headless_editor_command_startup-02-stderr.txt b/docs/validation/p1-iteration-2026-09-24/raw/headless_editor_command_startup-02-stderr.txt new file mode 100644 index 0000000..e69de29 diff --git a/docs/validation/p1-iteration-2026-09-24/raw/headless_editor_command_startup-02-stdout.txt b/docs/validation/p1-iteration-2026-09-24/raw/headless_editor_command_startup-02-stdout.txt new file mode 100644 index 0000000..38085a7 --- /dev/null +++ b/docs/validation/p1-iteration-2026-09-24/raw/headless_editor_command_startup-02-stdout.txt @@ -0,0 +1,8 @@ +{ + "dimension": 3, + "format": "faset.project", + "id": "example-collect-3d-project", + "name": "Collect & Escape 3D", + "start_scene": "Scenes/main.scene.json", + "version": 1 +} diff --git a/docs/validation/p1-iteration-2026-09-24/raw/headless_editor_command_startup-02.json b/docs/validation/p1-iteration-2026-09-24/raw/headless_editor_command_startup-02.json new file mode 100644 index 0000000..dbef92e --- /dev/null +++ b/docs/validation/p1-iteration-2026-09-24/raw/headless_editor_command_startup-02.json @@ -0,0 +1,17 @@ +{ + "seconds": 0.04091821500333026, + "returncode": 0, + "build_configuration": "Debug", + "source_hash": "5d419786a6861d7f14ed4eca54634694d8cd43be5dbbd60a2c6790db665c3a6a", + "command": [ + "/home/emil/Desktop/.worktrees/Faset_Engine-p1-p3/build/linux-debug/faset_editor", + "--project", + "/tmp/faset-p1-workflows-20260924-3/project", + "--command", + "{\"name\": \"faset_project\", \"arguments\": {}}", + "--wait" + ], + "stdout": "raw/headless_editor_command_startup-02-stdout.txt", + "stderr": "raw/headless_editor_command_startup-02-stderr.txt", + "peak_rss_kib": 8488 +} diff --git a/docs/validation/p1-iteration-2026-09-24/raw/headless_editor_command_startup-03-memory.json b/docs/validation/p1-iteration-2026-09-24/raw/headless_editor_command_startup-03-memory.json new file mode 100644 index 0000000..6b6c5a8 --- /dev/null +++ b/docs/validation/p1-iteration-2026-09-24/raw/headless_editor_command_startup-03-memory.json @@ -0,0 +1 @@ +{"peak_rss_kib":8396} diff --git a/docs/validation/p1-iteration-2026-09-24/raw/headless_editor_command_startup-03-stderr.txt b/docs/validation/p1-iteration-2026-09-24/raw/headless_editor_command_startup-03-stderr.txt new file mode 100644 index 0000000..e69de29 diff --git a/docs/validation/p1-iteration-2026-09-24/raw/headless_editor_command_startup-03-stdout.txt b/docs/validation/p1-iteration-2026-09-24/raw/headless_editor_command_startup-03-stdout.txt new file mode 100644 index 0000000..38085a7 --- /dev/null +++ b/docs/validation/p1-iteration-2026-09-24/raw/headless_editor_command_startup-03-stdout.txt @@ -0,0 +1,8 @@ +{ + "dimension": 3, + "format": "faset.project", + "id": "example-collect-3d-project", + "name": "Collect & Escape 3D", + "start_scene": "Scenes/main.scene.json", + "version": 1 +} diff --git a/docs/validation/p1-iteration-2026-09-24/raw/headless_editor_command_startup-03.json b/docs/validation/p1-iteration-2026-09-24/raw/headless_editor_command_startup-03.json new file mode 100644 index 0000000..5cc08b5 --- /dev/null +++ b/docs/validation/p1-iteration-2026-09-24/raw/headless_editor_command_startup-03.json @@ -0,0 +1,17 @@ +{ + "seconds": 0.022082765004597604, + "returncode": 0, + "build_configuration": "Debug", + "source_hash": "5d419786a6861d7f14ed4eca54634694d8cd43be5dbbd60a2c6790db665c3a6a", + "command": [ + "/home/emil/Desktop/.worktrees/Faset_Engine-p1-p3/build/linux-debug/faset_editor", + "--project", + "/tmp/faset-p1-workflows-20260924-3/project", + "--command", + "{\"name\": \"faset_project\", \"arguments\": {}}", + "--wait" + ], + "stdout": "raw/headless_editor_command_startup-03-stdout.txt", + "stderr": "raw/headless_editor_command_startup-03-stderr.txt", + "peak_rss_kib": 8396 +} diff --git a/docs/validation/p1-iteration-2026-09-24/raw/larger_generated_scene_process-01-memory.json b/docs/validation/p1-iteration-2026-09-24/raw/larger_generated_scene_process-01-memory.json new file mode 100644 index 0000000..f1679e6 --- /dev/null +++ b/docs/validation/p1-iteration-2026-09-24/raw/larger_generated_scene_process-01-memory.json @@ -0,0 +1 @@ +{"peak_rss_kib":178920} diff --git a/docs/validation/p1-iteration-2026-09-24/raw/larger_generated_scene_process-01-stderr.txt b/docs/validation/p1-iteration-2026-09-24/raw/larger_generated_scene_process-01-stderr.txt new file mode 100644 index 0000000..16fb6f2 --- /dev/null +++ b/docs/validation/p1-iteration-2026-09-24/raw/larger_generated_scene_process-01-stderr.txt @@ -0,0 +1 @@ +warning: material material-bb63b094febbf90bb7049c9bcf7587bc has features beyond the initial base-color/PBR renderer diff --git a/docs/validation/p1-iteration-2026-09-24/raw/larger_generated_scene_process-01-stdout.txt b/docs/validation/p1-iteration-2026-09-24/raw/larger_generated_scene_process-01-stdout.txt new file mode 100644 index 0000000..0c0d89d --- /dev/null +++ b/docs/validation/p1-iteration-2026-09-24/raw/larger_generated_scene_process-01-stdout.txt @@ -0,0 +1,2 @@ +New round: collect the three gold cubes, then reach the green exit. E resets. +{"device":"NVIDIA GeForce RTX 2080 Ti","dimension":3,"effective_visibility_mode":"direct","frames":240,"gpu_visibility_active":false,"ticks":240,"validation_errors":0,"visibility_mode":"direct"} diff --git a/docs/validation/p1-iteration-2026-09-24/raw/larger_generated_scene_process-01.json b/docs/validation/p1-iteration-2026-09-24/raw/larger_generated_scene_process-01.json new file mode 100644 index 0000000..589fb74 --- /dev/null +++ b/docs/validation/p1-iteration-2026-09-24/raw/larger_generated_scene_process-01.json @@ -0,0 +1,21 @@ +{ + "seconds": 33.95408695601509, + "returncode": 0, + "build_configuration": "Debug", + "source_hash": "3fb9976da7d2b3b85f5a370d6728a86cb874d69172ae0bcd157a784d9dbf4eed", + "command": [ + "/tmp/faset-p1-workflows-20260924-3/project/.faset/cache/builds/87b1c9a0-2493-4aa5-84ff-1b078f010980/faset_player", + "--scene", + "/tmp/faset-p1-workflows-20260924-3/raw/generated-512.scene.json", + "--assets", + "/tmp/faset-p1-workflows-20260924-3/project/.faset/cache", + "--headless", + "--frames", + "240", + "--profile", + "/tmp/faset-p1-workflows-20260924-3/raw/generated-512-profile.json" + ], + "stdout": "raw/larger_generated_scene_process-01-stdout.txt", + "stderr": "raw/larger_generated_scene_process-01-stderr.txt", + "peak_rss_kib": 178920 +} diff --git a/docs/validation/p1-iteration-2026-09-24/raw/lua-reload-stderr.txt b/docs/validation/p1-iteration-2026-09-24/raw/lua-reload-stderr.txt new file mode 100644 index 0000000..d8a1c20 --- /dev/null +++ b/docs/validation/p1-iteration-2026-09-24/raw/lua-reload-stderr.txt @@ -0,0 +1,13 @@ +Lua player ready: A/D move, Space jump, E reset +Lua player ready: A/D move, Space jump, E reset +Lua reloaded: scene restarted; runtime state reset +Lua player ready: A/D move, Space jump, E reset +Lua reloaded: scene restarted; runtime state reset +Lua player ready: A/D move, Space jump, E reset +Lua reloaded: scene restarted; runtime state reset +Lua player ready: A/D move, Space jump, E reset +Lua reloaded: scene restarted; runtime state reset +Lua player ready: A/D move, Space jump, E reset +Lua reloaded: scene restarted; runtime state reset +Lua player ready: A/D move, Space jump, E reset +Lua reloaded: scene restarted; runtime state reset diff --git a/docs/validation/p1-iteration-2026-09-24/raw/lua-reload-stdout.txt b/docs/validation/p1-iteration-2026-09-24/raw/lua-reload-stdout.txt new file mode 100644 index 0000000..c645f36 --- /dev/null +++ b/docs/validation/p1-iteration-2026-09-24/raw/lua-reload-stdout.txt @@ -0,0 +1 @@ +{"device":"NVIDIA GeForce RTX 2080 Ti","dimension":2,"effective_visibility_mode":"direct","frames":973,"gpu_visibility_active":false,"ticks":1,"validation_errors":0,"visibility_mode":"direct"} diff --git a/docs/validation/p1-iteration-2026-09-24/raw/lua_initial_build-01-memory.json b/docs/validation/p1-iteration-2026-09-24/raw/lua_initial_build-01-memory.json new file mode 100644 index 0000000..91526ca --- /dev/null +++ b/docs/validation/p1-iteration-2026-09-24/raw/lua_initial_build-01-memory.json @@ -0,0 +1 @@ +{"peak_rss_kib":399232} diff --git a/docs/validation/p1-iteration-2026-09-24/raw/lua_initial_build-01-stderr.txt b/docs/validation/p1-iteration-2026-09-24/raw/lua_initial_build-01-stderr.txt new file mode 100644 index 0000000..e69de29 diff --git a/docs/validation/p1-iteration-2026-09-24/raw/lua_initial_build-01-stdout.txt b/docs/validation/p1-iteration-2026-09-24/raw/lua_initial_build-01-stdout.txt new file mode 100644 index 0000000..818a6ee --- /dev/null +++ b/docs/validation/p1-iteration-2026-09-24/raw/lua_initial_build-01-stdout.txt @@ -0,0 +1,1430 @@ +{ + "diagnostics": [ + { + "column": 12, + "line": 175, + "message": "comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]", + "phase": "Compiling and linking Player", + "severity": "warning" + }, + { + "column": 9, + "line": 193, + "message": "comparison of integers of different signs: 'int32_t' (aka 'int') and 'unsigned long' [-Wsign-compare]", + "phase": "Compiling and linking Player", + "severity": "warning" + }, + { + "column": 19, + "line": 33, + "message": "comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]", + "phase": "Compiling and linking Player", + "severity": "warning" + }, + { + "column": 47, + "line": 76, + "message": "unused parameter 'userdata' [-Wunused-parameter]", + "phase": "Compiling and linking Player", + "severity": "warning" + }, + { + "column": 46, + "line": 215, + "message": "unused parameter 'userdata' [-Wunused-parameter]", + "phase": "Compiling and linking Player", + "severity": "warning" + }, + { + "column": 46, + "line": 123, + "message": "unused parameter 'userdata' [-Wunused-parameter]", + "phase": "Compiling and linking Player", + "severity": "warning" + }, + { + "column": 68, + "line": 123, + "message": "unused parameter 'name' [-Wunused-parameter]", + "phase": "Compiling and linking Player", + "severity": "warning" + }, + { + "column": 86, + "line": 123, + "message": "unused parameter 'oldValue' [-Wunused-parameter]", + "phase": "Compiling and linking Player", + "severity": "warning" + }, + { + "column": 108, + "line": 123, + "message": "unused parameter 'hint' [-Wunused-parameter]", + "phase": "Compiling and linking Player", + "severity": "warning" + }, + { + "column": 27, + "line": 195, + "message": "comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]", + "phase": "Compiling and linking Player", + "severity": "warning" + }, + { + "column": 39, + "line": 210, + "message": "comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]", + "phase": "Compiling and linking Player", + "severity": "warning" + }, + { + "column": 35, + "line": 245, + "message": "comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]", + "phase": "Compiling and linking Player", + "severity": "warning" + }, + { + "column": 39, + "line": 251, + "message": "comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]", + "phase": "Compiling and linking Player", + "severity": "warning" + }, + { + "column": 19, + "line": 284, + "message": "comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]", + "phase": "Compiling and linking Player", + "severity": "warning" + }, + { + "column": 39, + "line": 358, + "message": "comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]", + "phase": "Compiling and linking Player", + "severity": "warning" + }, + { + "column": 27, + "line": 381, + "message": "comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]", + "phase": "Compiling and linking Player", + "severity": "warning" + }, + { + "column": 27, + "line": 393, + "message": "comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]", + "phase": "Compiling and linking Player", + "severity": "warning" + }, + { + "column": 23, + "line": 419, + "message": "comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]", + "phase": "Compiling and linking Player", + "severity": "warning" + }, + { + "column": 13, + "line": 600, + "message": "comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]", + "phase": "Compiling and linking Player", + "severity": "warning" + }, + { + "column": 41, + "line": 645, + "message": "unused parameter 'userdata' [-Wunused-parameter]", + "phase": "Compiling and linking Player", + "severity": "warning" + }, + { + "column": 55, + "line": 645, + "message": "unused parameter 'category' [-Wunused-parameter]", + "phase": "Compiling and linking Player", + "severity": "warning" + }, + { + "column": 83, + "line": 57, + "message": "unused parameter 'data' [-Wunused-parameter]", + "phase": "Compiling and linking Player", + "severity": "warning" + }, + { + "column": 45, + "line": 105, + "message": "unused parameter 'userdata' [-Wunused-parameter]", + "phase": "Compiling and linking Player", + "severity": "warning" + }, + { + "column": 76, + "line": 105, + "message": "unused parameter 'table' [-Wunused-parameter]", + "phase": "Compiling and linking Player", + "severity": "warning" + }, + { + "column": 95, + "line": 105, + "message": "unused parameter 'key' [-Wunused-parameter]", + "phase": "Compiling and linking Player", + "severity": "warning" + }, + { + "column": 74, + "line": 206, + "message": "unused parameter 'table' [-Wunused-parameter]", + "phase": "Compiling and linking Player", + "severity": "warning" + }, + { + "column": 51, + "line": 398, + "message": "unused parameter 'userdata' [-Wunused-parameter]", + "phase": "Compiling and linking Player", + "severity": "warning" + }, + { + "column": 42, + "line": 408, + "message": "unused parameter 'userdata' [-Wunused-parameter]", + "phase": "Compiling and linking Player", + "severity": "warning" + }, + { + "column": 54, + "line": 780, + "message": "unused parameter 'userdata' [-Wunused-parameter]", + "phase": "Compiling and linking Player", + "severity": "warning" + }, + { + "column": 44, + "line": 141, + "message": "unused parameter 'unused' [-Wunused-parameter]", + "phase": "Compiling and linking Player", + "severity": "warning" + }, + { + "column": 38, + "line": 146, + "message": "unused parameter 'unused' [-Wunused-parameter]", + "phase": "Compiling and linking Player", + "severity": "warning" + }, + { + "column": 71, + "line": 193, + "message": "unused parameter 'table' [-Wunused-parameter]", + "phase": "Compiling and linking Player", + "severity": "warning" + }, + { + "column": 46, + "line": 213, + "message": "unused parameter 'userdata' [-Wunused-parameter]", + "phase": "Compiling and linking Player", + "severity": "warning" + }, + { + "column": 77, + "line": 213, + "message": "unused parameter 'table' [-Wunused-parameter]", + "phase": "Compiling and linking Player", + "severity": "warning" + }, + { + "column": 56, + "line": 245, + "message": "comparison of integers of different signs: 'unsigned long' and 'const int' [-Wsign-compare]", + "phase": "Compiling and linking Player", + "severity": "warning" + }, + { + "column": 53, + "line": 482, + "message": "expanded from macro 'SDL_assert'", + "phase": "Compiling and linking Player", + "severity": "note" + }, + { + "column": 19, + "line": 364, + "message": "expanded from macro 'SDL_enabled_assert'", + "phase": "Compiling and linking Player", + "severity": "note" + }, + { + "column": 81, + "line": 262, + "message": "unused parameter 'len' [-Wunused-parameter]", + "phase": "Compiling and linking Player", + "severity": "warning" + }, + { + "column": 47, + "line": 373, + "message": "unused parameter 'queue' [-Wunused-parameter]", + "phase": "Compiling and linking Player", + "severity": "warning" + }, + { + "column": 99, + "line": 94, + "message": "unused parameter 'chans' [-Wunused-parameter]", + "phase": "Compiling and linking Player", + "severity": "warning" + }, + { + "column": 101, + "line": 112, + "message": "unused parameter 'chans' [-Wunused-parameter]", + "phase": "Compiling and linking Player", + "severity": "warning" + }, + { + "column": 33, + "line": 350, + "message": "comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]", + "phase": "Compiling and linking Player", + "severity": "warning" + }, + { + "column": 53, + "line": 482, + "message": "expanded from macro 'SDL_assert'", + "phase": "Compiling and linking Player", + "severity": "note" + }, + { + "column": 19, + "line": 364, + "message": "expanded from macro 'SDL_enabled_assert'", + "phase": "Compiling and linking Player", + "severity": "note" + }, + { + "column": 33, + "line": 351, + "message": "comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]", + "phase": "Compiling and linking Player", + "severity": "warning" + }, + { + "column": 53, + "line": 482, + "message": "expanded from macro 'SDL_assert'", + "phase": "Compiling and linking Player", + "severity": "note" + }, + { + "column": 19, + "line": 364, + "message": "expanded from macro 'SDL_enabled_assert'", + "phase": "Compiling and linking Player", + "severity": "note" + }, + { + "column": 33, + "line": 397, + "message": "comparison of integers of different signs: 'const int' and 'unsigned long' [-Wsign-compare]", + "phase": "Compiling and linking Player", + "severity": "warning" + }, + { + "column": 29, + "line": 2128, + "message": "expanded from macro 'SDL_max'", + "phase": "Compiling and linking Player", + "severity": "note" + }, + { + "column": 139, + "line": 617, + "message": "unused parameter 'isinput' [-Wunused-parameter]", + "phase": "Compiling and linking Player", + "severity": "warning" + }, + { + "column": 52, + "line": 831, + "message": "unused parameter 'userdata' [-Wunused-parameter]", + "phase": "Compiling and linking Player", + "severity": "warning" + }, + { + "column": 83, + "line": 831, + "message": "unused parameter 'len' [-Wunused-parameter]", + "phase": "Compiling and linking Player", + "severity": "warning" + }, + { + "column": 51, + "line": 1329, + "message": "unused parameter 'userdata' [-Wunused-parameter]", + "phase": "Compiling and linking Player", + "severity": "warning" + }, + { + "column": 73, + "line": 1329, + "message": "unused parameter 'buf' [-Wunused-parameter]", + "phase": "Compiling and linking Player", + "severity": "warning" + }, + { + "column": 82, + "line": 1329, + "message": "unused parameter 'len' [-Wunused-parameter]", + "phase": "Compiling and linking Player", + "severity": "warning" + }, + { + "column": 47, + "line": 311, + "message": "unused parameter 'device' [-Wunused-parameter]", + "phase": "Compiling and linking Player", + "severity": "warning" + }, + { + "column": 68, + "line": 311, + "message": "unused parameter 'buffer' [-Wunused-parameter]", + "phase": "Compiling and linking Player", + "severity": "warning" + }, + { + "column": 80, + "line": 311, + "message": "unused parameter 'buflen' [-Wunused-parameter]", + "phase": "Compiling and linking Player", + "severity": "warning" + }, + { + "column": 64, + "line": 316, + "message": "unused parameter 'buffer_size' [-Wunused-parameter]", + "phase": "Compiling and linking Player", + "severity": "warning" + }, + { + "column": 51, + "line": 328, + "message": "unused parameter 'device' [-Wunused-parameter]", + "phase": "Compiling and linking Player", + "severity": "warning" + }, + { + "column": 60, + "line": 805, + "message": "unused parameter 'device' [-Wunused-parameter]", + "phase": "Compiling and linking Player", + "severity": "warning" + }, + { + "column": 58, + "line": 806, + "message": "unused parameter 'device' [-Wunused-parameter]", + "phase": "Compiling and linking Player", + "severity": "warning" + }, + { + "column": 58, + "line": 807, + "message": "unused parameter 'device' [-Wunused-parameter]", + "phase": "Compiling and linking Player", + "severity": "warning" + }, + { + "column": 79, + "line": 807, + "message": "unused parameter 'buffer' [-Wunused-parameter]", + "phase": "Compiling and linking Player", + "severity": "warning" + }, + { + "column": 91, + "line": 807, + "message": "unused parameter 'buffer_size' [-Wunused-parameter]", + "phase": "Compiling and linking Player", + "severity": "warning" + }, + { + "column": 67, + "line": 808, + "message": "unused parameter 'device' [-Wunused-parameter]", + "phase": "Compiling and linking Player", + "severity": "warning" + }, + { + "column": 62, + "line": 809, + "message": "unused parameter 'device' [-Wunused-parameter]", + "phase": "Compiling and linking Player", + "severity": "warning" + }, + { + "column": 59, + "line": 810, + "message": "unused parameter 'device' [-Wunused-parameter]", + "phase": "Compiling and linking Player", + "severity": "warning" + }, + { + "column": 64, + "line": 813, + "message": "unused parameter 'device' [-Wunused-parameter]", + "phase": "Compiling and linking Player", + "severity": "warning" + }, + { + "column": 62, + "line": 832, + "message": "unused parameter 'device' [-Wunused-parameter]", + "phase": "Compiling and linking Player", + "severity": "warning" + }, + { + "column": 59, + "line": 838, + "message": "unused parameter 'device' [-Wunused-parameter]", + "phase": "Compiling and linking Player", + "severity": "warning" + }, + { + "column": 73, + "line": 838, + "message": "unused parameter 'buffer' [-Wunused-parameter]", + "phase": "Compiling and linking Player", + "severity": "warning" + }, + { + "column": 85, + "line": 838, + "message": "unused parameter 'buflen' [-Wunused-parameter]", + "phase": "Compiling and linking Player", + "severity": "warning" + }, + { + "column": 58, + "line": 844, + "message": "unused parameter 'device' [-Wunused-parameter]", + "phase": "Compiling and linking Player", + "severity": "warning" + }, + { + "column": 77, + "line": 877, + "message": "unused parameter 'table' [-Wunused-parameter]", + "phase": "Compiling and linking Player", + "severity": "warning" + }, + { + "column": 47, + "line": 905, + "message": "unused parameter 'userdata' [-Wunused-parameter]", + "phase": "Compiling and linking Player", + "severity": "warning" + }, + { + "column": 57, + "line": 1051, + "message": "unused parameter 'userdata' [-Wunused-parameter]", + "phase": "Compiling and linking Player", + "severity": "warning" + }, + { + "column": 88, + "line": 1051, + "message": "unused parameter 'table' [-Wunused-parameter]", + "phase": "Compiling and linking Player", + "severity": "warning" + }, + { + "column": 47, + "line": 1106, + "message": "unused parameter 'device' [-Wunused-parameter]", + "phase": "Compiling and linking Player", + "severity": "warning" + }, + { + "column": 76, + "line": 1406, + "message": "unused parameter 'table' [-Wunused-parameter]", + "phase": "Compiling and linking Player", + "severity": "warning" + }, + { + "column": 84, + "line": 1477, + "message": "unused parameter 'table' [-Wunused-parameter]", + "phase": "Compiling and linking Player", + "severity": "warning" + }, + { + "column": 34, + "line": 62, + "message": "unused parameter 'outUserHandle' [-Wunused-parameter]", + "phase": "Compiling and linking Player", + "severity": "warning" + }, + { + "column": 39, + "line": 68, + "message": "unused parameter 'device' [-Wunused-parameter]", + "phase": "Compiling and linking Player", + "severity": "warning" + }, + { + "column": 38, + "line": 73, + "message": "unused parameter 'device' [-Wunused-parameter]", + "phase": "Compiling and linking Player", + "severity": "warning" + }, + { + "column": 65, + "line": 679, + "message": "comparison of integers of different signs: 'Sint64' (aka 'long') and 'unsigned long' [-Wsign-compare]", + "phase": "Compiling and linking Player", + "severity": "warning" + }, + { + "column": 65, + "line": 1070, + "message": "comparison of integers of different signs: 'Sint64' (aka 'long') and 'unsigned long' [-Wsign-compare]", + "phase": "Compiling and linking Player", + "severity": "warning" + }, + { + "column": 68, + "line": 1231, + "message": "comparison of integers of different signs: 'Sint64' (aka 'long') and 'unsigned long' [-Wsign-compare]", + "phase": "Compiling and linking Player", + "severity": "warning" + }, + { + "column": 68, + "line": 1362, + "message": "comparison of integers of different signs: 'Sint64' (aka 'long') and 'unsigned long' [-Wsign-compare]", + "phase": "Compiling and linking Player", + "severity": "warning" + }, + { + "column": 66, + "line": 1426, + "message": "comparison of integers of different signs: 'Sint64' (aka 'long') and 'unsigned long' [-Wsign-compare]", + "phase": "Compiling and linking Player", + "severity": "warning" + }, + { + "column": 23, + "line": 266, + "message": "comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]", + "phase": "Compiling and linking Player", + "severity": "warning" + }, + { + "column": 90, + "line": 618, + "message": "unused parameter 'table' [-Wunused-parameter]", + "phase": "Compiling and linking Player", + "severity": "warning" + }, + { + "column": 109, + "line": 618, + "message": "unused parameter 'key' [-Wunused-parameter]", + "phase": "Compiling and linking Player", + "severity": "warning" + }, + { + "column": 71, + "line": 709, + "message": "unused parameter 'table' [-Wunused-parameter]", + "phase": "Compiling and linking Player", + "severity": "warning" + }, + { + "column": 107, + "line": 709, + "message": "unused parameter 'value' [-Wunused-parameter]", + "phase": "Compiling and linking Player", + "severity": "warning" + }, + { + "column": 40, + "line": 784, + "message": "unused parameter 'device' [-Wunused-parameter]", + "phase": "Compiling and linking Player", + "severity": "warning" + }, + { + "column": 43, + "line": 927, + "message": "unused parameter 'device' [-Wunused-parameter]", + "phase": "Compiling and linking Player", + "severity": "warning" + }, + { + "column": 23, + "line": 1021, + "message": "comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]", + "phase": "Compiling and linking Player", + "severity": "warning" + }, + { + "column": 23, + "line": 1026, + "message": "comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]", + "phase": "Compiling and linking Player", + "severity": "warning" + }, + { + "column": 23, + "line": 1054, + "message": "comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]", + "phase": "Compiling and linking Player", + "severity": "warning" + }, + { + "column": 49, + "line": 1436, + "message": "unused parameter 'userdata' [-Wunused-parameter]", + "phase": "Compiling and linking Player", + "severity": "warning" + }, + { + "column": 71, + "line": 1436, + "message": "unused parameter 'key' [-Wunused-parameter]", + "phase": "Compiling and linking Player", + "severity": "warning" + }, + { + "column": 55, + "line": 34, + "message": "comparison of integers of different signs: 'int' and 'SDL_DisplayOrientation' (aka 'enum SDL_DisplayOrientation') [-Wsign-compare]", + "phase": "Compiling and linking Player", + "severity": "warning" + }, + { + "column": 75, + "line": 74, + "message": "unused parameter 'name' [-Wunused-parameter]", + "phase": "Compiling and linking Player", + "severity": "warning" + }, + { + "column": 93, + "line": 74, + "message": "unused parameter 'oldValue' [-Wunused-parameter]", + "phase": "Compiling and linking Player", + "severity": "warning" + }, + { + "column": 28, + "line": 104, + "message": "unused parameter 'vendor' [-Wunused-parameter]", + "phase": "Compiling and linking Player", + "severity": "warning" + }, + { + "column": 43, + "line": 104, + "message": "unused parameter 'product' [-Wunused-parameter]", + "phase": "Compiling and linking Player", + "severity": "warning" + }, + { + "column": 27, + "line": 628, + "message": "comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]", + "phase": "Compiling and linking Player", + "severity": "warning" + }, + { + "column": 23, + "line": 652, + "message": "comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]", + "phase": "Compiling and linking Player", + "severity": "warning" + }, + { + "column": 23, + "line": 658, + "message": "comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]", + "phase": "Compiling and linking Player", + "severity": "warning" + }, + { + "column": 19, + "line": 1014, + "message": "comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]", + "phase": "Compiling and linking Player", + "severity": "warning" + }, + { + "column": 68, + "line": 227, + "message": "unused parameter 'state' [-Wunused-parameter]", + "phase": "Compiling and linking Player", + "severity": "warning" + }, + { + "column": 58, + "line": 397, + "message": "unused parameter 'userdata' [-Wunused-parameter]", + "phase": "Compiling and linking Player", + "severity": "warning" + }, + { + "column": 80, + "line": 397, + "message": "unused parameter 'name' [-Wunused-parameter]", + "phase": "Compiling and linking Player", + "severity": "warning" + }, + { + "column": 98, + "line": 397, + "message": "unused parameter 'oldValue' [-Wunused-parameter]", + "phase": "Compiling and linking Player", + "severity": "warning" + }, + { + "column": 56, + "line": 408, + "message": "unused parameter 'userdata' [-Wunused-parameter]", + "phase": "Compiling and linking Player", + "severity": "warning" + }, + { + "column": 78, + "line": 408, + "message": "unused parameter 'name' [-Wunused-parameter]", + "phase": "Compiling and linking Player", + "severity": "warning" + }, + { + "column": 96, + "line": 408, + "message": "unused parameter 'oldValue' [-Wunused-parameter]", + "phase": "Compiling and linking Player", + "severity": "warning" + }, + { + "column": 51, + "line": 415, + "message": "unused parameter 'userdata' [-Wunused-parameter]", + "phase": "Compiling and linking Player", + "severity": "warning" + }, + { + "column": 73, + "line": 415, + "message": "unused parameter 'name' [-Wunused-parameter]", + "phase": "Compiling and linking Player", + "severity": "warning" + }, + { + "column": 91, + "line": 415, + "message": "unused parameter 'oldValue' [-Wunused-parameter]", + "phase": "Compiling and linking Player", + "severity": "warning" + }, + { + "column": 51, + "line": 428, + "message": "unused parameter 'userdata' [-Wunused-parameter]", + "phase": "Compiling and linking Player", + "severity": "warning" + }, + { + "column": 73, + "line": 428, + "message": "unused parameter 'name' [-Wunused-parameter]", + "phase": "Compiling and linking Player", + "severity": "warning" + }, + { + "column": 91, + "line": 428, + "message": "unused parameter 'oldValue' [-Wunused-parameter]", + "phase": "Compiling and linking Player", + "severity": "warning" + }, + { + "column": 19, + "line": 927, + "message": "comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]", + "phase": "Compiling and linking Player", + "severity": "warning" + }, + { + "column": 31, + "line": 1489, + "message": "comparison of integers of different signs: 'Sint64' (aka 'long') and 'Uint64' (aka 'unsigned long') [-Wsign-compare]", + "phase": "Compiling and linking Player", + "severity": "warning" + }, + { + "column": 29, + "line": 2110, + "message": "expanded from macro 'SDL_min'", + "phase": "Compiling and linking Player", + "severity": "note" + }, + { + "column": 27, + "line": 1500, + "message": "comparison of integers of different signs: 'Sint64' (aka 'long') and 'Uint64' (aka 'unsigned long') [-Wsign-compare]", + "phase": "Compiling and linking Player", + "severity": "warning" + }, + { + "column": 29, + "line": 2110, + "message": "expanded from macro 'SDL_min'", + "phase": "Compiling and linking Player", + "severity": "note" + }, + { + "column": 27, + "line": 51, + "message": "comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]", + "phase": "Compiling and linking Player", + "severity": "warning" + }, + { + "column": 19, + "line": 397, + "message": "comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]", + "phase": "Compiling and linking Player", + "severity": "warning" + }, + { + "column": 25, + "line": 415, + "message": "comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]", + "phase": "Compiling and linking Player", + "severity": "warning" + }, + { + "column": 27, + "line": 419, + "message": "comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]", + "phase": "Compiling and linking Player", + "severity": "warning" + }, + { + "column": 23, + "line": 429, + "message": "comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]", + "phase": "Compiling and linking Player", + "severity": "warning" + }, + { + "column": 41, + "line": 78, + "message": "cast from 'void (*)(int, siginfo_t *, void *)' to 'void (*)(int)' converts to incompatible function type [-Wcast-function-type-mismatch]", + "phase": "Compiling and linking Player", + "severity": "warning" + }, + { + "column": 81, + "line": 53, + "message": "unused parameter 'name' [-Wunused-parameter]", + "phase": "Compiling and linking Player", + "severity": "warning" + }, + { + "column": 99, + "line": 53, + "message": "unused parameter 'oldValue' [-Wunused-parameter]", + "phase": "Compiling and linking Player", + "severity": "warning" + }, + { + "column": 83, + "line": 68, + "message": "unused parameter 'name' [-Wunused-parameter]", + "phase": "Compiling and linking Player", + "severity": "warning" + }, + { + "column": 101, + "line": 68, + "message": "unused parameter 'oldValue' [-Wunused-parameter]", + "phase": "Compiling and linking Player", + "severity": "warning" + }, + { + "column": 82, + "line": 79, + "message": "unused parameter 'name' [-Wunused-parameter]", + "phase": "Compiling and linking Player", + "severity": "warning" + }, + { + "column": 100, + "line": 79, + "message": "unused parameter 'oldValue' [-Wunused-parameter]", + "phase": "Compiling and linking Player", + "severity": "warning" + }, + { + "column": 84, + "line": 92, + "message": "unused parameter 'name' [-Wunused-parameter]", + "phase": "Compiling and linking Player", + "severity": "warning" + }, + { + "column": 102, + "line": 92, + "message": "unused parameter 'oldValue' [-Wunused-parameter]", + "phase": "Compiling and linking Player", + "severity": "warning" + }, + { + "column": 84, + "line": 105, + "message": "unused parameter 'name' [-Wunused-parameter]", + "phase": "Compiling and linking Player", + "severity": "warning" + }, + { + "column": 102, + "line": 105, + "message": "unused parameter 'oldValue' [-Wunused-parameter]", + "phase": "Compiling and linking Player", + "severity": "warning" + }, + { + "column": 85, + "line": 112, + "message": "unused parameter 'name' [-Wunused-parameter]", + "phase": "Compiling and linking Player", + "severity": "warning" + }, + { + "column": 103, + "line": 112, + "message": "unused parameter 'oldValue' [-Wunused-parameter]", + "phase": "Compiling and linking Player", + "severity": "warning" + }, + { + "column": 79, + "line": 119, + "message": "unused parameter 'name' [-Wunused-parameter]", + "phase": "Compiling and linking Player", + "severity": "warning" + }, + { + "column": 97, + "line": 119, + "message": "unused parameter 'oldValue' [-Wunused-parameter]", + "phase": "Compiling and linking Player", + "severity": "warning" + }, + { + "column": 77, + "line": 131, + "message": "unused parameter 'name' [-Wunused-parameter]", + "phase": "Compiling and linking Player", + "severity": "warning" + }, + { + "column": 95, + "line": 131, + "message": "unused parameter 'oldValue' [-Wunused-parameter]", + "phase": "Compiling and linking Player", + "severity": "warning" + }, + { + "column": 77, + "line": 163, + "message": "unused parameter 'name' [-Wunused-parameter]", + "phase": "Compiling and linking Player", + "severity": "warning" + }, + { + "column": 95, + "line": 163, + "message": "unused parameter 'oldValue' [-Wunused-parameter]", + "phase": "Compiling and linking Player", + "severity": "warning" + }, + { + "column": 75, + "line": 188, + "message": "unused parameter 'name' [-Wunused-parameter]", + "phase": "Compiling and linking Player", + "severity": "warning" + }, + { + "column": 93, + "line": 188, + "message": "unused parameter 'oldValue' [-Wunused-parameter]", + "phase": "Compiling and linking Player", + "severity": "warning" + }, + { + "column": 75, + "line": 195, + "message": "unused parameter 'name' [-Wunused-parameter]", + "phase": "Compiling and linking Player", + "severity": "warning" + }, + { + "column": 93, + "line": 195, + "message": "unused parameter 'oldValue' [-Wunused-parameter]", + "phase": "Compiling and linking Player", + "severity": "warning" + }, + { + "column": 77, + "line": 214, + "message": "unused parameter 'name' [-Wunused-parameter]", + "phase": "Compiling and linking Player", + "severity": "warning" + }, + { + "column": 95, + "line": 214, + "message": "unused parameter 'oldValue' [-Wunused-parameter]", + "phase": "Compiling and linking Player", + "severity": "warning" + }, + { + "column": 84, + "line": 225, + "message": "unused parameter 'name' [-Wunused-parameter]", + "phase": "Compiling and linking Player", + "severity": "warning" + }, + { + "column": 102, + "line": 225, + "message": "unused parameter 'oldValue' [-Wunused-parameter]", + "phase": "Compiling and linking Player", + "severity": "warning" + }, + { + "column": 87, + "line": 232, + "message": "unused parameter 'name' [-Wunused-parameter]", + "phase": "Compiling and linking Player", + "severity": "warning" + }, + { + "column": 105, + "line": 232, + "message": "unused parameter 'oldValue' [-Wunused-parameter]", + "phase": "Compiling and linking Player", + "severity": "warning" + }, + { + "column": 77, + "line": 241, + "message": "unused parameter 'name' [-Wunused-parameter]", + "phase": "Compiling and linking Player", + "severity": "warning" + }, + { + "column": 95, + "line": 241, + "message": "unused parameter 'oldValue' [-Wunused-parameter]", + "phase": "Compiling and linking Player", + "severity": "warning" + }, + { + "column": 25, + "line": 333, + "message": "unused parameter 'vendor' [-Wunused-parameter]", + "phase": "Compiling and linking Player", + "severity": "warning" + }, + { + "column": 40, + "line": 333, + "message": "unused parameter 'product' [-Wunused-parameter]", + "phase": "Compiling and linking Player", + "severity": "warning" + }, + { + "column": 79, + "line": 618, + "message": "unused parameter 'buttonstate' [-Wunused-parameter]", + "phase": "Compiling and linking Player", + "severity": "warning" + }, + { + "column": 19, + "line": 48, + "message": "comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]", + "phase": "Compiling and linking Player", + "severity": "warning" + }, + { + "column": 23, + "line": 37, + "message": "comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]", + "phase": "Compiling and linking Player", + "severity": "warning" + }, + { + "column": 23, + "line": 44, + "message": "comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]", + "phase": "Compiling and linking Player", + "severity": "warning" + }, + { + "column": 31, + "line": 262, + "message": "comparison of integers of different signs: 'const int' and 'unsigned long' [-Wsign-compare]", + "phase": "Compiling and linking Player", + "severity": "warning" + }, + { + "column": 53, + "line": 482, + "message": "expanded from macro 'SDL_assert'", + "phase": "Compiling and linking Player", + "severity": "note" + }, + { + "column": 19, + "line": 364, + "message": "expanded from macro 'SDL_enabled_assert'", + "phase": "Compiling and linking Player", + "severity": "note" + }, + { + "column": 82, + "line": 458, + "message": "unused parameter 'userdata' [-Wunused-parameter]", + "phase": "Compiling and linking Player", + "severity": "warning" + }, + { + "column": 114, + "line": 463, + "message": "unused parameter 'userdata' [-Wunused-parameter]", + "phase": "Compiling and linking Player", + "severity": "warning" + }, + { + "column": 27, + "line": 491, + "message": "comparison of integers of different signs: 'const int' and 'unsigned long' [-Wsign-compare]", + "phase": "Compiling and linking Player", + "severity": "warning" + }, + { + "column": 23, + "line": 523, + "message": "comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]", + "phase": "Compiling and linking Player", + "severity": "warning" + }, + { + "column": 23, + "line": 35, + "message": "comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]", + "phase": "Compiling and linking Player", + "severity": "warning" + }, + { + "column": 60, + "line": 450, + "message": "unused parameter 'status' [-Wunused-parameter]", + "phase": "Compiling and linking Player", + "severity": "warning" + }, + { + "column": 86, + "line": 768, + "message": "unused parameter 'status' [-Wunused-parameter]", + "phase": "Compiling and linking Player", + "severity": "warning" + }, + { + "column": 93, + "line": 774, + "message": "unused parameter 'status' [-Wunused-parameter]", + "phase": "Compiling and linking Player", + "severity": "warning" + }, + { + "column": 94, + "line": 1019, + "message": "unused parameter 'status' [-Wunused-parameter]", + "phase": "Compiling and linking Player", + "severity": "warning" + }, + { + "column": 101, + "line": 1049, + "message": "unused parameter 'status' [-Wunused-parameter]", + "phase": "Compiling and linking Player", + "severity": "warning" + }, + { + "column": 14, + "line": 1159, + "message": "comparison of integers of different signs: 'Sint64' (aka 'long') and 'unsigned long' [-Wsign-compare]", + "phase": "Compiling and linking Player", + "severity": "warning" + }, + { + "column": 26, + "line": 1172, + "message": "comparison of integers of different signs: 'Sint64' (aka 'long') and 'unsigned long' [-Wsign-compare]", + "phase": "Compiling and linking Player", + "severity": "warning" + }, + { + "column": 42, + "line": 135, + "message": "unused parameter 'error_str' [-Wunused-parameter]", + "phase": "Compiling and linking Player", + "severity": "warning" + }, + { + "column": 5, + "line": 944, + "message": "initializing 'int (*)(void *, const unsigned char *, size_t)' (aka 'int (*)(void *, const unsigned char *, unsigned long)') with an expression of type 'void *' converts between void pointer and function pointer [-Wpedantic]", + "phase": "Compiling and linking Player", + "severity": "warning" + }, + { + "column": 5, + "line": 945, + "message": "initializing 'int (*)(void *, unsigned char *, size_t, int)' (aka 'int (*)(void *, unsigned char *, unsigned long, int)') with an expression of type 'void *' converts between void pointer and function pointer [-Wpedantic]", + "phase": "Compiling and linking Player", + "severity": "warning" + }, + { + "column": 5, + "line": 946, + "message": "initializing 'int (*)(void *, unsigned char *, size_t)' (aka 'int (*)(void *, unsigned char *, unsigned long)') with an expression of type 'void *' converts between void pointer and function pointer [-Wpedantic]", + "phase": "Compiling and linking Player", + "severity": "warning" + }, + { + "column": 5, + "line": 947, + "message": "initializing 'int (*)(void *, int)' with an expression of type 'void *' converts between void pointer and function pointer [-Wpedantic]", + "phase": "Compiling and linking Player", + "severity": "warning" + }, + { + "column": 5, + "line": 948, + "message": "initializing 'int (*)(void *, const unsigned char *, size_t)' (aka 'int (*)(void *, const unsigned char *, unsigned long)') with an expression of type 'void *' converts between void pointer and function pointer [-Wpedantic]", + "phase": "Compiling and linking Player", + "severity": "warning" + }, + { + "column": 5, + "line": 949, + "message": "initializing 'int (*)(void *, unsigned char *, size_t)' (aka 'int (*)(void *, unsigned char *, unsigned long)') with an expression of type 'void *' converts between void pointer and function pointer [-Wpedantic]", + "phase": "Compiling and linking Player", + "severity": "warning" + }, + { + "column": 5, + "line": 950, + "message": "initializing 'int (*)(void *, unsigned char *, size_t)' (aka 'int (*)(void *, unsigned char *, unsigned long)') with an expression of type 'void *' converts between void pointer and function pointer [-Wpedantic]", + "phase": "Compiling and linking Player", + "severity": "warning" + }, + { + "column": 5, + "line": 951, + "message": "initializing 'void (*)(void *)' with an expression of type 'void *' converts between void pointer and function pointer [-Wpedantic]", + "phase": "Compiling and linking Player", + "severity": "warning" + }, + { + "column": 5, + "line": 952, + "message": "initializing 'int (*)(void *, wchar_t *, size_t)' (aka 'int (*)(void *, int *, unsigned long)') with an expression of type 'void *' converts between void pointer and function pointer [-Wpedantic]", + "phase": "Compiling and linking Player", + "severity": "warning" + }, + { + "column": 5, + "line": 953, + "message": "initializing 'int (*)(void *, wchar_t *, size_t)' (aka 'int (*)(void *, int *, unsigned long)') with an expression of type 'void *' converts between void pointer and function pointer [-Wpedantic]", + "phase": "Compiling and linking Player", + "severity": "warning" + }, + { + "column": 5, + "line": 954, + "message": "initializing 'int (*)(void *, wchar_t *, size_t)' (aka 'int (*)(void *, int *, unsigned long)') with an expression of type 'void *' converts between void pointer and function pointer [-Wpedantic]", + "phase": "Compiling and linking Player", + "severity": "warning" + }, + { + "column": 5, + "line": 955, + "message": "initializing 'int (*)(void *, int, wchar_t *, size_t)' (aka 'int (*)(void *, int, int *, unsigned long)') with an expression of type 'void *' converts between void pointer and function pointer [-Wpedantic]", + "phase": "Compiling and linking Player", + "severity": "warning" + }, + { + "column": 5, + "line": 956, + "message": "initializing 'struct hid_device_info *(*)(void *)' with an expression of type 'void *' converts between void pointer and function pointer [-Wpedantic]", + "phase": "Compiling and linking Player", + "severity": "warning" + }, + { + "column": 5, + "line": 957, + "message": "initializing 'int (*)(void *, unsigned char *, size_t)' (aka 'int (*)(void *, unsigned char *, unsigned long)') with an expression of type 'void *' converts between void pointer and function pointer [-Wpedantic]", + "phase": "Compiling and linking Player", + "severity": "warning" + } + ], + "error": "", + "id": "dbe2dcaf-f662-4dfd-8a71-ea82aac63d37", + "kind": "build", + "log": "$ \"cmake\" \"-S\" \"/home/emil/Desktop/.worktrees/Faset_Engine-p1-p3\" \"-B\" \"/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug\" \"-G\" \"Ninja\" \"-DCMAKE_BUILD_TYPE=Debug\" \"-DBUILD_TESTING=OFF\" \"-DFASET_BUILD_EDITOR=OFF\" \"-DFASET_BUILD_RENDERER=ON\" \"-DFASET_BUILD_RUNTIME=ON\" \"-DFASET_BUILD_ASSETS=ON\" \"-DFASET_GAMEPLAY_SOURCE_DIR=/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/cache/source-snapshots/61c26a69802e09d3c10ab92416595c025061ca866742d13114ed25129f13dba5/Scripts\" \"-DCMAKE_C_COMPILER=/usr/bin/clang\" \"-DCMAKE_CXX_COMPILER=/usr/bin/clang++\" \"-DCMAKE_BUILD_TYPE=Debug\" \"-DFASET_ENABLE_LUA=ON\"\n-- The C compiler identification is Clang 21.1.8\n-- The CXX compiler identification is Clang 21.1.8\n-- Detecting C compiler ABI info\n-- Detecting C compiler ABI info - done\n-- Check for working C compiler: /usr/bin/clang - skipped\n-- Detecting C compile features\n-- Detecting C compile features - done\n-- Detecting CXX compiler ABI info\n-- Detecting CXX compiler ABI info - done\n-- Check for working CXX compiler: /usr/bin/clang++ - skipped\n-- Detecting CXX compile features\n-- Detecting CXX compile features - done\n-- Performing Test CMAKE_HAVE_LIBC_PTHREAD\n-- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success\n-- Found Threads: TRUE\n-- Using the multi-header code from /tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/json-src/include/\n-- CMake C compiler: Clang\n-- CMake C++ compiler: Clang\n-- CMake system name: Linux\n-- CMake host system processor: x86_64\n-- Box2D using Unix\n-- CMake C compiler: Clang\n-- CMake C++ compiler: Clang\n-- CMake system name: Linux\n-- CMake host system processor: x86_64\n-- Box3D using Unix\n-- Found PkgConfig: /usr/bin/pkg-config (found version \"2.5.1\")\n-- Detecting Target CPU Architecture\n-- Detecting Target CPU Architecture - X64\n-- Performing Test HAVE_GCC_WALL\n-- Performing Test HAVE_GCC_WALL - Success\n-- Performing Test HAVE_GCC_WUNDEF\n-- Performing Test HAVE_GCC_WUNDEF - Success\n-- Performing Test HAVE_GCC_WFLOAT_CONVERSION\n-- Performing Test HAVE_GCC_WFLOAT_CONVERSION - Success\n-- Performing Test HAVE_GCC_NO_STRICT_ALIASING\n-- Performing Test HAVE_GCC_NO_STRICT_ALIASING - Success\n-- Performing Test HAVE_GCC_WDOCUMENTATION\n-- Performing Test HAVE_GCC_WDOCUMENTATION - Success\n-- Performing Test HAVE_GCC_WDOCUMENTATION_UNKNOWN_COMMAND\n-- Performing Test HAVE_GCC_WDOCUMENTATION_UNKNOWN_COMMAND - Success\n-- Performing Test HAVE_GCC_COMMENT_BLOCK_COMMANDS\n-- Performing Test HAVE_GCC_COMMENT_BLOCK_COMMANDS - Success\n-- Performing Test HAVE_GCC_WSHADOW\n-- Performing Test HAVE_GCC_WSHADOW - Success\n-- Performing Test HAVE_GCC_WUNUSED_LOCAL_TYPEDEFS\n-- Performing Test HAVE_GCC_WUNUSED_LOCAL_TYPEDEFS - Success\n-- Performing Test HAVE_GCC_WIMPLICIT_FALLTHROUGH\n-- Performing Test HAVE_GCC_WIMPLICIT_FALLTHROUGH - Success\n-- Performing Test COMPILER_SUPPORTS_FCOLOR_DIAGNOSTICS\n-- Performing Test COMPILER_SUPPORTS_FCOLOR_DIAGNOSTICS - Success\n-- Looking for __GLIBC__\n-- Looking for __GLIBC__ - found\n-- Performing Test LINKER_SUPPORTS_VERSION_SCRIPT\n-- Performing Test LINKER_SUPPORTS_VERSION_SCRIPT - Success\n-- Performing Test COMPILER_SUPPORTS_GCC_ATOMICS\n-- Performing Test COMPILER_SUPPORTS_GCC_ATOMICS - Success\n-- Performing Test HAVE_GCC_FVISIBILITY\n-- Performing Test HAVE_GCC_FVISIBILITY - Success\n-- Performing Test LINKER_SUPPORTS_WL_NO_UNDEFINED\n-- Performing Test LINKER_SUPPORTS_WL_NO_UNDEFINED - Success\n-- Performing Test COMPILER_SUPPORTS_MMX\n-- Performing Test COMPILER_SUPPORTS_MMX - Success\n-- Performing Test COMPILER_SUPPORTS_SSE\n-- Performing Test COMPILER_SUPPORTS_SSE - Success\n-- Performing Test COMPILER_SUPPORTS_SSE2\n-- Performing Test COMPILER_SUPPORTS_SSE2 - Success\n-- Performing Test COMPILER_SUPPORTS_SSE3\n-- Performing Test COMPILER_SUPPORTS_SSE3 - Success\n-- Performing Test COMPILER_SUPPORTS_SSE4_1\n-- Performing Test COMPILER_SUPPORTS_SSE4_1 - Success\n-- Performing Test COMPILER_SUPPORTS_SSE4_2\n-- Performing Test COMPILER_SUPPORTS_SSE4_2 - Success\n-- Performing Test COMPILER_SUPPORTS_AVX\n-- Performing Test COMPILER_SUPPORTS_AVX - Success\n-- Performing Test COMPILER_SUPPORTS_AVX2\n-- Performing Test COMPILER_SUPPORTS_AVX2 - Success\n-- Performing Test COMPILER_SUPPORTS_AVX512F\n-- Performing Test COMPILER_SUPPORTS_AVX512F - Success\n-- Looking for alloca.h\n-- Looking for alloca.h - found\n-- Looking for float.h\n-- Looking for float.h - found\n-- Looking for iconv.h\n-- Looking for iconv.h - found\n-- Looking for inttypes.h\n-- Looking for inttypes.h - found\n-- Looking for limits.h\n-- Looking for limits.h - found\n-- Looking for malloc.h\n-- Looking for malloc.h - found\n-- Looking for math.h\n-- Looking for math.h - found\n-- Looking for memory.h\n-- Looking for memory.h - found\n-- Looking for signal.h\n-- Looking for signal.h - found\n-- Looking for stdarg.h\n-- Looking for stdarg.h - found\n-- Looking for stdbool.h\n-- Looking for stdbool.h - found\n-- Looking for stddef.h\n-- Looking for stddef.h - found\n-- Looking for stdint.h\n-- Looking for stdint.h - found\n-- Looking for stdio.h\n-- Looking for stdio.h - found\n-- Looking for stdlib.h\n-- Looking for stdlib.h - found\n-- Looking for string.h\n-- Looking for string.h - found\n-- Looking for strings.h\n-- Looking for strings.h - found\n-- Looking for sys/types.h\n-- Looking for sys/types.h - found\n-- Looking for time.h\n-- Looking for time.h - found\n-- Looking for wchar.h\n-- Looking for wchar.h - found\n-- Looking for pow in m\n-- Looking for pow in m - found\n-- Looking for abs\n-- Looking for abs - found\n-- Looking for acos\n-- Looking for acos - found\n-- Looking for acosf\n-- Looking for acosf - found\n-- Looking for asin\n-- Looking for asin - found\n-- Looking for asinf\n-- Looking for asinf - found\n-- Looking for atan\n-- Looking for atan - found\n-- Looking for atan2\n-- Looking for atan2 - found\n-- Looking for atan2f\n-- Looking for atan2f - found\n-- Looking for atanf\n-- Looking for atanf - found\n-- Looking for atof\n-- Looking for atof - found\n-- Looking for atoi\n-- Looking for atoi - found\n-- Looking for bcopy\n-- Looking for bcopy - found\n-- Looking for ceil\n-- Looking for ceil - found\n-- Looking for ceilf\n-- Looking for ceilf - found\n-- Looking for copysign\n-- Looking for copysign - found\n-- Looking for copysignf\n-- Looking for copysignf - found\n-- Looking for cos\n-- Looking for cos - found\n-- Looking for cosf\n-- Looking for cosf - found\n-- Looking for _Exit\n-- Looking for _Exit - found\n-- Looking for exp\n-- Looking for exp - found\n-- Looking for expf\n-- Looking for expf - found\n-- Looking for fabs\n-- Looking for fabs - found\n-- Looking for fabsf\n-- Looking for fabsf - found\n-- Looking for floor\n-- Looking for floor - found\n-- Looking for floorf\n-- Looking for floorf - found\n-- Looking for fmod\n-- Looking for fmod - found\n-- Looking for fmodf\n-- Looking for fmodf - found\n-- Looking for fopen64\n-- Looking for fopen64 - found\n-- Looking for fseeko\n-- Looking for fseeko - found\n-- Looking for fseeko64\n-- Looking for fseeko64 - found\n-- Looking for getenv\n-- Looking for getenv - found\n-- Looking for _i64toa\n-- Looking for _i64toa - not found\n-- Looking for index\n-- Looking for index - found\n-- Looking for itoa\n-- Looking for itoa - not found\n-- Looking for log\n-- Looking for log - found\n-- Looking for log10\n-- Looking for log10 - found\n-- Looking for log10f\n-- Looking for log10f - found\n-- Looking for logf\n-- Looking for logf - found\n-- Looking for lround\n-- Looking for lround - found\n-- Looking for lroundf\n-- Looking for lroundf - found\n-- Looking for _ltoa\n-- Looking for _ltoa - not found\n-- Looking for malloc\n-- Looking for malloc - found\n-- Looking for memcmp\n-- Looking for memcmp - found\n-- Looking for memcpy\n-- Looking for memcpy - found\n-- Looking for memmove\n-- Looking for memmove - found\n-- Looking for memset\n-- Looking for memset - found\n-- Looking for modf\n-- Looking for modf - found\n-- Looking for modff\n-- Looking for modff - found\n-- Looking for pow\n-- Looking for pow - found\n-- Looking for powf\n-- Looking for powf - found\n-- Looking for putenv\n-- Looking for putenv - found\n-- Looking for rindex\n-- Looking for rindex - found\n-- Looking for round\n-- Looking for round - found\n-- Looking for roundf\n-- Looking for roundf - found\n-- Looking for scalbn\n-- Looking for scalbn - found\n-- Looking for scalbnf\n-- Looking for scalbnf - found\n-- Looking for setenv\n-- Looking for setenv - found\n-- Looking for sin\n-- Looking for sin - found\n-- Looking for sinf\n-- Looking for sinf - found\n-- Looking for sqr\n-- Looking for sqr - not found\n-- Looking for sqrt\n-- Looking for sqrt - found\n-- Looking for sqrtf\n-- Looking for sqrtf - found\n-- Looking for sscanf\n-- Looking for sscanf - found\n-- Looking for strchr\n-- Looking for strchr - found\n-- Looking for strcmp\n-- Looking for strcmp - found\n-- Looking for strlcat\n-- Looking for strlcat - found\n-- Looking for strlcpy\n-- Looking for strlcpy - found\n-- Looking for strlen\n-- Looking for strlen - found\n-- Looking for strncmp\n-- Looking for strncmp - found\n-- Looking for strnlen\n-- Looking for strnlen - found\n-- Looking for strpbrk\n-- Looking for strpbrk - found\n-- Looking for strrchr\n-- Looking for strrchr - found\n-- Looking for strstr\n-- Looking for strstr - found\n-- Looking for strnstr\n-- Looking for strnstr - not found\n-- Looking for strtod\n-- Looking for strtod - found\n-- Looking for strtok_r\n-- Looking for strtok_r - found\n-- Looking for strtol\n-- Looking for strtol - found\n-- Looking for strtoll\n-- Looking for strtoll - found\n-- Looking for strtoul\n-- Looking for strtoul - found\n-- Looking for strtoull\n-- Looking for strtoull - found\n-- Looking for tan\n-- Looking for tan - found\n-- Looking for tanf\n-- Looking for tanf - found\n-- Looking for trunc\n-- Looking for trunc - found\n-- Looking for truncf\n-- Looking for truncf - found\n-- Looking for unsetenv\n-- Looking for unsetenv - found\n-- Looking for vsnprintf\n-- Looking for vsnprintf - found\n-- Looking for vsscanf\n-- Looking for vsscanf - found\n-- Looking for wcsnlen\n-- Looking for wcsnlen - found\n-- Looking for wcscmp\n-- Looking for wcscmp - found\n-- Looking for wcsdup\n-- Looking for wcsdup - found\n-- Looking for wcslcat\n-- Looking for wcslcat - found\n-- Looking for wcslcpy\n-- Looking for wcslcpy - found\n-- Looking for wcslen\n-- Looking for wcslen - found\n-- Looking for wcsncmp\n-- Looking for wcsncmp - found\n-- Looking for wcsstr\n-- Looking for wcsstr - found\n-- Looking for wcstol\n-- Looking for wcstol - found\n-- Looking for strcasestr\n-- Looking for strcasestr - found\n-- Performing Test LIBC_HAS_ISINF\n-- Performing Test LIBC_HAS_ISINF - Success\n-- Performing Test LIBC_ISINF_HANDLES_FLOAT\n-- Performing Test LIBC_ISINF_HANDLES_FLOAT - Success\n-- Performing Test LIBC_HAS_ISINFF\n-- Performing Test LIBC_HAS_ISINFF - Success\n-- Performing Test LIBC_HAS_ISNAN\n-- Performing Test LIBC_HAS_ISNAN - Success\n-- Performing Test LIBC_ISNAN_HANDLES_FLOAT\n-- Performing Test LIBC_ISNAN_HANDLES_FLOAT - Success\n-- Performing Test LIBC_HAS_ISNANF\n-- Performing Test LIBC_HAS_ISNANF - Success\n-- Looking for fdatasync\n-- Looking for fdatasync - found\n-- Looking for gethostname\n-- Looking for gethostname - found\n-- Looking for getpagesize\n-- Looking for getpagesize - found\n-- Looking for sigaction\n-- Looking for sigaction - found\n-- Looking for setjmp\n-- Looking for setjmp - found\n-- Looking for nanosleep\n-- Looking for nanosleep - found\n-- Looking for gmtime_r\n-- Looking for gmtime_r - found\n-- Looking for localtime_r\n-- Looking for localtime_r - found\n-- Looking for nl_langinfo\n-- Looking for nl_langinfo - found\n-- Looking for sysconf\n-- Looking for sysconf - found\n-- Looking for sysctlbyname\n-- Looking for sysctlbyname - not found\n-- Looking for getauxval\n-- Looking for getauxval - found\n-- Looking for elf_aux_info\n-- Looking for elf_aux_info - not found\n-- Looking for poll\n-- Looking for poll - found\n-- Looking for memfd_create\n-- Looking for memfd_create - found\n-- Looking for posix_fallocate\n-- Looking for posix_fallocate - found\n-- Performing Test ICONV_IN_LIBC\n-- Performing Test ICONV_IN_LIBC - Success\n-- Performing Test ICONV_IN_LIBICONV\n-- Performing Test ICONV_IN_LIBICONV - Failed\n-- Performing Test HAVE_SA_SIGACTION\n-- Performing Test HAVE_SA_SIGACTION - Success\n-- Performing Test HAVE_ST_MTIM\n-- Performing Test HAVE_ST_MTIM - Success\n-- Looking for dlopen\n-- Looking for dlopen - found\n-- Performing Test HAVE_O_CLOEXEC\n-- Performing Test HAVE_O_CLOEXEC - Success\n-- Found ALSA: /usr/lib/x86_64-linux-gnu/libasound.so (found version \"1.2.15.3\")\n-- dynamic libasound -> libasound.so.2\n-- Checking for module 'jack'\n-- Package 'jack' not found\n-- Checking for module 'libpipewire-0.3>=0.3.44'\n-- Found libpipewire-0.3, version 1.6.2\n-- dynamic libpipewire-0.3 -> libpipewire-0.3.so.0\n-- Checking for module 'libpulse>=0.9.15'\n-- Found libpulse, version 17.0\n-- dynamic libpulse -> libpulse.so.0\n-- Checking for module 'sndio'\n-- Found sndio, version 1.10.0\n-- dynamic libsndio -> libsndio.so.7\n-- Found X11: /usr/include\n-- Looking for XOpenDisplay in /usr/lib/x86_64-linux-gnu/libX11.so;/usr/lib/x86_64-linux-gnu/libXext.so\n-- Looking for XOpenDisplay in /usr/lib/x86_64-linux-gnu/libX11.so;/usr/lib/x86_64-linux-gnu/libXext.so - found\n-- Looking for gethostbyname\n-- Looking for gethostbyname - found\n-- Looking for connect\n-- Looking for connect - found\n-- Looking for remove\n-- Looking for remove - found\n-- Looking for shmat\n-- Looking for shmat - found\n-- Looking for IceConnectionNumber in ICE\n-- Looking for IceConnectionNumber in ICE - found\n-- dynamic libX11 -> libX11.so.6\n-- dynamic libXext -> libXext.so.6\n-- dynamic libXcursor -> libXcursor.so.1\n-- dynamic libXi -> libXi.so.6\n-- dynamic libXfixes -> libXfixes.so.3\n-- dynamic libXrandr -> libXrandr.so.2\n-- dynamic libXrender -> libXrender.so.1\n-- dynamic libXss -> libXss.so.1\n-- Looking for shmat\n-- Looking for shmat - found\n-- Performing Test HAVE_XGENERICEVENT\n-- Performing Test HAVE_XGENERICEVENT - Success\n-- Looking for XkbLookupKeySym\n-- Looking for XkbLookupKeySym - found\n-- Performing Test HAVE_XINPUT2_MULTITOUCH\n-- Performing Test HAVE_XINPUT2_MULTITOUCH - Success\n-- Performing Test HAVE_XFIXES_H\n-- Performing Test HAVE_XFIXES_H - Success\n-- Found OpenGL: /usr/lib/x86_64-linux-gnu/libOpenGL.so\n-- Performing Test HAVE_OPENGL_EGL\n-- Performing Test HAVE_OPENGL_EGL - Success\n-- Checking for module 'libdrm'\n-- Found libdrm, version 2.4.131\n-- Checking for module 'gbm'\n-- Found gbm, version 26.0.8-1ubuntu0.3\n-- dynamic libdrm -> libdrm.so.2\n-- dynamic libgbm -> libgbm.so.1\n-- Performing Test HAVE_OPENGL_GLX\n-- Performing Test HAVE_OPENGL_GLX - Success\n-- Performing Test HAVE_OPENGL\n-- Performing Test HAVE_OPENGL - Success\n-- Performing Test HAVE_OPENGLES_V1\n-- Performing Test HAVE_OPENGLES_V1 - Success\n-- Performing Test HAVE_OPENGLES_V2\n-- Performing Test HAVE_OPENGLES_V2 - Success\n-- Checking for modules 'wayland-client>=1.18;wayland-egl;wayland-cursor;egl;xkbcommon>=0.5.0'\n-- Found wayland-client, version 1.24.0\n-- Found wayland-egl, version 18.1.0\n-- Found wayland-cursor, version 1.24.0\n-- Found egl, version 1.5\n-- Found xkbcommon, version 1.13.1\n-- dynamic libwayland-client -> libwayland-client.so.0\n-- dynamic libwayland-egl -> libwayland-egl.so.1\n-- dynamic libwayland-cursor -> libwayland-cursor.so.0\n-- dynamic libxkbcommon -> libxkbcommon.so.0\n-- Checking for module 'libdecor-0'\n-- Found libdecor-0, version 0.2.5\n-- dynamic libdecor-0 -> libdecor-0.so.0\n-- Performing Test HAVE_LINUX_INPUT_H\n-- Performing Test HAVE_LINUX_INPUT_H - Success\n-- Performing Test HAVE_INPUT_KD\n-- Performing Test HAVE_INPUT_KD - Success\n-- Performing Test HAVE_LINUX_VIDEODEV2_H\n-- Performing Test HAVE_LINUX_VIDEODEV2_H - Success\n-- Looking for libudev.h\n-- Looking for libudev.h - found\n-- dynamic libudev -> libudev.so.1\n-- Looking for sys/inotify.h\n-- Looking for sys/inotify.h - found\n-- Looking for inotify_init\n-- Looking for inotify_init - found\n-- Looking for inotify_init1\n-- Looking for inotify_init1 - found\n-- Checking for one of the modules 'dbus-1;dbus'\n-- Checking for one of the modules 'ibus-1.0;ibus'\n-- Checking for one of the modules 'liburing-ffi'\n-- Checking for module 'libusb-1.0>=1.0.16'\n-- Package 'libusb-1.0' not found\n-- Could NOT find LibUSB (missing: LibUSB_LIBRARY LibUSB_INCLUDE_PATH) (found version \"LibUSB_VERSION-NOTFOUND\")\n-- Performing Test HAVE_PTHREADS\n-- Performing Test HAVE_PTHREADS - Success\n-- Performing Test HAVE_RECURSIVE_MUTEXES\n-- Performing Test HAVE_RECURSIVE_MUTEXES - Success\n-- Performing Test HAVE_PTHREADS_SEM\n-- Performing Test HAVE_PTHREADS_SEM - Success\n-- Performing Test COMPILER_HAS_SEM_TIMEDWAIT\n-- Performing Test COMPILER_HAS_SEM_TIMEDWAIT - Success\n-- Looking for pthread.h\n-- Looking for pthread.h - found\n-- Looking for pthread_np.h\n-- Looking for pthread_np.h - not found\n-- Performing Test HAVE_PTHREAD_SETNAME_NP\n-- Performing Test HAVE_PTHREAD_SETNAME_NP - Success\n-- Looking for clock_gettime in c\n-- Looking for clock_gettime in c - found\n-- Performing Test HAVE_POSIX_SPAWN\n-- Performing Test HAVE_POSIX_SPAWN - Success\n-- \n-- SDL3 was configured with the following options:\n-- \n-- Platform: Linux-7.0.0-31-generic\n-- 64-bit: TRUE\n-- Compiler: /usr/bin/clang\n-- Revision: SDL3-3.2.20-HEAD-HASH-NOTFOUND\n-- Vendor: \n-- \n-- Subsystems:\n-- Audio: ON\n-- Video: ON\n-- GPU: ON\n-- Render: ON\n-- Camera: ON\n-- Joystick: ON\n-- Haptic: ON\n-- Hidapi: ON\n-- Power: ON\n-- Sensor: ON\n-- Dialog: ON\n-- \n-- Options:\n-- SDL_ALSA (Wanted: ON): ON\n-- SDL_ALSA_SHARED (Wanted: ON): ON\n-- SDL_ALTIVEC (Wanted: OFF): OFF\n-- SDL_ARMNEON (Wanted: OFF): OFF\n-- SDL_ASAN (Wanted: OFF): OFF\n-- SDL_ASSEMBLY (Wanted: ON): ON\n-- SDL_ASSERTIONS (Wanted: auto): auto\n-- SDL_AVX (Wanted: ON): ON\n-- SDL_AVX2 (Wanted: ON): ON\n-- SDL_AVX512F (Wanted: ON): ON\n-- SDL_BACKGROUNDING_SIGNAL (Wanted: OFF): OFF\n-- SDL_CCACHE (Wanted: OFF): OFF\n-- SDL_CLANG_TIDY (Wanted: OFF): OFF\n-- SDL_CLOCK_GETTIME (Wanted: ON): ON\n-- SDL_COCOA (Wanted: OFF): OFF\n-- SDL_DBUS (Wanted: ON): ON\n-- SDL_DEPS_SHARED (Wanted: ON): OFF\n-- SDL_DIRECTX (Wanted: OFF): OFF\n-- SDL_DISKAUDIO (Wanted: ON): ON\n-- SDL_DUMMYAUDIO (Wanted: ON): ON\n-- SDL_DUMMYCAMERA (Wanted: ON): ON\n-- SDL_DUMMYVIDEO (Wanted: ON): ON\n-- SDL_EXAMPLES (Wanted: OFF): OFF\n-- SDL_EXAMPLES_LINK_SHARED (Wanted: OFF): OFF\n-- SDL_FOREGROUNDING_SIGNAL (Wanted: OFF): OFF\n-- SDL_GCC_ATOMICS (Wanted: ON): ON\n-- SDL_GPU_DXVK (Wanted: OFF): OFF\n-- SDL_HIDAPI (Wanted: ON): ON\n-- SDL_HIDAPI_JOYSTICK (Wanted: ON): ON\n-- SDL_HIDAPI_LIBUSB (Wanted: ON): OFF\n-- SDL_HIDAPI_LIBUSB_SHARED (Wanted: ON): OFF\n-- SDL_IBUS (Wanted: ON): ON\n-- SDL_INSTALL (Wanted: OFF): OFF\n-- SDL_INSTALL_TESTS (Wanted: OFF): OFF\n-- SDL_JACK (Wanted: ON): OFF\n-- SDL_JACK_SHARED (Wanted: ON): OFF\n-- SDL_KMSDRM (Wanted: ON): ON\n-- SDL_KMSDRM_SHARED (Wanted: ON): ON\n-- SDL_LASX (Wanted: OFF): OFF\n-- SDL_LIBC (Wanted: ON): ON\n-- SDL_LIBICONV (Wanted: OFF): OFF\n-- SDL_LIBUDEV (Wanted: ON): ON\n-- SDL_LIBURING (Wanted: ON): OFF\n-- SDL_LSX (Wanted: OFF): OFF\n-- SDL_METAL (Wanted: OFF): OFF\n-- SDL_MMX (Wanted: ON): ON\n-- SDL_OFFSCREEN (Wanted: ON): ON\n-- SDL_OPENGL (Wanted: ON): ON\n-- SDL_OPENGLES (Wanted: ON): ON\n-- SDL_OPENVR (Wanted: OFF): OFF\n-- SDL_OSS (Wanted: OFF): OFF\n-- SDL_PIPEWIRE (Wanted: ON): ON\n-- SDL_PIPEWIRE_SHARED (Wanted: ON): ON\n-- SDL_PTHREADS (Wanted: ON): ON\n-- SDL_PTHREADS_SEM (Wanted: ON): ON\n-- SDL_PULSEAUDIO (Wanted: ON): ON\n-- SDL_PULSEAUDIO_SHARED (Wanted: ON): ON\n-- SDL_RENDER_D3D (Wanted: OFF): OFF\n-- SDL_RENDER_D3D11 (Wanted: OFF): OFF\n-- SDL_RENDER_D3D12 (Wanted: OFF): OFF\n-- SDL_RENDER_GPU (Wanted: ON): ON\n-- SDL_RENDER_METAL (Wanted: ON): OFF\n-- SDL_RENDER_VULKAN (Wanted: ON): ON\n-- SDL_ROCKCHIP (Wanted: OFF): OFF\n-- SDL_RPATH (Wanted: ON): OFF\n-- SDL_RPI (Wanted: OFF): OFF\n-- SDL_SNDIO (Wanted: ON): ON\n-- SDL_SNDIO_SHARED (Wanted: ON): ON\n-- SDL_SSE (Wanted: ON): ON\n-- SDL_SSE2 (Wanted: ON): ON\n-- SDL_SSE3 (Wanted: ON): ON\n-- SDL_SSE4_1 (Wanted: ON): ON\n-- SDL_SSE4_2 (Wanted: ON): ON\n-- SDL_SYSTEM_ICONV (Wanted: ON): ON\n-- SDL_TESTS (Wanted: OFF): OFF\n-- SDL_TESTS_LINK_SHARED (Wanted: OFF): OFF\n-- SDL_UNINSTALL (Wanted: OFF): OFF\n-- SDL_VIRTUAL_JOYSTICK (Wanted: ON): ON\n-- SDL_VIVANTE (Wanted: OFF): OFF\n-- SDL_VULKAN (Wanted: ON): ON\n-- SDL_WASAPI (Wanted: OFF): OFF\n-- SDL_WAYLAND (Wanted: ON): ON\n-- SDL_WAYLAND_LIBDECOR (Wanted: ON): ON\n-- SDL_WAYLAND_LIBDECOR_SHARED (Wanted: ON): ON\n-- SDL_WAYLAND_SHARED (Wanted: ON): ON\n-- SDL_X11 (Wanted: ON): ON\n-- SDL_X11_SHARED (Wanted: ON): ON\n-- SDL_X11_XCURSOR (Wanted: ON): ON\n-- SDL_X11_XDBE (Wanted: ON): ON\n-- SDL_X11_XFIXES (Wanted: ON): ON\n-- SDL_X11_XINPUT (Wanted: ON): ON\n-- SDL_X11_XRANDR (Wanted: ON): ON\n-- SDL_X11_XSCRNSAVER (Wanted: ON): ON\n-- SDL_X11_XSHAPE (Wanted: ON): ON\n-- SDL_X11_XSYNC (Wanted: ON): ON\n-- SDL_XINPUT (Wanted: OFF): OFF\n-- \n-- Build Shared Library: OFF\n-- Build Static Library: ON\n-- Build Static Library with Position Independent Code: \n-- \n-- If something was not detected, although the libraries\n-- were installed, then make sure you have set the\n-- CMAKE_C_FLAGS and CMAKE_PREFIX_PATH CMake variables correctly.\n-- \n-- Found Vulkan: /usr/lib/x86_64-linux-gnu/libvulkan.so (found suitable version \"1.4.341\", minimum required is \"1.3\") found components: glslangValidator missing components: glslc\n-- Found Python3: /home/emil/.local/bin/python3.11 (found version \"3.11.15\") found components: Interpreter\n-- Configuring done (47.2s)\n-- Generating done (0.1s)\n-- Build files have been written to: /tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug\n$ \"cmake\" \"--build\" \"/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug\" \"--config\" \"Debug\" \"--parallel\" \"4\" \"--target\" \"faset_player\" \"faset_schema_exporter\"\n[0/2] Re-checking globbed directories...\n[1/500] Building C object _deps/sdl3-build/CMakeFiles/SDL_uclibc.dir/src/libm/e_fmod.c.o\n[2/500] Building C object _deps/sdl3-build/CMakeFiles/SDL_uclibc.dir/src/libm/e_log.c.o\n[3/500] Building C object _deps/sdl3-build/CMakeFiles/SDL_uclibc.dir/src/libm/e_atan2.c.o\n[4/500] Building C object _deps/sdl3-build/CMakeFiles/SDL_uclibc.dir/src/libm/e_exp.c.o\n[5/500] Building C object _deps/sdl3-build/CMakeFiles/SDL_uclibc.dir/src/libm/e_log10.c.o\n[6/500] Building C object _deps/sdl3-build/CMakeFiles/SDL_uclibc.dir/src/libm/e_sqrt.c.o\n[7/500] Building C object _deps/sdl3-build/CMakeFiles/SDL_uclibc.dir/src/libm/e_pow.c.o\n[8/500] Building C object _deps/sdl3-build/CMakeFiles/SDL_uclibc.dir/src/libm/e_rem_pio2.c.o\n[9/500] Building C object _deps/sdl3-build/CMakeFiles/SDL_uclibc.dir/src/libm/k_rem_pio2.c.o\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/libm/k_rem_pio2.c:175:12: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\n 175 | if ((m+1) < SDL_arraysize(f)) {\n | ~~~ ^ ~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/libm/k_rem_pio2.c:193:9: warning: comparison of integers of different signs: 'int32_t' (aka 'int') and 'unsigned long' [-Wsign-compare]\n 193 | if (jz < SDL_arraysize(iq)) {\n | ~~ ^ ~~~~~~~~~~~~~~~~~\n2 warnings generated.\n[10/500] Building C object _deps/sdl3-build/CMakeFiles/SDL_uclibc.dir/src/libm/k_sin.c.o\n[11/500] Building C object _deps/sdl3-build/CMakeFiles/SDL_uclibc.dir/src/libm/k_tan.c.o\n[12/500] Building C object _deps/sdl3-build/CMakeFiles/SDL_uclibc.dir/src/libm/k_cos.c.o\n[13/500] Building C object _deps/sdl3-build/CMakeFiles/SDL_uclibc.dir/src/libm/s_atan.c.o\n[14/500] Building C object _deps/sdl3-build/CMakeFiles/SDL_uclibc.dir/src/libm/s_copysign.c.o\n[15/500] Building C object _deps/sdl3-build/CMakeFiles/SDL_uclibc.dir/src/libm/s_cos.c.o\n[16/500] Building C object _deps/sdl3-build/CMakeFiles/SDL_uclibc.dir/src/libm/s_fabs.c.o\n[17/500] Building C object _deps/sdl3-build/CMakeFiles/SDL_uclibc.dir/src/libm/s_floor.c.o\n[18/500] Building C object _deps/sdl3-build/CMakeFiles/SDL_uclibc.dir/src/libm/s_isinf.c.o\n[19/500] Building C object _deps/sdl3-build/CMakeFiles/SDL_uclibc.dir/src/libm/s_isinff.c.o\n[20/500] Building C object _deps/sdl3-build/CMakeFiles/SDL_uclibc.dir/src/libm/s_isnan.c.o\n[21/500] Building C object _deps/sdl3-build/CMakeFiles/SDL_uclibc.dir/src/libm/s_isnanf.c.o\n[22/500] Building C object _deps/sdl3-build/CMakeFiles/SDL_uclibc.dir/src/libm/s_scalbn.c.o\n[23/500] Building C object _deps/sdl3-build/CMakeFiles/SDL_uclibc.dir/src/libm/s_modf.c.o\n[24/500] Building C object _deps/sdl3-build/CMakeFiles/SDL_uclibc.dir/src/libm/s_sin.c.o\n[25/500] Building C object _deps/sdl3-build/CMakeFiles/SDL_uclibc.dir/src/libm/s_tan.c.o\n[26/500] Linking C static library _deps/sdl3-build/libSDL_uclibc.a\n[27/500] Generating wayland-generated-protocols/alpha-modifier-v1-client-protocol.h\n[28/500] Generating wayland-generated-protocols/color-management-v1-client-protocol.h\n[29/500] Generating wayland-generated-protocols/cursor-shape-v1-client-protocol.h\n[30/500] Generating wayland-generated-protocols/fractional-scale-v1-client-protocol.h\n[31/500] Generating wayland-generated-protocols/frog-color-management-v1-client-protocol.h\n[32/500] Generating wayland-generated-protocols/idle-inhibit-unstable-v1-client-protocol.h\n[33/500] Generating wayland-generated-protocols/input-timestamps-unstable-v1-client-protocol.h\n[34/500] Generating wayland-generated-protocols/keyboard-shortcuts-inhibit-unstable-v1-client-protocol.h\n[35/500] Generating wayland-generated-protocols/pointer-constraints-unstable-v1-client-protocol.h\n[36/500] Generating wayland-generated-protocols/primary-selection-unstable-v1-client-protocol.h\n[37/500] Generating wayland-generated-protocols/relative-pointer-unstable-v1-client-protocol.h\n[38/500] Generating wayland-generated-protocols/tablet-v2-client-protocol.h\n[39/500] Generating wayland-generated-protocols/text-input-unstable-v3-client-protocol.h\n[40/500] Generating wayland-generated-protocols/viewporter-client-protocol.h\n[41/500] Generating wayland-generated-protocols/wayland-client-protocol.h\n[42/500] Generating wayland-generated-protocols/xdg-activation-v1-client-protocol.h\n[43/500] Generating wayland-generated-protocols/xdg-decoration-unstable-v1-client-protocol.h\n[44/500] Generating wayland-generated-protocols/xdg-dialog-v1-client-protocol.h\n[45/500] Generating wayland-generated-protocols/xdg-foreign-unstable-v2-client-protocol.h\n[46/500] Generating wayland-generated-protocols/xdg-output-unstable-v1-client-protocol.h\n[47/500] Generating wayland-generated-protocols/xdg-shell-client-protocol.h\n[48/500] Generating wayland-generated-protocols/xdg-toplevel-icon-v1-client-protocol.h\n[49/500] Generating wayland-generated-protocols/alpha-modifier-v1-protocol.c\n[50/500] Generating wayland-generated-protocols/color-management-v1-protocol.c\n[51/500] Generating wayland-generated-protocols/cursor-shape-v1-protocol.c\n[52/500] Generating wayland-generated-protocols/fractional-scale-v1-protocol.c\n[53/500] Generating wayland-generated-protocols/frog-color-management-v1-protocol.c\n[54/500] Generating wayland-generated-protocols/idle-inhibit-unstable-v1-protocol.c\n[55/500] Generating wayland-generated-protocols/input-timestamps-unstable-v1-protocol.c\n[56/500] Generating wayland-generated-protocols/keyboard-shortcuts-inhibit-unstable-v1-protocol.c\n[57/500] Generating wayland-generated-protocols/pointer-constraints-unstable-v1-protocol.c\n[58/500] Generating wayland-generated-protocols/primary-selection-unstable-v1-protocol.c\n[59/500] Generating wayland-generated-protocols/relative-pointer-unstable-v1-protocol.c\n[60/500] Generating wayland-generated-protocols/tablet-v2-protocol.c\n[61/500] Generating wayland-generated-protocols/text-input-unstable-v3-protocol.c\n[62/500] Generating wayland-generated-protocols/viewporter-protocol.c\n[63/500] Generating wayland-generated-protocols/wayland-protocol.c\n[64/500] Generating wayland-generated-protocols/xdg-activation-v1-protocol.c\n[65/500] Generating wayland-generated-protocols/xdg-decoration-unstable-v1-protocol.c\n[66/500] Generating wayland-generated-protocols/xdg-dialog-v1-protocol.c\n[67/500] Generating wayland-generated-protocols/xdg-foreign-unstable-v2-protocol.c\n[68/500] Generating wayland-generated-protocols/xdg-output-unstable-v1-protocol.c\n[69/500] Generating wayland-generated-protocols/xdg-shell-protocol.c\n[70/500] Generating wayland-generated-protocols/xdg-toplevel-icon-v1-protocol.c\n[71/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/cmake_pch.h.pch\n[72/500] Generating shaders/compatibility.spv\n[73/500] Generating shaders/fragmentMain.spv, shaders/fragmentMain.reflection.json\n[74/500] Building CXX object CMakeFiles/faset_core.dir/src/core/process.cpp.o\n[75/500] Generating shaders/gpuCullMain.spv, shaders/gpuCullMain.reflection.json\n[76/500] Generating shaders/gpuHzbMain.spv, shaders/gpuHzbMain.reflection.json\n[77/500] Generating shaders/gpuPostCullMain.spv, shaders/gpuPostCullMain.reflection.json\n[78/500] Generating shaders/gpuShadowMain.spv, shaders/gpuShadowMain.reflection.json\n[79/500] Building CXX object CMakeFiles/faset_core.dir/src/core/hash.cpp.o\n[80/500] Generating shaders/gpuVertexMain.spv, shaders/gpuVertexMain.reflection.json\n[81/500] Building C object _deps/box2d-build/src/CMakeFiles/box2d.dir/aabb.c.o\n[82/500] Building C object _deps/box2d-build/src/CMakeFiles/box2d.dir/arena_allocator.c.o\n[83/500] Building C object _deps/box2d-build/src/CMakeFiles/box2d.dir/array.c.o\n[84/500] Building C object _deps/box2d-build/src/CMakeFiles/box2d.dir/bitset.c.o\n[85/500] Generating shaders/shadowMain.spv, shaders/shadowMain.reflection.json\n[86/500] Generating shaders/vertexMain.spv, shaders/vertexMain.reflection.json\n[87/500] Building C object _deps/box2d-build/src/CMakeFiles/box2d.dir/broad_phase.c.o\n[88/500] Building C object _deps/box2d-build/src/CMakeFiles/box2d.dir/constraint_graph.c.o\n[89/500] Building CXX object CMakeFiles/faset_core.dir/src/core/io.cpp.o\n[90/500] Building C object _deps/box2d-build/src/CMakeFiles/box2d.dir/body.c.o\n[91/500] Building C object _deps/box2d-build/src/CMakeFiles/box2d.dir/contact.c.o\n[92/500] Building C object _deps/box2d-build/src/CMakeFiles/box2d.dir/core.c.o\n[93/500] Building C object _deps/box2d-build/src/CMakeFiles/box2d.dir/distance.c.o\n[94/500] Building C object _deps/box2d-build/src/CMakeFiles/box2d.dir/distance_joint.c.o\n[95/500] Building C object _deps/box2d-build/src/CMakeFiles/box2d.dir/contact_solver.c.o\n[96/500] Building C object _deps/box2d-build/src/CMakeFiles/box2d.dir/dynamic_tree.c.o\n[97/500] Building C object _deps/box2d-build/src/CMakeFiles/box2d.dir/id_pool.c.o\n[98/500] Building C object _deps/box2d-build/src/CMakeFiles/box2d.dir/hull.c.o\n[99/500] Building C object _deps/box2d-build/src/CMakeFiles/box2d.dir/geometry.c.o\n[100/500] Building C object _deps/box2d-build/src/CMakeFiles/box2d.dir/island.c.o\n[101/500] Building C object _deps/box2d-build/src/CMakeFiles/box2d.dir/math_functions.c.o\n[102/500] Building C object _deps/box2d-build/src/CMakeFiles/box2d.dir/joint.c.o\n[103/500] Building C object _deps/box2d-build/src/CMakeFiles/box2d.dir/manifold.c.o\n[104/500] Building C object _deps/box2d-build/src/CMakeFiles/box2d.dir/motor_joint.c.o\n[105/500] Building C object _deps/box2d-build/src/CMakeFiles/box2d.dir/mouse_joint.c.o\n[106/500] Building C object _deps/box2d-build/src/CMakeFiles/box2d.dir/mover.c.o\n[107/500] Building C object _deps/box2d-build/src/CMakeFiles/box2d.dir/sensor.c.o\n[108/500] Building C object _deps/box2d-build/src/CMakeFiles/box2d.dir/prismatic_joint.c.o\n[109/500] Building C object _deps/box2d-build/src/CMakeFiles/box2d.dir/revolute_joint.c.o\n[110/500] Building C object _deps/box2d-build/src/CMakeFiles/box2d.dir/table.c.o\n[111/500] Building C object _deps/box2d-build/src/CMakeFiles/box2d.dir/shape.c.o\n[112/500] Building C object _deps/box2d-build/src/CMakeFiles/box2d.dir/timer.c.o\n[113/500] Building C object _deps/box2d-build/src/CMakeFiles/box2d.dir/solver_set.c.o\n[114/500] Building C object _deps/box2d-build/src/CMakeFiles/box2d.dir/solver.c.o\n[115/500] Building C object _deps/box2d-build/src/CMakeFiles/box2d.dir/types.c.o\n[116/500] Building C object _deps/box2d-build/src/CMakeFiles/box2d.dir/weld_joint.c.o\n[117/500] Building C object _deps/box2d-build/src/CMakeFiles/box2d.dir/wheel_joint.c.o\n[118/500] Building C object _deps/box3d-build/src/CMakeFiles/box3d.dir/arena_allocator.c.o\n[119/500] Building C object _deps/box3d-build/src/CMakeFiles/box3d.dir/aabb.c.o\n[120/500] Building C object _deps/box3d-build/src/CMakeFiles/box3d.dir/bitset.c.o\n[121/500] Building C object _deps/box3d-build/src/CMakeFiles/box3d.dir/block_allocator.c.o\n[122/500] Building C object _deps/box3d-build/src/CMakeFiles/box3d.dir/capsule.c.o\n[123/500] Building C object _deps/box2d-build/src/CMakeFiles/box2d.dir/world.c.o\n[124/500] Building C object _deps/box3d-build/src/CMakeFiles/box3d.dir/broad_phase.c.o\n[125/500] Building C object _deps/box3d-build/src/CMakeFiles/box3d.dir/constraint_graph.c.o\n[126/500] Building C object _deps/box3d-build/src/CMakeFiles/box3d.dir/body.c.o\n[127/500] Building C object _deps/box3d-build/src/CMakeFiles/box3d.dir/compound.c.o\n[128/500] Building C object _deps/box3d-build/src/CMakeFiles/box3d.dir/contact.c.o\n[129/500] Building C object _deps/box3d-build/src/CMakeFiles/box3d.dir/core.c.o\n[130/500] Building C object _deps/box3d-build/src/CMakeFiles/box3d.dir/contact_solver.c.o\n[131/500] Building C object _deps/box3d-build/src/CMakeFiles/box3d.dir/convex_manifold.c.o\n[132/500] Building C object _deps/box3d-build/src/CMakeFiles/box3d.dir/distance_joint.c.o\n[133/500] Building C object _deps/box3d-build/src/CMakeFiles/box3d.dir/distance.c.o\n[134/500] Building C object _deps/box3d-build/src/CMakeFiles/box3d.dir/id_pool.c.o\n[135/500] Building C object _deps/box3d-build/src/CMakeFiles/box3d.dir/height_field.c.o\n[136/500] Building C object _deps/box3d-build/src/CMakeFiles/box3d.dir/dynamic_tree.c.o\n[137/500] Building C object _deps/box3d-build/src/CMakeFiles/box3d.dir/island.c.o\n[138/500] Building C object _deps/box3d-build/src/CMakeFiles/box3d.dir/hull.c.o\n[139/500] Building C object _deps/box3d-build/src/CMakeFiles/box3d.dir/manifold.c.o\n[140/500] Building C object _deps/box3d-build/src/CMakeFiles/box3d.dir/math_functions.c.o\n[141/500] Building C object _deps/box3d-build/src/CMakeFiles/box3d.dir/joint.c.o\n[142/500] Building C object _deps/box3d-build/src/CMakeFiles/box3d.dir/mesh_contact.c.o\n[143/500] Building C object _deps/box3d-build/src/CMakeFiles/box3d.dir/mover.c.o\n[144/500] Building C object _deps/box3d-build/src/CMakeFiles/box3d.dir/motor_joint.c.o\n[145/500] Building C object _deps/box3d-build/src/CMakeFiles/box3d.dir/name_cache.c.o\n[146/500] Building C object _deps/box3d-build/src/CMakeFiles/box3d.dir/parallel_for.c.o\n[147/500] Building C object _deps/box3d-build/src/CMakeFiles/box3d.dir/mesh.c.o\n[148/500] Building C object _deps/box3d-build/src/CMakeFiles/box3d.dir/parallel_joint.c.o\n[149/500] Building C object _deps/box3d-build/src/CMakeFiles/box3d.dir/prismatic_joint.c.o\n[150/500] Building C object _deps/box3d-build/src/CMakeFiles/box3d.dir/physics_world.c.o\n[151/500] Building C object _deps/box3d-build/src/CMakeFiles/box3d.dir/recording.c.o\n[152/500] Building C object _deps/box3d-build/src/CMakeFiles/box3d.dir/world_snapshot.c.o\n[153/500] Building C object _deps/box3d-build/src/CMakeFiles/box3d.dir/scheduler.c.o\n[154/500] Building C object _deps/box3d-build/src/CMakeFiles/box3d.dir/recording_replay.c.o\n[155/500] Building C object _deps/box3d-build/src/CMakeFiles/box3d.dir/revolute_joint.c.o\n[156/500] Building C object _deps/box3d-build/src/CMakeFiles/box3d.dir/sensor.c.o\n[157/500] Building C object _deps/box3d-build/src/CMakeFiles/box3d.dir/simd.c.o\n[158/500] Building C object _deps/box3d-build/src/CMakeFiles/box3d.dir/solver_set.c.o\n[159/500] Building C object _deps/box3d-build/src/CMakeFiles/box3d.dir/sphere.c.o\n[160/500] Building C object _deps/box3d-build/src/CMakeFiles/box3d.dir/shape.c.o\n[161/500] Building C object _deps/box3d-build/src/CMakeFiles/box3d.dir/solver.c.o\n[162/500] Building C object _deps/box3d-build/src/CMakeFiles/box3d.dir/table.c.o\n[163/500] Building C object _deps/box3d-build/src/CMakeFiles/box3d.dir/timer.c.o\n[164/500] Building C object _deps/box3d-build/src/CMakeFiles/box3d.dir/types.c.o\n[165/500] Building C object _deps/box3d-build/src/CMakeFiles/box3d.dir/spherical_joint.c.o\n[166/500] Building C object _deps/box3d-build/src/CMakeFiles/box3d.dir/triangle_manifold.c.o\n[167/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/SDL_assert.c.o\n[168/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/SDL.c.o\n[169/500] Building C object _deps/box3d-build/src/CMakeFiles/box3d.dir/weld_joint.c.o\n[170/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/SDL_error.c.o\n[171/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/SDL_guid.c.o\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/SDL_guid.c:33:19: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\n 33 | for (i = 0; i < sizeof(guid.data) && i < (cbGUID - 1) / 2; i++) {\n | ~ ^ ~~~~~~~~~~~~~~~~~\n1 warning generated.\n[172/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/SDL_hashtable.c.o\n[173/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/SDL_list.c.o\n[174/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/SDL_hints.c.o\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/SDL_hints.c:76:47: warning: unused parameter 'userdata' [-Wunused-parameter]\n 76 | static void SDLCALL CleanupHintProperty(void *userdata, void *value)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/SDL_hints.c:215:46: warning: unused parameter 'userdata' [-Wunused-parameter]\n 215 | static void SDLCALL ResetHintsCallback(void *userdata, SDL_PropertiesID hints, const char *name)\n | ^\n2 warnings generated.\n[175/500] Building C object _deps/box3d-build/src/CMakeFiles/box3d.dir/wheel_joint.c.o\n[176/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/SDL_log.c.o\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/SDL_log.c:123:46: warning: unused parameter 'userdata' [-Wunused-parameter]\n 123 | static void SDLCALL SDL_LoggingChanged(void *userdata, const char *name, const char *oldValue, const char *hint)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/SDL_log.c:123:68: warning: unused parameter 'name' [-Wunused-parameter]\n 123 | static void SDLCALL SDL_LoggingChanged(void *userdata, const char *name, const char *oldValue, const char *hint)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/SDL_log.c:123:86: warning: unused parameter 'oldValue' [-Wunused-parameter]\n 123 | static void SDLCALL SDL_LoggingChanged(void *userdata, const char *name, const char *oldValue, const char *hint)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/SDL_log.c:123:108: warning: unused parameter 'hint' [-Wunused-parameter]\n 123 | static void SDLCALL SDL_LoggingChanged(void *userdata, const char *name, const char *oldValue, const char *hint)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/SDL_log.c:195:27: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\n 195 | for (int i = 0; i < SDL_arraysize(SDL_log_priorities); ++i) {\n | ~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/SDL_log.c:210:39: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\n 210 | if (category >= 0 && category < SDL_arraysize(SDL_log_priorities)) {\n | ~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/SDL_log.c:245:35: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\n 245 | if (category >= 0 && category < SDL_arraysize(SDL_log_priorities)) {\n | ~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/SDL_log.c:251:39: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\n 251 | if (category >= 0 && category < SDL_arraysize(SDL_log_priorities)) {\n | ~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/SDL_log.c:284:19: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\n 284 | for (i = 0; i < SDL_arraysize(SDL_category_names); ++i) {\n | ~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/SDL_log.c:358:39: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\n 358 | for (int i = 0; i < SDL_arraysize(SDL_log_priorities); ++i) {\n | ~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/SDL_log.c:381:27: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\n 381 | for (int i = 0; i < SDL_arraysize(SDL_log_priorities); ++i) {\n | ~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/SDL_log.c:393:27: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\n 393 | for (int i = 0; i < SDL_arraysize(SDL_log_priorities); ++i) {\n | ~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/SDL_log.c:419:23: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\n 419 | for (int i = 0; i < SDL_arraysize(SDL_priority_prefixes); ++i) {\n | ~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/SDL_log.c:600:13: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\n 600 | if (len >= sizeof(stack_buf) && SDL_size_add_check_overflow(len, 1, &len_plus_term)) {\n | ~~~ ^ ~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/SDL_log.c:645:41: warning: unused parameter 'userdata' [-Wunused-parameter]\n 645 | static void SDLCALL SDL_LogOutput(void *userdata, int category, SDL_LogPriority priority,\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/SDL_log.c:645:55: warning: unused parameter 'category' [-Wunused-parameter]\n 645 | static void SDLCALL SDL_LogOutput(void *userdata, int category, SDL_LogPriority priority,\n | ^\n16 warnings generated.\n[177/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/SDL_properties.c.o\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/SDL_properties.c:57:83: warning: unused parameter 'data' [-Wunused-parameter]\n 57 | static void SDL_FreePropertyWithCleanup(const void *key, const void *value, void *data, bool cleanup)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/SDL_properties.c:105:45: warning: unused parameter 'userdata' [-Wunused-parameter]\n 105 | static bool SDLCALL FreeOneProperties(void *userdata, const SDL_HashTable *table, const void *key, const void *value)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/SDL_properties.c:105:76: warning: unused parameter 'table' [-Wunused-parameter]\n 105 | static bool SDLCALL FreeOneProperties(void *userdata, const SDL_HashTable *table, const void *key, const void *value)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/SDL_properties.c:105:95: warning: unused parameter 'key' [-Wunused-parameter]\n 105 | static bool SDLCALL FreeOneProperties(void *userdata, const SDL_HashTable *table, const void *key, const void *value)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/SDL_properties.c:206:74: warning: unused parameter 'table' [-Wunused-parameter]\n 206 | static bool SDLCALL CopyOneProperty(void *userdata, const SDL_HashTable *table, const void *key, const void *value)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/SDL_properties.c:398:51: warning: unused parameter 'userdata' [-Wunused-parameter]\n 398 | static void SDLCALL CleanupFreeableProperty(void *userdata, void *value)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/SDL_properties.c:408:42: warning: unused parameter 'userdata' [-Wunused-parameter]\n 408 | static void SDLCALL CleanupSurface(void *userdata, void *value)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/SDL_properties.c:780:54: warning: unused parameter 'userdata' [-Wunused-parameter]\n 780 | static void SDLCALL SDL_DumpPropertiesCallback(void *userdata, SDL_PropertiesID props, const char *name)\n | ^\n8 warnings generated.\n[178/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/atomic/SDL_atomic.c.o\n[179/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/atomic/SDL_spinlock.c.o\n[180/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/SDL_utils.c.o\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/SDL_utils.c:141:44: warning: unused parameter 'unused' [-Wunused-parameter]\n 141 | static Uint32 SDLCALL SDL_HashObject(void *unused, const void *key)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/SDL_utils.c:146:38: warning: unused parameter 'unused' [-Wunused-parameter]\n 146 | static bool SDL_KeyMatchObject(void *unused, const void *a, const void *b)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/SDL_utils.c:193:71: warning: unused parameter 'table' [-Wunused-parameter]\n 193 | static bool SDLCALL GetOneObject(void *userdata, const SDL_HashTable *table, const void *object, const void *object_type)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/SDL_utils.c:213:46: warning: unused parameter 'userdata' [-Wunused-parameter]\n 213 | static bool SDLCALL LogOneLeakedObject(void *userdata, const SDL_HashTable *table, const void *object, const void *object_type)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/SDL_utils.c:213:77: warning: unused parameter 'table' [-Wunused-parameter]\n 213 | static bool SDLCALL LogOneLeakedObject(void *userdata, const SDL_HashTable *table, const void *object, const void *object_type)\n | ^\n5 warnings generated.\n[181/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/audio/SDL_audiodev.c.o\n[182/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/audio/SDL_audioqueue.c.o\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/audio/SDL_audioqueue.c:245:56: warning: comparison of integers of different signs: 'unsigned long' and 'const int' [-Wsign-compare]\n 245 | SDL_assert(SDL_arraysize(track->chmap_storage) >= spec->channels);\n | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/include/SDL3/SDL_assert.h:482:53: note: expanded from macro 'SDL_assert'\n 482 | # define SDL_assert(condition) SDL_enabled_assert(condition)\n | ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/include/SDL3/SDL_assert.h:364:19: note: expanded from macro 'SDL_enabled_assert'\n 364 | while ( !(condition) ) { \\\n | ^~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/audio/SDL_audioqueue.c:262:81: warning: unused parameter 'len' [-Wunused-parameter]\n 262 | static void SDLCALL FreeChunkedAudioBuffer(void *userdata, const void *buf, int len)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/audio/SDL_audioqueue.c:373:47: warning: unused parameter 'queue' [-Wunused-parameter]\n 373 | size_t SDL_NextAudioQueueIter(SDL_AudioQueue *queue, void **inout_iter, SDL_AudioSpec *out_spec, int **out_chmap, bool *out_flushed)\n | ^\n3 warnings generated.\n[183/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/audio/SDL_audioresample.c.o\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/audio/SDL_audioresample.c:94:99: warning: unused parameter 'chans' [-Wunused-parameter]\n 94 | static void ResampleFrame_Mono(const float *src, float *dst, const Cubic *filter, float frac, int chans)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/audio/SDL_audioresample.c:112:101: warning: unused parameter 'chans' [-Wunused-parameter]\n 112 | static void ResampleFrame_Stereo(const float *src, float *dst, const Cubic *filter, float frac, int chans)\n | ^\n2 warnings generated.\n[184/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/audio/SDL_mixer.c.o\n[185/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/audio/SDL_audiocvt.c.o\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/audio/SDL_audiocvt.c:350:33: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\n 350 | SDL_assert(src_channels <= SDL_arraysize(channel_converters));\n | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/include/SDL3/SDL_assert.h:482:53: note: expanded from macro 'SDL_assert'\n 482 | # define SDL_assert(condition) SDL_enabled_assert(condition)\n | ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/include/SDL3/SDL_assert.h:364:19: note: expanded from macro 'SDL_enabled_assert'\n 364 | while ( !(condition) ) { \\\n | ^~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/audio/SDL_audiocvt.c:351:33: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\n 351 | SDL_assert(dst_channels <= SDL_arraysize(channel_converters[0]));\n | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/include/SDL3/SDL_assert.h:482:53: note: expanded from macro 'SDL_assert'\n 482 | # define SDL_assert(condition) SDL_enabled_assert(condition)\n | ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/include/SDL3/SDL_assert.h:364:19: note: expanded from macro 'SDL_enabled_assert'\n 364 | while ( !(condition) ) { \\\n | ^~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/audio/SDL_audiocvt.c:397:33: warning: comparison of integers of different signs: 'const int' and 'unsigned long' [-Wsign-compare]\n 397 | const int max_format_size = SDL_max(max_app_format_size, sizeof (float)); // ConvertAudio and ResampleAudio use floats.\n | ^ ~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/include/SDL3/SDL_stdinc.h:2128:29: note: expanded from macro 'SDL_max'\n 2128 | #define SDL_max(x, y) (((x) > (y)) ? (x) : (y))\n | ~ ^ ~\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/audio/SDL_audiocvt.c:617:139: warning: unused parameter 'isinput' [-Wunused-parameter]\n 617 | bool SetAudioStreamChannelMap(SDL_AudioStream *stream, const SDL_AudioSpec *spec, int **stream_chmap, const int *chmap, int channels, int isinput)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/audio/SDL_audiocvt.c:831:52: warning: unused parameter 'userdata' [-Wunused-parameter]\n 831 | static void SDLCALL FreeAllocatedAudioBuffer(void *userdata, const void *buf, int len)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/audio/SDL_audiocvt.c:831:83: warning: unused parameter 'len' [-Wunused-parameter]\n 831 | static void SDLCALL FreeAllocatedAudioBuffer(void *userdata, const void *buf, int len)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/audio/SDL_audiocvt.c:1329:51: warning: unused parameter 'userdata' [-Wunused-parameter]\n 1329 | static void SDLCALL DontFreeThisAudioBuffer(void *userdata, const void *buf, int len)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/audio/SDL_audiocvt.c:1329:73: warning: unused parameter 'buf' [-Wunused-parameter]\n 1329 | static void SDLCALL DontFreeThisAudioBuffer(void *userdata, const void *buf, int len)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/audio/SDL_audiocvt.c:1329:82: warning: unused parameter 'len' [-Wunused-parameter]\n 1329 | static void SDLCALL DontFreeThisAudioBuffer(void *userdata, const void *buf, int len)\n | ^\n9 warnings generated.\n[186/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/audio/SDL_audio.c.o\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/audio/SDL_audio.c:311:47: warning: unused parameter 'device' [-Wunused-parameter]\n 311 | static bool ZombiePlayDevice(SDL_AudioDevice *device, const Uint8 *buffer, int buflen)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/audio/SDL_audio.c:311:68: warning: unused parameter 'buffer' [-Wunused-parameter]\n 311 | static bool ZombiePlayDevice(SDL_AudioDevice *device, const Uint8 *buffer, int buflen)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/audio/SDL_audio.c:311:80: warning: unused parameter 'buflen' [-Wunused-parameter]\n 311 | static bool ZombiePlayDevice(SDL_AudioDevice *device, const Uint8 *buffer, int buflen)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/audio/SDL_audio.c:316:64: warning: unused parameter 'buffer_size' [-Wunused-parameter]\n 316 | static Uint8 *ZombieGetDeviceBuf(SDL_AudioDevice *device, int *buffer_size)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/audio/SDL_audio.c:328:51: warning: unused parameter 'device' [-Wunused-parameter]\n 328 | static void ZombieFlushRecording(SDL_AudioDevice *device)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/audio/SDL_audio.c:805:60: warning: unused parameter 'device' [-Wunused-parameter]\n 805 | static void SDL_AudioThreadDeinit_Default(SDL_AudioDevice *device) { /* no-op. */ }\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/audio/SDL_audio.c:806:58: warning: unused parameter 'device' [-Wunused-parameter]\n 806 | static bool SDL_AudioWaitDevice_Default(SDL_AudioDevice *device) { return true; /* no-op. */ }\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/audio/SDL_audio.c:807:58: warning: unused parameter 'device' [-Wunused-parameter]\n 807 | static bool SDL_AudioPlayDevice_Default(SDL_AudioDevice *device, const Uint8 *buffer, int buffer_size) { return true; /* no-op. */ }\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/audio/SDL_audio.c:807:79: warning: unused parameter 'buffer' [-Wunused-parameter]\n 807 | static bool SDL_AudioPlayDevice_Default(SDL_AudioDevice *device, const Uint8 *buffer, int buffer_size) { return true; /* no-op. */ }\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/audio/SDL_audio.c:807:91: warning: unused parameter 'buffer_size' [-Wunused-parameter]\n 807 | static bool SDL_AudioPlayDevice_Default(SDL_AudioDevice *device, const Uint8 *buffer, int buffer_size) { return true; /* no-op. */ }\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/audio/SDL_audio.c:808:67: warning: unused parameter 'device' [-Wunused-parameter]\n 808 | static bool SDL_AudioWaitRecordingDevice_Default(SDL_AudioDevice *device) { return true; /* no-op. */ }\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/audio/SDL_audio.c:809:62: warning: unused parameter 'device' [-Wunused-parameter]\n 809 | static void SDL_AudioFlushRecording_Default(SDL_AudioDevice *device) { /* no-op. */ }\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/audio/SDL_audio.c:810:59: warning: unused parameter 'device' [-Wunused-parameter]\n 810 | static void SDL_AudioCloseDevice_Default(SDL_AudioDevice *device) { /* no-op. */ }\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/audio/SDL_audio.c:813:64: warning: unused parameter 'device' [-Wunused-parameter]\n 813 | static void SDL_AudioFreeDeviceHandle_Default(SDL_AudioDevice *device) { /* no-op. */ }\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/audio/SDL_audio.c:832:62: warning: unused parameter 'device' [-Wunused-parameter]\n 832 | static Uint8 *SDL_AudioGetDeviceBuf_Default(SDL_AudioDevice *device, int *buffer_size)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/audio/SDL_audio.c:838:59: warning: unused parameter 'device' [-Wunused-parameter]\n 838 | static int SDL_AudioRecordDevice_Default(SDL_AudioDevice *device, void *buffer, int buflen)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/audio/SDL_audio.c:838:73: warning: unused parameter 'buffer' [-Wunused-parameter]\n 838 | static int SDL_AudioRecordDevice_Default(SDL_AudioDevice *device, void *buffer, int buflen)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/audio/SDL_audio.c:838:85: warning: unused parameter 'buflen' [-Wunused-parameter]\n 838 | static int SDL_AudioRecordDevice_Default(SDL_AudioDevice *device, void *buffer, int buflen)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/audio/SDL_audio.c:844:58: warning: unused parameter 'device' [-Wunused-parameter]\n 844 | static bool SDL_AudioOpenDevice_Default(SDL_AudioDevice *device)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/audio/SDL_audio.c:877:77: warning: unused parameter 'table' [-Wunused-parameter]\n 877 | static bool SDLCALL FindLowestDeviceID(void *userdata, const SDL_HashTable *table, const void *key, const void *value)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/audio/SDL_audio.c:905:47: warning: unused parameter 'userdata' [-Wunused-parameter]\n 905 | static Uint32 SDLCALL HashAudioDeviceID(void *userdata, const void *key)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/audio/SDL_audio.c:1051:57: warning: unused parameter 'userdata' [-Wunused-parameter]\n 1051 | static bool SDLCALL DestroyOnePhysicalAudioDevice(void *userdata, const SDL_HashTable *table, const void *key, const void *value)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/audio/SDL_audio.c:1051:88: warning: unused parameter 'table' [-Wunused-parameter]\n 1051 | static bool SDLCALL DestroyOnePhysicalAudioDevice(void *userdata, const SDL_HashTable *table, const void *key, const void *value)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/audio/SDL_audio.c:1106:47: warning: unused parameter 'device' [-Wunused-parameter]\n 1106 | void SDL_AudioThreadFinalize(SDL_AudioDevice *device)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/audio/SDL_audio.c:1406:76: warning: unused parameter 'table' [-Wunused-parameter]\n 1406 | static bool SDLCALL CountAudioDevices(void *userdata, const SDL_HashTable *table, const void *key, const void *value)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/audio/SDL_audio.c:1477:84: warning: unused parameter 'table' [-Wunused-parameter]\n 1477 | static bool SDLCALL FindAudioDeviceByCallback(void *userdata, const SDL_HashTable *table, const void *key, const void *value)\n | ^\n26 warnings generated.\n[187/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/audio/SDL_audiotypecvt.c.o\n[188/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/core/SDL_core_unsupported.c.o\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/core/SDL_core_unsupported.c:62:34: warning: unused parameter 'outUserHandle' [-Wunused-parameter]\n 62 | bool SDL_GetGDKDefaultUser(void *outUserHandle)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/core/SDL_core_unsupported.c:68:39: warning: unused parameter 'device' [-Wunused-parameter]\n 68 | void SDL_GDKSuspendGPU(SDL_GPUDevice *device)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/core/SDL_core_unsupported.c:73:38: warning: unused parameter 'device' [-Wunused-parameter]\n 73 | void SDL_GDKResumeGPU(SDL_GPUDevice *device)\n | ^\n3 warnings generated.\n[189/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/cpuinfo/SDL_cpuinfo.c.o\n[190/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/audio/SDL_wave.c.o\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/audio/SDL_wave.c:679:65: warning: comparison of integers of different signs: 'Sint64' (aka 'long') and 'unsigned long' [-Wsign-compare]\n 679 | } else if (outputsize > SDL_MAX_UINT32 || state.framestotal > SIZE_MAX) {\n | ~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/audio/SDL_wave.c:1070:65: warning: comparison of integers of different signs: 'Sint64' (aka 'long') and 'unsigned long' [-Wsign-compare]\n 1070 | } else if (outputsize > SDL_MAX_UINT32 || state.framestotal > SIZE_MAX) {\n | ~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/audio/SDL_wave.c:1231:68: warning: comparison of integers of different signs: 'Sint64' (aka 'long') and 'unsigned long' [-Wsign-compare]\n 1231 | } else if (expanded_len > SDL_MAX_UINT32 || file->sampleframes > SIZE_MAX) {\n | ~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/audio/SDL_wave.c:1362:68: warning: comparison of integers of different signs: 'Sint64' (aka 'long') and 'unsigned long' [-Wsign-compare]\n 1362 | } else if (expanded_len > SDL_MAX_UINT32 || file->sampleframes > SIZE_MAX) {\n | ~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/audio/SDL_wave.c:1426:66: warning: comparison of integers of different signs: 'Sint64' (aka 'long') and 'unsigned long' [-Wsign-compare]\n 1426 | } else if (outputsize > SDL_MAX_UINT32 || file->sampleframes > SIZE_MAX) {\n | ~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~\n5 warnings generated.\n[191/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/events/SDL_categories.c.o\n[192/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/camera/SDL_camera.c.o\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/camera/SDL_camera.c:266:23: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\n 266 | for (int i = 0; i < SDL_arraysize(device->output_surfaces); i++) {\n | ~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/camera/SDL_camera.c:618:90: warning: unused parameter 'table' [-Wunused-parameter]\n 618 | static bool SDLCALL FindOnePhysicalCameraByCallback(void *userdata, const SDL_HashTable *table, const void *key, const void *value)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/camera/SDL_camera.c:618:109: warning: unused parameter 'key' [-Wunused-parameter]\n 618 | static bool SDLCALL FindOnePhysicalCameraByCallback(void *userdata, const SDL_HashTable *table, const void *key, const void *value)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/camera/SDL_camera.c:709:71: warning: unused parameter 'table' [-Wunused-parameter]\n 709 | static bool SDLCALL GetOneCamera(void *userdata, const SDL_HashTable *table, const void *key, const void *value)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/camera/SDL_camera.c:709:107: warning: unused parameter 'value' [-Wunused-parameter]\n 709 | static bool SDLCALL GetOneCamera(void *userdata, const SDL_HashTable *table, const void *key, const void *value)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/camera/SDL_camera.c:784:40: warning: unused parameter 'device' [-Wunused-parameter]\n 784 | void SDL_CameraThreadSetup(SDL_Camera *device)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/camera/SDL_camera.c:927:43: warning: unused parameter 'device' [-Wunused-parameter]\n 927 | void SDL_CameraThreadShutdown(SDL_Camera *device)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/camera/SDL_camera.c:1021:23: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\n 1021 | for (int i = 0; i < (SDL_arraysize(device->output_surfaces) - 1); i++) {\n | ~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/camera/SDL_camera.c:1026:23: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\n 1026 | for (int i = 0; i < SDL_arraysize(device->output_surfaces); i++) {\n | ~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/camera/SDL_camera.c:1054:23: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\n 1054 | for (int i = 0; i < SDL_arraysize(device->output_surfaces); i++) {\n | ~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/camera/SDL_camera.c:1436:49: warning: unused parameter 'userdata' [-Wunused-parameter]\n 1436 | static void SDLCALL DestroyCameraHashItem(void *userdata, const void *key, const void *value)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/camera/SDL_camera.c:1436:71: warning: unused parameter 'key' [-Wunused-parameter]\n 1436 | static void SDLCALL DestroyCameraHashItem(void *userdata, const void *key, const void *value)\n | ^\n12 warnings generated.\n[193/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/events/SDL_clipboardevents.c.o\n[194/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/events/SDL_displayevents.c.o\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/events/SDL_displayevents.c:34:55: warning: comparison of integers of different signs: 'int' and 'SDL_DisplayOrientation' (aka 'enum SDL_DisplayOrientation') [-Wsign-compare]\n 34 | if (data1 == SDL_ORIENTATION_UNKNOWN || data1 == display->current_orientation) {\n | ~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n1 warning generated.\n[195/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/events/SDL_dropevents.c.o\n[196/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/events/SDL_eventwatch.c.o\n[197/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/events/SDL_keyboard.c.o\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/events/SDL_keyboard.c:74:75: warning: unused parameter 'name' [-Wunused-parameter]\n 74 | static void SDLCALL SDL_KeycodeOptionsChanged(void *userdata, const char *name, const char *oldValue, const char *hint)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/events/SDL_keyboard.c:74:93: warning: unused parameter 'oldValue' [-Wunused-parameter]\n 74 | static void SDLCALL SDL_KeycodeOptionsChanged(void *userdata, const char *name, const char *oldValue, const char *hint)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/events/SDL_keyboard.c:104:28: warning: unused parameter 'vendor' [-Wunused-parameter]\n 104 | bool SDL_IsKeyboard(Uint16 vendor, Uint16 product, int num_keys)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/events/SDL_keyboard.c:104:43: warning: unused parameter 'product' [-Wunused-parameter]\n 104 | bool SDL_IsKeyboard(Uint16 vendor, Uint16 product, int num_keys)\n | ^\n4 warnings generated.\n[198/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/events/SDL_keymap.c.o\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/events/SDL_keymap.c:628:27: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\n 628 | for (int i = 0; i < SDL_arraysize(extended_default_symbols); ++i) {\n | ~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/events/SDL_keymap.c:652:23: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\n 652 | for (int i = 0; i < SDL_arraysize(normal_default_symbols); ++i) {\n | ~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/events/SDL_keymap.c:658:23: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\n 658 | for (int i = 0; i < SDL_arraysize(shifted_default_symbols); ++i) {\n | ~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/events/SDL_keymap.c:1014:19: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\n 1014 | for (i = 0; i < SDL_arraysize(SDL_scancode_names); ++i) {\n | ~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n4 warnings generated.\n[199/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/events/SDL_events.c.o\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/events/SDL_events.c:227:68: warning: unused parameter 'state' [-Wunused-parameter]\n 227 | static void SDL_FreeTemporaryMemoryEntry(SDL_TemporaryMemoryState *state, SDL_TemporaryMemory *entry, bool free_data)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/events/SDL_events.c:397:58: warning: unused parameter 'userdata' [-Wunused-parameter]\n 397 | static void SDLCALL SDL_AutoUpdateJoysticksChanged(void *userdata, const char *name, const char *oldValue, const char *hint)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/events/SDL_events.c:397:80: warning: unused parameter 'name' [-Wunused-parameter]\n 397 | static void SDLCALL SDL_AutoUpdateJoysticksChanged(void *userdata, const char *name, const char *oldValue, const char *hint)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/events/SDL_events.c:397:98: warning: unused parameter 'oldValue' [-Wunused-parameter]\n 397 | static void SDLCALL SDL_AutoUpdateJoysticksChanged(void *userdata, const char *name, const char *oldValue, const char *hint)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/events/SDL_events.c:408:56: warning: unused parameter 'userdata' [-Wunused-parameter]\n 408 | static void SDLCALL SDL_AutoUpdateSensorsChanged(void *userdata, const char *name, const char *oldValue, const char *hint)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/events/SDL_events.c:408:78: warning: unused parameter 'name' [-Wunused-parameter]\n 408 | static void SDLCALL SDL_AutoUpdateSensorsChanged(void *userdata, const char *name, const char *oldValue, const char *hint)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/events/SDL_events.c:408:96: warning: unused parameter 'oldValue' [-Wunused-parameter]\n 408 | static void SDLCALL SDL_AutoUpdateSensorsChanged(void *userdata, const char *name, const char *oldValue, const char *hint)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/events/SDL_events.c:415:51: warning: unused parameter 'userdata' [-Wunused-parameter]\n 415 | static void SDLCALL SDL_PollSentinelChanged(void *userdata, const char *name, const char *oldValue, const char *hint)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/events/SDL_events.c:415:73: warning: unused parameter 'name' [-Wunused-parameter]\n 415 | static void SDLCALL SDL_PollSentinelChanged(void *userdata, const char *name, const char *oldValue, const char *hint)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/events/SDL_events.c:415:91: warning: unused parameter 'oldValue' [-Wunused-parameter]\n 415 | static void SDLCALL SDL_PollSentinelChanged(void *userdata, const char *name, const char *oldValue, const char *hint)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/events/SDL_events.c:428:51: warning: unused parameter 'userdata' [-Wunused-parameter]\n 428 | static void SDLCALL SDL_EventLoggingChanged(void *userdata, const char *name, const char *oldValue, const char *hint)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/events/SDL_events.c:428:73: warning: unused parameter 'name' [-Wunused-parameter]\n 428 | static void SDLCALL SDL_EventLoggingChanged(void *userdata, const char *name, const char *oldValue, const char *hint)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/events/SDL_events.c:428:91: warning: unused parameter 'oldValue' [-Wunused-parameter]\n 428 | static void SDLCALL SDL_EventLoggingChanged(void *userdata, const char *name, const char *oldValue, const char *hint)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/events/SDL_events.c:927:19: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\n 927 | for (i = 0; i < SDL_arraysize(SDL_disabled_events); ++i) {\n | ~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/events/SDL_events.c:1489:31: warning: comparison of integers of different signs: 'Sint64' (aka 'long') and 'Uint64' (aka 'unsigned long') [-Wsign-compare]\n 1489 | poll_intervalNS = SDL_min(poll_intervalNS, EVENT_POLL_INTERVAL_NS);\n | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/include/SDL3/SDL_stdinc.h:2110:29: note: expanded from macro 'SDL_min'\n 2110 | #define SDL_min(x, y) (((x) < (y)) ? (x) : (y))\n | ~ ^ ~\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/events/SDL_events.c:1500:27: warning: comparison of integers of different signs: 'Sint64' (aka 'long') and 'Uint64' (aka 'unsigned long') [-Wsign-compare]\n 1500 | poll_intervalNS = SDL_min(poll_intervalNS, EVENT_POLL_INTERVAL_NS);\n | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/include/SDL3/SDL_stdinc.h:2110:29: note: expanded from macro 'SDL_min'\n 2110 | #define SDL_min(x, y) (((x) < (y)) ? (x) : (y))\n | ~ ^ ~\n16 warnings generated.\n[200/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/events/SDL_keysym_to_keycode.c.o\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/events/SDL_keysym_to_keycode.c:51:27: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\n 51 | for (int i = 0; i < SDL_arraysize(keysym_to_keycode_table); ++i) {\n | ~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n1 warning generated.\n[201/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/events/SDL_keysym_to_scancode.c.o\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/events/SDL_keysym_to_scancode.c:397:19: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\n 397 | for (i = 0; i < SDL_arraysize(KeySymToSDLScancode); ++i) {\n | ~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/events/SDL_keysym_to_scancode.c:415:25: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\n 415 | if (i >= 0 && i < SDL_arraysize(LinuxKeycodeKeysyms) && keysym == LinuxKeycodeKeysyms[i]) {\n | ~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/events/SDL_keysym_to_scancode.c:419:27: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\n 419 | for (i = 0; i < SDL_arraysize(LinuxKeycodeKeysyms); ++i) {\n | ~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/events/SDL_keysym_to_scancode.c:429:23: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\n 429 | for (i = 0; i < SDL_arraysize(ExtendedLinuxKeycodeKeysyms); ++i) {\n | ~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n4 warnings generated.\n[202/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/events/SDL_quit.c.o\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/events/SDL_quit.c:78:41: warning: cast from 'void (*)(int, siginfo_t *, void *)' to 'void (*)(int)' converts to incompatible function type [-Wcast-function-type-mismatch]\n 78 | if (action.sa_handler == SIG_DFL && (void (*)(int))action.sa_sigaction == SIG_DFL) {\n | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n1 warning generated.\n[203/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/events/SDL_pen.c.o\n[204/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/events/SDL_mouse.c.o\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/events/SDL_mouse.c:53:81: warning: unused parameter 'name' [-Wunused-parameter]\n 53 | static void SDLCALL SDL_MouseDoubleClickTimeChanged(void *userdata, const char *name, const char *oldValue, const char *hint)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/events/SDL_mouse.c:53:99: warning: unused parameter 'oldValue' [-Wunused-parameter]\n 53 | static void SDLCALL SDL_MouseDoubleClickTimeChanged(void *userdata, const char *name, const char *oldValue, const char *hint)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/events/SDL_mouse.c:68:83: warning: unused parameter 'name' [-Wunused-parameter]\n 68 | static void SDLCALL SDL_MouseDoubleClickRadiusChanged(void *userdata, const char *name, const char *oldValue, const char *hint)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/events/SDL_mouse.c:68:101: warning: unused parameter 'oldValue' [-Wunused-parameter]\n 68 | static void SDLCALL SDL_MouseDoubleClickRadiusChanged(void *userdata, const char *name, const char *oldValue, const char *hint)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/events/SDL_mouse.c:79:82: warning: unused parameter 'name' [-Wunused-parameter]\n 79 | static void SDLCALL SDL_MouseNormalSpeedScaleChanged(void *userdata, const char *name, const char *oldValue, const char *hint)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/events/SDL_mouse.c:79:100: warning: unused parameter 'oldValue' [-Wunused-parameter]\n 79 | static void SDLCALL SDL_MouseNormalSpeedScaleChanged(void *userdata, const char *name, const char *oldValue, const char *hint)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/events/SDL_mouse.c:92:84: warning: unused parameter 'name' [-Wunused-parameter]\n 92 | static void SDLCALL SDL_MouseRelativeSpeedScaleChanged(void *userdata, const char *name, const char *oldValue, const char *hint)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/events/SDL_mouse.c:92:102: warning: unused parameter 'oldValue' [-Wunused-parameter]\n 92 | static void SDLCALL SDL_MouseRelativeSpeedScaleChanged(void *userdata, const char *name, const char *oldValue, const char *hint)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/events/SDL_mouse.c:105:84: warning: unused parameter 'name' [-Wunused-parameter]\n 105 | static void SDLCALL SDL_MouseRelativeModeCenterChanged(void *userdata, const char *name, const char *oldValue, const char *hint)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/events/SDL_mouse.c:105:102: warning: unused parameter 'oldValue' [-Wunused-parameter]\n 105 | static void SDLCALL SDL_MouseRelativeModeCenterChanged(void *userdata, const char *name, const char *oldValue, const char *hint)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/events/SDL_mouse.c:112:85: warning: unused parameter 'name' [-Wunused-parameter]\n 112 | static void SDLCALL SDL_MouseRelativeSystemScaleChanged(void *userdata, const char *name, const char *oldValue, const char *hint)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/events/SDL_mouse.c:112:103: warning: unused parameter 'oldValue' [-Wunused-parameter]\n 112 | static void SDLCALL SDL_MouseRelativeSystemScaleChanged(void *userdata, const char *name, const char *oldValue, const char *hint)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/events/SDL_mouse.c:119:79: warning: unused parameter 'name' [-Wunused-parameter]\n 119 | static void SDLCALL SDL_MouseWarpEmulationChanged(void *userdata, const char *name, const char *oldValue, const char *hint)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/events/SDL_mouse.c:119:97: warning: unused parameter 'oldValue' [-Wunused-parameter]\n 119 | static void SDLCALL SDL_MouseWarpEmulationChanged(void *userdata, const char *name, const char *oldValue, const char *hint)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/events/SDL_mouse.c:131:77: warning: unused parameter 'name' [-Wunused-parameter]\n 131 | static void SDLCALL SDL_TouchMouseEventsChanged(void *userdata, const char *name, const char *oldValue, const char *hint)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/events/SDL_mouse.c:131:95: warning: unused parameter 'oldValue' [-Wunused-parameter]\n 131 | static void SDLCALL SDL_TouchMouseEventsChanged(void *userdata, const char *name, const char *oldValue, const char *hint)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/events/SDL_mouse.c:163:77: warning: unused parameter 'name' [-Wunused-parameter]\n 163 | static void SDLCALL SDL_MouseTouchEventsChanged(void *userdata, const char *name, const char *oldValue, const char *hint)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/events/SDL_mouse.c:163:95: warning: unused parameter 'oldValue' [-Wunused-parameter]\n 163 | static void SDLCALL SDL_MouseTouchEventsChanged(void *userdata, const char *name, const char *oldValue, const char *hint)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/events/SDL_mouse.c:188:75: warning: unused parameter 'name' [-Wunused-parameter]\n 188 | static void SDLCALL SDL_PenMouseEventsChanged(void *userdata, const char *name, const char *oldValue, const char *hint)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/events/SDL_mouse.c:188:93: warning: unused parameter 'oldValue' [-Wunused-parameter]\n 188 | static void SDLCALL SDL_PenMouseEventsChanged(void *userdata, const char *name, const char *oldValue, const char *hint)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/events/SDL_mouse.c:195:75: warning: unused parameter 'name' [-Wunused-parameter]\n 195 | static void SDLCALL SDL_PenTouchEventsChanged(void *userdata, const char *name, const char *oldValue, const char *hint)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/events/SDL_mouse.c:195:93: warning: unused parameter 'oldValue' [-Wunused-parameter]\n 195 | static void SDLCALL SDL_PenTouchEventsChanged(void *userdata, const char *name, const char *oldValue, const char *hint)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/events/SDL_mouse.c:214:77: warning: unused parameter 'name' [-Wunused-parameter]\n 214 | static void SDLCALL SDL_MouseAutoCaptureChanged(void *userdata, const char *name, const char *oldValue, const char *hint)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/events/SDL_mouse.c:214:95: warning: unused parameter 'oldValue' [-Wunused-parameter]\n 214 | static void SDLCALL SDL_MouseAutoCaptureChanged(void *userdata, const char *name, const char *oldValue, const char *hint)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/events/SDL_mouse.c:225:84: warning: unused parameter 'name' [-Wunused-parameter]\n 225 | static void SDLCALL SDL_MouseRelativeWarpMotionChanged(void *userdata, const char *name, const char *oldValue, const char *hint)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/events/SDL_mouse.c:225:102: warning: unused parameter 'oldValue' [-Wunused-parameter]\n 225 | static void SDLCALL SDL_MouseRelativeWarpMotionChanged(void *userdata, const char *name, const char *oldValue, const char *hint)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/events/SDL_mouse.c:232:87: warning: unused parameter 'name' [-Wunused-parameter]\n 232 | static void SDLCALL SDL_MouseRelativeCursorVisibleChanged(void *userdata, const char *name, const char *oldValue, const char *hint)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/events/SDL_mouse.c:232:105: warning: unused parameter 'oldValue' [-Wunused-parameter]\n 232 | static void SDLCALL SDL_MouseRelativeCursorVisibleChanged(void *userdata, const char *name, const char *oldValue, const char *hint)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/events/SDL_mouse.c:241:77: warning: unused parameter 'name' [-Wunused-parameter]\n 241 | static void SDLCALL SDL_MouseIntegerModeChanged(void *userdata, const char *name, const char *oldValue, const char *hint)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/events/SDL_mouse.c:241:95: warning: unused parameter 'oldValue' [-Wunused-parameter]\n 241 | static void SDLCALL SDL_MouseIntegerModeChanged(void *userdata, const char *name, const char *oldValue, const char *hint)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/events/SDL_mouse.c:333:25: warning: unused parameter 'vendor' [-Wunused-parameter]\n 333 | bool SDL_IsMouse(Uint16 vendor, Uint16 product)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/events/SDL_mouse.c:333:40: warning: unused parameter 'product' [-Wunused-parameter]\n 333 | bool SDL_IsMouse(Uint16 vendor, Uint16 product)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/events/SDL_mouse.c:618:79: warning: unused parameter 'buttonstate' [-Wunused-parameter]\n 618 | static bool SDL_UpdateMouseFocus(SDL_Window *window, float x, float y, Uint32 buttonstate, bool send_mouse_motion)\n | ^\n33 warnings generated.\n[205/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/events/SDL_scancode_tables.c.o\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/events/SDL_scancode_tables.c:48:19: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\n 48 | for (i = 0; i < SDL_arraysize(SDL_scancode_tables); ++i) {\n | ~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n1 warning generated.\n[206/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/events/SDL_touch.c.o\n[207/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/events/imKStoUCS.c.o\n[208/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/events/SDL_windowevents.c.o\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/events/SDL_windowevents.c:37:23: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\n 37 | for (int i = 0; i < SDL_arraysize(SDL_window_event_watchers); ++i) {\n | ~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/events/SDL_windowevents.c:44:23: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\n 44 | for (int i = 0; i < SDL_arraysize(SDL_window_event_watchers); ++i) {\n | ~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n2 warnings generated.\n[209/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/filesystem/SDL_filesystem.c.o\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/filesystem/SDL_filesystem.c:262:31: warning: comparison of integers of different signs: 'const int' and 'unsigned long' [-Wsign-compare]\n 262 | SDL_assert(num_folded <= SDL_arraysize(folded));\n | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/include/SDL3/SDL_assert.h:482:53: note: expanded from macro 'SDL_assert'\n 482 | # define SDL_assert(condition) SDL_enabled_assert(condition)\n | ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/include/SDL3/SDL_assert.h:364:19: note: expanded from macro 'SDL_enabled_assert'\n 364 | while ( !(condition) ) { \\\n | ^~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/filesystem/SDL_filesystem.c:458:82: warning: unused parameter 'userdata' [-Wunused-parameter]\n 458 | static bool GlobDirectoryGetPathInfo(const char *path, SDL_PathInfo *info, void *userdata)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/filesystem/SDL_filesystem.c:463:114: warning: unused parameter 'userdata' [-Wunused-parameter]\n 463 | static bool GlobDirectoryEnumerator(const char *path, SDL_EnumerateDirectoryCallback cb, void *cbuserdata, void *userdata)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/filesystem/SDL_filesystem.c:491:27: warning: comparison of integers of different signs: 'const int' and 'unsigned long' [-Wsign-compare]\n 491 | if ((idx < 0) || (idx >= SDL_arraysize(CachedUserFolders))) {\n | ~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/filesystem/SDL_filesystem.c:523:23: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\n 523 | for (int i = 0; i < SDL_arraysize(CachedUserFolders); i++) {\n | ~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n5 warnings generated.\n[210/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/haptic/SDL_haptic.c.o\n[211/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/io/SDL_asyncio.c.o\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/io/SDL_asyncio.c:35:23: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\n 35 | for (int i = 0; i < SDL_arraysize(mode_map); i++) {\n | ~ ^ ~~~~~~~~~~~~~~~~~~~~~~~\n1 warning generated.\n[212/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/io/SDL_iostream.c.o\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/io/SDL_iostream.c:450:60: warning: unused parameter 'status' [-Wunused-parameter]\n 450 | static bool SDLCALL fd_flush(void *userdata, SDL_IOStatus *status)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/io/SDL_iostream.c:768:86: warning: unused parameter 'status' [-Wunused-parameter]\n 768 | static size_t SDLCALL mem_read(void *userdata, void *ptr, size_t size, SDL_IOStatus *status)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/io/SDL_iostream.c:774:93: warning: unused parameter 'status' [-Wunused-parameter]\n 774 | static size_t SDLCALL mem_write(void *userdata, const void *ptr, size_t size, SDL_IOStatus *status)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/io/SDL_iostream.c:1019:94: warning: unused parameter 'status' [-Wunused-parameter]\n 1019 | static size_t SDLCALL dynamic_mem_read(void *userdata, void *ptr, size_t size, SDL_IOStatus *status)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/io/SDL_iostream.c:1049:101: warning: unused parameter 'status' [-Wunused-parameter]\n 1049 | static size_t SDLCALL dynamic_mem_write(void *userdata, const void *ptr, size_t size, SDL_IOStatus *status)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/io/SDL_iostream.c:1159:14: warning: comparison of integers of different signs: 'Sint64' (aka 'long') and 'unsigned long' [-Wsign-compare]\n 1159 | if (size >= SDL_SIZE_MAX - 1) {\n | ~~~~ ^ ~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/io/SDL_iostream.c:1172:26: warning: comparison of integers of different signs: 'Sint64' (aka 'long') and 'unsigned long' [-Wsign-compare]\n 1172 | if (size >= SDL_SIZE_MAX - 1) {\n | ~~~~ ^ ~~~~~~~~~~~~~~~~\n7 warnings generated.\n[213/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/hidapi/SDL_hidapi.c.o\nIn file included from /tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/hidapi/SDL_hidapi.c:575:\nIn file included from /tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/hidapi/SDL_hidapi_linux.h:44:\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/hidapi/linux/hid.c:135:42: warning: unused parameter 'error_str' [-Wunused-parameter]\n 135 | static void register_error_str(wchar_t **error_str, const char *msg)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/hidapi/SDL_hidapi.c:944:5: warning: initializing 'int (*)(void *, const unsigned char *, size_t)' (aka 'int (*)(void *, const unsigned char *, unsigned long)') with an expression of type 'void *' converts between void pointer and function pointer [-Wpedantic]\n 944 | (void *)PLATFORM_hid_write,\n | ^~~~~~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/hidapi/SDL_hidapi.c:945:5: warning: initializing 'int (*)(void *, unsigned char *, size_t, int)' (aka 'int (*)(void *, unsigned char *, unsigned long, int)') with an expression of type 'void *' converts between void pointer and function pointer [-Wpedantic]\n 945 | (void *)PLATFORM_hid_read_timeout,\n | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/hidapi/SDL_hidapi.c:946:5: warning: initializing 'int (*)(void *, unsigned char *, size_t)' (aka 'int (*)(void *, unsigned char *, unsigned long)') with an expression of type 'void *' converts between void pointer and function pointer [-Wpedantic]\n 946 | (void *)PLATFORM_hid_read,\n | ^~~~~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/hidapi/SDL_hidapi.c:947:5: warning: initializing 'int (*)(void *, int)' with an expression of type 'void *' converts between void pointer and function pointer [-Wpedantic]\n 947 | (void *)PLATFORM_hid_set_nonblocking,\n | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/hidapi/SDL_hidapi.c:948:5: warning: initializing 'int (*)(void *, const unsigned char *, size_t)' (aka 'int (*)(void *, const unsigned char *, unsigned long)') with an expression of type 'void *' converts between void pointer and function pointer [-Wpedantic]\n 948 | (void *)PLATFORM_hid_send_feature_report,\n | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/hidapi/SDL_hidapi.c:949:5: warning: initializing 'int (*)(void *, unsigned char *, size_t)' (aka 'int (*)(void *, unsigned char *, unsigned long)') with an expression of type 'void *' converts between void pointer and function pointer [-Wpedantic]\n 949 | (void *)PLATFORM_hid_get_feature_report,\n | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/hidapi/SDL_hidapi.c:950:5: warning: initializing 'int (*)(void *, unsigned char *, size_t)' (aka 'int (*)(void *, unsigned char *, unsigned long)') with an expression of type 'void *' converts between void pointer and function pointer [-Wpedantic]\n 950 | (void *)PLATFORM_hid_get_input_report,\n | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/hidapi/SDL_hidapi.c:951:5: warning: initializing 'void (*)(void *)' with an expression of type 'void *' converts between void pointer and function pointer [-Wpedantic]\n 951 | (void *)PLATFORM_hid_close,\n | ^~~~~~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/hidapi/SDL_hidapi.c:952:5: warning: initializing 'int (*)(void *, wchar_t *, size_t)' (aka 'int (*)(void *, int *, unsigned long)') with an expression of type 'void *' converts between void pointer and function pointer [-Wpedantic]\n 952 | (void *)PLATFORM_hid_get_manufacturer_string,\n | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/hidapi/SDL_hidapi.c:953:5: warning: initializing 'int (*)(void *, wchar_t *, size_t)' (aka 'int (*)(void *, int *, unsigned long)') with an expression of type 'void *' converts between void pointer and function pointer [-Wpedantic]\n 953 | (void *)PLATFORM_hid_get_product_string,\n | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/hidapi/SDL_hidapi.c:954:5: warning: initializing 'int (*)(void *, wchar_t *, size_t)' (aka 'int (*)(void *, int *, unsigned long)') with an expression of type 'void *' converts between void pointer and function pointer [-Wpedantic]\n 954 | (void *)PLATFORM_hid_get_serial_number_string,\n | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/hidapi/SDL_hidapi.c:955:5: warning: initializing 'int (*)(void *, int, wchar_t *, size_t)' (aka 'int (*)(void *, int, int *, unsigned long)') with an expression of type 'void *' converts between void pointer and function pointer [-Wpedantic]\n 955 | (void *)PLATFORM_hid_get_indexed_string,\n | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/hidapi/SDL_hidapi.c:956:5: warning: initializing 'struct hid_device_info *(*)(void *)' with an expression of type 'void *' converts between void pointer and function pointer [-Wpedantic]\n 956 | (void *)PLATFORM_hid_get_device_info,\n | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/hidapi/SDL_hidapi.c:957:5: warning: initializing 'int (*)(void *, unsigned char *, size_t)' (aka 'int (*)(void *, unsigned char *, unsigned long)') with an expression of type 'void *' converts between void pointer and function pointer [-Wpedantic]\n 957 | (void *)PLATFORM_hid_get_report_descriptor,\n | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/hidapi/SDL_hidapi.c:958:5: warning: initializing 'const wchar_t *(*)(void *)' (aka 'const int *(*)(void *)') with an expression of type 'void *' converts between void pointer and function pointer [-Wpedantic]\n 958 | (void *)PLATFORM_hid_error\n | ^~~~~~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/hidapi/SDL_hidapi.c:1078:50: warning: unused parameter 'userdata' [-Wunused-parameter]\n 1078 | static void SDLCALL OnlyControllersChanged(void *userdata, const char *name, const char *oldValue, const char *hint)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/hidapi/SDL_hidapi.c:1078:72: warning: unused parameter 'name' [-Wunused-parameter]\n 1078 | static void SDLCALL OnlyControllersChanged(void *userdata, const char *name, const char *oldValue, const char *hint)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/hidapi/SDL_hidapi.c:1078:90: warning: unused parameter 'oldValue' [-Wunused-parameter]\n 1078 | static void SDLCALL OnlyControllersChanged(void *userdata, const char *name, const char *oldValue, const char *hint)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/hidapi/SDL_hidapi.c:1083:49: warning: unused parameter 'userdata' [-Wunused-parameter]\n 1083 | static void SDLCALL IgnoredDevicesChanged(void *userdata, const char *name, const char *oldValue, const char *hint)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/hidapi/SDL_hidapi.c:1083:71: warning: unused parameter 'name' [-Wunused-parameter]\n 1083 | static void SDLCALL IgnoredDevicesChanged(void *userdata, const char *name, const char *oldValue, const char *hint)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/hidapi/SDL_hidapi.c:1083:89: warning: unused parameter 'oldValue' [-Wunused-parameter]\n 1083 | static void SDLCALL IgnoredDevicesChanged(void *userdata, const char *name, const char *oldValue, const char *hint)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/hidapi/SDL_hidapi.c:1689:28: warning: unused parameter 'active' [-Wunused-parameter]\n 1689 | void SDL_hid_ble_scan(bool active)\n | ^\n23 warnings generated.\n[214/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/gpu/SDL_gpu.c.o\n[215/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/io/generic/SDL_asyncio_generic.c.o\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/io/generic/SDL_asyncio_generic.c:119:50: warning: unused parameter 'data' [-Wunused-parameter]\n 119 | static int SDLCALL AsyncIOThreadpoolWorker(void *data)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/io/generic/SDL_asyncio_generic.c:277:38: warning: unused parameter 'userdata' [-Wunused-parameter]\n 277 | static bool generic_asyncio_io(void *userdata, SDL_AsyncIOTask *task)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/io/generic/SDL_asyncio_generic.c:290:51: warning: unused parameter 'userdata' [-Wunused-parameter]\n 290 | static bool generic_asyncioqueue_queue_task(void *userdata, SDL_AsyncIOTask *task)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/io/generic/SDL_asyncio_generic.c:300:52: warning: unused parameter 'userdata' [-Wunused-parameter]\n 300 | static void generic_asyncioqueue_cancel_task(void *userdata, SDL_AsyncIOTask *task)\n | ^\n4 warnings generated.\n[216/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/joystick/SDL_steam_virtual_gamepad.c.o\n[217/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/joystick/controller_type.c.o\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/controller_type.c:112:27: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\n 112 | for ( iIndex = 0; iIndex < sizeof( arrControllers ) / sizeof( arrControllers[0] ); ++iIndex )\n | ~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/controller_type.c:128:27: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\n 128 | for ( iIndex = 0; iIndex < sizeof( arrControllers ) / sizeof( arrControllers[0] ); ++iIndex )\n | ~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n2 warnings generated.\n[218/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/locale/SDL_locale.c.o\n[219/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/joystick/SDL_gamepad.c.o\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/SDL_gamepad.c:365:51: warning: unused parameter 'userdata' [-Wunused-parameter]\n 365 | static bool SDLCALL SDL_GamepadEventWatcher(void *userdata, SDL_Event *event)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/SDL_gamepad.c:457:112: warning: unused parameter 'num_values' [-Wunused-parameter]\n 457 | void SDL_GamepadSensorWatcher(Uint64 timestamp, SDL_SensorID sensor, Uint64 sensor_timestamp, float *data, int num_values)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/SDL_gamepad.c:1006:19: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\n 1006 | for (i = 0; i < SDL_arraysize(map_StringForGamepadType); ++i) {\n | ~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/SDL_gamepad.c:1050:19: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\n 1050 | for (i = 0; i < SDL_arraysize(map_StringForGamepadAxis); ++i) {\n | ~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/SDL_gamepad.c:1110:19: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\n 1110 | for (i = 0; i < SDL_arraysize(map_StringForGamepadButton); ++i) {\n | ~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/SDL_gamepad.c:1289:19: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\n 1289 | if (i >= sizeof(szGameButton)) {\n | ~ ^ ~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/SDL_gamepad.c:1296:19: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\n 1296 | if (i >= sizeof(szJoystickButton)) {\n | ~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/SDL_gamepad.c:2034:62: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\n 2034 | while (*tmp && *tmp != ',' && *tmp != ':' && len < (sizeof(hint) - 1)) {\n | ~~~ ^ ~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/SDL_gamepad.c:3318:34: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\n 3318 | num_values = SDL_min(num_values, SDL_arraysize(sensor->data));\n | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/include/SDL3/SDL_stdinc.h:2110:29: note: expanded from macro 'SDL_min'\n 2110 | #define SDL_min(x, y) (((x) < (y)) ? (x) : (y))\n | ~ ^ ~\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/SDL_gamepad.c:3888:68: warning: unused parameter 'gamepad' [-Wunused-parameter]\n 3888 | const char *SDL_GetGamepadAppleSFSymbolsNameForButton(SDL_Gamepad *gamepad, SDL_GamepadButton button)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/SDL_gamepad.c:3888:95: warning: unused parameter 'button' [-Wunused-parameter]\n 3888 | const char *SDL_GetGamepadAppleSFSymbolsNameForButton(SDL_Gamepad *gamepad, SDL_GamepadButton button)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/SDL_gamepad.c:3905:66: warning: unused parameter 'gamepad' [-Wunused-parameter]\n 3905 | const char *SDL_GetGamepadAppleSFSymbolsNameForAxis(SDL_Gamepad *gamepad, SDL_GamepadAxis axis)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/SDL_gamepad.c:3905:91: warning: unused parameter 'axis' [-Wunused-parameter]\n 3905 | const char *SDL_GetGamepadAppleSFSymbolsNameForAxis(SDL_Gamepad *gamepad, SDL_GamepadAxis axis)\n | ^\n13 warnings generated.\n[220/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/main/SDL_main_callbacks.c.o\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/main/SDL_main_callbacks.c:72:56: warning: unused parameter 'userdata' [-Wunused-parameter]\n 72 | static bool SDLCALL SDL_MainCallbackEventWatcher(void *userdata, SDL_Event *event)\n | ^\n1 warning generated.\n[221/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/joystick/SDL_joystick.c.o\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/SDL_joystick.c:529:23: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\n 529 | for (i = 0; i < SDL_arraysize(SDL_joystick_drivers); ++i) {\n | ~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/SDL_joystick.c:632:68: warning: unused parameter 'userdata' [-Wunused-parameter]\n 632 | static void SDLCALL SDL_JoystickAllowBackgroundEventsChanged(void *userdata, const char *name, const char *oldValue, const char *hint)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/SDL_joystick.c:632:90: warning: unused parameter 'name' [-Wunused-parameter]\n 632 | static void SDLCALL SDL_JoystickAllowBackgroundEventsChanged(void *userdata, const char *name, const char *oldValue, const char *hint)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/SDL_joystick.c:632:108: warning: unused parameter 'oldValue' [-Wunused-parameter]\n 632 | static void SDLCALL SDL_JoystickAllowBackgroundEventsChanged(void *userdata, const char *name, const char *oldValue, const char *hint)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/SDL_joystick.c:676:19: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\n 676 | for (i = 0; i < SDL_arraysize(SDL_joystick_drivers); ++i) {\n | ~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/SDL_joystick.c:714:23: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\n 714 | for (i = 0; i < SDL_arraysize(SDL_joystick_drivers); ++i) {\n | ~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/SDL_joystick.c:737:23: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\n 737 | for (i = 0; i < SDL_arraysize(SDL_joystick_drivers); ++i) {\n | ~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/SDL_joystick.c:757:23: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\n 757 | for (i = 0; i < SDL_arraysize(SDL_joystick_drivers); ++i) {\n | ~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/SDL_joystick.c:767:27: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\n 767 | for (i = 0; i < SDL_arraysize(SDL_joystick_drivers); ++i) {\n | ~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/SDL_joystick.c:2574:19: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\n 2574 | for (i = 0; i < SDL_arraysize(SDL_joystick_drivers); ++i) {\n | ~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/SDL_joystick.c:3083:84: warning: unused parameter 'version' [-Wunused-parameter]\n 3083 | bool SDL_IsJoystickSteamVirtualGamepad(Uint16 vendor_id, Uint16 product_id, Uint16 version)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/SDL_joystick.c:3609:30: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\n 3609 | num_values = SDL_min(num_values, SDL_arraysize(sensor->data));\n | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/include/SDL3/SDL_stdinc.h:2110:29: note: expanded from macro 'SDL_min'\n 2110 | #define SDL_min(x, y) (((x) < (y)) ? (x) : (y))\n | ~ ^ ~\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/SDL_joystick.c:3622:34: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\n 3622 | num_values = SDL_min(num_values,\n | ^~~~~~~~~~~~~~~~~~~\n 3623 | SDL_arraysize(event.gsensor.data));\n | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/include/SDL3/SDL_stdinc.h:2110:29: note: expanded from macro 'SDL_min'\n 2110 | #define SDL_min(x, y) (((x) < (y)) ? (x) : (y))\n | ~ ^ ~\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/SDL_joystick.c:3706:79: warning: unused parameter 'name' [-Wunused-parameter]\n 3706 | static void SDLCALL SDL_VIDPIDIncludedHintChanged(void *userdata, const char *name, const char *oldValue, const char *hint)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/SDL_joystick.c:3706:97: warning: unused parameter 'oldValue' [-Wunused-parameter]\n 3706 | static void SDLCALL SDL_VIDPIDIncludedHintChanged(void *userdata, const char *name, const char *oldValue, const char *hint)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/SDL_joystick.c:3722:79: warning: unused parameter 'name' [-Wunused-parameter]\n 3722 | static void SDLCALL SDL_VIDPIDExcludedHintChanged(void *userdata, const char *name, const char *oldValue, const char *hint)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/SDL_joystick.c:3722:97: warning: unused parameter 'oldValue' [-Wunused-parameter]\n 3722 | static void SDLCALL SDL_VIDPIDExcludedHintChanged(void *userdata, const char *name, const char *oldValue, const char *hint)\n | ^\n17 warnings generated.\n[222/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/main/SDL_runapp.c.o\n[223/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/misc/SDL_url.c.o\n[224/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/power/SDL_power.c.o\n[225/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/render/SDL_d3dmath.c.o\n[226/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/render/SDL_render_unsupported.c.o\n[227/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/dynapi/SDL_dynapi.c.o\n[228/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/render/direct3d/SDL_shaders_d3d.c.o\n[229/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/render/direct3d/SDL_render_d3d.c.o\n[230/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/render/SDL_yuv_sw.c.o\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/render/SDL_yuv_sw.c:336:49: warning: unused parameter 'swdata' [-Wunused-parameter]\n 336 | void SDL_SW_UnlockYUVTexture(SDL_SW_YUVTexture *swdata)\n | ^\n1 warning generated.\n[231/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/render/direct3d11/SDL_render_d3d11.c.o\n[232/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/render/direct3d11/SDL_shaders_d3d11.c.o\n[233/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/render/direct3d12/SDL_render_d3d12.c.o\n[234/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/render/direct3d12/SDL_shaders_d3d12.c.o\n[235/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/render/gpu/SDL_pipeline_gpu.c.o\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/render/gpu/SDL_pipeline_gpu.c:47:50: warning: unused parameter 'userdata' [-Wunused-parameter]\n 47 | static Uint32 SDLCALL HashPipelineCacheKey(void *userdata, const void *key)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/render/gpu/SDL_pipeline_gpu.c:66:49: warning: unused parameter 'userdata' [-Wunused-parameter]\n 66 | static bool SDLCALL MatchPipelineCacheKey(void *userdata, const void *a, const void *b)\n | ^\n2 warnings generated.\n[236/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/render/gpu/SDL_shaders_gpu.c.o\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/render/gpu/SDL_shaders_gpu.c:175:23: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\n 175 | for (int i = 0; i < SDL_arraysize(vert_shader_sources); ++i) {\n | ~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/render/gpu/SDL_shaders_gpu.c:184:23: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\n 184 | for (int i = 0; i < SDL_arraysize(frag_shader_sources); ++i) {\n | ~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/render/gpu/SDL_shaders_gpu.c:198:23: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\n 198 | for (int i = 0; i < SDL_arraysize(shaders->vert_shaders); ++i) {\n | ~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/render/gpu/SDL_shaders_gpu.c:203:23: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\n 203 | for (int i = 0; i < SDL_arraysize(shaders->frag_shaders); ++i) {\n | ~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n4 warnings generated.\n[237/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/render/gpu/SDL_render_gpu.c.o\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/render/gpu/SDL_render_gpu.c:93:49: warning: unused parameter 'renderer' [-Wunused-parameter]\n 93 | static bool GPU_SupportsBlendMode(SDL_Renderer *renderer, SDL_BlendMode blendMode)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/render/gpu/SDL_render_gpu.c:171:94: warning: unused parameter 'create_props' [-Wunused-parameter]\n 171 | static bool GPU_CreateTexture(SDL_Renderer *renderer, SDL_Texture *texture, SDL_PropertiesID create_props)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/render/gpu/SDL_render_gpu.c:312:43: warning: unused parameter 'renderer' [-Wunused-parameter]\n 312 | static bool GPU_LockTexture(SDL_Renderer *renderer, SDL_Texture *texture,\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/render/gpu/SDL_render_gpu.c:347:41: warning: unused parameter 'renderer' [-Wunused-parameter]\n 347 | static bool GPU_QueueNoOp(SDL_Renderer *renderer, SDL_RenderCommand *cmd)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/render/gpu/SDL_render_gpu.c:347:70: warning: unused parameter 'cmd' [-Wunused-parameter]\n 347 | static bool GPU_QueueNoOp(SDL_Renderer *renderer, SDL_RenderCommand *cmd)\n | ^\n5 warnings generated.\n[238/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/render/opengl/SDL_shaders_gl.c.o\n[239/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/render/SDL_render.c.o\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/render/SDL_render.c:209:72: warning: unused parameter 'cmd' [-Wunused-parameter]\n 209 | static SDL_INLINE void DebugLogRenderCommands(const SDL_RenderCommand *cmd)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/render/SDL_render.c:416:47: warning: unused parameter 'renderer' [-Wunused-parameter]\n 416 | static void UpdatePixelViewport(SDL_Renderer *renderer, SDL_RenderViewState *view)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/render/SDL_render.c:459:47: warning: unused parameter 'renderer' [-Wunused-parameter]\n 459 | static void UpdatePixelClipRect(SDL_Renderer *renderer, SDL_RenderViewState *view)\n | ^\n3 warnings generated.\n[240/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/render/opengl/SDL_render_gl.c.o\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/render/opengl/SDL_render_gl.c:383:48: warning: unused parameter 'renderer' [-Wunused-parameter]\n 383 | static bool GL_SupportsBlendMode(SDL_Renderer *renderer, SDL_BlendMode blendMode)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/render/opengl/SDL_render_gl.c:785:42: warning: unused parameter 'renderer' [-Wunused-parameter]\n 785 | static bool GL_LockTexture(SDL_Renderer *renderer, SDL_Texture *texture,\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/render/opengl/SDL_render_gl.c:845:40: warning: unused parameter 'renderer' [-Wunused-parameter]\n 845 | static bool GL_QueueNoOp(SDL_Renderer *renderer, SDL_RenderCommand *cmd)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/render/opengl/SDL_render_gl.c:845:69: warning: unused parameter 'cmd' [-Wunused-parameter]\n 845 | static bool GL_QueueNoOp(SDL_Renderer *renderer, SDL_RenderCommand *cmd)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/render/opengl/SDL_render_gl.c:1223:103: warning: unused parameter 'vertsize' [-Wunused-parameter]\n 1223 | static bool GL_RunCommandQueue(SDL_Renderer *renderer, SDL_RenderCommand *cmd, void *vertices, size_t vertsize)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/render/opengl/SDL_render_gl.c:1602:39: warning: unused parameter 'renderer' [-Wunused-parameter]\n 1602 | static bool GL_SetVSync(SDL_Renderer *renderer, const int vsync)\n | ^\n6 warnings generated.\n[241/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/render/psp/SDL_render_psp.c.o\n[242/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/render/ps2/SDL_render_ps2.c.o\n[243/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/render/opengles2/SDL_shaders_gles2.c.o\n[244/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/render/opengles2/SDL_render_gles2.c.o\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/render/opengles2/SDL_render_gles2.c:468:59: warning: comparison of integers of different signs: 'GLuint' (aka 'unsigned int') and 'int' [-Wsign-compare]\n 468 | if (entry->uniform_locations[GLES2_UNIFORM_TEXTURE_V] != -1) {\n | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/render/opengles2/SDL_render_gles2.c:471:59: warning: comparison of integers of different signs: 'GLuint' (aka 'unsigned int') and 'int' [-Wsign-compare]\n 471 | if (entry->uniform_locations[GLES2_UNIFORM_TEXTURE_U] != -1) {\n | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/render/opengles2/SDL_render_gles2.c:474:57: warning: comparison of integers of different signs: 'GLuint' (aka 'unsigned int') and 'int' [-Wsign-compare]\n 474 | if (entry->uniform_locations[GLES2_UNIFORM_TEXTURE] != -1) {\n | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/render/opengles2/SDL_render_gles2.c:477:60: warning: comparison of integers of different signs: 'GLuint' (aka 'unsigned int') and 'int' [-Wsign-compare]\n 477 | if (entry->uniform_locations[GLES2_UNIFORM_PROJECTION] != -1) {\n | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/render/opengles2/SDL_render_gles2.c:532:28: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\n 532 | SDL_assert(num_src <= SDL_arraysize(shader_src_list));\n | ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/include/SDL3/SDL_assert.h:482:53: note: expanded from macro 'SDL_assert'\n 482 | # define SDL_assert(condition) SDL_enabled_assert(condition)\n | ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/include/SDL3/SDL_assert.h:364:19: note: expanded from macro 'SDL_enabled_assert'\n 364 | while ( !(condition) ) { \\\n | ^~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/render/opengles2/SDL_render_gles2.c:708:62: warning: comparison of integers of different signs: 'GLuint' (aka 'unsigned int') and 'int' [-Wsign-compare]\n 708 | if (program->uniform_locations[GLES2_UNIFORM_OFFSET] != -1) {\n | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/render/opengles2/SDL_render_gles2.c:711:62: warning: comparison of integers of different signs: 'GLuint' (aka 'unsigned int') and 'int' [-Wsign-compare]\n 711 | if (program->uniform_locations[GLES2_UNIFORM_MATRIX] != -1) {\n | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/render/opengles2/SDL_render_gles2.c:738:43: warning: unused parameter 'renderer' [-Wunused-parameter]\n 738 | static bool GLES2_QueueNoOp(SDL_Renderer *renderer, SDL_RenderCommand *cmd)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/render/opengles2/SDL_render_gles2.c:738:72: warning: unused parameter 'cmd' [-Wunused-parameter]\n 738 | static bool GLES2_QueueNoOp(SDL_Renderer *renderer, SDL_RenderCommand *cmd)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/render/opengles2/SDL_render_gles2.c:1003:62: warning: comparison of integers of different signs: 'GLuint' (aka 'unsigned int') and 'int' [-Wsign-compare]\n 1003 | if (program->uniform_locations[GLES2_UNIFORM_PROJECTION] != -1) {\n | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/render/opengles2/SDL_render_gles2.c:1295:106: warning: unused parameter 'vertsize' [-Wunused-parameter]\n 1295 | static bool GLES2_RunCommandQueue(SDL_Renderer *renderer, SDL_RenderCommand *cmd, void *vertices, size_t vertsize)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/render/opengles2/SDL_render_gles2.c:1957:45: warning: unused parameter 'renderer' [-Wunused-parameter]\n 1957 | static bool GLES2_LockTexture(SDL_Renderer *renderer, SDL_Texture *texture, const SDL_Rect *rect,\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/render/opengles2/SDL_render_gles2.c:2078:42: warning: unused parameter 'renderer' [-Wunused-parameter]\n 2078 | static bool GLES2_SetVSync(SDL_Renderer *renderer, const int vsync)\n | ^\n13 warnings generated.\n[245/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/render/software/SDL_blendpoint.c.o\n[246/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/render/software/SDL_drawline.c.o\n[247/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/render/software/SDL_drawpoint.c.o\n[248/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/render/software/SDL_rotate.c.o\n[249/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/render/software/SDL_render_sw.c.o\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/render/software/SDL_render_sw.c:102:44: warning: unused parameter 'renderer' [-Wunused-parameter]\n 102 | static bool SW_CreateTexture(SDL_Renderer *renderer, SDL_Texture *texture, SDL_PropertiesID create_props)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/render/software/SDL_render_sw.c:102:93: warning: unused parameter 'create_props' [-Wunused-parameter]\n 102 | static bool SW_CreateTexture(SDL_Renderer *renderer, SDL_Texture *texture, SDL_PropertiesID create_props)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/render/software/SDL_render_sw.c:129:44: warning: unused parameter 'renderer' [-Wunused-parameter]\n 129 | static bool SW_UpdateTexture(SDL_Renderer *renderer, SDL_Texture *texture,\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/render/software/SDL_render_sw.c:158:42: warning: unused parameter 'renderer' [-Wunused-parameter]\n 158 | static bool SW_LockTexture(SDL_Renderer *renderer, SDL_Texture *texture,\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/render/software/SDL_render_sw.c:170:44: warning: unused parameter 'renderer' [-Wunused-parameter]\n 170 | static void SW_UnlockTexture(SDL_Renderer *renderer, SDL_Texture *texture)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/render/software/SDL_render_sw.c:170:67: warning: unused parameter 'texture' [-Wunused-parameter]\n 170 | static void SW_UnlockTexture(SDL_Renderer *renderer, SDL_Texture *texture)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/render/software/SDL_render_sw.c:186:40: warning: unused parameter 'renderer' [-Wunused-parameter]\n 186 | static bool SW_QueueNoOp(SDL_Renderer *renderer, SDL_RenderCommand *cmd)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/render/software/SDL_render_sw.c:186:69: warning: unused parameter 'cmd' [-Wunused-parameter]\n 186 | static bool SW_QueueNoOp(SDL_Renderer *renderer, SDL_RenderCommand *cmd)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/render/software/SDL_render_sw.c:231:87: warning: unused parameter 'texture' [-Wunused-parameter]\n 231 | static bool SW_QueueCopy(SDL_Renderer *renderer, SDL_RenderCommand *cmd, SDL_Texture *texture,\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/render/software/SDL_render_sw.c:267:89: warning: unused parameter 'texture' [-Wunused-parameter]\n 267 | static bool SW_QueueCopyEx(SDL_Renderer *renderer, SDL_RenderCommand *cmd, SDL_Texture *texture,\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/render/software/SDL_render_sw.c:314:43: warning: unused parameter 'renderer' [-Wunused-parameter]\n 314 | static bool SW_RenderCopyEx(SDL_Renderer *renderer, SDL_Surface *surface, SDL_Texture *texture,\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/render/software/SDL_render_sw.c:664:52: warning: unused parameter 'renderer' [-Wunused-parameter]\n 664 | static void SW_InvalidateCachedState(SDL_Renderer *renderer)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/render/software/SDL_render_sw.c:670:103: warning: unused parameter 'vertsize' [-Wunused-parameter]\n 670 | static bool SW_RunCommandQueue(SDL_Renderer *renderer, SDL_RenderCommand *cmd, void *vertices, size_t vertsize)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/render/software/SDL_render_sw.c:998:45: warning: unused parameter 'renderer' [-Wunused-parameter]\n 998 | static void SW_DestroyTexture(SDL_Renderer *renderer, SDL_Texture *texture)\n | ^\n14 warnings generated.\n[250/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/render/vitagxm/SDL_render_vita_gxm.c.o\n[251/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/render/software/SDL_blendfillrect.c.o\n[252/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/render/vitagxm/SDL_render_vita_gxm_memory.c.o\n[253/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/render/vitagxm/SDL_render_vita_gxm_tools.c.o\n[254/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/render/software/SDL_triangle.c.o\n[255/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/render/vulkan/SDL_shaders_vulkan.c.o\n[256/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_crc16.c.o\n[257/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/sensor/SDL_sensor.c.o\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/sensor/SDL_sensor.c:142:19: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\n 142 | for (i = 0; i < SDL_arraysize(SDL_sensor_drivers); ++i) {\n | ~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/sensor/SDL_sensor.c:182:23: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\n 182 | for (i = 0; i < SDL_arraysize(SDL_sensor_drivers); ++i) {\n | ~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/sensor/SDL_sensor.c:192:27: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\n 192 | for (i = 0; i < SDL_arraysize(SDL_sensor_drivers); ++i) {\n | ~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/sensor/SDL_sensor.c:223:23: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\n 223 | for (i = 0; i < SDL_arraysize(SDL_sensor_drivers); ++i) {\n | ~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/sensor/SDL_sensor.c:481:22: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\n 481 | num_values = SDL_min(num_values, SDL_arraysize(sensor->data));\n | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/include/SDL3/SDL_stdinc.h:2110:29: note: expanded from macro 'SDL_min'\n 2110 | #define SDL_min(x, y) (((x) < (y)) ? (x) : (y))\n | ~ ^ ~\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/sensor/SDL_sensor.c:549:19: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\n 549 | for (i = 0; i < SDL_arraysize(SDL_sensor_drivers); ++i) {\n | ~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/sensor/SDL_sensor.c:569:18: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\n 569 | num_values = SDL_min(num_values, SDL_arraysize(sensor->data));\n | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/include/SDL3/SDL_stdinc.h:2110:29: note: expanded from macro 'SDL_min'\n 2110 | #define SDL_min(x, y) (((x) < (y)) ? (x) : (y))\n | ~ ^ ~\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/sensor/SDL_sensor.c:578:22: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\n 578 | num_values = SDL_min(num_values, SDL_arraysize(event.sensor.data));\n | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/include/SDL3/SDL_stdinc.h:2110:29: note: expanded from macro 'SDL_min'\n 2110 | #define SDL_min(x, y) (((x) < (y)) ? (x) : (y))\n | ~ ^ ~\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/sensor/SDL_sensor.c:617:19: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\n 617 | for (i = 0; i < SDL_arraysize(SDL_sensor_drivers); ++i) {\n | ~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n9 warnings generated.\n[258/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/render/software/SDL_blendline.c.o\n[259/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_crc32.c.o\n[260/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_getenv.c.o\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/stdlib/SDL_getenv.c:184:74: warning: unused parameter 'table' [-Wunused-parameter]\n 184 | static bool SDLCALL CountEnvStrings(void *userdata, const SDL_HashTable *table, const void *key, const void *value)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/stdlib/SDL_getenv.c:199:73: warning: unused parameter 'table' [-Wunused-parameter]\n 199 | static bool SDLCALL CopyEnvStrings(void *userdata, const SDL_HashTable *table, const void *vkey, const void *vvalue)\n | ^\n2 warnings generated.\n[261/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_iconv.c.o\n[262/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_malloc.c.o\n[263/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_memcpy.c.o\n[264/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_memmove.c.o\n[265/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_memset.c.o\n[266/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_mslibc.c.o\n[267/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_murmur3.c.o\n[268/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_random.c.o\n[269/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_qsort.c.o\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/stdlib/SDL_qsort.c:477:17: warning: comparison of integers of different signs: 'long' and 'unsigned long' [-Wsign-compare]\n 477 | if (last-first>=TRUNC_words) {\n | ~~~~~~~~~~^ ~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/stdlib/SDL_qsort.c:538:56: warning: passing 'SDL_CompareCallback' (aka 'int (*)(const void *, const void *)') to parameter of type 'void *' converts between void pointer and function pointer [-Wpedantic]\n 538 | SDL_qsort_r(base, nmemb, size, qsort_non_r_bridge, compare);\n | ^~~~~~~\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/stdlib/SDL_qsort.c:519:49: note: passing argument to parameter 'userdata' here\n 519 | SDL_CompareCallback_r compare, void *userdata) {\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/stdlib/SDL_qsort.c:572:70: warning: passing 'SDL_CompareCallback' (aka 'int (*)(const void *, const void *)') to parameter of type 'void *' converts between void pointer and function pointer [-Wpedantic]\n 572 | return SDL_bsearch_r(key, base, nmemb, size, qsort_non_r_bridge, compare);\n | ^~~~~~~\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/stdlib/SDL_qsort.c:544:120: note: passing argument to parameter 'userdata' here\n 544 | void *SDL_bsearch_r(const void *key, const void *base, size_t nmemb, size_t size, SDL_CompareCallback_r compare, void *userdata)\n | ^\n3 warnings generated.\n[270/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_stdlib.c.o\n[271/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_strtokr.c.o\n[272/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_string.c.o\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/stdlib/SDL_string.c:2402:17: warning: comparison of integers of different signs: 'const int' and 'unsigned long' [-Wsign-compare]\n 2402 | if (utf8len < sizeof (tinybuf)) { // whole thing fit in the stack buffer, just use that copy.\n | ~~~~~~~ ^ ~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/stdlib/SDL_string.c:2497:12: warning: returning 'const char *' from a function with result type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]\n 2497 | return strpbrk(str, breakset);\n | ^~~~~~~~~~~~~~~~~~~~~~\n/usr/include/string.h:350:3: note: expanded from macro 'strpbrk'\n 350 | __glibc_const_generic (S, const char *, strpbrk (S, ACCEPT))\n | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n/usr/include/x86_64-linux-gnu/sys/cdefs.h:838:3: note: expanded from macro '__glibc_const_generic'\n 838 | _Generic (0 ? (PTR) : (void *) 1, \\\n | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n 839 | const void *: (CTYPE) (CALL), \\\n | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n 840 | default: CALL)\n | ~~~~~~~~~~~~~~\n2 warnings generated.\n[273/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/storage/SDL_storage.c.o\n[274/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/thread/SDL_thread.c.o\n[275/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/render/vulkan/SDL_render_vulkan.c.o\nIn file included from /tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/render/vulkan/SDL_render_vulkan.c:35:\nIn file included from /tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/render/vulkan/../../video/SDL_vulkan_internal.h:40:\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/render/vulkan/../../video/wayland/SDL_waylanddyn.h:45:6: warning: ISO C forbids forward references to 'enum' types [-Wpedantic]\n 45 | enum libdecor_resize_edge;\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/render/vulkan/../../video/wayland/SDL_waylanddyn.h:46:6: warning: ISO C forbids forward references to 'enum' types [-Wpedantic]\n 46 | enum libdecor_capabilities;\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/render/vulkan/../../video/wayland/SDL_waylanddyn.h:47:6: warning: ISO C forbids forward references to 'enum' types [-Wpedantic]\n 47 | enum libdecor_window_state;\n | ^\nIn file included from /tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/render/vulkan/SDL_render_vulkan.c:35:\nIn file included from /tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/render/vulkan/../../video/SDL_vulkan_internal.h:40:\nIn file included from /tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/render/vulkan/../../video/wayland/SDL_waylanddyn.h:84:\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/render/vulkan/../../video/wayland/SDL_waylandsym.h:232:26: warning: ISO C forbids forward references to 'enum' types [-Wpedantic]\n 232 | SDL_WAYLAND_SYM_OPT(enum libdecor_wm_capabilities, libdecor_frame_get_wm_capabilities, (struct libdecor_frame *))\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/render/vulkan/SDL_render_vulkan.c:1658:62: warning: unused parameter 'rendererData' [-Wunused-parameter]\n 1658 | static bool VULKAN_InstanceExtensionFound(VULKAN_RenderData *rendererData, const char *extName)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/render/vulkan/SDL_render_vulkan.c:1970:27: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\n 1970 | for (int i = 0; i < SDL_arraysize(samplerParams); ++i) {\n | ~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/render/vulkan/SDL_render_vulkan.c:2554:52: warning: unused parameter 'renderer' [-Wunused-parameter]\n 2554 | static bool VULKAN_SupportsBlendMode(SDL_Renderer *renderer, SDL_BlendMode blendMode)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/render/vulkan/SDL_render_vulkan.c:3136:44: warning: unused parameter 'renderer' [-Wunused-parameter]\n 3136 | static bool VULKAN_QueueNoOp(SDL_Renderer *renderer, SDL_RenderCommand *cmd)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/render/vulkan/SDL_render_vulkan.c:3136:73: warning: unused parameter 'cmd' [-Wunused-parameter]\n 3136 | static bool VULKAN_QueueNoOp(SDL_Renderer *renderer, SDL_RenderCommand *cmd)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/render/vulkan/SDL_render_vulkan.c:3819:79: warning: unused parameter 'primitiveTopology' [-Wunused-parameter]\n 3819 | static void VULKAN_DrawPrimitives(SDL_Renderer *renderer, VkPrimitiveTopology primitiveTopology, const size_t vertexStart, const size_t vertexCount)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/render/vulkan/SDL_render_vulkan.c:3843:46: warning: comparison of integers of different signs: 'int' and 'VkSurfaceTransformFlagBitsKHR' (aka 'enum VkSurfaceTransformFlagBitsKHR') [-Wsign-compare]\n 3843 | if(rendererData->currentViewportRotation != currentRotation) {\n | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~\n11 warnings generated.\n[276/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/time/SDL_time.c.o\n[277/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/timer/SDL_timer.c.o\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/timer/SDL_timer.c:549:48: warning: unused parameter 'period' [-Wunused-parameter]\n 549 | static void SDL_SetSystemTimerResolutionMS(int period)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/timer/SDL_timer.c:568:54: warning: unused parameter 'userdata' [-Wunused-parameter]\n 568 | static void SDLCALL SDL_TimerResolutionChanged(void *userdata, const char *name, const char *oldValue, const char *hint)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/timer/SDL_timer.c:568:76: warning: unused parameter 'name' [-Wunused-parameter]\n 568 | static void SDLCALL SDL_TimerResolutionChanged(void *userdata, const char *name, const char *oldValue, const char *hint)\n | ^\n3 warnings generated.\n[278/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/video/SDL_blit.c.o\n[279/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/video/SDL_blit_0.c.o\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/SDL_blit_0.c:903:23: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\n 903 | if (which < SDL_arraysize(bitmap_blit_1b)) {\n | ~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/SDL_blit_0.c:909:23: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\n 909 | if (which < SDL_arraysize(colorkey_blit_1b)) {\n | ~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/SDL_blit_0.c:926:23: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\n 926 | if (which < SDL_arraysize(bitmap_blit_2b)) {\n | ~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/SDL_blit_0.c:932:23: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\n 932 | if (which < SDL_arraysize(colorkey_blit_2b)) {\n | ~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/SDL_blit_0.c:949:23: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\n 949 | if (which < SDL_arraysize(bitmap_blit_4b)) {\n | ~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/SDL_blit_0.c:955:23: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\n 955 | if (which < SDL_arraysize(colorkey_blit_4b)) {\n | ~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n6 warnings generated.\n[280/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/video/SDL_RLEaccel.c.o\n[281/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/video/SDL_blit_1.c.o\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/SDL_blit_1.c:529:19: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\n 529 | if (which < SDL_arraysize(one_blit)) {\n | ~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/SDL_blit_1.c:535:19: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\n 535 | if (which < SDL_arraysize(one_blitkey)) {\n | ~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/SDL_blit_1.c:542:23: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\n 542 | if (which < SDL_arraysize(one_blitkey)) {\n | ~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~\n3 warnings generated.\n[282/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/video/SDL_blit_copy.c.o\n[283/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/video/SDL_blit_N.c.o\n[284/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/video/SDL_blit_slow.c.o\n[285/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/video/SDL_blit_A.c.o\n[286/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/video/SDL_bmp.c.o\n[287/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/video/SDL_clipboard.c.o\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/SDL_clipboard.c:336:76: warning: unused parameter 'mime_type' [-Wunused-parameter]\n 336 | const void * SDLCALL SDL_ClipboardTextCallback(void *userdata, const char *mime_type, size_t *size)\n | ^\n1 warning generated.\n[288/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/video/SDL_fillrect.c.o\n[289/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/video/SDL_egl.c.o\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/SDL_egl.c:819:18: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\n 819 | SDL_assert(i < SDL_arraysize(attribs));\n | ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/include/SDL3/SDL_assert.h:482:53: note: expanded from macro 'SDL_assert'\n 482 | # define SDL_assert(condition) SDL_enabled_assert(condition)\n | ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/include/SDL3/SDL_assert.h:364:19: note: expanded from macro 'SDL_enabled_assert'\n 364 | while ( !(condition) ) { \\\n | ^~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/SDL_egl.c:871:23: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\n 871 | for (j = 0; j < SDL_arraysize(attribs) - 1; j += 2) {\n | ~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~\n2 warnings generated.\n[290/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/video/SDL_pixels.c.o\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/SDL_pixels.c:876:79: warning: unused parameter 'w' [-Wunused-parameter]\n 876 | const float *SDL_GetYCbCRtoRGBConversionMatrix(SDL_Colorspace colorspace, int w, int h, int bits_per_pixel)\n | ^\n1 warning generated.\n[291/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/video/SDL_rect.c.o\n[292/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/video/SDL_stretch.c.o\n[293/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/video/SDL_surface.c.o\n[294/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/video/SDL_stb.c.o\nIn file included from /tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/SDL_stb.c:60:\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/stb_image.h:1231:135: warning: unused parameter 'palette_buffer' [-Wunused-parameter]\n 1231 | static void *stbi__load_main(stbi__context *s, int *x, int *y, int *comp, int req_comp, stbi__result_info *ri, int bpc, unsigned int *palette_buffer, int palette_buffer_len)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/stb_image.h:1231:155: warning: unused parameter 'palette_buffer_len' [-Wunused-parameter]\n 1231 | static void *stbi__load_main(stbi__context *s, int *x, int *y, int *comp, int req_comp, stbi__result_info *ri, int bpc, unsigned int *palette_buffer, int palette_buffer_len)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/SDL_stb.c:94:71: warning: unused parameter 'src_colorspace' [-Wunused-parameter]\n 94 | SDL_PixelFormat src_format, SDL_Colorspace src_colorspace, SDL_PropertiesID src_properties, const void *src, int src_pitch,\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/SDL_stb.c:94:104: warning: unused parameter 'src_properties' [-Wunused-parameter]\n 94 | SDL_PixelFormat src_format, SDL_Colorspace src_colorspace, SDL_PropertiesID src_properties, const void *src, int src_pitch,\n | ^\n4 warnings generated.\n[295/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/video/SDL_video_unsupported.c.o\n[296/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/video/SDL_blit_auto.c.o\n[297/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/video/SDL_vulkan_utils.c.o\nIn file included from /tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/SDL_vulkan_utils.c:23:\nIn file included from /tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/SDL_vulkan_internal.h:40:\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylanddyn.h:45:6: warning: ISO C forbids forward references to 'enum' types [-Wpedantic]\n 45 | enum libdecor_resize_edge;\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylanddyn.h:46:6: warning: ISO C forbids forward references to 'enum' types [-Wpedantic]\n 46 | enum libdecor_capabilities;\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylanddyn.h:47:6: warning: ISO C forbids forward references to 'enum' types [-Wpedantic]\n 47 | enum libdecor_window_state;\n | ^\nIn file included from /tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/SDL_vulkan_utils.c:23:\nIn file included from /tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/SDL_vulkan_internal.h:40:\nIn file included from /tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylanddyn.h:84:\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandsym.h:232:26: warning: ISO C forbids forward references to 'enum' types [-Wpedantic]\n 232 | SDL_WAYLAND_SYM_OPT(enum libdecor_wm_capabilities, libdecor_frame_get_wm_capabilities, (struct libdecor_frame *))\n | ^\n4 warnings generated.\n[298/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/video/yuv2rgb/yuv_rgb_lsx.c.o\n[299/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/video/SDL_video.c.o\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/SDL_video.c:225:39: warning: unused parameter 'userdata' [-Wunused-parameter]\n 225 | static void SDL_SyncHintWatcher(void *userdata, const char *name, const char *oldValue, const char *newValue)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/SDL_video.c:225:61: warning: unused parameter 'name' [-Wunused-parameter]\n 225 | static void SDL_SyncHintWatcher(void *userdata, const char *name, const char *oldValue, const char *newValue)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/SDL_video.c:225:79: warning: unused parameter 'oldValue' [-Wunused-parameter]\n 225 | static void SDL_SyncHintWatcher(void *userdata, const char *name, const char *oldValue, const char *newValue)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/SDL_video.c:277:60: warning: unused parameter '_this' [-Wunused-parameter]\n 277 | static Uint32 SDL_DefaultGraphicsBackends(SDL_VideoDevice *_this)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/SDL_video.c:297:56: warning: unused parameter 'userdata' [-Wunused-parameter]\n 297 | static void SDLCALL SDL_CleanupWindowTextureData(void *userdata, void *value)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/SDL_video.c:311:54: warning: unused parameter '_this' [-Wunused-parameter]\n 311 | static bool SDL_CreateWindowTexture(SDL_VideoDevice *_this, SDL_Window *window, SDL_PixelFormat *format, void **pixels, int *pitch)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/SDL_video.c:466:49: warning: unused parameter '_this' [-Wunused-parameter]\n 466 | bool SDL_SetWindowTextureVSync(SDL_VideoDevice *_this, SDL_Window *window, int vsync)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/SDL_video.c:480:56: warning: unused parameter '_this' [-Wunused-parameter]\n 480 | static bool SDL_GetWindowTextureVSync(SDL_VideoDevice *_this, SDL_Window *window, int *vsync)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/SDL_video.c:494:54: warning: unused parameter '_this' [-Wunused-parameter]\n 494 | static bool SDL_UpdateWindowTexture(SDL_VideoDevice *_this, SDL_Window *window, const SDL_Rect *rects, int numrects)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/SDL_video.c:526:55: warning: unused parameter '_this' [-Wunused-parameter]\n 526 | static void SDL_DestroyWindowTexture(SDL_VideoDevice *_this, SDL_Window *window)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/SDL_video.c:894:43: warning: unused parameter 'display' [-Wunused-parameter]\n 894 | void SDL_OnDisplayAdded(SDL_VideoDisplay *display)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/SDL_video.c:904:43: warning: unused parameter 'display' [-Wunused-parameter]\n 904 | void SDL_OnDisplayMoved(SDL_VideoDisplay *display)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/SDL_video.c:4124:40: warning: unused parameter 'window' [-Wunused-parameter]\n 4124 | void SDL_OnWindowMaximized(SDL_Window *window)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/SDL_video.c:4150:36: warning: unused parameter 'window' [-Wunused-parameter]\n 4150 | void SDL_OnWindowLeave(SDL_Window *window)\n | ^\n14 warnings generated.\n[300/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/video/SDL_yuv.c.o\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/SDL_yuv.c:466:21: warning: unused parameter 'src_format' [-Wunused-parameter]\n 466 | SDL_PixelFormat src_format, SDL_PixelFormat dst_format,\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/SDL_yuv.c:466:49: warning: unused parameter 'dst_format' [-Wunused-parameter]\n 466 | SDL_PixelFormat src_format, SDL_PixelFormat dst_format,\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/SDL_yuv.c:467:12: warning: unused parameter 'width' [-Wunused-parameter]\n 467 | Uint32 width, Uint32 height,\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/SDL_yuv.c:467:26: warning: unused parameter 'height' [-Wunused-parameter]\n 467 | Uint32 width, Uint32 height,\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/SDL_yuv.c:468:18: warning: unused parameter 'y' [-Wunused-parameter]\n 468 | const Uint8 *y, const Uint8 *u, const Uint8 *v, Uint32 y_stride, Uint32 uv_stride,\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/SDL_yuv.c:468:34: warning: unused parameter 'u' [-Wunused-parameter]\n 468 | const Uint8 *y, const Uint8 *u, const Uint8 *v, Uint32 y_stride, Uint32 uv_stride,\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/SDL_yuv.c:468:50: warning: unused parameter 'v' [-Wunused-parameter]\n 468 | const Uint8 *y, const Uint8 *u, const Uint8 *v, Uint32 y_stride, Uint32 uv_stride,\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/SDL_yuv.c:468:60: warning: unused parameter 'y_stride' [-Wunused-parameter]\n 468 | const Uint8 *y, const Uint8 *u, const Uint8 *v, Uint32 y_stride, Uint32 uv_stride,\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/SDL_yuv.c:468:77: warning: unused parameter 'uv_stride' [-Wunused-parameter]\n 468 | const Uint8 *y, const Uint8 *u, const Uint8 *v, Uint32 y_stride, Uint32 uv_stride,\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/SDL_yuv.c:469:12: warning: unused parameter 'rgb' [-Wunused-parameter]\n 469 | Uint8 *rgb, Uint32 rgb_stride,\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/SDL_yuv.c:469:24: warning: unused parameter 'rgb_stride' [-Wunused-parameter]\n 469 | Uint8 *rgb, Uint32 rgb_stride,\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/SDL_yuv.c:470:15: warning: unused parameter 'yuv_type' [-Wunused-parameter]\n 470 | YCbCrType yuv_type)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/SDL_yuv.c:2579:111: warning: unused parameter 'src_properties' [-Wunused-parameter]\n 2579 | SDL_PixelFormat src_format, SDL_Colorspace src_colorspace, SDL_PropertiesID src_properties, const void *src, int src_pitch,\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/SDL_yuv.c:2580:111: warning: unused parameter 'dst_properties' [-Wunused-parameter]\n 2580 | SDL_PixelFormat dst_format, SDL_Colorspace dst_colorspace, SDL_PropertiesID dst_properties, void *dst, int dst_pitch)\n | ^\n14 warnings generated.\n[301/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/audio/dummy/SDL_dummyaudio.c.o\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/audio/dummy/SDL_dummyaudio.c:91:69: warning: unused parameter 'buffer_size' [-Wunused-parameter]\n 91 | static Uint8 *DUMMYAUDIO_GetDeviceBuf(SDL_AudioDevice *device, int *buffer_size)\n | ^\n1 warning generated.\n[302/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/audio/disk/SDL_diskaudio.c.o\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/audio/disk/SDL_diskaudio.c:51:68: warning: unused parameter 'buffer_size' [-Wunused-parameter]\n 51 | static Uint8 *DISKAUDIO_GetDeviceBuf(SDL_AudioDevice *device, int *buffer_size)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/audio/disk/SDL_diskaudio.c:77:55: warning: unused parameter 'device' [-Wunused-parameter]\n 77 | static void DISKAUDIO_FlushRecording(SDL_AudioDevice *device)\n | ^\n2 warnings generated.\n[303/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/camera/dummy/SDL_camera_dummy.c.o\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/camera/dummy/SDL_camera_dummy.c:27:48: warning: unused parameter 'device' [-Wunused-parameter]\n 27 | static bool DUMMYCAMERA_OpenDevice(SDL_Camera *device, const SDL_CameraSpec *spec)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/camera/dummy/SDL_camera_dummy.c:27:78: warning: unused parameter 'spec' [-Wunused-parameter]\n 27 | static bool DUMMYCAMERA_OpenDevice(SDL_Camera *device, const SDL_CameraSpec *spec)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/camera/dummy/SDL_camera_dummy.c:32:49: warning: unused parameter 'device' [-Wunused-parameter]\n 32 | static void DUMMYCAMERA_CloseDevice(SDL_Camera *device)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/camera/dummy/SDL_camera_dummy.c:36:48: warning: unused parameter 'device' [-Wunused-parameter]\n 36 | static bool DUMMYCAMERA_WaitDevice(SDL_Camera *device)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/camera/dummy/SDL_camera_dummy.c:41:67: warning: unused parameter 'device' [-Wunused-parameter]\n 41 | static SDL_CameraFrameResult DUMMYCAMERA_AcquireFrame(SDL_Camera *device, SDL_Surface *frame, Uint64 *timestampNS)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/camera/dummy/SDL_camera_dummy.c:41:88: warning: unused parameter 'frame' [-Wunused-parameter]\n 41 | static SDL_CameraFrameResult DUMMYCAMERA_AcquireFrame(SDL_Camera *device, SDL_Surface *frame, Uint64 *timestampNS)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/camera/dummy/SDL_camera_dummy.c:41:103: warning: unused parameter 'timestampNS' [-Wunused-parameter]\n 41 | static SDL_CameraFrameResult DUMMYCAMERA_AcquireFrame(SDL_Camera *device, SDL_Surface *frame, Uint64 *timestampNS)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/camera/dummy/SDL_camera_dummy.c:47:50: warning: unused parameter 'device' [-Wunused-parameter]\n 47 | static void DUMMYCAMERA_ReleaseFrame(SDL_Camera *device, SDL_Surface *frame)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/camera/dummy/SDL_camera_dummy.c:47:71: warning: unused parameter 'frame' [-Wunused-parameter]\n 47 | static void DUMMYCAMERA_ReleaseFrame(SDL_Camera *device, SDL_Surface *frame)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/camera/dummy/SDL_camera_dummy.c:55:54: warning: unused parameter 'device' [-Wunused-parameter]\n 55 | static void DUMMYCAMERA_FreeDeviceHandle(SDL_Camera *device)\n | ^\n10 warnings generated.\n[304/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/loadso/dlopen/SDL_sysloadso.c.o\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/loadso/dlopen/SDL_sysloadso.c:72:12: warning: returning 'void *' from a function with result type 'SDL_FunctionPointer' (aka 'void (*)(void)') converts between void pointer and function pointer [-Wpedantic]\n 72 | return symbol;\n | ^~~~~~\n1 warning generated.\n[305/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/video/yuv2rgb/yuv_rgb_std.c.o\n[306/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/video/dummy/SDL_nullevents.c.o\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/dummy/SDL_nullevents.c:33:40: warning: unused parameter '_this' [-Wunused-parameter]\n 33 | void DUMMY_PumpEvents(SDL_VideoDevice *_this)\n | ^\n1 warning generated.\n[307/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/joystick/virtual/SDL_virtualjoystick.c.o\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/virtual/SDL_virtualjoystick.c:202:56: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\n 202 | for (i = 0; i < hwdata->desc.nbuttons && i < sizeof(hwdata->desc.button_mask) * 8; ++i) {\n | ~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/virtual/SDL_virtualjoystick.c:480:25: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\n 480 | event->num_values = SDL_min(num_values, SDL_arraysize(event->data));\n | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/include/SDL3/SDL_stdinc.h:2110:29: note: expanded from macro 'SDL_min'\n 2110 | #define SDL_min(x, y) (((x) < (y)) ? (x) : (y))\n | ~ ^ ~\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/virtual/SDL_virtualjoystick.c:508:52: warning: unused parameter 'vendor_id' [-Wunused-parameter]\n 508 | static bool VIRTUAL_JoystickIsDevicePresent(Uint16 vendor_id, Uint16 product_id, Uint16 version, const char *name)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/virtual/SDL_virtualjoystick.c:508:70: warning: unused parameter 'product_id' [-Wunused-parameter]\n 508 | static bool VIRTUAL_JoystickIsDevicePresent(Uint16 vendor_id, Uint16 product_id, Uint16 version, const char *name)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/virtual/SDL_virtualjoystick.c:508:89: warning: unused parameter 'version' [-Wunused-parameter]\n 508 | static bool VIRTUAL_JoystickIsDevicePresent(Uint16 vendor_id, Uint16 product_id, Uint16 version, const char *name)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/virtual/SDL_virtualjoystick.c:508:110: warning: unused parameter 'name' [-Wunused-parameter]\n 508 | static bool VIRTUAL_JoystickIsDevicePresent(Uint16 vendor_id, Uint16 product_id, Uint16 version, const char *name)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/virtual/SDL_virtualjoystick.c:523:54: warning: unused parameter 'device_index' [-Wunused-parameter]\n 523 | static const char *VIRTUAL_JoystickGetDevicePath(int device_index)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/virtual/SDL_virtualjoystick.c:528:65: warning: unused parameter 'device_index' [-Wunused-parameter]\n 528 | static int VIRTUAL_JoystickGetDeviceSteamVirtualGamepadSlot(int device_index)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/virtual/SDL_virtualjoystick.c:533:53: warning: unused parameter 'device_index' [-Wunused-parameter]\n 533 | static int VIRTUAL_JoystickGetDevicePlayerIndex(int device_index)\n | ^\n9 warnings generated.\n[308/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/video/dummy/SDL_nullframebuffer.c.o\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/dummy/SDL_nullframebuffer.c:32:57: warning: unused parameter '_this' [-Wunused-parameter]\n 32 | bool SDL_DUMMY_CreateWindowFramebuffer(SDL_VideoDevice *_this, SDL_Window *window, SDL_PixelFormat *format, void **pixels, int *pitch)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/dummy/SDL_nullframebuffer.c:53:57: warning: unused parameter '_this' [-Wunused-parameter]\n 53 | bool SDL_DUMMY_UpdateWindowFramebuffer(SDL_VideoDevice *_this, SDL_Window *window, const SDL_Rect *rects, int numrects)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/dummy/SDL_nullframebuffer.c:53:100: warning: unused parameter 'rects' [-Wunused-parameter]\n 53 | bool SDL_DUMMY_UpdateWindowFramebuffer(SDL_VideoDevice *_this, SDL_Window *window, const SDL_Rect *rects, int numrects)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/dummy/SDL_nullframebuffer.c:53:111: warning: unused parameter 'numrects' [-Wunused-parameter]\n 53 | bool SDL_DUMMY_UpdateWindowFramebuffer(SDL_VideoDevice *_this, SDL_Window *window, const SDL_Rect *rects, int numrects)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/dummy/SDL_nullframebuffer.c:73:58: warning: unused parameter '_this' [-Wunused-parameter]\n 73 | void SDL_DUMMY_DestroyWindowFramebuffer(SDL_VideoDevice *_this, SDL_Window *window)\n | ^\n5 warnings generated.\n[309/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/video/dummy/SDL_nullvideo.c.o\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/dummy/SDL_nullvideo.c:58:54: warning: unused parameter '_this' [-Wunused-parameter]\n 58 | static bool DUMMY_SetWindowPosition(SDL_VideoDevice *_this, SDL_Window *window)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/dummy/SDL_nullvideo.c:64:50: warning: unused parameter '_this' [-Wunused-parameter]\n 64 | static void DUMMY_SetWindowSize(SDL_VideoDevice *_this, SDL_Window *window)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/dummy/SDL_nullvideo.c:154:39: warning: unused parameter '_this' [-Wunused-parameter]\n 154 | bool DUMMY_VideoInit(SDL_VideoDevice *_this)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/dummy/SDL_nullvideo.c:175:39: warning: unused parameter '_this' [-Wunused-parameter]\n 175 | void DUMMY_VideoQuit(SDL_VideoDevice *_this)\n | ^\n4 warnings generated.\n[310/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/audio/alsa/SDL_alsa_audio.c.o\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/audio/alsa/SDL_alsa_audio.c:122:11: warning: assigning to 'void *' from 'SDL_FunctionPointer' (aka 'void (*)(void)') converts between void pointer and function pointer [-Wpedantic]\n 122 | *addr = SDL_LoadFunction(alsa_handle, fn);\n | ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/audio/alsa/SDL_alsa_audio.c:271:35: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\n 271 | for (int j = 0; j < SDL_arraysize(prefixes); j++) {\n | ~ ^ ~~~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/audio/alsa/SDL_alsa_audio.c:660:38: warning: comparison of integers of different signs: 'int' and 'unsigned int' [-Wsign-compare]\n 660 | if (swizzle_map[sdl_pos_idx] != sdl_pos_idx) {\n | ~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/audio/alsa/SDL_alsa_audio.c:735:27: warning: comparison of integers of different signs: 'int' and 'unsigned int' [-Wsign-compare]\n 735 | for (int i = 0; i < ctx->chans_n; i++) {\n | ~ ^ ~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/audio/alsa/SDL_alsa_audio.c:772:27: warning: comparison of integers of different signs: 'int' and 'unsigned int' [-Wsign-compare]\n 772 | for (int i = 0; i < ctx->chans_n; i++) {\n | ~ ^ ~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/audio/alsa/SDL_alsa_audio.c:824:27: warning: comparison of integers of different signs: 'int' and 'unsigned int' [-Wsign-compare]\n 824 | for (int i = 0; i < ctx->chans_n; i++) {\n | ~ ^ ~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/audio/alsa/SDL_alsa_audio.c:1430:45: warning: unused parameter 'arg' [-Wunused-parameter]\n 1430 | static int SDLCALL ALSA_HotplugThread(void *arg)\n | ^\n7 warnings generated.\n[311/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/camera/pipewire/SDL_camera_pipewire.c.o\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/camera/pipewire/SDL_camera_pipewire.c:110:11: warning: assigning to 'void *' from 'SDL_FunctionPointer' (aka 'void (*)(void)') converts between void pointer and function pointer [-Wpedantic]\n 110 | *addr = SDL_LoadFunction(pipewire_handle, fn);\n | ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/camera/pipewire/SDL_camera_pipewire.c:417:30: warning: unused parameter 'data' [-Wunused-parameter]\n 417 | static void on_process(void *data)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/camera/pipewire/SDL_camera_pipewire.c:422:70: warning: unused parameter 'old' [-Wunused-parameter]\n 422 | static void on_stream_state_changed(void *data, enum pw_stream_state old,\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/camera/pipewire/SDL_camera_pipewire.c:423:57: warning: unused parameter 'error' [-Wunused-parameter]\n 423 | enum pw_stream_state state, const char *error)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/camera/pipewire/SDL_camera_pipewire.c:437:43: warning: unused parameter 'data' [-Wunused-parameter]\n 437 | static void on_stream_param_changed(void *data, uint32_t id, const struct spa_pod *param)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/camera/pipewire/SDL_camera_pipewire.c:437:58: warning: unused parameter 'id' [-Wunused-parameter]\n 437 | static void on_stream_param_changed(void *data, uint32_t id, const struct spa_pod *param)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/camera/pipewire/SDL_camera_pipewire.c:437:84: warning: unused parameter 'param' [-Wunused-parameter]\n 437 | static void on_stream_param_changed(void *data, uint32_t id, const struct spa_pod *param)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/camera/pipewire/SDL_camera_pipewire.c:453:13: warning: use of GNU statement expression extension from macro expansion [-Wgnu-statement-expression-from-macro-expansion]\n 453 | pw_array_remove(&device->hidden->buffers, p);\n | ^\n/usr/include/pipewire-0.3/pipewire/array.h:71:2: note: expanded from macro 'pw_array_remove'\n 71 | ({ \\\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/camera/pipewire/SDL_camera_pipewire.c:506:30: warning: use of GNU statement expression extension from macro expansion [-Wgnu-statement-expression-from-macro-expansion]\n 506 | params[n_params++] = spa_pod_builder_add_object(&b,\n | ^\n/usr/include/spa-0.2/spa/pod/builder.h:698:2: note: expanded from macro 'spa_pod_builder_add_object'\n 698 | ({ \\\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/camera/pipewire/SDL_camera_pipewire.c:514:30: warning: use of GNU statement expression extension from macro expansion [-Wgnu-statement-expression-from-macro-expansion]\n 514 | params[n_params++] = spa_pod_builder_add_object(&b,\n | ^\n/usr/include/spa-0.2/spa/pod/builder.h:698:2: note: expanded from macro 'spa_pod_builder_add_object'\n 698 | ({ \\\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/camera/pipewire/SDL_camera_pipewire.c:555:51: warning: unused parameter 'device' [-Wunused-parameter]\n 555 | static bool PIPEWIRECAMERA_WaitDevice(SDL_Camera *device)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/camera/pipewire/SDL_camera_pipewire.c:796:57: warning: unused parameter 'device' [-Wunused-parameter]\n 796 | static void PIPEWIRECAMERA_FreeDeviceHandle(SDL_Camera *device)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/camera/pipewire/SDL_camera_pipewire.c:843:39: warning: unused parameter 'index' [-Wunused-parameter]\n 843 | uint32_t id, uint32_t index, uint32_t next,\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/camera/pipewire/SDL_camera_pipewire.c:843:55: warning: unused parameter 'next' [-Wunused-parameter]\n 843 | uint32_t id, uint32_t index, uint32_t next,\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/camera/pipewire/SDL_camera_pipewire.c:902:52: warning: unused parameter 'object' [-Wunused-parameter]\n 902 | static void hotplug_registry_global_callback(void *object, uint32_t id,\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/camera/pipewire/SDL_camera_pipewire.c:903:52: warning: unused parameter 'version' [-Wunused-parameter]\n 903 | uint32_t permissions, const char *type, uint32_t version,\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/camera/pipewire/SDL_camera_pipewire.c:958:59: warning: unused parameter 'object' [-Wunused-parameter]\n 958 | static void hotplug_registry_global_remove_callback(void *object, uint32_t id)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/camera/pipewire/SDL_camera_pipewire.c:958:76: warning: unused parameter 'id' [-Wunused-parameter]\n 958 | static void hotplug_registry_global_remove_callback(void *object, uint32_t id)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/camera/pipewire/SDL_camera_pipewire.c:979:46: warning: unused parameter 'data' [-Wunused-parameter]\n 979 | static void hotplug_core_info_callback(void *data, const struct pw_core_info *info)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/camera/pipewire/SDL_camera_pipewire.c:985:46: warning: unused parameter 'object' [-Wunused-parameter]\n 985 | static void hotplug_core_done_callback(void *object, uint32_t id, int seq)\n | ^\n20 warnings generated.\n[312/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/audio/pulseaudio/SDL_pulseaudio.c.o\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/audio/pulseaudio/SDL_pulseaudio.c:141:11: warning: assigning to 'void *' from 'SDL_FunctionPointer' (aka 'void (*)(void)') converts between void pointer and function pointer [-Wpedantic]\n 141 | *addr = SDL_LoadFunction(pulseaudio_handle, fn);\n | ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/audio/pulseaudio/SDL_pulseaudio.c:272:56: warning: unused parameter 'o' [-Wunused-parameter]\n 272 | static void OperationStateChangeCallback(pa_operation *o, void *userdata)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/audio/pulseaudio/SDL_pulseaudio.c:272:65: warning: unused parameter 'userdata' [-Wunused-parameter]\n 272 | static void OperationStateChangeCallback(pa_operation *o, void *userdata)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/audio/pulseaudio/SDL_pulseaudio.c:314:57: warning: unused parameter 'context' [-Wunused-parameter]\n 314 | static void PulseContextStateChangeCallback(pa_context *context, void *userdata)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/audio/pulseaudio/SDL_pulseaudio.c:314:72: warning: unused parameter 'userdata' [-Wunused-parameter]\n 314 | static void PulseContextStateChangeCallback(pa_context *context, void *userdata)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/audio/pulseaudio/SDL_pulseaudio.c:398:38: warning: unused parameter 'p' [-Wunused-parameter]\n 398 | static void WriteCallback(pa_stream *p, size_t nbytes, void *userdata)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/audio/pulseaudio/SDL_pulseaudio.c:471:37: warning: unused parameter 'p' [-Wunused-parameter]\n 471 | static void ReadCallback(pa_stream *p, size_t nbytes, void *userdata)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/audio/pulseaudio/SDL_pulseaudio.c:471:47: warning: unused parameter 'nbytes' [-Wunused-parameter]\n 471 | static void ReadCallback(pa_stream *p, size_t nbytes, void *userdata)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/audio/pulseaudio/SDL_pulseaudio.c:471:61: warning: unused parameter 'userdata' [-Wunused-parameter]\n 471 | static void ReadCallback(pa_stream *p, size_t nbytes, void *userdata)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/audio/pulseaudio/SDL_pulseaudio.c:593:55: warning: unused parameter 'stream' [-Wunused-parameter]\n 593 | static void PulseStreamStateChangeCallback(pa_stream *stream, void *userdata)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/audio/pulseaudio/SDL_pulseaudio.c:593:69: warning: unused parameter 'userdata' [-Wunused-parameter]\n 593 | static void PulseStreamStateChangeCallback(pa_stream *stream, void *userdata)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/audio/pulseaudio/SDL_pulseaudio.c:792:42: warning: unused parameter 'c' [-Wunused-parameter]\n 792 | static void SinkInfoCallback(pa_context *c, const pa_sink_info *i, int is_last, void *data)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/audio/pulseaudio/SDL_pulseaudio.c:792:72: warning: unused parameter 'is_last' [-Wunused-parameter]\n 792 | static void SinkInfoCallback(pa_context *c, const pa_sink_info *i, int is_last, void *data)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/audio/pulseaudio/SDL_pulseaudio.c:792:87: warning: unused parameter 'data' [-Wunused-parameter]\n 792 | static void SinkInfoCallback(pa_context *c, const pa_sink_info *i, int is_last, void *data)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/audio/pulseaudio/SDL_pulseaudio.c:801:44: warning: unused parameter 'c' [-Wunused-parameter]\n 801 | static void SourceInfoCallback(pa_context *c, const pa_source_info *i, int is_last, void *data)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/audio/pulseaudio/SDL_pulseaudio.c:801:76: warning: unused parameter 'is_last' [-Wunused-parameter]\n 801 | static void SourceInfoCallback(pa_context *c, const pa_source_info *i, int is_last, void *data)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/audio/pulseaudio/SDL_pulseaudio.c:801:91: warning: unused parameter 'data' [-Wunused-parameter]\n 801 | static void SourceInfoCallback(pa_context *c, const pa_source_info *i, int is_last, void *data)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/audio/pulseaudio/SDL_pulseaudio.c:810:44: warning: unused parameter 'c' [-Wunused-parameter]\n 810 | static void ServerInfoCallback(pa_context *c, const pa_server_info *i, void *data)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/audio/pulseaudio/SDL_pulseaudio.c:810:78: warning: unused parameter 'data' [-Wunused-parameter]\n 810 | static void ServerInfoCallback(pa_context *c, const pa_server_info *i, void *data)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/audio/pulseaudio/SDL_pulseaudio.c:850:41: warning: unused parameter 'c' [-Wunused-parameter]\n 850 | static void HotplugCallback(pa_context *c, pa_subscription_event_type_t t, uint32_t idx, void *data)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/audio/pulseaudio/SDL_pulseaudio.c:850:96: warning: unused parameter 'data' [-Wunused-parameter]\n 850 | static void HotplugCallback(pa_context *c, pa_subscription_event_type_t t, uint32_t idx, void *data)\n | ^\n21 warnings generated.\n[313/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/audio/pipewire/SDL_pipewire.c.o\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/audio/pipewire/SDL_pipewire.c:101:11: warning: assigning to 'void *' from 'SDL_FunctionPointer' (aka 'void (*)(void)') converts between void pointer and function pointer [-Wpedantic]\n 101 | *addr = SDL_LoadFunction(pipewire_handle, fn);\n | ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/audio/pipewire/SDL_pipewire.c:399:53: warning: unused parameter 'object' [-Wunused-parameter]\n 399 | static void core_events_hotplug_init_callback(void *object, uint32_t id, int seq)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/audio/pipewire/SDL_pipewire.c:411:53: warning: unused parameter 'data' [-Wunused-parameter]\n 411 | static void core_events_hotplug_info_callback(void *data, const struct pw_core_info *info)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/audio/pipewire/SDL_pipewire.c:560:48: warning: unused parameter 'seq' [-Wunused-parameter]\n 560 | static void node_event_param(void *object, int seq, uint32_t id, uint32_t index, uint32_t next, const struct spa_pod *param)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/audio/pipewire/SDL_pipewire.c:560:75: warning: unused parameter 'index' [-Wunused-parameter]\n 560 | static void node_event_param(void *object, int seq, uint32_t id, uint32_t index, uint32_t next, const struct spa_pod *param)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/audio/pipewire/SDL_pipewire.c:560:91: warning: unused parameter 'next' [-Wunused-parameter]\n 560 | static void node_event_param(void *object, int seq, uint32_t id, uint32_t index, uint32_t next, const struct spa_pod *param)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/audio/pipewire/SDL_pipewire.c:629:89: warning: unused parameter 'type' [-Wunused-parameter]\n 629 | static int metadata_property(void *object, Uint32 subject, const char *key, const char *type, const char *value)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/audio/pipewire/SDL_pipewire.c:657:50: warning: unused parameter 'object' [-Wunused-parameter]\n 657 | static void registry_event_global_callback(void *object, uint32_t id, uint32_t permissions, const char *type, uint32_t version,\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/audio/pipewire/SDL_pipewire.c:657:80: warning: unused parameter 'permissions' [-Wunused-parameter]\n 657 | static void registry_event_global_callback(void *object, uint32_t id, uint32_t permissions, const char *type, uint32_t version,\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/audio/pipewire/SDL_pipewire.c:729:50: warning: unused parameter 'object' [-Wunused-parameter]\n 729 | static void registry_event_remove_callback(void *object, uint32_t id)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/audio/pipewire/SDL_pipewire.c:936:67: warning: unused parameter 'buffer_size' [-Wunused-parameter]\n 936 | static Uint8 *PIPEWIRE_GetDeviceBuf(SDL_AudioDevice *device, int *buffer_size)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/audio/pipewire/SDL_pipewire.c:957:71: warning: unused parameter 'buffer' [-Wunused-parameter]\n 957 | static bool PIPEWIRE_PlayDevice(SDL_AudioDevice *device, const Uint8 *buffer, int buffer_size)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/audio/pipewire/SDL_pipewire.c:1015:27: warning: use of GNU statement expression extension from macro expansion [-Wgnu-statement-expression-from-macro-expansion]\n 1015 | const Uint32 offset = SPA_MIN(spa_buf->datas[0].chunk->offset, spa_buf->datas[0].maxsize);\n | ^\n/usr/include/spa-0.2/spa/utils/defs.h:147:2: note: expanded from macro 'SPA_MIN'\n 147 | ({ \\\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/audio/pipewire/SDL_pipewire.c:1016:25: warning: use of GNU statement expression extension from macro expansion [-Wgnu-statement-expression-from-macro-expansion]\n 1016 | const Uint32 size = SPA_MIN(spa_buf->datas[0].chunk->size, spa_buf->datas[0].maxsize - offset);\n | ^\n/usr/include/spa-0.2/spa/utils/defs.h:147:2: note: expanded from macro 'SPA_MIN'\n 147 | ({ \\\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/audio/pipewire/SDL_pipewire.c:1019:21: warning: comparison of integers of different signs: 'const Uint32' (aka 'const unsigned int') and 'int' [-Wsign-compare]\n 1019 | SDL_assert(size <= buflen); // We'll have to reengineer some stuff if this turns out to not be true.\n | ~~~~ ^ ~~~~~~\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/audio/pipewire/SDL_pipewire.c:1048:33: warning: comparison of integers of different signs: 'int' and 'uint32_t' (aka 'unsigned int') [-Wsign-compare]\n 1048 | if (device->buffer_size > buffer->buffer->datas[0].maxsize) {\n | ~~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/audio/pipewire/SDL_pipewire.c:1060:76: warning: unused parameter 'old' [-Wunused-parameter]\n 1060 | static void stream_state_changed_callback(void *data, enum pw_stream_state old, enum pw_stream_state state, const char *error)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/audio/pipewire/SDL_pipewire.c:1060:121: warning: unused parameter 'error' [-Wunused-parameter]\n 1060 | static void stream_state_changed_callback(void *data, enum pw_stream_state old, enum pw_stream_state state, const char *error)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/audio/pipewire/SDL_pipewire.c:1106:45: warning: use of GNU statement expression extension from macro expansion [-Wgnu-statement-expression-from-macro-expansion]\n 1106 | const int min_period = PW_MIN_SAMPLES * SPA_MAX(device->spec.freq / PW_BASE_CLOCK_RATE, 1);\n | ^\n/usr/include/spa-0.2/spa/utils/defs.h:153:2: note: expanded from macro 'SPA_MAX'\n 153 | ({ \\\n | ^\n19 warnings generated.\n[314/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/audio/sndio/SDL_sndioaudio.c.o\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/audio/sndio/SDL_sndioaudio.c:73:11: warning: assigning to 'void *' from 'SDL_FunctionPointer' (aka 'void (*)(void)') converts between void pointer and function pointer [-Wpedantic]\n 73 | *addr = SDL_LoadFunction(sndio_handle, fn);\n | ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/audio/sndio/SDL_sndioaudio.c:181:62: warning: comparison of integers of different signs: 'size_t' (aka 'unsigned long') and 'int' [-Wsign-compare]\n 181 | if (SNDIO_sio_write(device->hidden->dev, buffer, buflen) != buflen) {\n | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~~~~\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/audio/sndio/SDL_sndioaudio.c:208:64: warning: unused parameter 'buffer_size' [-Wunused-parameter]\n 208 | static Uint8 *SNDIO_GetDeviceBuf(SDL_AudioDevice *device, int *buffer_size)\n | ^\n3 warnings generated.\n[315/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11dyn.c.o\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/x11/SDL_x11dyn.c:76:16: warning: assigning to 'void *' from 'SDL_FunctionPointer' (aka 'void (*)(void)') converts between void pointer and function pointer [-Wpedantic]\n 76 | fn = SDL_LoadFunction(x11libs[i].lib, fnname);\n | ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/x11/SDL_x11dyn.c:74:19: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\n 74 | for (i = 0; i < SDL_arraysize(x11libs); i++) {\n | ~ ^ ~~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/x11/SDL_x11dyn.c:139:27: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\n 139 | for (i = 0; i < SDL_arraysize(x11libs); i++) {\n | ~ ^ ~~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/x11/SDL_x11dyn.c:160:23: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\n 160 | for (i = 0; i < SDL_arraysize(x11libs); i++) {\n | ~ ^ ~~~~~~~~~~~~~~~~~~~~~~\n4 warnings generated.\n[316/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11clipboard.c.o\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/x11/SDL_x11clipboard.c:261:52: warning: unused parameter '_this' [-Wunused-parameter]\n 261 | const char **X11_GetTextMimeTypes(SDL_VideoDevice *_this, size_t *num_mime_types)\n | ^\n1 warning generated.\n[317/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11events.c.o\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/x11/SDL_x11events.c:172:48: warning: unused parameter 'display' [-Wunused-parameter]\n 172 | static Bool X11_KeyRepeatCheckIfEvent(Display *display, XEvent *chkev,\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/x11/SDL_x11events.c:436:31: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\n 436 | for (keycode = 0; keycode < SDL_arraysize(videodata->key_layout); ++keycode) {\n | ~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/x11/SDL_x11events.c:487:51: warning: unused parameter '_this' [-Wunused-parameter]\n 487 | static void X11_DispatchFocusOut(SDL_VideoDevice *_this, SDL_WindowData *data)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/x11/SDL_x11events.c:562:49: warning: unused parameter '_this' [-Wunused-parameter]\n 562 | static void ScheduleWindowMove(SDL_VideoDevice *_this, SDL_WindowData *data, const SDL_Point *point)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/x11/SDL_x11events.c:597:42: warning: unused parameter '_this' [-Wunused-parameter]\n 597 | bool X11_ProcessHitTest(SDL_VideoDevice *_this, SDL_WindowData *data, const float x, const float y, bool force_new_result)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/x11/SDL_x11events.c:724:27: warning: comparison of integers of different signs: 'int' and 'size_t' (aka 'unsigned long') [-Wsign-compare]\n 724 | for (i = 0; i < clipboard->mime_count; ++i) {\n | ~ ^ ~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/x11/SDL_x11events.c:736:31: warning: comparison of integers of different signs: 'int' and 'size_t' (aka 'unsigned long') [-Wsign-compare]\n 736 | for (i = 0; i < clipboard->mime_count; ++i) {\n | ~ ^ ~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/x11/SDL_x11events.c:784:48: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\n 784 | for (j = 0, patom = (Atom*)data; j < length; j++, patom++) {\n | ~ ^ ~~~~~~\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/x11/SDL_x11events.c:794:52: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\n 794 | for (j = 0, patom = (Atom*)data; j < length; j++, patom++) {\n | ~ ^ ~~~~~~\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/x11/SDL_x11events.c:863:34: warning: unused parameter 'display' [-Wunused-parameter]\n 863 | static Bool isMapNotify(Display *display, XEvent *ev, XPointer arg)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/x11/SDL_x11events.c:874:39: warning: unused parameter 'display' [-Wunused-parameter]\n 874 | static Bool isReparentNotify(Display *display, XEvent *ev, XPointer arg)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/x11/SDL_x11events.c:929:44: warning: unused parameter 'time' [-Wunused-parameter]\n 929 | Uint64 X11_GetEventTimestamp(unsigned long time)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/x11/SDL_x11events.c:1061:47: warning: unused parameter '_this' [-Wunused-parameter]\n 1061 | void X11_HandleButtonRelease(SDL_VideoDevice *_this, SDL_WindowData *windowdata, SDL_MouseID mouseID, int button, unsigned long time)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/x11/SDL_x11events.c:1624:47: warning: comparison of integers of different signs: 'long' and 'Atom' (aka 'unsigned long') [-Wsign-compare]\n 1624 | (xevent->xclient.data.l[0] == videodata->atoms._NET_WM_PING)) {\n | ~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/x11/SDL_x11events.c:1637:45: warning: comparison of integers of different signs: 'long' and 'Atom' (aka 'unsigned long') [-Wsign-compare]\n 1637 | (xevent->xclient.data.l[0] == videodata->atoms.WM_DELETE_WINDOW)) {\n | ~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/x11/SDL_x11events.c:1646:47: warning: comparison of integers of different signs: 'long' and 'Atom' (aka 'unsigned long') [-Wsign-compare]\n 1646 | (xevent->xclient.data.l[0] == videodata->atoms._NET_WM_SYNC_REQUEST)) {\n | ~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/x11/SDL_x11events.c:2048:33: warning: unused parameter 'display' [-Wunused-parameter]\n 2048 | static Bool isAnyEvent(Display *display, XEvent *ev, XPointer arg)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/x11/SDL_x11events.c:2048:50: warning: unused parameter 'ev' [-Wunused-parameter]\n 2048 | static Bool isAnyEvent(Display *display, XEvent *ev, XPointer arg)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/x11/SDL_x11events.c:2048:63: warning: unused parameter 'arg' [-Wunused-parameter]\n 2048 | static Bool isAnyEvent(Display *display, XEvent *ev, XPointer arg)\n | ^\n19 warnings generated.\n[318/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11framebuffer.c.o\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/x11/SDL_x11framebuffer.c:146:51: warning: unused parameter '_this' [-Wunused-parameter]\n 146 | bool X11_UpdateWindowFramebuffer(SDL_VideoDevice *_this, SDL_Window *window, const SDL_Rect *rects,\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/x11/SDL_x11framebuffer.c:229:52: warning: unused parameter '_this' [-Wunused-parameter]\n 229 | void X11_DestroyWindowFramebuffer(SDL_VideoDevice *_this, SDL_Window *window)\n | ^\n2 warnings generated.\n[319/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11keyboard.c.o\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/x11/SDL_x11keyboard.c:204:19: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\n 204 | for (i = 0; i < SDL_arraysize(fingerprint); ++i) {\n | ~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/x11/SDL_x11keyboard.c:207:19: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\n 207 | for (i = 0; i < SDL_arraysize(scancode_set); ++i) {\n | ~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/x11/SDL_x11keyboard.c:212:23: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\n 212 | for (j = 0; j < SDL_arraysize(fingerprint); ++j) {\n | ~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/x11/SDL_x11keyboard.c:228:27: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\n 228 | for (i = 0; i < SDL_arraysize(scancode_set); ++i) {\n | ~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/x11/SDL_x11keyboard.c:245:24: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\n 245 | if (table_size > (SDL_arraysize(data->key_layout) - min_keycode)) {\n | ~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/x11/SDL_x11keyboard.c:321:23: warning: comparison of integers of different signs: 'int' and 'unsigned int' [-Wsign-compare]\n 321 | for (j = 0; j < n; j++) {\n | ~ ^ ~\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/x11/SDL_x11keyboard.c:346:23: warning: comparison of integers of different signs: 'int' and 'unsigned int' [-Wsign-compare]\n 346 | for (j = 0; j < n; j++) {\n | ~ ^ ~\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/x11/SDL_x11keyboard.c:399:23: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\n 399 | for (int m = 0; m < SDL_arraysize(keymod_masks); ++m) {\n | ~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/x11/SDL_x11keyboard.c:400:27: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\n 400 | for (int i = 0; i < SDL_arraysize(data->key_layout); ++i) {\n | ~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/x11/SDL_x11keyboard.c:497:39: warning: unused parameter 'xic' [-Wunused-parameter]\n 497 | static int preedit_start_callback(XIC xic, XPointer client_data, XPointer call_data)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/x11/SDL_x11keyboard.c:497:53: warning: unused parameter 'client_data' [-Wunused-parameter]\n 497 | static int preedit_start_callback(XIC xic, XPointer client_data, XPointer call_data)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/x11/SDL_x11keyboard.c:497:75: warning: unused parameter 'call_data' [-Wunused-parameter]\n 497 | static int preedit_start_callback(XIC xic, XPointer client_data, XPointer call_data)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/x11/SDL_x11keyboard.c:503:39: warning: unused parameter 'xic' [-Wunused-parameter]\n 503 | static void preedit_done_callback(XIC xic, XPointer client_data, XPointer call_data)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/x11/SDL_x11keyboard.c:503:53: warning: unused parameter 'client_data' [-Wunused-parameter]\n 503 | static void preedit_done_callback(XIC xic, XPointer client_data, XPointer call_data)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/x11/SDL_x11keyboard.c:503:75: warning: unused parameter 'call_data' [-Wunused-parameter]\n 503 | static void preedit_done_callback(XIC xic, XPointer client_data, XPointer call_data)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/x11/SDL_x11keyboard.c:507:39: warning: unused parameter 'xic' [-Wunused-parameter]\n 507 | static void preedit_draw_callback(XIC xic, XPointer client_data, XIMPreeditDrawCallbackStruct *call_data)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/x11/SDL_x11keyboard.c:606:40: warning: unused parameter 'xic' [-Wunused-parameter]\n 606 | static void preedit_caret_callback(XIC xic, XPointer client_data, XIMPreeditCaretCallbackStruct *call_data)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/x11/SDL_x11keyboard.c:639:39: warning: cast from 'int (*)(XIC, XPointer, XPointer)' (aka 'int (*)(struct _XIC *, char *, char *)') to 'XIMProc' (aka 'void (*)(struct _XIM *, char *, char *)') converts to incompatible function type [-Wcast-function-type-mismatch]\n 639 | start_callback.callback = (XIMProc)preedit_start_callback;\n | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/x11/SDL_x11keyboard.c:676:43: warning: unused parameter '_this' [-Wunused-parameter]\n 676 | static void X11_ResetXIM(SDL_VideoDevice *_this, SDL_Window *window)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/x11/SDL_x11keyboard.c:691:86: warning: unused parameter 'props' [-Wunused-parameter]\n 691 | bool X11_StartTextInput(SDL_VideoDevice *_this, SDL_Window *window, SDL_PropertiesID props)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/x11/SDL_x11keyboard.c:704:47: warning: unused parameter '_this' [-Wunused-parameter]\n 704 | bool X11_UpdateTextInputArea(SDL_VideoDevice *_this, SDL_Window *window)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/x11/SDL_x11keyboard.c:774:65: warning: unused parameter 'window' [-Wunused-parameter]\n 774 | void X11_HideScreenKeyboard(SDL_VideoDevice *_this, SDL_Window *window)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/x11/SDL_x11keyboard.c:784:68: warning: unused parameter 'window' [-Wunused-parameter]\n 784 | bool X11_IsScreenKeyboardShown(SDL_VideoDevice *_this, SDL_Window *window)\n | ^\n23 warnings generated.\n[320/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/video/yuv2rgb/yuv_rgb_sse.c.o\n[321/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11messagebox.c.o\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/x11/SDL_x11messagebox.c:641:46: warning: unused parameter 'display' [-Wunused-parameter]\n 641 | static Bool X11_MessageBoxEventTest(Display *display, XEvent *event, XPointer arg)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/x11/SDL_x11messagebox.c:726:37: warning: comparison of integers of different signs: 'long' and 'Atom' (aka 'unsigned long') [-Wsign-compare]\n 726 | e.xclient.data.l[0] == data->wm_delete_message) {\n | ~~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~\n2 warnings generated.\n[322/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11modes.c.o\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/x11/SDL_x11modes.c:583:55: warning: unused parameter '_this' [-Wunused-parameter]\n 583 | static void X11_CheckDisplaysRemoved(SDL_VideoDevice *_this, Display *dpy)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/x11/SDL_x11modes.c:1054:37: warning: unused parameter '_this' [-Wunused-parameter]\n 1054 | void X11_QuitModes(SDL_VideoDevice *_this)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/x11/SDL_x11modes.c:1058:44: warning: unused parameter '_this' [-Wunused-parameter]\n 1058 | bool X11_GetDisplayBounds(SDL_VideoDevice *_this, SDL_VideoDisplay *sdl_display, SDL_Rect *rect)\n | ^\n3 warnings generated.\n[323/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11mouse.c.o\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/x11/SDL_x11mouse.c:387:43: warning: unused parameter 'enabled' [-Wunused-parameter]\n 387 | static bool X11_SetRelativeMouseMode(bool enabled)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/x11/SDL_x11mouse.c:488:37: warning: unused parameter '_this' [-Wunused-parameter]\n 488 | void X11_InitMouse(SDL_VideoDevice *_this)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/x11/SDL_x11mouse.c:529:19: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\n 529 | for (j = 0; j < SDL_arraysize(sys_cursors); j++) {\n | ~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~\n3 warnings generated.\n[324/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11opengl.c.o\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/x11/SDL_x11opengl.c:281:12: warning: returning 'void *' from a function with result type 'SDL_FunctionPointer' (aka 'void (*)(void)') converts between void pointer and function pointer [-Wpedantic]\n 281 | return GL_LoadFunction(_this->gl_config.dll_handle, proc);\n | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/x11/SDL_x11opengl.c:155:26: note: expanded from macro 'GL_LoadFunction'\n 155 | #define GL_LoadFunction dlsym\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/x11/SDL_x11opengl.c:490:66: warning: unused parameter 'display' [-Wunused-parameter]\n 490 | static int X11_GL_GetAttributes(SDL_VideoDevice *_this, Display *display, int screen, int *attribs, int size, Bool for_FBConfig, int **_pvistypeattr, bool transparent)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/x11/SDL_x11opengl.c:490:79: warning: unused parameter 'screen' [-Wunused-parameter]\n 490 | static int X11_GL_GetAttributes(SDL_VideoDevice *_this, Display *display, int screen, int *attribs, int size, Bool for_FBConfig, int **_pvistypeattr, bool transparent)\n | ^\n3 warnings generated.\n[325/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11opengles.c.o\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/x11/SDL_x11opengles.c:132:56: warning: unused parameter '_this' [-Wunused-parameter]\n 132 | SDL_EGLSurface X11_GLES_GetEGLSurface(SDL_VideoDevice *_this, SDL_Window *window)\n | ^\n1 warning generated.\n[326/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11settings.c.o\n[327/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11pen.c.o\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/x11/SDL_x11pen.c:211:23: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\n 211 | for (int i = 0; i < SDL_arraysize(handle->valuator_for_axis); i++) {\n | ~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/x11/SDL_x11pen.c:337:41: warning: unused parameter 'instance_id' [-Wunused-parameter]\n 337 | static void X11_FreePenHandle(SDL_PenID instance_id, void *handle, void *userdata)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/x11/SDL_x11pen.c:337:74: warning: unused parameter 'userdata' [-Wunused-parameter]\n 337 | static void X11_FreePenHandle(SDL_PenID instance_id, void *handle, void *userdata)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/x11/SDL_x11pen.c:342:35: warning: unused parameter '_this' [-Wunused-parameter]\n 342 | void X11_QuitPen(SDL_VideoDevice *_this)\n | ^\n4 warnings generated.\n[328/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11shape.c.o\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/x11/SDL_x11shape.c:56:45: warning: unused parameter '_this' [-Wunused-parameter]\n 56 | bool X11_UpdateWindowShape(SDL_VideoDevice *_this, SDL_Window *window, SDL_Surface *shape)\n | ^\n1 warning generated.\n[329/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11touch.c.o\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/x11/SDL_x11touch.c:35:37: warning: unused parameter '_this' [-Wunused-parameter]\n 35 | void X11_QuitTouch(SDL_VideoDevice *_this)\n | ^\n1 warning generated.\n[330/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11video.c.o\n[331/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11vulkan.c.o\nIn file included from /tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/x11/SDL_x11vulkan.c:25:\nIn file included from /tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/x11/../SDL_vulkan_internal.h:40:\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/x11/../wayland/SDL_waylanddyn.h:45:6: warning: ISO C forbids forward references to 'enum' types [-Wpedantic]\n 45 | enum libdecor_resize_edge;\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/x11/../wayland/SDL_waylanddyn.h:46:6: warning: ISO C forbids forward references to 'enum' types [-Wpedantic]\n 46 | enum libdecor_capabilities;\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/x11/../wayland/SDL_waylanddyn.h:47:6: warning: ISO C forbids forward references to 'enum' types [-Wpedantic]\n 47 | enum libdecor_window_state;\n | ^\nIn file included from /tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/x11/SDL_x11vulkan.c:25:\nIn file included from /tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/x11/../SDL_vulkan_internal.h:40:\nIn file included from /tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/x11/../wayland/SDL_waylanddyn.h:84:\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/x11/../wayland/SDL_waylandsym.h:232:26: warning: ISO C forbids forward references to 'enum' types [-Wpedantic]\n 232 | SDL_WAYLAND_SYM_OPT(enum libdecor_wm_capabilities, libdecor_frame_get_wm_capabilities, (struct libdecor_frame *))\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/x11/SDL_x11vulkan.c:78:48: warning: assigning to 'SDL_FunctionPointer' (aka 'void (*)(void)') from 'void *' converts between void pointer and function pointer [-Wpedantic]\n 78 | _this->vulkan_config.vkGetInstanceProcAddr = (void *)vkGetInstanceProcAddr;\n | ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/x11/SDL_x11vulkan.c:79:65: warning: assigning to 'SDL_FunctionPointer' (aka 'void (*)(void)') from 'void *' converts between void pointer and function pointer [-Wpedantic]\n 79 | _this->vulkan_config.vkEnumerateInstanceExtensionProperties =\n | ^\n 80 | (void *)((PFN_vkGetInstanceProcAddr)_this->vulkan_config.vkGetInstanceProcAddr)(\n | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n 81 | VK_NULL_HANDLE, \"vkEnumerateInstanceExtensionProperties\");\n | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/x11/SDL_x11vulkan.c:233:44: warning: passing 'SDL_FunctionPointer' (aka 'void (*)(void)') to parameter of type 'void *' converts between void pointer and function pointer [-Wpedantic]\n 233 | SDL_Vulkan_DestroySurface_Internal(_this->vulkan_config.vkGetInstanceProcAddr, instance, surface, allocator);\n | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/x11/../SDL_vulkan_internal.h:77:54: note: passing argument to parameter 'vkGetInstanceProcAddr' here\n 77 | extern void SDL_Vulkan_DestroySurface_Internal(void *vkGetInstanceProcAddr,\n | ^\n7 warnings generated.\n[332/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11xfixes.c.o\n[333/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/video/x11/edid-parse.c.o\n[334/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11xinput2.c.o\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/x11/SDL_x11xinput2.c:473:31: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\n 473 | for (int i = 0; i < SDL_arraysize(axes); i++) {\n | ~ ^ ~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/x11/SDL_x11xinput2.c:523:49: warning: unused parameter '_this' [-Wunused-parameter]\n 523 | void X11_InitXinput2Multitouch(SDL_VideoDevice *_this)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/x11/SDL_x11xinput2.c:622:44: warning: unused parameter '_this' [-Wunused-parameter]\n 622 | void X11_Xinput2GrabTouch(SDL_VideoDevice *_this, SDL_Window *window)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/x11/SDL_x11xinput2.c:652:46: warning: unused parameter '_this' [-Wunused-parameter]\n 652 | void X11_Xinput2UngrabTouch(SDL_VideoDevice *_this, SDL_Window *window)\n | ^\n4 warnings generated.\n[335/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11window.c.o\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/x11/SDL_x11window.c:62:34: warning: unused parameter 'dpy' [-Wunused-parameter]\n 62 | static Bool isMapNotify(Display *dpy, XEvent *ev, XPointer win) // NOLINT(readability-non-const-parameter): cannot make XPointer a const pointer due to typedef\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/x11/SDL_x11window.c:66:36: warning: unused parameter 'dpy' [-Wunused-parameter]\n 66 | static Bool isUnmapNotify(Display *dpy, XEvent *ev, XPointer win) // NOLINT(readability-non-const-parameter): cannot make XPointer a const pointer due to typedef\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/x11/SDL_x11window.c:214:22: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\n 214 | SDL_assert(count <= SDL_arraysize(atoms));\n | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/include/SDL3/SDL_assert.h:482:53: note: expanded from macro 'SDL_assert'\n 482 | # define SDL_assert(condition) SDL_enabled_assert(condition)\n | ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/include/SDL3/SDL_assert.h:364:19: note: expanded from macro 'SDL_enabled_assert'\n 364 | while ( !(condition) ) { \\\n | ^~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/x11/SDL_x11window.c:835:32: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\n 835 | SDL_assert(proto_count <= sizeof(protocols) / sizeof(protocols[0]));\n | ~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/include/SDL3/SDL_assert.h:482:53: note: expanded from macro 'SDL_assert'\n 482 | # define SDL_assert(condition) SDL_enabled_assert(condition)\n | ^~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/include/SDL3/SDL_assert.h:364:19: note: expanded from macro 'SDL_enabled_assert'\n 364 | while ( !(condition) ) { \\\n | ^~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/x11/SDL_x11window.c:937:42: warning: unused parameter '_this' [-Wunused-parameter]\n 937 | void X11_SetWindowTitle(SDL_VideoDevice *_this, SDL_Window *window)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/x11/SDL_x11window.c:948:39: warning: unused parameter 'd' [-Wunused-parameter]\n 948 | static int X11_CatchAnyError(Display *d, XErrorEvent *e)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/x11/SDL_x11window.c:948:55: warning: unused parameter 'e' [-Wunused-parameter]\n 948 | static int X11_CatchAnyError(Display *d, XErrorEvent *e)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/x11/SDL_x11window.c:1096:41: warning: unused parameter '_this' [-Wunused-parameter]\n 1096 | bool X11_SetWindowIcon(SDL_VideoDevice *_this, SDL_Window *window, SDL_Surface *icon)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/x11/SDL_x11window.c:1348:48: warning: unused parameter '_this' [-Wunused-parameter]\n 1348 | bool X11_GetWindowBordersSize(SDL_VideoDevice *_this, SDL_Window *window, int *top, int *left, int *bottom, int *right)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/x11/SDL_x11window.c:1360:44: warning: unused parameter '_this' [-Wunused-parameter]\n 1360 | bool X11_SetWindowOpacity(SDL_VideoDevice *_this, SDL_Window *window, float opacity)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/x11/SDL_x11window.c:1482:78: warning: unused parameter 'resizable' [-Wunused-parameter]\n 1482 | void X11_SetWindowResizable(SDL_VideoDevice *_this, SDL_Window *window, bool resizable)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/x11/SDL_x11window.c:1771:42: warning: unused parameter '_this' [-Wunused-parameter]\n 1771 | void X11_MinimizeWindow(SDL_VideoDevice *_this, SDL_Window *window)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/x11/SDL_x11window.c:1981:48: warning: unused parameter '_this' [-Wunused-parameter]\n 1981 | void *X11_GetWindowICCProfile(SDL_VideoDevice *_this, SDL_Window *window, size_t *size)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/x11/SDL_x11window.c:2203:39: warning: unused parameter 'window' [-Wunused-parameter]\n 2203 | bool X11_SetWindowHitTest(SDL_Window *window, bool enabled)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/x11/SDL_x11window.c:2203:52: warning: unused parameter 'enabled' [-Wunused-parameter]\n 2203 | bool X11_SetWindowHitTest(SDL_Window *window, bool enabled)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/x11/SDL_x11window.c:2223:39: warning: unused parameter '_this' [-Wunused-parameter]\n 2223 | bool X11_FlashWindow(SDL_VideoDevice *_this, SDL_Window *window, SDL_FlashOperation operation)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/x11/SDL_x11window.c:2356:46: warning: unused parameter '_this' [-Wunused-parameter]\n 2356 | bool X11_SetWindowFocusable(SDL_VideoDevice *_this, SDL_Window *window, bool focusable)\n | ^\n17 warnings generated.\n[336/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/video/kmsdrm/SDL_kmsdrmdyn.c.o\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/kmsdrm/SDL_kmsdrmdyn.c:53:16: warning: assigning to 'void *' from 'SDL_FunctionPointer' (aka 'void (*)(void)') converts between void pointer and function pointer [-Wpedantic]\n 53 | fn = SDL_LoadFunction(kmsdrmlibs[i].lib, fnname);\n | ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/kmsdrm/SDL_kmsdrmdyn.c:51:19: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\n 51 | for (i = 0; i < SDL_arraysize(kmsdrmlibs); i++) {\n | ~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/kmsdrm/SDL_kmsdrmdyn.c:102:27: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\n 102 | for (i = 0; i < SDL_arraysize(kmsdrmlibs); i++) {\n | ~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/kmsdrm/SDL_kmsdrmdyn.c:123:23: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\n 123 | for (i = 0; i < SDL_arraysize(kmsdrmlibs); i++) {\n | ~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~\n4 warnings generated.\n[337/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/video/kmsdrm/SDL_kmsdrmevents.c.o\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/kmsdrm/SDL_kmsdrmevents.c:35:41: warning: unused parameter '_this' [-Wunused-parameter]\n 35 | void KMSDRM_PumpEvents(SDL_VideoDevice *_this)\n | ^\n1 warning generated.\n[338/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11xsync.c.o\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/x11/SDL_x11xsync.c:122:63: warning: unused parameter 'event' [-Wunused-parameter]\n 122 | void X11_HandleConfigure(SDL_Window *window, XConfigureEvent *event)\n | ^\n1 warning generated.\n[339/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/video/kmsdrm/SDL_kmsdrmmouse.c.o\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/kmsdrm/SDL_kmsdrmmouse.c:64:46: warning: unused parameter '_this' [-Wunused-parameter]\n 64 | void KMSDRM_DestroyCursorBO(SDL_VideoDevice *_this, SDL_VideoDisplay *display)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/kmsdrm/SDL_kmsdrmmouse.c:307:27: warning: comparison of integers of different signs: 'int' and 'SDL_DisplayID' (aka 'unsigned int') [-Wsign-compare]\n 307 | for (i = 0; i < displays[i]; i++) {\n | ~ ^ ~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/kmsdrm/SDL_kmsdrmmouse.c:356:42: warning: unused parameter 'window' [-Wunused-parameter]\n 356 | static bool KMSDRM_WarpMouse(SDL_Window *window, float x, float y)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/kmsdrm/SDL_kmsdrmmouse.c:362:40: warning: unused parameter '_this' [-Wunused-parameter]\n 362 | void KMSDRM_InitMouse(SDL_VideoDevice *_this, SDL_VideoDisplay *display)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/kmsdrm/SDL_kmsdrmmouse.c:382:40: warning: unused parameter '_this' [-Wunused-parameter]\n 382 | void KMSDRM_QuitMouse(SDL_VideoDevice *_this)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/kmsdrm/SDL_kmsdrmmouse.c:388:43: warning: unused parameter 'cursor' [-Wunused-parameter]\n 388 | static bool KMSDRM_MoveCursor(SDL_Cursor *cursor)\n | ^\n6 warnings generated.\n[340/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/video/kmsdrm/SDL_kmsdrmopengles.c.o\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/kmsdrm/SDL_kmsdrmopengles.c:37:56: warning: unused parameter '_this' [-Wunused-parameter]\n 37 | void KMSDRM_GLES_DefaultProfileConfig(SDL_VideoDevice *_this, int *mask, int *major, int *minor)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/kmsdrm/SDL_kmsdrmopengles.c:37:68: warning: unused parameter 'mask' [-Wunused-parameter]\n 37 | void KMSDRM_GLES_DefaultProfileConfig(SDL_VideoDevice *_this, int *mask, int *major, int *minor)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/kmsdrm/SDL_kmsdrmopengles.c:37:79: warning: unused parameter 'major' [-Wunused-parameter]\n 37 | void KMSDRM_GLES_DefaultProfileConfig(SDL_VideoDevice *_this, int *mask, int *major, int *minor)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/kmsdrm/SDL_kmsdrmopengles.c:37:91: warning: unused parameter 'minor' [-Wunused-parameter]\n 37 | void KMSDRM_GLES_DefaultProfileConfig(SDL_VideoDevice *_this, int *mask, int *major, int *minor)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/kmsdrm/SDL_kmsdrmopengles.c:49:47: warning: unused parameter '_this' [-Wunused-parameter]\n 49 | bool KMSDRM_GLES_LoadLibrary(SDL_VideoDevice *_this, const char *path)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/kmsdrm/SDL_kmsdrmopengles.c:49:66: warning: unused parameter 'path' [-Wunused-parameter]\n 49 | bool KMSDRM_GLES_LoadLibrary(SDL_VideoDevice *_this, const char *path)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/kmsdrm/SDL_kmsdrmopengles.c:63:49: warning: unused parameter '_this' [-Wunused-parameter]\n 63 | void KMSDRM_GLES_UnloadLibrary(SDL_VideoDevice *_this)\n | ^\n7 warnings generated.\n[341/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/video/x11/xsettings-client.c.o\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/x11/xsettings-client.c:110:25: warning: unused parameter 'display' [-Wunused-parameter]\n 110 | ignore_errors (Display *display, XErrorEvent *event)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/x11/xsettings-client.c:110:47: warning: unused parameter 'event' [-Wunused-parameter]\n 110 | ignore_errors (Display *display, XErrorEvent *event)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/x11/xsettings-client.c:245:32: warning: comparison of integers of different signs: 'long' and 'size_t' (aka 'unsigned long') [-Wsign-compare]\n 245 | if (BYTES_LEFT (&buffer) < pad_len)\n | ~~~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/x11/xsettings-client.c:291:36: warning: comparison of integers of different signs: 'long' and 'size_t' (aka 'unsigned long') [-Wsign-compare]\n 291 | BYTES_LEFT (&buffer) < pad_len)\n | ~~~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/x11/xsettings-client.c:597:34: warning: comparison of integers of different signs: 'const long' and 'Atom' (aka 'unsigned long') [-Wsign-compare]\n 597 | xev->xclient.data.l[1] == client->selection_atom)\n | ~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~\n5 warnings generated.\n[342/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/video/kmsdrm/SDL_kmsdrmvideo.c.o\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/kmsdrm/SDL_kmsdrmvideo.c:339:53: warning: unused parameter 'bo' [-Wunused-parameter]\n 339 | static void KMSDRM_FBDestroyCallback(struct gbm_bo *bo, void *data)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/kmsdrm/SDL_kmsdrmvideo.c:426:36: warning: unused parameter 'fd' [-Wunused-parameter]\n 426 | static void KMSDRM_FlipHandler(int fd, unsigned int frame, unsigned int sec, unsigned int usec, void *data)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/kmsdrm/SDL_kmsdrmvideo.c:426:53: warning: unused parameter 'frame' [-Wunused-parameter]\n 426 | static void KMSDRM_FlipHandler(int fd, unsigned int frame, unsigned int sec, unsigned int usec, void *data)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/kmsdrm/SDL_kmsdrmvideo.c:426:73: warning: unused parameter 'sec' [-Wunused-parameter]\n 426 | static void KMSDRM_FlipHandler(int fd, unsigned int frame, unsigned int sec, unsigned int usec, void *data)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/kmsdrm/SDL_kmsdrmvideo.c:426:91: warning: unused parameter 'usec' [-Wunused-parameter]\n 426 | static void KMSDRM_FlipHandler(int fd, unsigned int frame, unsigned int sec, unsigned int usec, void *data)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/kmsdrm/SDL_kmsdrmvideo.c:706:19: warning: comparison of integers of different signs: 'int' and 'uint32_t' (aka 'unsigned int') [-Wsign-compare]\n 706 | for (i = 0; i < props->count_props; ++i) {\n | ~ ^ ~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/kmsdrm/SDL_kmsdrmvideo.c:766:19: warning: comparison of integers of different signs: 'int' and 'uint32_t' (aka 'unsigned int') [-Wsign-compare]\n 766 | for (i = 0; i < props->count_props && !done; ++i) {\n | ~ ^ ~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/kmsdrm/SDL_kmsdrmvideo.c:1184:69: warning: unused parameter 'dispdata' [-Wunused-parameter]\n 1184 | static bool KMSDRM_GBMInit(SDL_VideoDevice *_this, SDL_DisplayData *dispdata)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/kmsdrm/SDL_kmsdrmvideo.c:1212:71: warning: unused parameter 'dispdata' [-Wunused-parameter]\n 1212 | static void KMSDRM_GBMDeinit(SDL_VideoDevice *_this, SDL_DisplayData *dispdata)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/kmsdrm/SDL_kmsdrmvideo.c:1501:46: warning: unused parameter '_this' [-Wunused-parameter]\n 1501 | bool KMSDRM_GetDisplayModes(SDL_VideoDevice *_this, SDL_VideoDisplay *display)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/kmsdrm/SDL_kmsdrmvideo.c:1614:19: warning: comparison of integers of different signs: 'unsigned int' and 'int' [-Wsign-compare]\n 1614 | for (i = 0; i < viddata->num_windows; i++) {\n | ~ ^ ~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/kmsdrm/SDL_kmsdrmvideo.c:1618:27: warning: comparison of integers of different signs: 'unsigned int' and 'int' [-Wsign-compare]\n 1618 | for (j = i; j < viddata->num_windows; j++) {\n | ~ ^ ~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/kmsdrm/SDL_kmsdrmvideo.c:1638:87: warning: unused parameter 'create_props' [-Wunused-parameter]\n 1638 | bool KMSDRM_CreateWindow(SDL_VideoDevice *_this, SDL_Window *window, SDL_PropertiesID create_props)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/kmsdrm/SDL_kmsdrmvideo.c:1784:45: warning: unused parameter '_this' [-Wunused-parameter]\n 1784 | void KMSDRM_SetWindowTitle(SDL_VideoDevice *_this, SDL_Window *window)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/kmsdrm/SDL_kmsdrmvideo.c:1784:64: warning: unused parameter 'window' [-Wunused-parameter]\n 1784 | void KMSDRM_SetWindowTitle(SDL_VideoDevice *_this, SDL_Window *window)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/kmsdrm/SDL_kmsdrmvideo.c:1787:48: warning: unused parameter '_this' [-Wunused-parameter]\n 1787 | bool KMSDRM_SetWindowPosition(SDL_VideoDevice *_this, SDL_Window *window)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/kmsdrm/SDL_kmsdrmvideo.c:1787:67: warning: unused parameter 'window' [-Wunused-parameter]\n 1787 | bool KMSDRM_SetWindowPosition(SDL_VideoDevice *_this, SDL_Window *window)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/kmsdrm/SDL_kmsdrmvideo.c:1798:111: warning: unused parameter 'display' [-Wunused-parameter]\n 1798 | SDL_FullscreenResult KMSDRM_SetWindowFullscreen(SDL_VideoDevice *_this, SDL_Window *window, SDL_VideoDisplay *display, SDL_FullscreenOp fullscreen)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/kmsdrm/SDL_kmsdrmvideo.c:1798:137: warning: unused parameter 'fullscreen' [-Wunused-parameter]\n 1798 | SDL_FullscreenResult KMSDRM_SetWindowFullscreen(SDL_VideoDevice *_this, SDL_Window *window, SDL_VideoDisplay *display, SDL_FullscreenOp fullscreen)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/kmsdrm/SDL_kmsdrmvideo.c:1806:41: warning: unused parameter '_this' [-Wunused-parameter]\n 1806 | void KMSDRM_ShowWindow(SDL_VideoDevice *_this, SDL_Window *window)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/kmsdrm/SDL_kmsdrmvideo.c:1806:60: warning: unused parameter 'window' [-Wunused-parameter]\n 1806 | void KMSDRM_ShowWindow(SDL_VideoDevice *_this, SDL_Window *window)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/kmsdrm/SDL_kmsdrmvideo.c:1809:41: warning: unused parameter '_this' [-Wunused-parameter]\n 1809 | void KMSDRM_HideWindow(SDL_VideoDevice *_this, SDL_Window *window)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/kmsdrm/SDL_kmsdrmvideo.c:1809:60: warning: unused parameter 'window' [-Wunused-parameter]\n 1809 | void KMSDRM_HideWindow(SDL_VideoDevice *_this, SDL_Window *window)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/kmsdrm/SDL_kmsdrmvideo.c:1812:42: warning: unused parameter '_this' [-Wunused-parameter]\n 1812 | void KMSDRM_RaiseWindow(SDL_VideoDevice *_this, SDL_Window *window)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/kmsdrm/SDL_kmsdrmvideo.c:1812:61: warning: unused parameter 'window' [-Wunused-parameter]\n 1812 | void KMSDRM_RaiseWindow(SDL_VideoDevice *_this, SDL_Window *window)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/kmsdrm/SDL_kmsdrmvideo.c:1815:45: warning: unused parameter '_this' [-Wunused-parameter]\n 1815 | void KMSDRM_MaximizeWindow(SDL_VideoDevice *_this, SDL_Window *window)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/kmsdrm/SDL_kmsdrmvideo.c:1815:64: warning: unused parameter 'window' [-Wunused-parameter]\n 1815 | void KMSDRM_MaximizeWindow(SDL_VideoDevice *_this, SDL_Window *window)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/kmsdrm/SDL_kmsdrmvideo.c:1818:45: warning: unused parameter '_this' [-Wunused-parameter]\n 1818 | void KMSDRM_MinimizeWindow(SDL_VideoDevice *_this, SDL_Window *window)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/kmsdrm/SDL_kmsdrmvideo.c:1818:64: warning: unused parameter 'window' [-Wunused-parameter]\n 1818 | void KMSDRM_MinimizeWindow(SDL_VideoDevice *_this, SDL_Window *window)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/kmsdrm/SDL_kmsdrmvideo.c:1821:44: warning: unused parameter '_this' [-Wunused-parameter]\n 1821 | void KMSDRM_RestoreWindow(SDL_VideoDevice *_this, SDL_Window *window)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/kmsdrm/SDL_kmsdrmvideo.c:1821:63: warning: unused parameter 'window' [-Wunused-parameter]\n 1821 | void KMSDRM_RestoreWindow(SDL_VideoDevice *_this, SDL_Window *window)\n | ^\n31 warnings generated.\n[343/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandclipboard.c.o\nIn file included from /tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandclipboard.c:25:\nIn file included from /tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylanddatamanager.h:27:\nIn file included from /tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandvideo.h:125:\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylanddyn.h:45:6: warning: ISO C forbids forward references to 'enum' types [-Wpedantic]\n 45 | enum libdecor_resize_edge;\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylanddyn.h:46:6: warning: ISO C forbids forward references to 'enum' types [-Wpedantic]\n 46 | enum libdecor_capabilities;\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylanddyn.h:47:6: warning: ISO C forbids forward references to 'enum' types [-Wpedantic]\n 47 | enum libdecor_window_state;\n | ^\nIn file included from /tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandclipboard.c:25:\nIn file included from /tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylanddatamanager.h:27:\nIn file included from /tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandvideo.h:125:\nIn file included from /tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylanddyn.h:84:\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandsym.h:232:26: warning: ISO C forbids forward references to 'enum' types [-Wpedantic]\n 232 | SDL_WAYLAND_SYM_OPT(enum libdecor_wm_capabilities, libdecor_frame_get_wm_capabilities, (struct libdecor_frame *))\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandclipboard.c:100:56: warning: unused parameter '_this' [-Wunused-parameter]\n 100 | const char **Wayland_GetTextMimeTypes(SDL_VideoDevice *_this, size_t *num_mime_types)\n | ^\n5 warnings generated.\n[344/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandcolor.c.o\nIn file included from /tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandcolor.c:27:\nIn file included from /tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandvideo.h:125:\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylanddyn.h:45:6: warning: ISO C forbids forward references to 'enum' types [-Wpedantic]\n 45 | enum libdecor_resize_edge;\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylanddyn.h:46:6: warning: ISO C forbids forward references to 'enum' types [-Wpedantic]\n 46 | enum libdecor_capabilities;\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylanddyn.h:47:6: warning: ISO C forbids forward references to 'enum' types [-Wpedantic]\n 47 | enum libdecor_window_state;\n | ^\nIn file included from /tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandcolor.c:27:\nIn file included from /tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandvideo.h:125:\nIn file included from /tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylanddyn.h:84:\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandsym.h:232:26: warning: ISO C forbids forward references to 'enum' types [-Wpedantic]\n 232 | SDL_WAYLAND_SYM_OPT(enum libdecor_wm_capabilities, libdecor_frame_get_wm_capabilities, (struct libdecor_frame *))\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandcolor.c:91:85: warning: unused parameter 'wp_image_description_info_v1' [-Wunused-parameter]\n 91 | struct wp_image_description_info_v1 *wp_image_description_info_v1)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandcolor.c:114:89: warning: unused parameter 'wp_image_description_info_v1' [-Wunused-parameter]\n 114 | struct wp_image_description_info_v1 *wp_image_description_info_v1,\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandcolor.c:123:59: warning: unused parameter 'data' [-Wunused-parameter]\n 123 | static void image_description_info_handle_primaries(void *data,\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandcolor.c:124:90: warning: unused parameter 'wp_image_description_info_v1' [-Wunused-parameter]\n 124 | struct wp_image_description_info_v1 *wp_image_description_info_v1,\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandcolor.c:125:61: warning: unused parameter 'r_x' [-Wunused-parameter]\n 125 | int32_t r_x, int32_t r_y,\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandcolor.c:125:74: warning: unused parameter 'r_y' [-Wunused-parameter]\n 125 | int32_t r_x, int32_t r_y,\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandcolor.c:126:61: warning: unused parameter 'g_x' [-Wunused-parameter]\n 126 | int32_t g_x, int32_t g_y,\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandcolor.c:126:74: warning: unused parameter 'g_y' [-Wunused-parameter]\n 126 | int32_t g_x, int32_t g_y,\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandcolor.c:127:61: warning: unused parameter 'b_x' [-Wunused-parameter]\n 127 | int32_t b_x, int32_t b_y,\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandcolor.c:127:74: warning: unused parameter 'b_y' [-Wunused-parameter]\n 127 | int32_t b_x, int32_t b_y,\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandcolor.c:128:61: warning: unused parameter 'w_x' [-Wunused-parameter]\n 128 | int32_t w_x, int32_t w_y)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandcolor.c:128:74: warning: unused parameter 'w_y' [-Wunused-parameter]\n 128 | int32_t w_x, int32_t w_y)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandcolor.c:133:65: warning: unused parameter 'data' [-Wunused-parameter]\n 133 | static void image_description_info_handle_primaries_named(void *data,\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandcolor.c:134:96: warning: unused parameter 'wp_image_description_info_v1' [-Wunused-parameter]\n 134 | struct wp_image_description_info_v1 *wp_image_description_info_v1,\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandcolor.c:135:68: warning: unused parameter 'primaries' [-Wunused-parameter]\n 135 | uint32_t primaries)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandcolor.c:140:58: warning: unused parameter 'data' [-Wunused-parameter]\n 140 | static void image_description_info_handle_tf_power(void *data,\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandcolor.c:141:89: warning: unused parameter 'wp_image_description_info_v1' [-Wunused-parameter]\n 141 | struct wp_image_description_info_v1 *wp_image_description_info_v1,\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandcolor.c:142:61: warning: unused parameter 'eexp' [-Wunused-parameter]\n 142 | uint32_t eexp)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandcolor.c:147:58: warning: unused parameter 'data' [-Wunused-parameter]\n 147 | static void image_description_info_handle_tf_named(void *data,\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandcolor.c:148:89: warning: unused parameter 'wp_image_description_info_v1' [-Wunused-parameter]\n 148 | struct wp_image_description_info_v1 *wp_image_description_info_v1,\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandcolor.c:149:61: warning: unused parameter 'tf' [-Wunused-parameter]\n 149 | uint32_t tf)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandcolor.c:155:91: warning: unused parameter 'wp_image_description_info_v1' [-Wunused-parameter]\n 155 | struct wp_image_description_info_v1 *wp_image_description_info_v1,\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandcolor.c:156:63: warning: unused parameter 'min_lum' [-Wunused-parameter]\n 156 | uint32_t min_lum,\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandcolor.c:164:66: warning: unused parameter 'data' [-Wunused-parameter]\n 164 | static void image_description_info_handle_target_primaries(void *data,\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandcolor.c:165:97: warning: unused parameter 'wp_image_description_info_v1' [-Wunused-parameter]\n 165 | struct wp_image_description_info_v1 *wp_image_description_info_v1,\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandcolor.c:166:68: warning: unused parameter 'r_x' [-Wunused-parameter]\n 166 | int32_t r_x, int32_t r_y,\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandcolor.c:166:81: warning: unused parameter 'r_y' [-Wunused-parameter]\n 166 | int32_t r_x, int32_t r_y,\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandcolor.c:167:68: warning: unused parameter 'g_x' [-Wunused-parameter]\n 167 | int32_t g_x, int32_t g_y,\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandcolor.c:167:81: warning: unused parameter 'g_y' [-Wunused-parameter]\n 167 | int32_t g_x, int32_t g_y,\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandcolor.c:168:68: warning: unused parameter 'b_x' [-Wunused-parameter]\n 168 | int32_t b_x, int32_t b_y,\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandcolor.c:168:81: warning: unused parameter 'b_y' [-Wunused-parameter]\n 168 | int32_t b_x, int32_t b_y,\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandcolor.c:169:68: warning: unused parameter 'w_x' [-Wunused-parameter]\n 169 | int32_t w_x, int32_t w_y)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandcolor.c:169:81: warning: unused parameter 'w_y' [-Wunused-parameter]\n 169 | int32_t w_x, int32_t w_y)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandcolor.c:174:66: warning: unused parameter 'data' [-Wunused-parameter]\n 174 | static void image_description_info_handle_target_luminance(void *data,\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandcolor.c:175:97: warning: unused parameter 'wp_image_description_info_v1' [-Wunused-parameter]\n 175 | struct wp_image_description_info_v1 *wp_image_description_info_v1,\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandcolor.c:176:69: warning: unused parameter 'min_lum' [-Wunused-parameter]\n 176 | uint32_t min_lum,\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandcolor.c:177:69: warning: unused parameter 'max_lum' [-Wunused-parameter]\n 177 | uint32_t max_lum)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandcolor.c:182:64: warning: unused parameter 'data' [-Wunused-parameter]\n 182 | static void image_description_info_handle_target_max_cll(void *data,\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandcolor.c:183:95: warning: unused parameter 'wp_image_description_info_v1' [-Wunused-parameter]\n 183 | struct wp_image_description_info_v1 *wp_image_description_info_v1,\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandcolor.c:184:67: warning: unused parameter 'max_cll' [-Wunused-parameter]\n 184 | uint32_t max_cll)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandcolor.c:189:65: warning: unused parameter 'data' [-Wunused-parameter]\n 189 | static void image_description_info_handle_target_max_fall(void *data,\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandcolor.c:190:96: warning: unused parameter 'wp_image_description_info_v1' [-Wunused-parameter]\n 190 | struct wp_image_description_info_v1 *wp_image_description_info_v1,\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandcolor.c:191:68: warning: unused parameter 'max_fall' [-Wunused-parameter]\n 191 | uint32_t max_fall)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandcolor.c:231:77: warning: unused parameter 'wp_image_description_v1' [-Wunused-parameter]\n 231 | struct wp_image_description_v1 *wp_image_description_v1,\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandcolor.c:232:54: warning: unused parameter 'cause' [-Wunused-parameter]\n 232 | uint32_t cause,\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandcolor.c:233:57: warning: unused parameter 'msg' [-Wunused-parameter]\n 233 | const char *msg)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandcolor.c:244:76: warning: unused parameter 'wp_image_description_v1' [-Wunused-parameter]\n 244 | struct wp_image_description_v1 *wp_image_description_v1,\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandcolor.c:245:53: warning: unused parameter 'identity' [-Wunused-parameter]\n 245 | uint32_t identity)\n | ^\n52 warnings generated.\n[345/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylanddyn.c.o\nIn file included from /tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylanddyn.c:27:\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylanddyn.h:45:6: warning: ISO C forbids forward references to 'enum' types [-Wpedantic]\n 45 | enum libdecor_resize_edge;\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylanddyn.h:46:6: warning: ISO C forbids forward references to 'enum' types [-Wpedantic]\n 46 | enum libdecor_capabilities;\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylanddyn.h:47:6: warning: ISO C forbids forward references to 'enum' types [-Wpedantic]\n 47 | enum libdecor_window_state;\n | ^\nIn file included from /tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylanddyn.c:27:\nIn file included from /tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylanddyn.h:84:\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandsym.h:232:26: warning: ISO C forbids forward references to 'enum' types [-Wpedantic]\n 232 | SDL_WAYLAND_SYM_OPT(enum libdecor_wm_capabilities, libdecor_frame_get_wm_capabilities, (struct libdecor_frame *))\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylanddyn.c:60:16: warning: assigning to 'void *' from 'SDL_FunctionPointer' (aka 'void (*)(void)') converts between void pointer and function pointer [-Wpedantic]\n 60 | fn = SDL_LoadFunction(dynlib->lib, fnname);\n | ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylanddyn.c:114:27: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\n 114 | for (i = 0; i < SDL_arraysize(waylandlibs); i++) {\n | ~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylanddyn.c:135:23: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\n 135 | for (i = 0; i < SDL_arraysize(waylandlibs); i++) {\n | ~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~\n7 warnings generated.\n[346/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylanddatamanager.c.o\nIn file included from /tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylanddatamanager.c:35:\nIn file included from /tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandvideo.h:125:\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylanddyn.h:45:6: warning: ISO C forbids forward references to 'enum' types [-Wpedantic]\n 45 | enum libdecor_resize_edge;\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylanddyn.h:46:6: warning: ISO C forbids forward references to 'enum' types [-Wpedantic]\n 46 | enum libdecor_capabilities;\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylanddyn.h:47:6: warning: ISO C forbids forward references to 'enum' types [-Wpedantic]\n 47 | enum libdecor_window_state;\n | ^\nIn file included from /tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylanddatamanager.c:35:\nIn file included from /tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandvideo.h:125:\nIn file included from /tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylanddyn.h:84:\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandsym.h:232:26: warning: ISO C forbids forward references to 'enum' types [-Wpedantic]\n 232 | SDL_WAYLAND_SYM_OPT(enum libdecor_wm_capabilities, libdecor_frame_get_wm_capabilities, (struct libdecor_frame *))\n | ^\n4 warnings generated.\n[347/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/video/kmsdrm/SDL_kmsdrmvulkan.c.o\nIn file included from /tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/kmsdrm/SDL_kmsdrmvulkan.c:31:\nIn file included from /tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/kmsdrm/../SDL_vulkan_internal.h:40:\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/kmsdrm/../wayland/SDL_waylanddyn.h:45:6: warning: ISO C forbids forward references to 'enum' types [-Wpedantic]\n 45 | enum libdecor_resize_edge;\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/kmsdrm/../wayland/SDL_waylanddyn.h:46:6: warning: ISO C forbids forward references to 'enum' types [-Wpedantic]\n 46 | enum libdecor_capabilities;\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/kmsdrm/../wayland/SDL_waylanddyn.h:47:6: warning: ISO C forbids forward references to 'enum' types [-Wpedantic]\n 47 | enum libdecor_window_state;\n | ^\nIn file included from /tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/kmsdrm/SDL_kmsdrmvulkan.c:31:\nIn file included from /tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/kmsdrm/../SDL_vulkan_internal.h:40:\nIn file included from /tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/kmsdrm/../wayland/SDL_waylanddyn.h:84:\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/kmsdrm/../wayland/SDL_waylandsym.h:232:26: warning: ISO C forbids forward references to 'enum' types [-Wpedantic]\n 232 | SDL_WAYLAND_SYM_OPT(enum libdecor_wm_capabilities, libdecor_frame_get_wm_capabilities, (struct libdecor_frame *))\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/kmsdrm/SDL_kmsdrmvulkan.c:81:48: warning: assigning to 'SDL_FunctionPointer' (aka 'void (*)(void)') from 'void *' converts between void pointer and function pointer [-Wpedantic]\n 81 | _this->vulkan_config.vkGetInstanceProcAddr = (void *)vkGetInstanceProcAddr;\n | ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/kmsdrm/SDL_kmsdrmvulkan.c:82:65: warning: assigning to 'SDL_FunctionPointer' (aka 'void (*)(void)') from 'void *' converts between void pointer and function pointer [-Wpedantic]\n 82 | _this->vulkan_config.vkEnumerateInstanceExtensionProperties =\n | ^\n 83 | (void *)((PFN_vkGetInstanceProcAddr)_this->vulkan_config.vkGetInstanceProcAddr)(\n | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n 84 | VK_NULL_HANDLE, \"vkEnumerateInstanceExtensionProperties\");\n | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/kmsdrm/SDL_kmsdrmvulkan.c:143:73: warning: unused parameter '_this' [-Wunused-parameter]\n 143 | char const* const* KMSDRM_Vulkan_GetInstanceExtensions(SDL_VideoDevice *_this,\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/kmsdrm/SDL_kmsdrmvulkan.c:286:19: warning: comparison of integers of different signs: 'int' and 'uint32_t' (aka 'unsigned int') [-Wsign-compare]\n 286 | for (i = 0; i < gpu_count; i++) {\n | ~ ^ ~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/kmsdrm/SDL_kmsdrmvulkan.c:347:19: warning: comparison of integers of different signs: 'int' and 'uint32_t' (aka 'unsigned int') [-Wsign-compare]\n 347 | for (i = 0; i < mode_count; i++) {\n | ~ ^ ~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/kmsdrm/SDL_kmsdrmvulkan.c:349:59: warning: comparison of integers of different signs: 'uint32_t' (aka 'unsigned int') and 'int' [-Wsign-compare]\n 349 | mode_props[i].parameters.visibleRegion.height == window->h) {\n | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/kmsdrm/SDL_kmsdrmvulkan.c:348:58: warning: comparison of integers of different signs: 'uint32_t' (aka 'unsigned int') and 'int' [-Wsign-compare]\n 348 | if (mode_props[i].parameters.visibleRegion.width == window->w &&\n | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/kmsdrm/SDL_kmsdrmvulkan.c:406:19: warning: comparison of integers of different signs: 'int' and 'uint32_t' (aka 'unsigned int') [-Wsign-compare]\n 406 | for (i = 0; i < plane_count; i++) {\n | ~ ^ ~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/kmsdrm/SDL_kmsdrmvulkan.c:432:23: warning: comparison of integers of different signs: 'int' and 'uint32_t' (aka 'unsigned int') [-Wsign-compare]\n 432 | for (j = 0; j < supported_displays_count; j++) {\n | ~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/kmsdrm/SDL_kmsdrmvulkan.c:516:44: warning: passing 'SDL_FunctionPointer' (aka 'void (*)(void)') to parameter of type 'void *' converts between void pointer and function pointer [-Wpedantic]\n 516 | SDL_Vulkan_DestroySurface_Internal(_this->vulkan_config.vkGetInstanceProcAddr, instance, surface, allocator);\n | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/kmsdrm/../SDL_vulkan_internal.h:77:54: note: passing argument to parameter 'vkGetInstanceProcAddr' here\n 77 | extern void SDL_Vulkan_DestroySurface_Internal(void *vkGetInstanceProcAddr,\n | ^\n14 warnings generated.\n[348/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandmessagebox.c.o\n[349/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandkeyboard.c.o\nIn file included from /tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandkeyboard.c:26:\nIn file included from /tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandvideo.h:125:\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylanddyn.h:45:6: warning: ISO C forbids forward references to 'enum' types [-Wpedantic]\n 45 | enum libdecor_resize_edge;\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylanddyn.h:46:6: warning: ISO C forbids forward references to 'enum' types [-Wpedantic]\n 46 | enum libdecor_capabilities;\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylanddyn.h:47:6: warning: ISO C forbids forward references to 'enum' types [-Wpedantic]\n 47 | enum libdecor_window_state;\n | ^\nIn file included from /tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandkeyboard.c:26:\nIn file included from /tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandvideo.h:125:\nIn file included from /tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylanddyn.h:84:\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandsym.h:232:26: warning: ISO C forbids forward references to 'enum' types [-Wpedantic]\n 232 | SDL_WAYLAND_SYM_OPT(enum libdecor_wm_capabilities, libdecor_frame_get_wm_capabilities, (struct libdecor_frame *))\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandkeyboard.c:156:64: warning: unused parameter 'window' [-Wunused-parameter]\n 156 | bool Wayland_StopTextInput(SDL_VideoDevice *_this, SDL_Window *window)\n | ^\n5 warnings generated.\n[350/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandopengles.c.o\nIn file included from /tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandopengles.c:28:\nIn file included from /tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandvideo.h:125:\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylanddyn.h:45:6: warning: ISO C forbids forward references to 'enum' types [-Wpedantic]\n 45 | enum libdecor_resize_edge;\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylanddyn.h:46:6: warning: ISO C forbids forward references to 'enum' types [-Wpedantic]\n 46 | enum libdecor_capabilities;\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylanddyn.h:47:6: warning: ISO C forbids forward references to 'enum' types [-Wpedantic]\n 47 | enum libdecor_window_state;\n | ^\nIn file included from /tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandopengles.c:28:\nIn file included from /tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandvideo.h:125:\nIn file included from /tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylanddyn.h:84:\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandsym.h:232:26: warning: ISO C forbids forward references to 'enum' types [-Wpedantic]\n 232 | SDL_WAYLAND_SYM_OPT(enum libdecor_wm_capabilities, libdecor_frame_get_wm_capabilities, (struct libdecor_frame *))\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandopengles.c:213:56: warning: unused parameter '_this' [-Wunused-parameter]\n 213 | EGLSurface Wayland_GLES_GetEGLSurface(SDL_VideoDevice *_this, SDL_Window *window)\n | ^\n5 warnings generated.\n[351/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandmouse.c.o\nIn file included from /tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandmouse.c:30:\nIn file included from /tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandvideo.h:125:\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylanddyn.h:45:6: warning: ISO C forbids forward references to 'enum' types [-Wpedantic]\n 45 | enum libdecor_resize_edge;\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylanddyn.h:46:6: warning: ISO C forbids forward references to 'enum' types [-Wpedantic]\n 46 | enum libdecor_capabilities;\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylanddyn.h:47:6: warning: ISO C forbids forward references to 'enum' types [-Wpedantic]\n 47 | enum libdecor_window_state;\n | ^\nIn file included from /tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandmouse.c:30:\nIn file included from /tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandvideo.h:125:\nIn file included from /tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylanddyn.h:84:\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandsym.h:232:26: warning: ISO C forbids forward references to 'enum' types [-Wpedantic]\n 232 | SDL_WAYLAND_SYM_OPT(enum libdecor_wm_capabilities, libdecor_frame_get_wm_capabilities, (struct libdecor_frame *))\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandmouse.c:164:74: warning: unused parameter 'conn' [-Wunused-parameter]\n 164 | static DBusHandlerResult Wayland_DBusCursorMessageFilter(DBusConnection *conn, DBusMessage *msg, void *data)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandmouse.c:299:76: warning: unused parameter 'time' [-Wunused-parameter]\n 299 | static void cursor_frame_done(void *data, struct wl_callback *cb, uint32_t time)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandmouse.c:408:46: warning: comparison of integers of different signs: 'int' and 'unsigned int' [-Wsign-compare]\n 408 | if (cdata->cursor_data.system.num_frames != cursor->image_count) {\n | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandmouse.c:419:23: warning: comparison of integers of different signs: 'int' and 'unsigned int' [-Wsign-compare]\n 419 | for (int i = 0; i < cursor->image_count; ++i) {\n | ~ ^ ~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandmouse.c:427:21: warning: comparison of integers of different signs: 'const int' and 'uint32_t' (aka 'unsigned int') [-Wsign-compare]\n 427 | if (scaled_size != cursor->images[0]->width) {\n | ~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandmouse.c:1043:23: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\n 1043 | for (int i = 0; i < SDL_arraysize(sys_cursors); i++) {\n | ~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~\n10 warnings generated.\n[352/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandshmbuffer.c.o\nIn file included from /tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandshmbuffer.c:34:\nIn file included from /tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandvideo.h:125:\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylanddyn.h:45:6: warning: ISO C forbids forward references to 'enum' types [-Wpedantic]\n 45 | enum libdecor_resize_edge;\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylanddyn.h:46:6: warning: ISO C forbids forward references to 'enum' types [-Wpedantic]\n 46 | enum libdecor_capabilities;\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylanddyn.h:47:6: warning: ISO C forbids forward references to 'enum' types [-Wpedantic]\n 47 | enum libdecor_window_state;\n | ^\nIn file included from /tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandshmbuffer.c:34:\nIn file included from /tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandvideo.h:125:\nIn file included from /tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylanddyn.h:84:\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandsym.h:232:26: warning: ISO C forbids forward references to 'enum' types [-Wpedantic]\n 232 | SDL_WAYLAND_SYM_OPT(enum libdecor_wm_capabilities, libdecor_frame_get_wm_capabilities, (struct libdecor_frame *))\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandshmbuffer.c:108:41: warning: unused parameter 'data' [-Wunused-parameter]\n 108 | static void buffer_handle_release(void *data, struct wl_buffer *wl_buffer)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandshmbuffer.c:108:65: warning: unused parameter 'wl_buffer' [-Wunused-parameter]\n 108 | static void buffer_handle_release(void *data, struct wl_buffer *wl_buffer)\n | ^\n6 warnings generated.\n[353/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandevents.c.o\nIn file included from /tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:33:\nIn file included from /tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandvideo.h:125:\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylanddyn.h:45:6: warning: ISO C forbids forward references to 'enum' types [-Wpedantic]\n 45 | enum libdecor_resize_edge;\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylanddyn.h:46:6: warning: ISO C forbids forward references to 'enum' types [-Wpedantic]\n 46 | enum libdecor_capabilities;\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylanddyn.h:47:6: warning: ISO C forbids forward references to 'enum' types [-Wpedantic]\n 47 | enum libdecor_window_state;\n | ^\nIn file included from /tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:33:\nIn file included from /tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandvideo.h:125:\nIn file included from /tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylanddyn.h:84:\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandsym.h:232:26: warning: ISO C forbids forward references to 'enum' types [-Wpedantic]\n 232 | SDL_WAYLAND_SYM_OPT(enum libdecor_wm_capabilities, libdecor_frame_get_wm_capabilities, (struct libdecor_frame *))\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:182:90: warning: unused parameter 'zwp_input_timestamps_v1' [-Wunused-parameter]\n 182 | static void Wayland_input_timestamp_listener(void *data, struct zwp_input_timestamps_v1 *zwp_input_timestamps_v1,\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:340:37: warning: unused parameter 'data' [-Wunused-parameter]\n 340 | static void sync_done_handler(void *data, struct wl_callback *callback, uint32_t callback_data)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:340:82: warning: unused parameter 'callback_data' [-Wunused-parameter]\n 340 | static void sync_done_handler(void *data, struct wl_callback *callback, uint32_t callback_data)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:350:66: warning: unused parameter 'window' [-Wunused-parameter]\n 350 | void Wayland_SendWakeupEvent(SDL_VideoDevice *_this, SDL_Window *window)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:408:29: warning: comparison of integers of different signs: 'Sint64' (aka 'long') and 'const Uint64' (aka 'const unsigned long') [-Wsign-compare]\n 408 | timeoutNS = SDL_min(timeoutNS, next_repeat_wait_time);\n | ^ ~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/include/SDL3/SDL_stdinc.h:2110:29: note: expanded from macro 'SDL_min'\n 2110 | #define SDL_min(x, y) (((x) < (y)) ? (x) : (y))\n | ~ ^ ~\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:518:66: warning: unused parameter 'pointer' [-Wunused-parameter]\n 518 | static void pointer_handle_motion(void *data, struct wl_pointer *pointer,\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:584:65: warning: unused parameter 'pointer' [-Wunused-parameter]\n 584 | static void pointer_handle_leave(void *data, struct wl_pointer *pointer,\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:585:43: warning: unused parameter 'serial' [-Wunused-parameter]\n 585 | uint32_t serial, struct wl_surface *surface)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:620:22: warning: unused parameter 'sx_w' [-Wunused-parameter]\n 620 | wl_fixed_t sx_w, wl_fixed_t sy_w,\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:620:39: warning: unused parameter 'sy_w' [-Wunused-parameter]\n 620 | wl_fixed_t sx_w, wl_fixed_t sy_w,\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:774:66: warning: unused parameter 'pointer' [-Wunused-parameter]\n 774 | static void pointer_handle_button(void *data, struct wl_pointer *pointer, uint32_t serial,\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:885:64: warning: unused parameter 'pointer' [-Wunused-parameter]\n 885 | static void pointer_handle_axis(void *data, struct wl_pointer *pointer,\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:898:83: warning: unused parameter 'pointer' [-Wunused-parameter]\n 898 | static void pointer_handle_axis_relative_direction(void *data, struct wl_pointer *pointer,\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:915:65: warning: unused parameter 'pointer' [-Wunused-parameter]\n 915 | static void pointer_handle_frame(void *data, struct wl_pointer *pointer)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:961:46: warning: unused parameter 'data' [-Wunused-parameter]\n 961 | static void pointer_handle_axis_source(void *data, struct wl_pointer *pointer,\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:961:71: warning: unused parameter 'pointer' [-Wunused-parameter]\n 961 | static void pointer_handle_axis_source(void *data, struct wl_pointer *pointer,\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:962:49: warning: unused parameter 'axis_source' [-Wunused-parameter]\n 962 | uint32_t axis_source)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:967:44: warning: unused parameter 'data' [-Wunused-parameter]\n 967 | static void pointer_handle_axis_stop(void *data, struct wl_pointer *pointer,\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:967:69: warning: unused parameter 'pointer' [-Wunused-parameter]\n 967 | static void pointer_handle_axis_stop(void *data, struct wl_pointer *pointer,\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:968:47: warning: unused parameter 'time' [-Wunused-parameter]\n 968 | uint32_t time, uint32_t axis)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:968:62: warning: unused parameter 'axis' [-Wunused-parameter]\n 968 | uint32_t time, uint32_t axis)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:973:73: warning: unused parameter 'pointer' [-Wunused-parameter]\n 973 | static void pointer_handle_axis_discrete(void *data, struct wl_pointer *pointer,\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:981:73: warning: unused parameter 'pointer' [-Wunused-parameter]\n 981 | static void pointer_handle_axis_value120(void *data, struct wl_pointer *pointer,\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:1004:85: warning: unused parameter 'pointer' [-Wunused-parameter]\n 1004 | struct zwp_relative_pointer_v1 *pointer,\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:1038:41: warning: unused parameter 'data' [-Wunused-parameter]\n 1038 | static void locked_pointer_locked(void *data,\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:1039:65: warning: unused parameter 'locked_pointer' [-Wunused-parameter]\n 1039 | struct zwp_locked_pointer_v1 *locked_pointer)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:1043:43: warning: unused parameter 'data' [-Wunused-parameter]\n 1043 | static void locked_pointer_unlocked(void *data,\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:1044:67: warning: unused parameter 'locked_pointer' [-Wunused-parameter]\n 1044 | struct zwp_locked_pointer_v1 *locked_pointer)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:1105:45: warning: unused parameter 'data' [-Wunused-parameter]\n 1105 | static void confined_pointer_confined(void *data,\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:1106:71: warning: unused parameter 'confined_pointer' [-Wunused-parameter]\n 1106 | struct zwp_confined_pointer_v1 *confined_pointer)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:1110:47: warning: unused parameter 'data' [-Wunused-parameter]\n 1110 | static void confined_pointer_unconfined(void *data,\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:1111:73: warning: unused parameter 'confined_pointer' [-Wunused-parameter]\n 1111 | struct zwp_confined_pointer_v1 *confined_pointer)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:1157:75: warning: unused parameter 'serial' [-Wunused-parameter]\n 1157 | static void touch_handler_up(void *data, struct wl_touch *touch, uint32_t serial,\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:1208:39: warning: unused parameter 'data' [-Wunused-parameter]\n 1208 | static void touch_handler_frame(void *data, struct wl_touch *touch)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:1208:62: warning: unused parameter 'touch' [-Wunused-parameter]\n 1208 | static void touch_handler_frame(void *data, struct wl_touch *touch)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:1268:52: warning: unused parameter 'keymap' [-Wunused-parameter]\n 1268 | static void Wayland_keymap_iter(struct xkb_keymap *keymap, xkb_keycode_t key, void *data)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:1344:27: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\n 1344 | for (int i = 0; i < SDL_arraysize(keymod_masks); ++i) {\n | ~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:1362:68: warning: unused parameter 'keyboard' [-Wunused-parameter]\n 1362 | static void keyboard_handle_keymap(void *data, struct wl_keyboard *keyboard,\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:1697:67: warning: unused parameter 'keyboard' [-Wunused-parameter]\n 1697 | static void keyboard_handle_enter(void *data, struct wl_keyboard *keyboard,\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:1698:44: warning: unused parameter 'serial' [-Wunused-parameter]\n 1698 | uint32_t serial, struct wl_surface *surface,\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:1755:67: warning: unused parameter 'keyboard' [-Wunused-parameter]\n 1755 | static void keyboard_handle_leave(void *data, struct wl_keyboard *keyboard,\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:1756:44: warning: unused parameter 'serial' [-Wunused-parameter]\n 1756 | uint32_t serial, struct wl_surface *surface)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:1849:65: warning: unused parameter 'keyboard' [-Wunused-parameter]\n 1849 | static void keyboard_handle_key(void *data, struct wl_keyboard *keyboard,\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:1898:71: warning: unused parameter 'keyboard' [-Wunused-parameter]\n 1898 | static void keyboard_handle_modifiers(void *data, struct wl_keyboard *keyboard,\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:1899:48: warning: unused parameter 'serial' [-Wunused-parameter]\n 1899 | uint32_t serial, uint32_t mods_depressed,\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:1938:73: warning: unused parameter 'wl_keyboard' [-Wunused-parameter]\n 1938 | static void keyboard_handle_repeat_info(void *data, struct wl_keyboard *wl_keyboard,\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:2043:36: warning: unused parameter 'data' [-Wunused-parameter]\n 2043 | static void seat_handle_name(void *data, struct wl_seat *wl_seat, const char *name)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:2043:58: warning: unused parameter 'wl_seat' [-Wunused-parameter]\n 2043 | static void seat_handle_name(void *data, struct wl_seat *wl_seat, const char *name)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:2043:79: warning: unused parameter 'name' [-Wunused-parameter]\n 2043 | static void seat_handle_name(void *data, struct wl_seat *wl_seat, const char *name)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:2053:45: warning: unused parameter 'data' [-Wunused-parameter]\n 2053 | static void data_source_handle_target(void *data, struct wl_data_source *wl_data_source,\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:2053:74: warning: unused parameter 'wl_data_source' [-Wunused-parameter]\n 2053 | static void data_source_handle_target(void *data, struct wl_data_source *wl_data_source,\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:2054:51: warning: unused parameter 'mime_type' [-Wunused-parameter]\n 2054 | const char *mime_type)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:2058:72: warning: unused parameter 'wl_data_source' [-Wunused-parameter]\n 2058 | static void data_source_handle_send(void *data, struct wl_data_source *wl_data_source,\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:2064:77: warning: unused parameter 'wl_data_source' [-Wunused-parameter]\n 2064 | static void data_source_handle_cancelled(void *data, struct wl_data_source *wl_data_source)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:2072:57: warning: unused parameter 'data' [-Wunused-parameter]\n 2072 | static void data_source_handle_dnd_drop_performed(void *data, struct wl_data_source *wl_data_source)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:2072:86: warning: unused parameter 'wl_data_source' [-Wunused-parameter]\n 2072 | static void data_source_handle_dnd_drop_performed(void *data, struct wl_data_source *wl_data_source)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:2076:51: warning: unused parameter 'data' [-Wunused-parameter]\n 2076 | static void data_source_handle_dnd_finished(void *data, struct wl_data_source *wl_data_source)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:2076:80: warning: unused parameter 'wl_data_source' [-Wunused-parameter]\n 2076 | static void data_source_handle_dnd_finished(void *data, struct wl_data_source *wl_data_source)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:2080:45: warning: unused parameter 'data' [-Wunused-parameter]\n 2080 | static void data_source_handle_action(void *data, struct wl_data_source *wl_data_source,\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:2080:74: warning: unused parameter 'wl_data_source' [-Wunused-parameter]\n 2080 | static void data_source_handle_action(void *data, struct wl_data_source *wl_data_source,\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:2081:48: warning: unused parameter 'dnd_action' [-Wunused-parameter]\n 2081 | uint32_t dnd_action)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:2094:95: warning: unused parameter 'zwp_primary_selection_source_v1' [-Wunused-parameter]\n 2094 | static void primary_selection_source_send(void *data, struct zwp_primary_selection_source_v1 *zwp_primary_selection_source_v1,\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:2101:100: warning: unused parameter 'zwp_primary_selection_source_v1' [-Wunused-parameter]\n 2101 | static void primary_selection_source_cancelled(void *data, struct zwp_primary_selection_source_v1 *zwp_primary_selection_source_v1)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:2187:52: warning: unused parameter 'data' [-Wunused-parameter]\n 2187 | static void data_offer_handle_source_actions(void *data, struct wl_data_offer *wl_data_offer,\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:2196:45: warning: unused parameter 'data' [-Wunused-parameter]\n 2196 | static void data_offer_handle_actions(void *data, struct wl_data_offer *wl_data_offer,\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:2226:78: warning: unused parameter 'wl_data_device' [-Wunused-parameter]\n 2226 | static void data_device_handle_data_offer(void *data, struct wl_data_device *wl_data_device,\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:2242:73: warning: unused parameter 'wl_data_device' [-Wunused-parameter]\n 2242 | static void data_device_handle_enter(void *data, struct wl_data_device *wl_data_device,\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:2318:73: warning: unused parameter 'wl_data_device' [-Wunused-parameter]\n 2318 | static void data_device_handle_leave(void *data, struct wl_data_device *wl_data_device)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:2346:74: warning: unused parameter 'wl_data_device' [-Wunused-parameter]\n 2346 | static void data_device_handle_motion(void *data, struct wl_data_device *wl_data_device,\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:2347:48: warning: unused parameter 'time' [-Wunused-parameter]\n 2347 | uint32_t time, wl_fixed_t x, wl_fixed_t y)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:2372:72: warning: unused parameter 'wl_data_device' [-Wunused-parameter]\n 2372 | static void data_device_handle_drop(void *data, struct wl_data_device *wl_data_device)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:2503:77: warning: unused parameter 'wl_data_device' [-Wunused-parameter]\n 2503 | static void data_device_handle_selection(void *data, struct wl_data_device *wl_data_device,\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:2533:103: warning: unused parameter 'zwp_primary_selection_device_v1' [-Wunused-parameter]\n 2533 | static void primary_selection_device_handle_offer(void *data, struct zwp_primary_selection_device_v1 *zwp_primary_selection_device_v1,\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:2549:107: warning: unused parameter 'zwp_primary_selection_device_v1' [-Wunused-parameter]\n 2549 | static void primary_selection_device_handle_selection(void *data, struct zwp_primary_selection_device_v1 *zwp_primary_selection_device_v1,\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:2573:36: warning: unused parameter 'data' [-Wunused-parameter]\n 2573 | static void text_input_enter(void *data,\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:2574:56: warning: unused parameter 'zwp_text_input_v3' [-Wunused-parameter]\n 2574 | struct zwp_text_input_v3 *zwp_text_input_v3,\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:2575:49: warning: unused parameter 'surface' [-Wunused-parameter]\n 2575 | struct wl_surface *surface)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:2580:36: warning: unused parameter 'data' [-Wunused-parameter]\n 2580 | static void text_input_leave(void *data,\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:2581:56: warning: unused parameter 'zwp_text_input_v3' [-Wunused-parameter]\n 2581 | struct zwp_text_input_v3 *zwp_text_input_v3,\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:2582:49: warning: unused parameter 'surface' [-Wunused-parameter]\n 2582 | struct wl_surface *surface)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:2588:65: warning: unused parameter 'zwp_text_input_v3' [-Wunused-parameter]\n 2588 | struct zwp_text_input_v3 *zwp_text_input_v3,\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:2614:44: warning: unused parameter 'data' [-Wunused-parameter]\n 2614 | static void text_input_commit_string(void *data,\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:2615:64: warning: unused parameter 'zwp_text_input_v3' [-Wunused-parameter]\n 2615 | struct zwp_text_input_v3 *zwp_text_input_v3,\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:2621:54: warning: unused parameter 'data' [-Wunused-parameter]\n 2621 | static void text_input_delete_surrounding_text(void *data,\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:2622:74: warning: unused parameter 'zwp_text_input_v3' [-Wunused-parameter]\n 2622 | struct zwp_text_input_v3 *zwp_text_input_v3,\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:2623:57: warning: unused parameter 'before_length' [-Wunused-parameter]\n 2623 | uint32_t before_length,\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:2624:57: warning: unused parameter 'after_length' [-Wunused-parameter]\n 2624 | uint32_t after_length)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:2630:55: warning: unused parameter 'zwp_text_input_v3' [-Wunused-parameter]\n 2630 | struct zwp_text_input_v3 *zwp_text_input_v3,\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:2631:38: warning: unused parameter 'serial' [-Wunused-parameter]\n 2631 | uint32_t serial)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:2768:76: warning: unused parameter 'tool' [-Wunused-parameter]\n 2768 | static void tablet_tool_handle_type(void *data, struct zwp_tablet_tool_v2 *tool, uint32_t type)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:2783:54: warning: unused parameter 'data' [-Wunused-parameter]\n 2783 | static void tablet_tool_handle_hardware_serial(void *data, struct zwp_tablet_tool_v2 *tool, uint32_t serial_hi, uint32_t serial_lo)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:2783:87: warning: unused parameter 'tool' [-Wunused-parameter]\n 2783 | static void tablet_tool_handle_hardware_serial(void *data, struct zwp_tablet_tool_v2 *tool, uint32_t serial_hi, uint32_t serial_lo)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:2783:102: warning: unused parameter 'serial_hi' [-Wunused-parameter]\n 2783 | static void tablet_tool_handle_hardware_serial(void *data, struct zwp_tablet_tool_v2 *tool, uint32_t serial_hi, uint32_t serial_lo)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:2783:122: warning: unused parameter 'serial_lo' [-Wunused-parameter]\n 2783 | static void tablet_tool_handle_hardware_serial(void *data, struct zwp_tablet_tool_v2 *tool, uint32_t serial_hi, uint32_t serial_lo)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:2788:89: warning: unused parameter 'tool' [-Wunused-parameter]\n 2788 | static void tablet_tool_handle_hardware_id_wacom(void *data, struct zwp_tablet_tool_v2 *tool, uint32_t id_hi, uint32_t id_lo)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:2788:104: warning: unused parameter 'id_hi' [-Wunused-parameter]\n 2788 | static void tablet_tool_handle_hardware_id_wacom(void *data, struct zwp_tablet_tool_v2 *tool, uint32_t id_hi, uint32_t id_lo)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:2794:82: warning: unused parameter 'tool' [-Wunused-parameter]\n 2794 | static void tablet_tool_handle_capability(void *data, struct zwp_tablet_tool_v2 *tool, uint32_t capability)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:2809:43: warning: unused parameter 'data' [-Wunused-parameter]\n 2809 | static void tablet_tool_handle_done(void *data, struct zwp_tablet_tool_v2 *tool)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:2809:76: warning: unused parameter 'tool' [-Wunused-parameter]\n 2809 | static void tablet_tool_handle_done(void *data, struct zwp_tablet_tool_v2 *tool)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:2823:84: warning: unused parameter 'tool' [-Wunused-parameter]\n 2823 | static void tablet_tool_handle_proximity_in(void *data, struct zwp_tablet_tool_v2 *tool, uint32_t serial, struct zwp_tablet_v2 *tablet, struct wl_surface *surface)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:2823:99: warning: unused parameter 'serial' [-Wunused-parameter]\n 2823 | static void tablet_tool_handle_proximity_in(void *data, struct zwp_tablet_tool_v2 *tool, uint32_t serial, struct zwp_tablet_v2 *tablet, struct wl_surface *surface)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:2823:129: warning: unused parameter 'tablet' [-Wunused-parameter]\n 2823 | static void tablet_tool_handle_proximity_in(void *data, struct zwp_tablet_tool_v2 *tool, uint32_t serial, struct zwp_tablet_v2 *tablet, struct wl_surface *surface)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:2837:85: warning: unused parameter 'tool' [-Wunused-parameter]\n 2837 | static void tablet_tool_handle_proximity_out(void *data, struct zwp_tablet_tool_v2 *tool)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:2848:76: warning: unused parameter 'tool' [-Wunused-parameter]\n 2848 | static void tablet_tool_handle_down(void *data, struct zwp_tablet_tool_v2 *tool, uint32_t serial)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:2848:91: warning: unused parameter 'serial' [-Wunused-parameter]\n 2848 | static void tablet_tool_handle_down(void *data, struct zwp_tablet_tool_v2 *tool, uint32_t serial)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:2854:74: warning: unused parameter 'tool' [-Wunused-parameter]\n 2854 | static void tablet_tool_handle_up(void *data, struct zwp_tablet_tool_v2 *tool)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:2860:78: warning: unused parameter 'tool' [-Wunused-parameter]\n 2860 | static void tablet_tool_handle_motion(void *data, struct zwp_tablet_tool_v2 *tool, wl_fixed_t sx_w, wl_fixed_t sy_w)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:2872:80: warning: unused parameter 'tool' [-Wunused-parameter]\n 2872 | static void tablet_tool_handle_pressure(void *data, struct zwp_tablet_tool_v2 *tool, uint32_t pressure)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:2883:80: warning: unused parameter 'tool' [-Wunused-parameter]\n 2883 | static void tablet_tool_handle_distance(void *data, struct zwp_tablet_tool_v2 *tool, uint32_t distance)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:2894:76: warning: unused parameter 'tool' [-Wunused-parameter]\n 2894 | static void tablet_tool_handle_tilt(void *data, struct zwp_tablet_tool_v2 *tool, wl_fixed_t xtilt, wl_fixed_t ytilt)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:2902:78: warning: unused parameter 'tool' [-Wunused-parameter]\n 2902 | static void tablet_tool_handle_button(void *data, struct zwp_tablet_tool_v2 *tool, uint32_t serial, uint32_t button, uint32_t state)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:2902:93: warning: unused parameter 'serial' [-Wunused-parameter]\n 2902 | static void tablet_tool_handle_button(void *data, struct zwp_tablet_tool_v2 *tool, uint32_t serial, uint32_t button, uint32_t state)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:2922:47: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\n 2922 | SDL_assert((sdlbutton >= 1) && (sdlbutton <= SDL_arraysize(sdltool->frame_buttons)));\n | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/include/SDL3/SDL_assert.h:482:53: note: expanded from macro 'SDL_assert'\n 482 | # define SDL_assert(condition) SDL_enabled_assert(condition)\n | ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/include/SDL3/SDL_assert.h:364:19: note: expanded from macro 'SDL_enabled_assert'\n 364 | while ( !(condition) ) { \\\n | ^~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:2926:80: warning: unused parameter 'tool' [-Wunused-parameter]\n 2926 | static void tablet_tool_handle_rotation(void *data, struct zwp_tablet_tool_v2 *tool, wl_fixed_t degrees)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:2934:78: warning: unused parameter 'tool' [-Wunused-parameter]\n 2934 | static void tablet_tool_handle_slider(void *data, struct zwp_tablet_tool_v2 *tool, int32_t position)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:2941:44: warning: unused parameter 'data' [-Wunused-parameter]\n 2941 | static void tablet_tool_handle_wheel(void *data, struct zwp_tablet_tool_v2 *tool, int32_t degrees, int32_t clicks)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:2941:77: warning: unused parameter 'tool' [-Wunused-parameter]\n 2941 | static void tablet_tool_handle_wheel(void *data, struct zwp_tablet_tool_v2 *tool, int32_t degrees, int32_t clicks)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:2941:91: warning: unused parameter 'degrees' [-Wunused-parameter]\n 2941 | static void tablet_tool_handle_wheel(void *data, struct zwp_tablet_tool_v2 *tool, int32_t degrees, int32_t clicks)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:2941:108: warning: unused parameter 'clicks' [-Wunused-parameter]\n 2941 | static void tablet_tool_handle_wheel(void *data, struct zwp_tablet_tool_v2 *tool, int32_t degrees, int32_t clicks)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:2946:77: warning: unused parameter 'tool' [-Wunused-parameter]\n 2946 | static void tablet_tool_handle_frame(void *data, struct zwp_tablet_tool_v2 *tool, uint32_t time)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:2983:23: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\n 2983 | for (int i = 0; i < SDL_arraysize(sdltool->frame_buttons); i++) {\n | ~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:3020:51: warning: unused parameter 'data' [-Wunused-parameter]\n 3020 | static void tablet_seat_handle_tablet_added(void *data, struct zwp_tablet_seat_v2 *seat, struct zwp_tablet_v2 *tablet)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:3020:84: warning: unused parameter 'seat' [-Wunused-parameter]\n 3020 | static void tablet_seat_handle_tablet_added(void *data, struct zwp_tablet_seat_v2 *seat, struct zwp_tablet_v2 *tablet)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:3020:112: warning: unused parameter 'tablet' [-Wunused-parameter]\n 3020 | static void tablet_seat_handle_tablet_added(void *data, struct zwp_tablet_seat_v2 *seat, struct zwp_tablet_v2 *tablet)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:3025:49: warning: unused parameter 'data' [-Wunused-parameter]\n 3025 | static void tablet_seat_handle_tool_added(void *data, struct zwp_tablet_seat_v2 *seat, struct zwp_tablet_tool_v2 *tool)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:3025:82: warning: unused parameter 'seat' [-Wunused-parameter]\n 3025 | static void tablet_seat_handle_tool_added(void *data, struct zwp_tablet_seat_v2 *seat, struct zwp_tablet_tool_v2 *tool)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:3034:27: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\n 3034 | for (int i = 0; i < SDL_arraysize(sdltool->frame_buttons); i++) {\n | ~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:3044:48: warning: unused parameter 'data' [-Wunused-parameter]\n 3044 | static void tablet_seat_handle_pad_added(void *data, struct zwp_tablet_seat_v2 *seat, struct zwp_tablet_pad_v2 *pad)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:3044:81: warning: unused parameter 'seat' [-Wunused-parameter]\n 3044 | static void tablet_seat_handle_pad_added(void *data, struct zwp_tablet_seat_v2 *seat, struct zwp_tablet_pad_v2 *pad)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:3044:113: warning: unused parameter 'pad' [-Wunused-parameter]\n 3044 | static void tablet_seat_handle_pad_added(void *data, struct zwp_tablet_seat_v2 *seat, struct zwp_tablet_pad_v2 *pad)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:3074:56: warning: unused parameter 'instance_id' [-Wunused-parameter]\n 3074 | static void Wayland_remove_all_pens_callback(SDL_PenID instance_id, void *handle, void *userdata)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:3074:89: warning: unused parameter 'userdata' [-Wunused-parameter]\n 3074 | static void Wayland_remove_all_pens_callback(SDL_PenID instance_id, void *handle, void *userdata)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandevents.c:3368:63: warning: unused parameter 'input' [-Wunused-parameter]\n 3368 | bool Wayland_input_unconfine_pointer(struct SDL_WaylandInput *input, SDL_Window *window)\n | ^\n137 warnings generated.\n[354/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/alpha-modifier-v1-protocol.c.o\n[355/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/color-management-v1-protocol.c.o\n[356/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/cursor-shape-v1-protocol.c.o\n[357/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/fractional-scale-v1-protocol.c.o\n[358/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandvideo.c.o\nIn file included from /tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandvideo.c:31:\nIn file included from /tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandevents_c.h:30:\nIn file included from /tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandvideo.h:125:\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylanddyn.h:45:6: warning: ISO C forbids forward references to 'enum' types [-Wpedantic]\n 45 | enum libdecor_resize_edge;\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylanddyn.h:46:6: warning: ISO C forbids forward references to 'enum' types [-Wpedantic]\n 46 | enum libdecor_capabilities;\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylanddyn.h:47:6: warning: ISO C forbids forward references to 'enum' types [-Wpedantic]\n 47 | enum libdecor_window_state;\n | ^\nIn file included from /tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandvideo.c:31:\nIn file included from /tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandevents_c.h:30:\nIn file included from /tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandvideo.h:125:\nIn file included from /tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylanddyn.h:84:\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandsym.h:232:26: warning: ISO C forbids forward references to 'enum' types [-Wpedantic]\n 232 | SDL_WAYLAND_SYM_OPT(enum libdecor_wm_capabilities, libdecor_frame_get_wm_capabilities, (struct libdecor_frame *))\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandvideo.c:459:83: warning: unused parameter 'registry' [-Wunused-parameter]\n 459 | static void wayland_preferred_check_handle_global(void *data, struct wl_registry *registry, uint32_t id,\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandvideo.c:459:102: warning: unused parameter 'id' [-Wunused-parameter]\n 459 | static void wayland_preferred_check_handle_global(void *data, struct wl_registry *registry, uint32_t id,\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandvideo.c:460:83: warning: unused parameter 'version' [-Wunused-parameter]\n 460 | const char *interface, uint32_t version)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandvideo.c:469:57: warning: unused parameter 'data' [-Wunused-parameter]\n 469 | static void wayland_preferred_check_remove_global(void *data, struct wl_registry *registry, uint32_t id)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandvideo.c:469:83: warning: unused parameter 'registry' [-Wunused-parameter]\n 469 | static void wayland_preferred_check_remove_global(void *data, struct wl_registry *registry, uint32_t id)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandvideo.c:469:102: warning: unused parameter 'id' [-Wunused-parameter]\n 469 | static void wayland_preferred_check_remove_global(void *data, struct wl_registry *registry, uint32_t id)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandvideo.c:705:83: warning: unused parameter 'xdg_output' [-Wunused-parameter]\n 705 | static void xdg_output_handle_logical_position(void *data, struct zxdg_output_v1 *xdg_output,\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandvideo.c:715:79: warning: unused parameter 'xdg_output' [-Wunused-parameter]\n 715 | static void xdg_output_handle_logical_size(void *data, struct zxdg_output_v1 *xdg_output,\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandvideo.c:725:71: warning: unused parameter 'xdg_output' [-Wunused-parameter]\n 725 | static void xdg_output_handle_done(void *data, struct zxdg_output_v1 *xdg_output)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandvideo.c:738:71: warning: unused parameter 'xdg_output' [-Wunused-parameter]\n 738 | static void xdg_output_handle_name(void *data, struct zxdg_output_v1 *xdg_output,\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandvideo.c:751:78: warning: unused parameter 'xdg_output' [-Wunused-parameter]\n 751 | static void xdg_output_handle_description(void *data, struct zxdg_output_v1 *xdg_output,\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandvideo.c:828:19: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\n 828 | for (i = 0; i < SDL_arraysize(mode_list); ++i) {\n | ~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandvideo.c:852:55: warning: unused parameter 'output' [-Wunused-parameter]\n 852 | struct wl_output *output,\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandvideo.c:856:41: warning: unused parameter 'subpixel' [-Wunused-parameter]\n 856 | int subpixel,\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandvideo.c:857:49: warning: unused parameter 'make' [-Wunused-parameter]\n 857 | const char *make,\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandvideo.c:909:51: warning: unused parameter 'output' [-Wunused-parameter]\n 909 | struct wl_output *output,\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandvideo.c:935:51: warning: unused parameter 'output' [-Wunused-parameter]\n 935 | struct wl_output *output)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandvideo.c:1083:52: warning: unused parameter 'output' [-Wunused-parameter]\n 1083 | struct wl_output *output,\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandvideo.c:1090:63: warning: unused parameter 'wl_output' [-Wunused-parameter]\n 1090 | static void display_handle_name(void *data, struct wl_output *wl_output, const char *name)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandvideo.c:1098:70: warning: unused parameter 'wl_output' [-Wunused-parameter]\n 1098 | static void display_handle_description(void *data, struct wl_output *wl_output, const char *description)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandvideo.c:1119:91: warning: unused parameter 'wp_color_management_output_v1' [-Wunused-parameter]\n 1119 | struct wp_color_management_output_v1 *wp_color_management_output_v1)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandvideo.c:1230:43: warning: unused parameter 'data' [-Wunused-parameter]\n 1230 | static void handle_ping_xdg_wm_base(void *data, struct xdg_wm_base *xdg, uint32_t serial)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandvideo.c:1240:45: warning: unused parameter 'context' [-Wunused-parameter]\n 1240 | static void libdecor_error(struct libdecor *context,\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandvideo.c:1249:1: warning: missing field 'reserved0' initializer [-Wmissing-field-initializers]\n 1249 | };\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandvideo.c:1329:67: warning: unused parameter 'registry' [-Wunused-parameter]\n 1329 | static void display_remove_global(void *data, struct wl_registry *registry, uint32_t id)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandvideo.c:1629:46: warning: unused parameter '_this' [-Wunused-parameter]\n 1629 | bool Wayland_VideoReconnect(SDL_VideoDevice *_this)\n | ^\n30 warnings generated.\n[359/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandvulkan.c.o\nIn file included from /tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandvulkan.c:31:\nIn file included from /tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/../SDL_vulkan_internal.h:40:\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/../wayland/SDL_waylanddyn.h:45:6: warning: ISO C forbids forward references to 'enum' types [-Wpedantic]\n 45 | enum libdecor_resize_edge;\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/../wayland/SDL_waylanddyn.h:46:6: warning: ISO C forbids forward references to 'enum' types [-Wpedantic]\n 46 | enum libdecor_capabilities;\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/../wayland/SDL_waylanddyn.h:47:6: warning: ISO C forbids forward references to 'enum' types [-Wpedantic]\n 47 | enum libdecor_window_state;\n | ^\nIn file included from /tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandvulkan.c:31:\nIn file included from /tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/../SDL_vulkan_internal.h:40:\nIn file included from /tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/../wayland/SDL_waylanddyn.h:84:\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/../wayland/SDL_waylandsym.h:232:26: warning: ISO C forbids forward references to 'enum' types [-Wpedantic]\n 232 | SDL_WAYLAND_SYM_OPT(enum libdecor_wm_capabilities, libdecor_frame_get_wm_capabilities, (struct libdecor_frame *))\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandvulkan.c:73:48: warning: assigning to 'SDL_FunctionPointer' (aka 'void (*)(void)') from 'void *' converts between void pointer and function pointer [-Wpedantic]\n 73 | _this->vulkan_config.vkGetInstanceProcAddr = (void *)vkGetInstanceProcAddr;\n | ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandvulkan.c:74:65: warning: assigning to 'SDL_FunctionPointer' (aka 'void (*)(void)') from 'void *' converts between void pointer and function pointer [-Wpedantic]\n 74 | _this->vulkan_config.vkEnumerateInstanceExtensionProperties =\n | ^\n 75 | (void *)((PFN_vkGetInstanceProcAddr)_this->vulkan_config.vkGetInstanceProcAddr)(\n | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n 76 | VK_NULL_HANDLE, \"vkEnumerateInstanceExtensionProperties\");\n | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandvulkan.c:118:74: warning: unused parameter '_this' [-Wunused-parameter]\n 118 | char const* const* Wayland_Vulkan_GetInstanceExtensions(SDL_VideoDevice *_this, Uint32 *count)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandvulkan.c:174:44: warning: passing 'SDL_FunctionPointer' (aka 'void (*)(void)') to parameter of type 'void *' converts between void pointer and function pointer [-Wpedantic]\n 174 | SDL_Vulkan_DestroySurface_Internal(_this->vulkan_config.vkGetInstanceProcAddr, instance, surface, allocator);\n | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/../SDL_vulkan_internal.h:77:54: note: passing argument to parameter 'vkGetInstanceProcAddr' here\n 77 | extern void SDL_Vulkan_DestroySurface_Internal(void *vkGetInstanceProcAddr,\n | ^\n8 warnings generated.\n[360/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/frog-color-management-v1-protocol.c.o\n[361/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/idle-inhibit-unstable-v1-protocol.c.o\n[362/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/pointer-constraints-unstable-v1-protocol.c.o\n[363/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/input-timestamps-unstable-v1-protocol.c.o\n[364/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/keyboard-shortcuts-inhibit-unstable-v1-protocol.c.o\n[365/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/relative-pointer-unstable-v1-protocol.c.o\n[366/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/tablet-v2-protocol.c.o\n[367/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/primary-selection-unstable-v1-protocol.c.o\n[368/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandwindow.c.o\nIn file included from /tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandwindow.c:32:\nIn file included from /tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandevents_c.h:30:\nIn file included from /tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandvideo.h:125:\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylanddyn.h:45:6: warning: ISO C forbids forward references to 'enum' types [-Wpedantic]\n 45 | enum libdecor_resize_edge;\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylanddyn.h:46:6: warning: ISO C forbids forward references to 'enum' types [-Wpedantic]\n 46 | enum libdecor_capabilities;\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylanddyn.h:47:6: warning: ISO C forbids forward references to 'enum' types [-Wpedantic]\n 47 | enum libdecor_window_state;\n | ^\nIn file included from /tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandwindow.c:32:\nIn file included from /tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandevents_c.h:30:\nIn file included from /tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandvideo.h:125:\nIn file included from /tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylanddyn.h:84:\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandsym.h:232:26: warning: ISO C forbids forward references to 'enum' types [-Wpedantic]\n 232 | SDL_WAYLAND_SYM_OPT(enum libdecor_wm_capabilities, libdecor_frame_get_wm_capabilities, (struct libdecor_frame *))\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandwindow.c:489:92: warning: unused parameter 'callback_data' [-Wunused-parameter]\n 489 | static void fullscreen_deadline_handler(void *data, struct wl_callback *callback, uint32_t callback_data)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandwindow.c:506:100: warning: unused parameter 'callback_data' [-Wunused-parameter]\n 506 | static void maximized_restored_deadline_handler(void *data, struct wl_callback *callback, uint32_t callback_data)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandwindow.c:679:77: warning: unused parameter 'time' [-Wunused-parameter]\n 679 | static void surface_frame_done(void *data, struct wl_callback *cb, uint32_t time)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandwindow.c:732:79: warning: unused parameter 'time' [-Wunused-parameter]\n 732 | static void gles_swap_frame_done(void *data, struct wl_callback *cb, uint32_t time)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandwindow.c:766:64: warning: unused parameter 'xdg_toplevel' [-Wunused-parameter]\n 766 | struct xdg_toplevel *xdg_toplevel,\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandwindow.c:977:72: warning: unused parameter 'xdg_toplevel' [-Wunused-parameter]\n 977 | static void handle_close_xdg_toplevel(void *data, struct xdg_toplevel *xdg_toplevel)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandwindow.c:984:71: warning: unused parameter 'xdg_toplevel' [-Wunused-parameter]\n 984 | struct xdg_toplevel *xdg_toplevel,\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandwindow.c:993:70: warning: unused parameter 'xdg_toplevel' [-Wunused-parameter]\n 993 | struct xdg_toplevel *xdg_toplevel,\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandwindow.c:1029:58: warning: unused parameter 'xdg_popup' [-Wunused-parameter]\n 1029 | struct xdg_popup *xdg_popup,\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandwindow.c:1079:65: warning: unused parameter 'xdg_popup' [-Wunused-parameter]\n 1079 | static void handle_done_xdg_popup(void *data, struct xdg_popup *xdg_popup)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandwindow.c:1085:49: warning: unused parameter 'data' [-Wunused-parameter]\n 1085 | static void handle_repositioned_xdg_popup(void *data,\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandwindow.c:1086:61: warning: unused parameter 'xdg_popup' [-Wunused-parameter]\n 1086 | struct xdg_popup *xdg_popup,\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandwindow.c:1087:52: warning: unused parameter 'token' [-Wunused-parameter]\n 1087 | uint32_t token)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandwindow.c:1099:82: warning: unused parameter 'zxdg_toplevel_decoration_v1' [-Wunused-parameter]\n 1099 | struct zxdg_toplevel_decoration_v1 *zxdg_toplevel_decoration_v1,\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandwindow.c:1422:59: warning: unused parameter 'frame' [-Wunused-parameter]\n 1422 | static void decoration_frame_close(struct libdecor_frame *frame, void *user_data)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandwindow.c:1427:60: warning: unused parameter 'frame' [-Wunused-parameter]\n 1427 | static void decoration_frame_commit(struct libdecor_frame *frame, void *user_data)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandwindow.c:1438:61: warning: unused parameter 'frame' [-Wunused-parameter]\n 1438 | static void decoration_dismiss_popup(struct libdecor_frame *frame, const char *seat_name, void *user_data)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandwindow.c:1438:80: warning: unused parameter 'seat_name' [-Wunused-parameter]\n 1438 | static void decoration_dismiss_popup(struct libdecor_frame *frame, const char *seat_name, void *user_data)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandwindow.c:1438:97: warning: unused parameter 'user_data' [-Wunused-parameter]\n 1438 | static void decoration_dismiss_popup(struct libdecor_frame *frame, const char *seat_name, void *user_data)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandwindow.c:1448:1: warning: missing field 'reserved0' initializer [-Wmissing-field-initializers]\n 1448 | };\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandwindow.c:1574:74: warning: unused parameter 'wl_surface' [-Wunused-parameter]\n 1574 | static void handle_preferred_buffer_scale(void *data, struct wl_surface *wl_surface, int32_t factor)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandwindow.c:1587:53: warning: unused parameter 'data' [-Wunused-parameter]\n 1587 | static void handle_preferred_buffer_transform(void *data, struct wl_surface *wl_surface, uint32_t transform)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandwindow.c:1587:78: warning: unused parameter 'wl_surface' [-Wunused-parameter]\n 1587 | static void handle_preferred_buffer_transform(void *data, struct wl_surface *wl_surface, uint32_t transform)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandwindow.c:1587:99: warning: unused parameter 'transform' [-Wunused-parameter]\n 1587 | static void handle_preferred_buffer_transform(void *data, struct wl_surface *wl_surface, uint32_t transform)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandwindow.c:1599:90: warning: unused parameter 'wp_fractional_scale_v1' [-Wunused-parameter]\n 1599 | static void handle_preferred_fractional_scale(void *data, struct wp_fractional_scale_v1 *wp_fractional_scale_v1, uint32_t scale)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandwindow.c:1609:92: warning: unused parameter 'frog_color_managed_surface' [-Wunused-parameter]\n 1609 | static void frog_preferred_metadata_handler(void *data, struct frog_color_managed_surface *frog_color_managed_surface, uint32_t transfer_function,\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandwindow.c:1610:54: warning: unused parameter 'output_display_primary_red_x' [-Wunused-parameter]\n 1610 | uint32_t output_display_primary_red_x, uint32_t output_display_primary_red_y,\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandwindow.c:1610:93: warning: unused parameter 'output_display_primary_red_y' [-Wunused-parameter]\n 1610 | uint32_t output_display_primary_red_x, uint32_t output_display_primary_red_y,\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandwindow.c:1611:54: warning: unused parameter 'output_display_primary_green_x' [-Wunused-parameter]\n 1611 | uint32_t output_display_primary_green_x, uint32_t output_display_primary_green_y,\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandwindow.c:1611:95: warning: unused parameter 'output_display_primary_green_y' [-Wunused-parameter]\n 1611 | uint32_t output_display_primary_green_x, uint32_t output_display_primary_green_y,\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandwindow.c:1612:54: warning: unused parameter 'output_display_primary_blue_x' [-Wunused-parameter]\n 1612 | uint32_t output_display_primary_blue_x, uint32_t output_display_primary_blue_y,\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandwindow.c:1612:94: warning: unused parameter 'output_display_primary_blue_y' [-Wunused-parameter]\n 1612 | uint32_t output_display_primary_blue_x, uint32_t output_display_primary_blue_y,\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandwindow.c:1613:54: warning: unused parameter 'output_white_point_x' [-Wunused-parameter]\n 1613 | uint32_t output_white_point_x, uint32_t output_white_point_y,\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandwindow.c:1613:85: warning: unused parameter 'output_white_point_y' [-Wunused-parameter]\n 1613 | uint32_t output_white_point_x, uint32_t output_white_point_y,\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandwindow.c:1614:78: warning: unused parameter 'min_luminance' [-Wunused-parameter]\n 1614 | uint32_t max_luminance, uint32_t min_luminance,\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandwindow.c:1615:54: warning: unused parameter 'max_full_frame_luminance' [-Wunused-parameter]\n 1615 | uint32_t max_full_frame_luminance)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandwindow.c:1651:96: warning: unused parameter 'wp_color_management_surface_feedback_v1' [-Wunused-parameter]\n 1651 | struct wp_color_management_surface_feedback_v1 *wp_color_management_surface_feedback_v1,\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandwindow.c:1652:57: warning: unused parameter 'identity' [-Wunused-parameter]\n 1652 | uint32_t identity)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandwindow.c:1678:43: warning: unused parameter 'window' [-Wunused-parameter]\n 1678 | bool Wayland_SetWindowHitTest(SDL_Window *window, bool enabled)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandwindow.c:1678:56: warning: unused parameter 'enabled' [-Wunused-parameter]\n 1678 | bool Wayland_SetWindowHitTest(SDL_Window *window, bool enabled)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandwindow.c:1703:47: warning: unused parameter '_this' [-Wunused-parameter]\n 1703 | bool Wayland_SetWindowParent(SDL_VideoDevice *_this, SDL_Window *window, SDL_Window *parent_window)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandwindow.c:1759:87: warning: unused parameter 'callback_data' [-Wunused-parameter]\n 1759 | static void show_hide_sync_handler(void *data, struct wl_callback *callback, uint32_t callback_data)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandwindow.c:1777:74: warning: unused parameter 'zxdg_exported_v2' [-Wunused-parameter]\n 1777 | static void exported_handle_handler(void *data, struct zxdg_exported_v2 *zxdg_exported_v2, const char *handle)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandwindow.c:2060:51: warning: unused parameter '_this' [-Wunused-parameter]\n 2060 | static void Wayland_ReleasePopup(SDL_VideoDevice *_this, SDL_Window *popup)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandwindow.c:2244:89: warning: unused parameter 'operation' [-Wunused-parameter]\n 2244 | bool Wayland_FlashWindow(SDL_VideoDevice *_this, SDL_Window *window, SDL_FlashOperation operation)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandwindow.c:2379:50: warning: unused parameter '_this' [-Wunused-parameter]\n 2379 | void Wayland_SetWindowResizable(SDL_VideoDevice *_this, SDL_Window *window, bool resizable)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandwindow.c:2450:46: warning: unused parameter '_this' [-Wunused-parameter]\n 2450 | void Wayland_MinimizeWindow(SDL_VideoDevice *_this, SDL_Window *window)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandwindow.c:2713:52: warning: unused parameter '_this' [-Wunused-parameter]\n 2713 | void Wayland_SetWindowMinimumSize(SDL_VideoDevice *_this, SDL_Window *window)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandwindow.c:2719:52: warning: unused parameter '_this' [-Wunused-parameter]\n 2719 | void Wayland_SetWindowMaximumSize(SDL_VideoDevice *_this, SDL_Window *window)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandwindow.c:2725:49: warning: unused parameter '_this' [-Wunused-parameter]\n 2725 | bool Wayland_SetWindowPosition(SDL_VideoDevice *_this, SDL_Window *window)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandwindow.c:2758:45: warning: unused parameter '_this' [-Wunused-parameter]\n 2758 | void Wayland_SetWindowSize(SDL_VideoDevice *_this, SDL_Window *window)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandwindow.c:2795:53: warning: unused parameter '_this' [-Wunused-parameter]\n 2795 | void Wayland_GetWindowSizeInPixels(SDL_VideoDevice *_this, SDL_Window *window, int *w, int *h)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandwindow.c:2803:54: warning: unused parameter '_this' [-Wunused-parameter]\n 2803 | float Wayland_GetWindowContentScale(SDL_VideoDevice *_this, SDL_Window *window)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandwindow.c:2814:60: warning: unused parameter '_this' [-Wunused-parameter]\n 2814 | SDL_DisplayID Wayland_GetDisplayForWindow(SDL_VideoDevice *_this, SDL_Window *window)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandwindow.c:2825:48: warning: unused parameter '_this' [-Wunused-parameter]\n 2825 | bool Wayland_SetWindowOpacity(SDL_VideoDevice *_this, SDL_Window *window, float opacity)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandwindow.c:2839:46: warning: unused parameter '_this' [-Wunused-parameter]\n 2839 | void Wayland_SetWindowTitle(SDL_VideoDevice *_this, SDL_Window *window)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandwindow.c:2943:52: warning: unused parameter '_this' [-Wunused-parameter]\n 2943 | void *Wayland_GetWindowICCProfile(SDL_VideoDevice *_this, SDL_Window *window, size_t *size)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/wayland/SDL_waylandwindow.c:2974:50: warning: unused parameter '_this' [-Wunused-parameter]\n 2974 | bool Wayland_SetWindowFocusable(SDL_VideoDevice *_this, SDL_Window *window, bool focusable)\n | ^\n62 warnings generated.\n[369/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/viewporter-protocol.c.o\n[370/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/text-input-unstable-v3-protocol.c.o\n[371/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/wayland-protocol.c.o\n[372/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-activation-v1-protocol.c.o\n[373/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-decoration-unstable-v1-protocol.c.o\n[374/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-foreign-unstable-v2-protocol.c.o\n[375/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-dialog-v1-protocol.c.o\n[376/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-output-unstable-v1-protocol.c.o\n[377/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-shell-protocol.c.o\n[378/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-toplevel-icon-v1-protocol.c.o\n[379/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/core/unix/SDL_appid.c.o\n[380/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/core/unix/SDL_poll.c.o\n[381/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/tray/unix/SDL_tray.c.o\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/tray/unix/SDL_tray.c:235:20: warning: assigning to 'gboolean (*)(int *, char ***)' (aka 'int (*)(int *, char ***)') from 'void *' converts between void pointer and function pointer [-Wpedantic]\n 235 | gtk_init_check = dlsym(libgtk, \"gtk_init_check\");\n | ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/tray/unix/SDL_tray.c:236:27: warning: assigning to 'gboolean (*)(gboolean)' (aka 'int (*)(int)') from 'void *' converts between void pointer and function pointer [-Wpedantic]\n 236 | gtk_main_iteration_do = dlsym(libgtk, \"gtk_main_iteration_do\");\n | ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/tray/unix/SDL_tray.c:237:18: warning: assigning to 'GtkWidget *(*)(void)' (aka 'struct _GtkWidget *(*)(void)') from 'void *' converts between void pointer and function pointer [-Wpedantic]\n 237 | gtk_menu_new = dlsym(libgtk, \"gtk_menu_new\");\n | ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/tray/unix/SDL_tray.c:238:33: warning: assigning to 'GtkWidget *(*)(void)' (aka 'struct _GtkWidget *(*)(void)') from 'void *' converts between void pointer and function pointer [-Wpedantic]\n 238 | gtk_separator_menu_item_new = dlsym(libgtk, \"gtk_separator_menu_item_new\");\n | ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/tray/unix/SDL_tray.c:239:34: warning: assigning to 'GtkWidget *(*)(const gchar *)' (aka 'struct _GtkWidget *(*)(const char *)') from 'void *' converts between void pointer and function pointer [-Wpedantic]\n 239 | gtk_menu_item_new_with_label = dlsym(libgtk, \"gtk_menu_item_new_with_label\");\n | ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/tray/unix/SDL_tray.c:240:31: warning: assigning to 'void (*)(GtkMenuItem *, GtkWidget *)' (aka 'void (*)(struct _GtkMenuItem *, struct _GtkWidget *)') from 'void *' converts between void pointer and function pointer [-Wpedantic]\n 240 | gtk_menu_item_set_submenu = dlsym(libgtk, \"gtk_menu_item_set_submenu\");\n | ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/tray/unix/SDL_tray.c:241:40: warning: assigning to 'GtkWidget *(*)(const gchar *)' (aka 'struct _GtkWidget *(*)(const char *)') from 'void *' converts between void pointer and function pointer [-Wpedantic]\n 241 | gtk_check_menu_item_new_with_label = dlsym(libgtk, \"gtk_check_menu_item_new_with_label\");\n | ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/tray/unix/SDL_tray.c:242:36: warning: assigning to 'void (*)(GtkCheckMenuItem *, gboolean)' (aka 'void (*)(struct _GtkCheckMenuItem *, int)') from 'void *' converts between void pointer and function pointer [-Wpedantic]\n 242 | gtk_check_menu_item_set_active = dlsym(libgtk, \"gtk_check_menu_item_set_active\");\n | ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/tray/unix/SDL_tray.c:243:30: warning: assigning to 'void (*)(GtkWidget *, gboolean)' (aka 'void (*)(struct _GtkWidget *, int)') from 'void *' converts between void pointer and function pointer [-Wpedantic]\n 243 | gtk_widget_set_sensitive = dlsym(libgtk, \"gtk_widget_set_sensitive\");\n | ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/tray/unix/SDL_tray.c:244:21: warning: assigning to 'void (*)(GtkWidget *)' (aka 'void (*)(struct _GtkWidget *)') from 'void *' converts between void pointer and function pointer [-Wpedantic]\n 244 | gtk_widget_show = dlsym(libgtk, \"gtk_widget_show\");\n | ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/tray/unix/SDL_tray.c:245:27: warning: assigning to 'void (*)(GtkMenuShell *, GtkWidget *)' (aka 'void (*)(struct _GtkMenuShell *, struct _GtkWidget *)') from 'void *' converts between void pointer and function pointer [-Wpedantic]\n 245 | gtk_menu_shell_append = dlsym(libgtk, \"gtk_menu_shell_append\");\n | ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/tray/unix/SDL_tray.c:246:27: warning: assigning to 'void (*)(GtkMenuShell *, GtkWidget *, gint)' (aka 'void (*)(struct _GtkMenuShell *, struct _GtkWidget *, int)') from 'void *' converts between void pointer and function pointer [-Wpedantic]\n 246 | gtk_menu_shell_insert = dlsym(libgtk, \"gtk_menu_shell_insert\");\n | ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/tray/unix/SDL_tray.c:247:24: warning: assigning to 'void (*)(GtkWidget *)' (aka 'void (*)(struct _GtkWidget *)') from 'void *' converts between void pointer and function pointer [-Wpedantic]\n 247 | gtk_widget_destroy = dlsym(libgtk, \"gtk_widget_destroy\");\n | ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/tray/unix/SDL_tray.c:248:29: warning: assigning to 'const gchar *(*)(GtkMenuItem *)' (aka 'const char *(*)(struct _GtkMenuItem *)') from 'void *' converts between void pointer and function pointer [-Wpedantic]\n 248 | gtk_menu_item_get_label = dlsym(libgtk, \"gtk_menu_item_get_label\");\n | ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/tray/unix/SDL_tray.c:249:29: warning: assigning to 'void (*)(GtkMenuItem *, const gchar *)' (aka 'void (*)(struct _GtkMenuItem *, const char *)') from 'void *' converts between void pointer and function pointer [-Wpedantic]\n 249 | gtk_menu_item_set_label = dlsym(libgtk, \"gtk_menu_item_set_label\");\n | ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/tray/unix/SDL_tray.c:250:36: warning: assigning to 'gboolean (*)(GtkCheckMenuItem *)' (aka 'int (*)(struct _GtkCheckMenuItem *)') from 'void *' converts between void pointer and function pointer [-Wpedantic]\n 250 | gtk_check_menu_item_get_active = dlsym(libgtk, \"gtk_check_menu_item_get_active\");\n | ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/tray/unix/SDL_tray.c:251:30: warning: assigning to 'gboolean (*)(GtkWidget *)' (aka 'int (*)(struct _GtkWidget *)') from 'void *' converts between void pointer and function pointer [-Wpedantic]\n 251 | gtk_widget_get_sensitive = dlsym(libgtk, \"gtk_widget_get_sensitive\");\n | ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/tray/unix/SDL_tray.c:255:15: warning: assigning to 'gchar *(*)(gchar *)' (aka 'char *(*)(char *)') from 'void *' converts between void pointer and function pointer [-Wpedantic]\n 255 | g_mkdtemp = dlsym(libgdk, \"g_mkdtemp\");\n | ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/tray/unix/SDL_tray.c:256:27: warning: assigning to 'gulong (*)(gpointer, const gchar *, GCallback, gpointer, GClosureNotify, GConnectFlags)' (aka 'unsigned long (*)(void *, const char *, void (*)(void), void *, void (*)(void *, struct _GClosure *), GConnectFlags)') from 'void *' converts between void pointer and function pointer [-Wpedantic]\n 256 | g_signal_connect_data = dlsym(libgdk, \"g_signal_connect_data\");\n | ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/tray/unix/SDL_tray.c:257:20: warning: assigning to 'void (*)(gpointer)' (aka 'void (*)(void *)') from 'void *' converts between void pointer and function pointer [-Wpedantic]\n 257 | g_object_unref = dlsym(libgdk, \"g_object_unref\");\n | ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/tray/unix/SDL_tray.c:258:23: warning: assigning to 'gpointer (*)(gpointer)' (aka 'void *(*)(void *)') from 'void *' converts between void pointer and function pointer [-Wpedantic]\n 258 | g_object_ref_sink = dlsym(libgdk, \"g_object_ref_sink\");\n | ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/tray/unix/SDL_tray.c:259:18: warning: assigning to 'gpointer (*)(gpointer)' (aka 'void *(*)(void *)') from 'void *' converts between void pointer and function pointer [-Wpedantic]\n 259 | g_object_ref = dlsym(libgdk, \"g_object_ref\");\n | ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/tray/unix/SDL_tray.c:261:23: warning: assigning to 'AppIndicator *(*)(const gchar *, const gchar *, AppIndicatorCategory)' (aka 'struct _AppIndicator *(*)(const char *, const char *, AppIndicatorCategory)') from 'void *' converts between void pointer and function pointer [-Wpedantic]\n 261 | app_indicator_new = dlsym(libappindicator, \"app_indicator_new\");\n | ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/tray/unix/SDL_tray.c:262:30: warning: assigning to 'void (*)(AppIndicator *, AppIndicatorStatus)' (aka 'void (*)(struct _AppIndicator *, AppIndicatorStatus)') from 'void *' converts between void pointer and function pointer [-Wpedantic]\n 262 | app_indicator_set_status = dlsym(libappindicator, \"app_indicator_set_status\");\n | ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/tray/unix/SDL_tray.c:263:28: warning: assigning to 'void (*)(AppIndicator *, const gchar *)' (aka 'void (*)(struct _AppIndicator *, const char *)') from 'void *' converts between void pointer and function pointer [-Wpedantic]\n 263 | app_indicator_set_icon = dlsym(libappindicator, \"app_indicator_set_icon\");\n | ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/tray/unix/SDL_tray.c:264:28: warning: assigning to 'void (*)(AppIndicator *, GtkMenu *)' (aka 'void (*)(struct _AppIndicator *, struct _GtkMenu *)') from 'void *' converts between void pointer and function pointer [-Wpedantic]\n 264 | app_indicator_set_menu = dlsym(libappindicator, \"app_indicator_set_menu\");\n | ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/tray/unix/SDL_tray.c:344:40: warning: unused parameter 'item' [-Wunused-parameter]\n 344 | static void call_callback(GtkMenuItem *item, gpointer ptr)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/tray/unix/SDL_tray.c:384:55: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\n 384 | if (would_have_written <= 0 || would_have_written >= sizeof(buffer) - 1) {\n | ~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/tray/unix/SDL_tray.c:416:57: warning: unused parameter 'tooltip' [-Wunused-parameter]\n 416 | SDL_Tray *SDL_CreateTray(SDL_Surface *icon, const char *tooltip)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/tray/unix/SDL_tray.c:486:35: warning: unused parameter 'tray' [-Wunused-parameter]\n 486 | void SDL_SetTrayTooltip(SDL_Tray *tray, const char *tooltip)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/tray/unix/SDL_tray.c:486:53: warning: unused parameter 'tooltip' [-Wunused-parameter]\n 486 | void SDL_SetTrayTooltip(SDL_Tray *tray, const char *tooltip)\n | ^\n31 warnings generated.\n[382/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_system_theme.c.o\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/core/linux/SDL_system_theme.c:72:61: warning: unused parameter 'conn' [-Wunused-parameter]\n 72 | static DBusHandlerResult DBus_MessageFilter(DBusConnection *conn, DBusMessage *msg, void *data) {\n | ^\n1 warning generated.\n[383/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_dbus.c.o\n[384/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/camera/v4l2/SDL_camera_v4l2.c.o\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/camera/v4l2/SDL_camera_v4l2.c:572:64: warning: comparison of integers of different signs: '__u32' (aka 'unsigned int') and 'const int' [-Wsign-compare]\n 572 | if ( (setfps.parm.capture.timeperframe.denominator != spec->framerate_numerator) ||\n | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~\n1 warning generated.\n[385/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/haptic/linux/SDL_syshaptic.c.o\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/haptic/linux/SDL_syshaptic.c:1041:47: warning: unused parameter 'haptic' [-Wunused-parameter]\n 1041 | int SDL_SYS_HapticGetEffectStatus(SDL_Haptic *haptic,\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/haptic/linux/SDL_syshaptic.c:1042:57: warning: unused parameter 'effect' [-Wunused-parameter]\n 1042 | struct haptic_effect *effect)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/haptic/linux/SDL_syshaptic.c:1102:38: warning: unused parameter 'haptic' [-Wunused-parameter]\n 1102 | bool SDL_SYS_HapticPause(SDL_Haptic *haptic)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/haptic/linux/SDL_syshaptic.c:1110:39: warning: unused parameter 'haptic' [-Wunused-parameter]\n 1110 | bool SDL_SYS_HapticResume(SDL_Haptic *haptic)\n | ^\n4 warnings generated.\n[386/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_udev.c.o\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/core/linux/SDL_udev.c:53:11: warning: assigning to 'void *' from 'SDL_FunctionPointer' (aka 'void (*)(void)') converts between void pointer and function pointer [-Wpedantic]\n 53 | *addr = SDL_LoadFunction(_this->udev_handle, fn);\n | ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/core/linux/SDL_udev.c:318:27: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\n 318 | for (int i = 0; i < SDL_arraysize(SDL_UDEV_LIBS); i++) {\n | ~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/core/linux/SDL_udev.c:339:42: warning: unused parameter 'dev' [-Wunused-parameter]\n 339 | static void get_caps(struct udev_device *dev, struct udev_device *pdev, const char *attr, unsigned long *bitmask, size_t bitmask_len)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/core/linux/SDL_udev.c:357:15: warning: comparison of integers of different signs: 'int' and 'size_t' (aka 'unsigned long') [-Wsign-compare]\n 357 | if (i < bitmask_len) {\n | ~ ^ ~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/core/linux/SDL_udev.c:364:11: warning: comparison of integers of different signs: 'int' and 'size_t' (aka 'unsigned long') [-Wsign-compare]\n 364 | if (i < bitmask_len) {\n | ~ ^ ~~~~~~~~~~~\n5 warnings generated.\n[387/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_evdev.c.o\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/core/linux/SDL_evdev.c:152:49: warning: unused parameter 'enabled' [-Wunused-parameter]\n 152 | static bool SDL_EVDEV_SetRelativeMouseMode(bool enabled)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/core/linux/SDL_evdev.c:608:67: warning: unused parameter 'udev_class' [-Wunused-parameter]\n 608 | static bool SDL_EVDEV_init_keyboard(SDL_evdevlist_item *item, int udev_class)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/core/linux/SDL_evdev.c:625:64: warning: unused parameter 'udev_class' [-Wunused-parameter]\n 625 | static bool SDL_EVDEV_init_mouse(SDL_evdevlist_item *item, int udev_class)\n | ^\n3 warnings generated.\n[388/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_fcitx.c.o\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/core/linux/SDL_fcitx.c:184:61: warning: unused parameter 'conn' [-Wunused-parameter]\n 184 | static DBusHandlerResult DBus_MessageFilter(DBusConnection *conn, DBusMessage *msg, void *data)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/core/linux/SDL_fcitx.c:231:55: warning: unused parameter 'name' [-Wunused-parameter]\n 231 | const char *name,\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/core/linux/SDL_fcitx.c:232:55: warning: unused parameter 'old_val' [-Wunused-parameter]\n 232 | const char *old_val,\n | ^\n3 warnings generated.\n[389/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_evdev_capabilities.c.o\n[390/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_evdev_kbd.c.o\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/core/linux/SDL_evdev_kbd.c:227:29: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\n 227 | for (tabidx = 0; tabidx < sizeof(fatal_signals) / sizeof(fatal_signals[0]); ++tabidx) {\n | ~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/core/linux/SDL_evdev_kbd.c:292:96: warning: cast from 'void (*)(int, siginfo_t *, void *)' to 'void (*)(int)' converts to incompatible function type [-Wcast-function-type-mismatch]\n 292 | if ((signum == SIGHUP || signum == SIGPIPE) && (old_action_p->sa_handler != SIG_DFL || (void (*)(int))old_action_p->sa_sigaction != SIG_DFL)) {\n | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/core/linux/SDL_evdev_kbd.c:280:29: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\n 280 | for (tabidx = 0; tabidx < sizeof(fatal_signals) / sizeof(fatal_signals[0]); ++tabidx) {\n | ~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/core/linux/SDL_evdev_kbd.c:314:46: warning: unused parameter 'signum' [-Wunused-parameter]\n 314 | static void kbd_vt_release_signal_action(int signum)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/core/linux/SDL_evdev_kbd.c:319:46: warning: unused parameter 'signum' [-Wunused-parameter]\n 319 | static void kbd_vt_acquire_signal_action(int signum)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/core/linux/SDL_evdev_kbd.c:700:48: warning: unused parameter 'kbd' [-Wunused-parameter]\n 700 | static void k_ignore(SDL_EVDEV_keyboard_state *kbd, unsigned char value, char up_flag)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/core/linux/SDL_evdev_kbd.c:700:67: warning: unused parameter 'value' [-Wunused-parameter]\n 700 | static void k_ignore(SDL_EVDEV_keyboard_state *kbd, unsigned char value, char up_flag)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/core/linux/SDL_evdev_kbd.c:700:79: warning: unused parameter 'up_flag' [-Wunused-parameter]\n 700 | static void k_ignore(SDL_EVDEV_keyboard_state *kbd, unsigned char value, char up_flag)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/core/linux/SDL_evdev_kbd.c:717:51: warning: unused parameter 'kbd' [-Wunused-parameter]\n 717 | static void k_lowercase(SDL_EVDEV_keyboard_state *kbd, unsigned char value, char up_flag)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/core/linux/SDL_evdev_kbd.c:717:70: warning: unused parameter 'value' [-Wunused-parameter]\n 717 | static void k_lowercase(SDL_EVDEV_keyboard_state *kbd, unsigned char value, char up_flag)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/core/linux/SDL_evdev_kbd.c:717:82: warning: unused parameter 'up_flag' [-Wunused-parameter]\n 717 | static void k_lowercase(SDL_EVDEV_keyboard_state *kbd, unsigned char value, char up_flag)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/core/linux/SDL_evdev_kbd.c:760:46: warning: unused parameter 'kbd' [-Wunused-parameter]\n 760 | static void k_cons(SDL_EVDEV_keyboard_state *kbd, unsigned char value, char up_flag)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/core/linux/SDL_evdev_kbd.c:760:65: warning: unused parameter 'value' [-Wunused-parameter]\n 760 | static void k_cons(SDL_EVDEV_keyboard_state *kbd, unsigned char value, char up_flag)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/core/linux/SDL_evdev_kbd.c:760:77: warning: unused parameter 'up_flag' [-Wunused-parameter]\n 760 | static void k_cons(SDL_EVDEV_keyboard_state *kbd, unsigned char value, char up_flag)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/core/linux/SDL_evdev_kbd.c:764:44: warning: unused parameter 'kbd' [-Wunused-parameter]\n 764 | static void k_fn(SDL_EVDEV_keyboard_state *kbd, unsigned char value, char up_flag)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/core/linux/SDL_evdev_kbd.c:764:63: warning: unused parameter 'value' [-Wunused-parameter]\n 764 | static void k_fn(SDL_EVDEV_keyboard_state *kbd, unsigned char value, char up_flag)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/core/linux/SDL_evdev_kbd.c:764:75: warning: unused parameter 'up_flag' [-Wunused-parameter]\n 764 | static void k_fn(SDL_EVDEV_keyboard_state *kbd, unsigned char value, char up_flag)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/core/linux/SDL_evdev_kbd.c:768:45: warning: unused parameter 'kbd' [-Wunused-parameter]\n 768 | static void k_cur(SDL_EVDEV_keyboard_state *kbd, unsigned char value, char up_flag)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/core/linux/SDL_evdev_kbd.c:768:64: warning: unused parameter 'value' [-Wunused-parameter]\n 768 | static void k_cur(SDL_EVDEV_keyboard_state *kbd, unsigned char value, char up_flag)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/core/linux/SDL_evdev_kbd.c:768:76: warning: unused parameter 'up_flag' [-Wunused-parameter]\n 768 | static void k_cur(SDL_EVDEV_keyboard_state *kbd, unsigned char value, char up_flag)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/core/linux/SDL_evdev_kbd.c:831:46: warning: unused parameter 'kbd' [-Wunused-parameter]\n 831 | static void k_meta(SDL_EVDEV_keyboard_state *kbd, unsigned char value, char up_flag)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/core/linux/SDL_evdev_kbd.c:831:65: warning: unused parameter 'value' [-Wunused-parameter]\n 831 | static void k_meta(SDL_EVDEV_keyboard_state *kbd, unsigned char value, char up_flag)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/core/linux/SDL_evdev_kbd.c:831:77: warning: unused parameter 'up_flag' [-Wunused-parameter]\n 831 | static void k_meta(SDL_EVDEV_keyboard_state *kbd, unsigned char value, char up_flag)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/core/linux/SDL_evdev_kbd.c:883:45: warning: unused parameter 'kbd' [-Wunused-parameter]\n 883 | static void k_brl(SDL_EVDEV_keyboard_state *kbd, unsigned char value, char up_flag)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/core/linux/SDL_evdev_kbd.c:883:64: warning: unused parameter 'value' [-Wunused-parameter]\n 883 | static void k_brl(SDL_EVDEV_keyboard_state *kbd, unsigned char value, char up_flag)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/core/linux/SDL_evdev_kbd.c:883:76: warning: unused parameter 'up_flag' [-Wunused-parameter]\n 883 | static void k_brl(SDL_EVDEV_keyboard_state *kbd, unsigned char value, char up_flag)\n | ^\n26 warnings generated.\n[391/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_ime.c.o\n[392/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_threadprio.c.o\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/core/linux/SDL_threadprio.c:224:18: warning: comparison of integers of different signs: 'Uint32' (aka 'unsigned int') and 'Sint32' (aka 'int') [-Wsign-compare]\n 224 | if (priority > rtkit_max_realtime_priority) {\n | ~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~\n1 warning generated.\n[393/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_combined.c.o\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_combined.c:29:66: warning: unused parameter 'callback' [-Wunused-parameter]\n 29 | static void HIDAPI_DriverCombined_RegisterHints(SDL_HintCallback callback, void *userdata)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_combined.c:29:82: warning: unused parameter 'userdata' [-Wunused-parameter]\n 29 | static void HIDAPI_DriverCombined_RegisterHints(SDL_HintCallback callback, void *userdata)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_combined.c:33:68: warning: unused parameter 'callback' [-Wunused-parameter]\n 33 | static void HIDAPI_DriverCombined_UnregisterHints(SDL_HintCallback callback, void *userdata)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_combined.c:33:84: warning: unused parameter 'userdata' [-Wunused-parameter]\n 33 | static void HIDAPI_DriverCombined_UnregisterHints(SDL_HintCallback callback, void *userdata)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_combined.c:42:72: warning: unused parameter 'device' [-Wunused-parameter]\n 42 | static bool HIDAPI_DriverCombined_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_combined.c:42:92: warning: unused parameter 'name' [-Wunused-parameter]\n 42 | static bool HIDAPI_DriverCombined_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_combined.c:42:114: warning: unused parameter 'type' [-Wunused-parameter]\n 42 | static bool HIDAPI_DriverCombined_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_combined.c:42:127: warning: unused parameter 'vendor_id' [-Wunused-parameter]\n 42 | static bool HIDAPI_DriverCombined_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_combined.c:42:145: warning: unused parameter 'product_id' [-Wunused-parameter]\n 42 | static bool HIDAPI_DriverCombined_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_combined.c:42:164: warning: unused parameter 'version' [-Wunused-parameter]\n 42 | static bool HIDAPI_DriverCombined_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_combined.c:42:177: warning: unused parameter 'interface_number' [-Wunused-parameter]\n 42 | static bool HIDAPI_DriverCombined_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_combined.c:42:199: warning: unused parameter 'interface_class' [-Wunused-parameter]\n 42 | static bool HIDAPI_DriverCombined_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_combined.c:42:220: warning: unused parameter 'interface_subclass' [-Wunused-parameter]\n 42 | static bool HIDAPI_DriverCombined_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_combined.c:42:244: warning: unused parameter 'interface_protocol' [-Wunused-parameter]\n 42 | static bool HIDAPI_DriverCombined_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_combined.c:53:74: warning: unused parameter 'device' [-Wunused-parameter]\n 53 | static int HIDAPI_DriverCombined_GetDevicePlayerIndex(SDL_HIDAPI_Device *device, SDL_JoystickID instance_id)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_combined.c:53:97: warning: unused parameter 'instance_id' [-Wunused-parameter]\n 53 | static int HIDAPI_DriverCombined_GetDevicePlayerIndex(SDL_HIDAPI_Device *device, SDL_JoystickID instance_id)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_combined.c:58:75: warning: unused parameter 'device' [-Wunused-parameter]\n 58 | static void HIDAPI_DriverCombined_SetDevicePlayerIndex(SDL_HIDAPI_Device *device, SDL_JoystickID instance_id, int player_index)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_combined.c:58:98: warning: unused parameter 'instance_id' [-Wunused-parameter]\n 58 | static void HIDAPI_DriverCombined_SetDevicePlayerIndex(SDL_HIDAPI_Device *device, SDL_JoystickID instance_id, int player_index)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_combined.c:58:115: warning: unused parameter 'player_index' [-Wunused-parameter]\n 58 | static void HIDAPI_DriverCombined_SetDevicePlayerIndex(SDL_HIDAPI_Device *device, SDL_JoystickID instance_id, int player_index)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_combined.c:167:73: warning: unused parameter 'device' [-Wunused-parameter]\n 167 | static bool HIDAPI_DriverCombined_SendJoystickEffect(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, const void *data, int size)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_combined.c:167:95: warning: unused parameter 'joystick' [-Wunused-parameter]\n 167 | static bool HIDAPI_DriverCombined_SendJoystickEffect(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, const void *data, int size)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_combined.c:167:117: warning: unused parameter 'data' [-Wunused-parameter]\n 167 | static bool HIDAPI_DriverCombined_SendJoystickEffect(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, const void *data, int size)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_combined.c:167:127: warning: unused parameter 'size' [-Wunused-parameter]\n 167 | static bool HIDAPI_DriverCombined_SendJoystickEffect(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, const void *data, int size)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_combined.c:210:65: warning: unused parameter 'device' [-Wunused-parameter]\n 210 | static void HIDAPI_DriverCombined_FreeDevice(SDL_HIDAPI_Device *device)\n | ^\n24 warnings generated.\n[394/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_gamecube.c.o\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_gamecube.c:71:72: warning: unused parameter 'device' [-Wunused-parameter]\n 71 | static bool HIDAPI_DriverGameCube_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_gamecube.c:71:92: warning: unused parameter 'name' [-Wunused-parameter]\n 71 | static bool HIDAPI_DriverGameCube_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_gamecube.c:71:114: warning: unused parameter 'type' [-Wunused-parameter]\n 71 | static bool HIDAPI_DriverGameCube_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_gamecube.c:71:164: warning: unused parameter 'version' [-Wunused-parameter]\n 71 | static bool HIDAPI_DriverGameCube_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_gamecube.c:71:177: warning: unused parameter 'interface_number' [-Wunused-parameter]\n 71 | static bool HIDAPI_DriverGameCube_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_gamecube.c:71:199: warning: unused parameter 'interface_class' [-Wunused-parameter]\n 71 | static bool HIDAPI_DriverGameCube_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_gamecube.c:71:220: warning: unused parameter 'interface_subclass' [-Wunused-parameter]\n 71 | static bool HIDAPI_DriverGameCube_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_gamecube.c:71:244: warning: unused parameter 'interface_protocol' [-Wunused-parameter]\n 71 | static bool HIDAPI_DriverGameCube_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_gamecube.c:96:92: warning: unused parameter 'name' [-Wunused-parameter]\n 96 | static void SDLCALL SDL_JoystickGameCubeRumbleBrakeHintChanged(void *userdata, const char *name, const char *oldValue, const char *hint)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_gamecube.c:96:110: warning: unused parameter 'oldValue' [-Wunused-parameter]\n 96 | static void SDLCALL SDL_JoystickGameCubeRumbleBrakeHintChanged(void *userdata, const char *name, const char *oldValue, const char *hint)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_gamecube.c:198:75: warning: unused parameter 'device' [-Wunused-parameter]\n 198 | static void HIDAPI_DriverGameCube_SetDevicePlayerIndex(SDL_HIDAPI_Device *device, SDL_JoystickID instance_id, int player_index)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_gamecube.c:198:98: warning: unused parameter 'instance_id' [-Wunused-parameter]\n 198 | static void HIDAPI_DriverGameCube_SetDevicePlayerIndex(SDL_HIDAPI_Device *device, SDL_JoystickID instance_id, int player_index)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_gamecube.c:198:115: warning: unused parameter 'player_index' [-Wunused-parameter]\n 198 | static void HIDAPI_DriverGameCube_SetDevicePlayerIndex(SDL_HIDAPI_Device *device, SDL_JoystickID instance_id, int player_index)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_gamecube.c:202:75: warning: unused parameter 'device' [-Wunused-parameter]\n 202 | static void HIDAPI_DriverGameCube_HandleJoystickPacket(SDL_HIDAPI_Device *device, SDL_DriverGameCube_Context *ctx, const Uint8 *packet, bool invert_c_stick)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_gamecube.c:446:77: warning: unused parameter 'device' [-Wunused-parameter]\n 446 | static bool HIDAPI_DriverGameCube_RumbleJoystickTriggers(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint16 left_rumble, Uint16 right_rumble)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_gamecube.c:446:99: warning: unused parameter 'joystick' [-Wunused-parameter]\n 446 | static bool HIDAPI_DriverGameCube_RumbleJoystickTriggers(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint16 left_rumble, Uint16 right_rumble)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_gamecube.c:446:116: warning: unused parameter 'left_rumble' [-Wunused-parameter]\n 446 | static bool HIDAPI_DriverGameCube_RumbleJoystickTriggers(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint16 left_rumble, Uint16 right_rumble)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_gamecube.c:446:136: warning: unused parameter 'right_rumble' [-Wunused-parameter]\n 446 | static bool HIDAPI_DriverGameCube_RumbleJoystickTriggers(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint16 left_rumble, Uint16 right_rumble)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_gamecube.c:474:69: warning: unused parameter 'device' [-Wunused-parameter]\n 474 | static bool HIDAPI_DriverGameCube_SetJoystickLED(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint8 red, Uint8 green, Uint8 blue)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_gamecube.c:474:91: warning: unused parameter 'joystick' [-Wunused-parameter]\n 474 | static bool HIDAPI_DriverGameCube_SetJoystickLED(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint8 red, Uint8 green, Uint8 blue)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_gamecube.c:474:107: warning: unused parameter 'red' [-Wunused-parameter]\n 474 | static bool HIDAPI_DriverGameCube_SetJoystickLED(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint8 red, Uint8 green, Uint8 blue)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_gamecube.c:474:118: warning: unused parameter 'green' [-Wunused-parameter]\n 474 | static bool HIDAPI_DriverGameCube_SetJoystickLED(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint8 red, Uint8 green, Uint8 blue)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_gamecube.c:474:131: warning: unused parameter 'blue' [-Wunused-parameter]\n 474 | static bool HIDAPI_DriverGameCube_SetJoystickLED(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint8 red, Uint8 green, Uint8 blue)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_gamecube.c:479:73: warning: unused parameter 'device' [-Wunused-parameter]\n 479 | static bool HIDAPI_DriverGameCube_SendJoystickEffect(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, const void *data, int size)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_gamecube.c:479:95: warning: unused parameter 'joystick' [-Wunused-parameter]\n 479 | static bool HIDAPI_DriverGameCube_SendJoystickEffect(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, const void *data, int size)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_gamecube.c:479:117: warning: unused parameter 'data' [-Wunused-parameter]\n 479 | static bool HIDAPI_DriverGameCube_SendJoystickEffect(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, const void *data, int size)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_gamecube.c:479:127: warning: unused parameter 'size' [-Wunused-parameter]\n 479 | static bool HIDAPI_DriverGameCube_SendJoystickEffect(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, const void *data, int size)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_gamecube.c:484:80: warning: unused parameter 'device' [-Wunused-parameter]\n 484 | static bool HIDAPI_DriverGameCube_SetJoystickSensorsEnabled(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, bool enabled)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_gamecube.c:484:102: warning: unused parameter 'joystick' [-Wunused-parameter]\n 484 | static bool HIDAPI_DriverGameCube_SetJoystickSensorsEnabled(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, bool enabled)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_gamecube.c:484:117: warning: unused parameter 'enabled' [-Wunused-parameter]\n 484 | static bool HIDAPI_DriverGameCube_SetJoystickSensorsEnabled(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, bool enabled)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_gamecube.c:489:90: warning: unused parameter 'joystick' [-Wunused-parameter]\n 489 | static void HIDAPI_DriverGameCube_CloseJoystick(SDL_HIDAPI_Device *device, SDL_Joystick *joystick)\n | ^\n31 warnings generated.\n[395/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_luna.c.o\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_luna.c:65:68: warning: unused parameter 'device' [-Wunused-parameter]\n 65 | static bool HIDAPI_DriverLuna_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_luna.c:65:88: warning: unused parameter 'name' [-Wunused-parameter]\n 65 | static bool HIDAPI_DriverLuna_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_luna.c:65:110: warning: unused parameter 'type' [-Wunused-parameter]\n 65 | static bool HIDAPI_DriverLuna_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_luna.c:65:160: warning: unused parameter 'version' [-Wunused-parameter]\n 65 | static bool HIDAPI_DriverLuna_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_luna.c:65:173: warning: unused parameter 'interface_number' [-Wunused-parameter]\n 65 | static bool HIDAPI_DriverLuna_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_luna.c:65:195: warning: unused parameter 'interface_class' [-Wunused-parameter]\n 65 | static bool HIDAPI_DriverLuna_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_luna.c:65:216: warning: unused parameter 'interface_subclass' [-Wunused-parameter]\n 65 | static bool HIDAPI_DriverLuna_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_luna.c:65:240: warning: unused parameter 'interface_protocol' [-Wunused-parameter]\n 65 | static bool HIDAPI_DriverLuna_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_luna.c:85:70: warning: unused parameter 'device' [-Wunused-parameter]\n 85 | static int HIDAPI_DriverLuna_GetDevicePlayerIndex(SDL_HIDAPI_Device *device, SDL_JoystickID instance_id)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_luna.c:85:93: warning: unused parameter 'instance_id' [-Wunused-parameter]\n 85 | static int HIDAPI_DriverLuna_GetDevicePlayerIndex(SDL_HIDAPI_Device *device, SDL_JoystickID instance_id)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_luna.c:90:71: warning: unused parameter 'device' [-Wunused-parameter]\n 90 | static void HIDAPI_DriverLuna_SetDevicePlayerIndex(SDL_HIDAPI_Device *device, SDL_JoystickID instance_id, int player_index)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_luna.c:90:94: warning: unused parameter 'instance_id' [-Wunused-parameter]\n 90 | static void HIDAPI_DriverLuna_SetDevicePlayerIndex(SDL_HIDAPI_Device *device, SDL_JoystickID instance_id, int player_index)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_luna.c:90:111: warning: unused parameter 'player_index' [-Wunused-parameter]\n 90 | static void HIDAPI_DriverLuna_SetDevicePlayerIndex(SDL_HIDAPI_Device *device, SDL_JoystickID instance_id, int player_index)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_luna.c:110:87: warning: unused parameter 'joystick' [-Wunused-parameter]\n 110 | static bool HIDAPI_DriverLuna_RumbleJoystick(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint16 low_frequency_rumble, Uint16 high_frequency_rumble)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_luna.c:133:73: warning: unused parameter 'device' [-Wunused-parameter]\n 133 | static bool HIDAPI_DriverLuna_RumbleJoystickTriggers(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint16 left_rumble, Uint16 right_rumble)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_luna.c:133:95: warning: unused parameter 'joystick' [-Wunused-parameter]\n 133 | static bool HIDAPI_DriverLuna_RumbleJoystickTriggers(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint16 left_rumble, Uint16 right_rumble)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_luna.c:133:112: warning: unused parameter 'left_rumble' [-Wunused-parameter]\n 133 | static bool HIDAPI_DriverLuna_RumbleJoystickTriggers(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint16 left_rumble, Uint16 right_rumble)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_luna.c:133:132: warning: unused parameter 'right_rumble' [-Wunused-parameter]\n 133 | static bool HIDAPI_DriverLuna_RumbleJoystickTriggers(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint16 left_rumble, Uint16 right_rumble)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_luna.c:138:98: warning: unused parameter 'joystick' [-Wunused-parameter]\n 138 | static Uint32 HIDAPI_DriverLuna_GetJoystickCapabilities(SDL_HIDAPI_Device *device, SDL_Joystick *joystick)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_luna.c:151:65: warning: unused parameter 'device' [-Wunused-parameter]\n 151 | static bool HIDAPI_DriverLuna_SetJoystickLED(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint8 red, Uint8 green, Uint8 blue)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_luna.c:151:87: warning: unused parameter 'joystick' [-Wunused-parameter]\n 151 | static bool HIDAPI_DriverLuna_SetJoystickLED(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint8 red, Uint8 green, Uint8 blue)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_luna.c:151:103: warning: unused parameter 'red' [-Wunused-parameter]\n 151 | static bool HIDAPI_DriverLuna_SetJoystickLED(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint8 red, Uint8 green, Uint8 blue)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_luna.c:151:114: warning: unused parameter 'green' [-Wunused-parameter]\n 151 | static bool HIDAPI_DriverLuna_SetJoystickLED(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint8 red, Uint8 green, Uint8 blue)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_luna.c:151:127: warning: unused parameter 'blue' [-Wunused-parameter]\n 151 | static bool HIDAPI_DriverLuna_SetJoystickLED(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint8 red, Uint8 green, Uint8 blue)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_luna.c:156:69: warning: unused parameter 'device' [-Wunused-parameter]\n 156 | static bool HIDAPI_DriverLuna_SendJoystickEffect(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, const void *data, int size)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_luna.c:156:91: warning: unused parameter 'joystick' [-Wunused-parameter]\n 156 | static bool HIDAPI_DriverLuna_SendJoystickEffect(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, const void *data, int size)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_luna.c:156:113: warning: unused parameter 'data' [-Wunused-parameter]\n 156 | static bool HIDAPI_DriverLuna_SendJoystickEffect(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, const void *data, int size)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_luna.c:156:123: warning: unused parameter 'size' [-Wunused-parameter]\n 156 | static bool HIDAPI_DriverLuna_SendJoystickEffect(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, const void *data, int size)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_luna.c:161:76: warning: unused parameter 'device' [-Wunused-parameter]\n 161 | static bool HIDAPI_DriverLuna_SetJoystickSensorsEnabled(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, bool enabled)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_luna.c:161:98: warning: unused parameter 'joystick' [-Wunused-parameter]\n 161 | static bool HIDAPI_DriverLuna_SetJoystickSensorsEnabled(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, bool enabled)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_luna.c:161:113: warning: unused parameter 'enabled' [-Wunused-parameter]\n 161 | static bool HIDAPI_DriverLuna_SetJoystickSensorsEnabled(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, bool enabled)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_luna.c:246:39: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\n 246 | SDL_memcpy(ctx->last_state, data, SDL_min(size, sizeof(ctx->last_state)));\n | ^ ~~~~ ~~~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/include/SDL3/SDL_stdinc.h:2110:29: note: expanded from macro 'SDL_min'\n 2110 | #define SDL_min(x, y) (((x) < (y)) ? (x) : (y))\n | ~ ^ ~\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_luna.c:348:39: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\n 348 | SDL_memcpy(ctx->last_state, data, SDL_min(size, sizeof(ctx->last_state)));\n | ^ ~~~~ ~~~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/include/SDL3/SDL_stdinc.h:2110:29: note: expanded from macro 'SDL_min'\n 2110 | #define SDL_min(x, y) (((x) < (y)) ? (x) : (y))\n | ~ ^ ~\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_luna.c:389:64: warning: unused parameter 'device' [-Wunused-parameter]\n 389 | static void HIDAPI_DriverLuna_CloseJoystick(SDL_HIDAPI_Device *device, SDL_Joystick *joystick)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_luna.c:389:86: warning: unused parameter 'joystick' [-Wunused-parameter]\n 389 | static void HIDAPI_DriverLuna_CloseJoystick(SDL_HIDAPI_Device *device, SDL_Joystick *joystick)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_luna.c:393:61: warning: unused parameter 'device' [-Wunused-parameter]\n 393 | static void HIDAPI_DriverLuna_FreeDevice(SDL_HIDAPI_Device *device)\n | ^\n36 warnings generated.\n[396/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_ps3.c.o\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps3.c:136:67: warning: unused parameter 'device' [-Wunused-parameter]\n 136 | static bool HIDAPI_DriverPS3_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps3.c:136:87: warning: unused parameter 'name' [-Wunused-parameter]\n 136 | static bool HIDAPI_DriverPS3_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps3.c:136:109: warning: unused parameter 'type' [-Wunused-parameter]\n 136 | static bool HIDAPI_DriverPS3_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps3.c:136:159: warning: unused parameter 'version' [-Wunused-parameter]\n 136 | static bool HIDAPI_DriverPS3_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps3.c:136:172: warning: unused parameter 'interface_number' [-Wunused-parameter]\n 136 | static bool HIDAPI_DriverPS3_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps3.c:136:194: warning: unused parameter 'interface_class' [-Wunused-parameter]\n 136 | static bool HIDAPI_DriverPS3_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps3.c:136:215: warning: unused parameter 'interface_subclass' [-Wunused-parameter]\n 136 | static bool HIDAPI_DriverPS3_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps3.c:136:239: warning: unused parameter 'interface_protocol' [-Wunused-parameter]\n 136 | static bool HIDAPI_DriverPS3_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps3.c:224:69: warning: unused parameter 'device' [-Wunused-parameter]\n 224 | static int HIDAPI_DriverPS3_GetDevicePlayerIndex(SDL_HIDAPI_Device *device, SDL_JoystickID instance_id)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps3.c:224:92: warning: unused parameter 'instance_id' [-Wunused-parameter]\n 224 | static int HIDAPI_DriverPS3_GetDevicePlayerIndex(SDL_HIDAPI_Device *device, SDL_JoystickID instance_id)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps3.c:251:93: warning: unused parameter 'instance_id' [-Wunused-parameter]\n 251 | static void HIDAPI_DriverPS3_SetDevicePlayerIndex(SDL_HIDAPI_Device *device, SDL_JoystickID instance_id, int player_index)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps3.c:293:86: warning: unused parameter 'joystick' [-Wunused-parameter]\n 293 | static bool HIDAPI_DriverPS3_RumbleJoystick(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint16 low_frequency_rumble, Uint16 high_frequency_rumble)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps3.c:303:72: warning: unused parameter 'device' [-Wunused-parameter]\n 303 | static bool HIDAPI_DriverPS3_RumbleJoystickTriggers(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint16 left_rumble, Uint16 right_rumble)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps3.c:303:94: warning: unused parameter 'joystick' [-Wunused-parameter]\n 303 | static bool HIDAPI_DriverPS3_RumbleJoystickTriggers(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint16 left_rumble, Uint16 right_rumble)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps3.c:303:111: warning: unused parameter 'left_rumble' [-Wunused-parameter]\n 303 | static bool HIDAPI_DriverPS3_RumbleJoystickTriggers(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint16 left_rumble, Uint16 right_rumble)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps3.c:303:131: warning: unused parameter 'right_rumble' [-Wunused-parameter]\n 303 | static bool HIDAPI_DriverPS3_RumbleJoystickTriggers(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint16 left_rumble, Uint16 right_rumble)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps3.c:308:75: warning: unused parameter 'device' [-Wunused-parameter]\n 308 | static Uint32 HIDAPI_DriverPS3_GetJoystickCapabilities(SDL_HIDAPI_Device *device, SDL_Joystick *joystick)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps3.c:308:97: warning: unused parameter 'joystick' [-Wunused-parameter]\n 308 | static Uint32 HIDAPI_DriverPS3_GetJoystickCapabilities(SDL_HIDAPI_Device *device, SDL_Joystick *joystick)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps3.c:313:64: warning: unused parameter 'device' [-Wunused-parameter]\n 313 | static bool HIDAPI_DriverPS3_SetJoystickLED(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint8 red, Uint8 green, Uint8 blue)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps3.c:313:86: warning: unused parameter 'joystick' [-Wunused-parameter]\n 313 | static bool HIDAPI_DriverPS3_SetJoystickLED(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint8 red, Uint8 green, Uint8 blue)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps3.c:313:102: warning: unused parameter 'red' [-Wunused-parameter]\n 313 | static bool HIDAPI_DriverPS3_SetJoystickLED(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint8 red, Uint8 green, Uint8 blue)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps3.c:313:113: warning: unused parameter 'green' [-Wunused-parameter]\n 313 | static bool HIDAPI_DriverPS3_SetJoystickLED(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint8 red, Uint8 green, Uint8 blue)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps3.c:313:126: warning: unused parameter 'blue' [-Wunused-parameter]\n 313 | static bool HIDAPI_DriverPS3_SetJoystickLED(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint8 red, Uint8 green, Uint8 blue)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps3.c:318:90: warning: unused parameter 'joystick' [-Wunused-parameter]\n 318 | static bool HIDAPI_DriverPS3_SendJoystickEffect(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, const void *effect, int size)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps3.c:336:97: warning: unused parameter 'joystick' [-Wunused-parameter]\n 336 | static bool HIDAPI_DriverPS3_SetJoystickSensorsEnabled(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, bool enabled)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps3.c:417:39: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\n 417 | SDL_memcpy(ctx->last_state, data, SDL_min(size, sizeof(ctx->last_state)));\n | ^ ~~~~ ~~~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/include/SDL3/SDL_stdinc.h:2110:29: note: expanded from macro 'SDL_min'\n 2110 | #define SDL_min(x, y) (((x) < (y)) ? (x) : (y))\n | ~ ^ ~\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps3.c:517:39: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\n 517 | SDL_memcpy(ctx->last_state, data, SDL_min(size, sizeof(ctx->last_state)));\n | ^ ~~~~ ~~~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/include/SDL3/SDL_stdinc.h:2110:29: note: expanded from macro 'SDL_min'\n 2110 | #define SDL_min(x, y) (((x) < (y)) ? (x) : (y))\n | ~ ^ ~\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps3.c:582:85: warning: unused parameter 'joystick' [-Wunused-parameter]\n 582 | static void HIDAPI_DriverPS3_CloseJoystick(SDL_HIDAPI_Device *device, SDL_Joystick *joystick)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps3.c:589:60: warning: unused parameter 'device' [-Wunused-parameter]\n 589 | static void HIDAPI_DriverPS3_FreeDevice(SDL_HIDAPI_Device *device)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps3.c:622:97: warning: unused parameter 'name' [-Wunused-parameter]\n 622 | static bool HIDAPI_DriverPS3ThirdParty_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps3.c:622:169: warning: unused parameter 'version' [-Wunused-parameter]\n 622 | static bool HIDAPI_DriverPS3ThirdParty_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps3.c:622:182: warning: unused parameter 'interface_number' [-Wunused-parameter]\n 622 | static bool HIDAPI_DriverPS3ThirdParty_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps3.c:622:204: warning: unused parameter 'interface_class' [-Wunused-parameter]\n 622 | static bool HIDAPI_DriverPS3ThirdParty_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps3.c:622:225: warning: unused parameter 'interface_subclass' [-Wunused-parameter]\n 622 | static bool HIDAPI_DriverPS3ThirdParty_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps3.c:622:249: warning: unused parameter 'interface_protocol' [-Wunused-parameter]\n 622 | static bool HIDAPI_DriverPS3ThirdParty_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps3.c:677:79: warning: unused parameter 'device' [-Wunused-parameter]\n 677 | static int HIDAPI_DriverPS3ThirdParty_GetDevicePlayerIndex(SDL_HIDAPI_Device *device, SDL_JoystickID instance_id)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps3.c:677:102: warning: unused parameter 'instance_id' [-Wunused-parameter]\n 677 | static int HIDAPI_DriverPS3ThirdParty_GetDevicePlayerIndex(SDL_HIDAPI_Device *device, SDL_JoystickID instance_id)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps3.c:682:80: warning: unused parameter 'device' [-Wunused-parameter]\n 682 | static void HIDAPI_DriverPS3ThirdParty_SetDevicePlayerIndex(SDL_HIDAPI_Device *device, SDL_JoystickID instance_id, int player_index)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps3.c:682:103: warning: unused parameter 'instance_id' [-Wunused-parameter]\n 682 | static void HIDAPI_DriverPS3ThirdParty_SetDevicePlayerIndex(SDL_HIDAPI_Device *device, SDL_JoystickID instance_id, int player_index)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps3.c:682:120: warning: unused parameter 'player_index' [-Wunused-parameter]\n 682 | static void HIDAPI_DriverPS3ThirdParty_SetDevicePlayerIndex(SDL_HIDAPI_Device *device, SDL_JoystickID instance_id, int player_index)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps3.c:711:74: warning: unused parameter 'device' [-Wunused-parameter]\n 711 | static bool HIDAPI_DriverPS3ThirdParty_RumbleJoystick(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint16 low_frequency_rumble, Uint16 high_frequency_rumble)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps3.c:711:96: warning: unused parameter 'joystick' [-Wunused-parameter]\n 711 | static bool HIDAPI_DriverPS3ThirdParty_RumbleJoystick(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint16 low_frequency_rumble, Uint16 high_frequency_rumble)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps3.c:711:113: warning: unused parameter 'low_frequency_rumble' [-Wunused-parameter]\n 711 | static bool HIDAPI_DriverPS3ThirdParty_RumbleJoystick(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint16 low_frequency_rumble, Uint16 high_frequency_rumble)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps3.c:711:142: warning: unused parameter 'high_frequency_rumble' [-Wunused-parameter]\n 711 | static bool HIDAPI_DriverPS3ThirdParty_RumbleJoystick(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint16 low_frequency_rumble, Uint16 high_frequency_rumble)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps3.c:716:82: warning: unused parameter 'device' [-Wunused-parameter]\n 716 | static bool HIDAPI_DriverPS3ThirdParty_RumbleJoystickTriggers(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint16 left_rumble, Uint16 right_rumble)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps3.c:716:104: warning: unused parameter 'joystick' [-Wunused-parameter]\n 716 | static bool HIDAPI_DriverPS3ThirdParty_RumbleJoystickTriggers(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint16 left_rumble, Uint16 right_rumble)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps3.c:716:121: warning: unused parameter 'left_rumble' [-Wunused-parameter]\n 716 | static bool HIDAPI_DriverPS3ThirdParty_RumbleJoystickTriggers(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint16 left_rumble, Uint16 right_rumble)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps3.c:716:141: warning: unused parameter 'right_rumble' [-Wunused-parameter]\n 716 | static bool HIDAPI_DriverPS3ThirdParty_RumbleJoystickTriggers(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint16 left_rumble, Uint16 right_rumble)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps3.c:721:85: warning: unused parameter 'device' [-Wunused-parameter]\n 721 | static Uint32 HIDAPI_DriverPS3ThirdParty_GetJoystickCapabilities(SDL_HIDAPI_Device *device, SDL_Joystick *joystick)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps3.c:721:107: warning: unused parameter 'joystick' [-Wunused-parameter]\n 721 | static Uint32 HIDAPI_DriverPS3ThirdParty_GetJoystickCapabilities(SDL_HIDAPI_Device *device, SDL_Joystick *joystick)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps3.c:726:74: warning: unused parameter 'device' [-Wunused-parameter]\n 726 | static bool HIDAPI_DriverPS3ThirdParty_SetJoystickLED(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint8 red, Uint8 green, Uint8 blue)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps3.c:726:96: warning: unused parameter 'joystick' [-Wunused-parameter]\n 726 | static bool HIDAPI_DriverPS3ThirdParty_SetJoystickLED(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint8 red, Uint8 green, Uint8 blue)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps3.c:726:112: warning: unused parameter 'red' [-Wunused-parameter]\n 726 | static bool HIDAPI_DriverPS3ThirdParty_SetJoystickLED(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint8 red, Uint8 green, Uint8 blue)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps3.c:726:123: warning: unused parameter 'green' [-Wunused-parameter]\n 726 | static bool HIDAPI_DriverPS3ThirdParty_SetJoystickLED(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint8 red, Uint8 green, Uint8 blue)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps3.c:726:136: warning: unused parameter 'blue' [-Wunused-parameter]\n 726 | static bool HIDAPI_DriverPS3ThirdParty_SetJoystickLED(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint8 red, Uint8 green, Uint8 blue)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps3.c:731:78: warning: unused parameter 'device' [-Wunused-parameter]\n 731 | static bool HIDAPI_DriverPS3ThirdParty_SendJoystickEffect(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, const void *effect, int size)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps3.c:731:100: warning: unused parameter 'joystick' [-Wunused-parameter]\n 731 | static bool HIDAPI_DriverPS3ThirdParty_SendJoystickEffect(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, const void *effect, int size)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps3.c:731:122: warning: unused parameter 'effect' [-Wunused-parameter]\n 731 | static bool HIDAPI_DriverPS3ThirdParty_SendJoystickEffect(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, const void *effect, int size)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps3.c:731:134: warning: unused parameter 'size' [-Wunused-parameter]\n 731 | static bool HIDAPI_DriverPS3ThirdParty_SendJoystickEffect(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, const void *effect, int size)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps3.c:736:85: warning: unused parameter 'device' [-Wunused-parameter]\n 736 | static bool HIDAPI_DriverPS3ThirdParty_SetJoystickSensorsEnabled(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, bool enabled)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps3.c:736:107: warning: unused parameter 'joystick' [-Wunused-parameter]\n 736 | static bool HIDAPI_DriverPS3ThirdParty_SetJoystickSensorsEnabled(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, bool enabled)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps3.c:736:122: warning: unused parameter 'enabled' [-Wunused-parameter]\n 736 | static bool HIDAPI_DriverPS3ThirdParty_SetJoystickSensorsEnabled(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, bool enabled)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps3.c:842:39: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\n 842 | SDL_memcpy(ctx->last_state, data, SDL_min(size, sizeof(ctx->last_state)));\n | ^ ~~~~ ~~~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/include/SDL3/SDL_stdinc.h:2110:29: note: expanded from macro 'SDL_min'\n 2110 | #define SDL_min(x, y) (((x) < (y)) ? (x) : (y))\n | ~ ^ ~\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps3.c:976:39: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\n 976 | SDL_memcpy(ctx->last_state, data, SDL_min(size, sizeof(ctx->last_state)));\n | ^ ~~~~ ~~~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/include/SDL3/SDL_stdinc.h:2110:29: note: expanded from macro 'SDL_min'\n 2110 | #define SDL_min(x, y) (((x) < (y)) ? (x) : (y))\n | ~ ^ ~\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps3.c:1019:95: warning: unused parameter 'joystick' [-Wunused-parameter]\n 1019 | static void HIDAPI_DriverPS3ThirdParty_CloseJoystick(SDL_HIDAPI_Device *device, SDL_Joystick *joystick)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps3.c:1026:70: warning: unused parameter 'device' [-Wunused-parameter]\n 1026 | static void HIDAPI_DriverPS3ThirdParty_FreeDevice(SDL_HIDAPI_Device *device)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps3.c:1074:78: warning: unused parameter 'device' [-Wunused-parameter]\n 1074 | static bool HIDAPI_DriverPS3SonySixaxis_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps3.c:1074:98: warning: unused parameter 'name' [-Wunused-parameter]\n 1074 | static bool HIDAPI_DriverPS3SonySixaxis_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps3.c:1074:120: warning: unused parameter 'type' [-Wunused-parameter]\n 1074 | static bool HIDAPI_DriverPS3SonySixaxis_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps3.c:1074:170: warning: unused parameter 'version' [-Wunused-parameter]\n 1074 | static bool HIDAPI_DriverPS3SonySixaxis_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps3.c:1074:183: warning: unused parameter 'interface_number' [-Wunused-parameter]\n 1074 | static bool HIDAPI_DriverPS3SonySixaxis_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps3.c:1074:205: warning: unused parameter 'interface_class' [-Wunused-parameter]\n 1074 | static bool HIDAPI_DriverPS3SonySixaxis_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps3.c:1074:226: warning: unused parameter 'interface_subclass' [-Wunused-parameter]\n 1074 | static bool HIDAPI_DriverPS3SonySixaxis_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps3.c:1074:250: warning: unused parameter 'interface_protocol' [-Wunused-parameter]\n 1074 | static bool HIDAPI_DriverPS3SonySixaxis_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps3.c:1122:80: warning: unused parameter 'device' [-Wunused-parameter]\n 1122 | static int HIDAPI_DriverPS3SonySixaxis_GetDevicePlayerIndex(SDL_HIDAPI_Device *device, SDL_JoystickID instance_id)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps3.c:1122:103: warning: unused parameter 'instance_id' [-Wunused-parameter]\n 1122 | static int HIDAPI_DriverPS3SonySixaxis_GetDevicePlayerIndex(SDL_HIDAPI_Device *device, SDL_JoystickID instance_id)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps3.c:1127:104: warning: unused parameter 'instance_id' [-Wunused-parameter]\n 1127 | static void HIDAPI_DriverPS3SonySixaxis_SetDevicePlayerIndex(SDL_HIDAPI_Device *device, SDL_JoystickID instance_id, int player_index)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps3.c:1169:97: warning: unused parameter 'joystick' [-Wunused-parameter]\n 1169 | static bool HIDAPI_DriverPS3SonySixaxis_RumbleJoystick(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint16 low_frequency_rumble, Uint16 high_frequency_rumble)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps3.c:1179:83: warning: unused parameter 'device' [-Wunused-parameter]\n 1179 | static bool HIDAPI_DriverPS3SonySixaxis_RumbleJoystickTriggers(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint16 left_rumble, Uint16 right_rumble)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps3.c:1179:105: warning: unused parameter 'joystick' [-Wunused-parameter]\n 1179 | static bool HIDAPI_DriverPS3SonySixaxis_RumbleJoystickTriggers(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint16 left_rumble, Uint16 right_rumble)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps3.c:1179:122: warning: unused parameter 'left_rumble' [-Wunused-parameter]\n 1179 | static bool HIDAPI_DriverPS3SonySixaxis_RumbleJoystickTriggers(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint16 left_rumble, Uint16 right_rumble)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps3.c:1179:142: warning: unused parameter 'right_rumble' [-Wunused-parameter]\n 1179 | static bool HIDAPI_DriverPS3SonySixaxis_RumbleJoystickTriggers(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint16 left_rumble, Uint16 right_rumble)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps3.c:1184:86: warning: unused parameter 'device' [-Wunused-parameter]\n 1184 | static Uint32 HIDAPI_DriverPS3SonySixaxis_GetJoystickCapabilities(SDL_HIDAPI_Device *device, SDL_Joystick *joystick)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps3.c:1184:108: warning: unused parameter 'joystick' [-Wunused-parameter]\n 1184 | static Uint32 HIDAPI_DriverPS3SonySixaxis_GetJoystickCapabilities(SDL_HIDAPI_Device *device, SDL_Joystick *joystick)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps3.c:1189:75: warning: unused parameter 'device' [-Wunused-parameter]\n 1189 | static bool HIDAPI_DriverPS3SonySixaxis_SetJoystickLED(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint8 red, Uint8 green, Uint8 blue)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps3.c:1189:97: warning: unused parameter 'joystick' [-Wunused-parameter]\n 1189 | static bool HIDAPI_DriverPS3SonySixaxis_SetJoystickLED(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint8 red, Uint8 green, Uint8 blue)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps3.c:1189:113: warning: unused parameter 'red' [-Wunused-parameter]\n 1189 | static bool HIDAPI_DriverPS3SonySixaxis_SetJoystickLED(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint8 red, Uint8 green, Uint8 blue)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps3.c:1189:124: warning: unused parameter 'green' [-Wunused-parameter]\n 1189 | static bool HIDAPI_DriverPS3SonySixaxis_SetJoystickLED(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint8 red, Uint8 green, Uint8 blue)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps3.c:1189:137: warning: unused parameter 'blue' [-Wunused-parameter]\n 1189 | static bool HIDAPI_DriverPS3SonySixaxis_SetJoystickLED(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint8 red, Uint8 green, Uint8 blue)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps3.c:1194:101: warning: unused parameter 'joystick' [-Wunused-parameter]\n 1194 | static bool HIDAPI_DriverPS3SonySixaxis_SendJoystickEffect(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, const void *effect, int size)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps3.c:1213:108: warning: unused parameter 'joystick' [-Wunused-parameter]\n 1213 | static bool HIDAPI_DriverPS3SonySixaxis_SetJoystickSensorsEnabled(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, bool enabled)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps3.c:1319:39: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\n 1319 | SDL_memcpy(ctx->last_state, data, SDL_min(size, sizeof(ctx->last_state)));\n | ^ ~~~~ ~~~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/include/SDL3/SDL_stdinc.h:2110:29: note: expanded from macro 'SDL_min'\n 2110 | #define SDL_min(x, y) (((x) < (y)) ? (x) : (y))\n | ~ ^ ~\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps3.c:1372:96: warning: unused parameter 'joystick' [-Wunused-parameter]\n 1372 | static void HIDAPI_DriverPS3SonySixaxis_CloseJoystick(SDL_HIDAPI_Device *device, SDL_Joystick *joystick)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps3.c:1379:71: warning: unused parameter 'device' [-Wunused-parameter]\n 1379 | static void HIDAPI_DriverPS3SonySixaxis_FreeDevice(SDL_HIDAPI_Device *device)\n | ^\n94 warnings generated.\n[397/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_ps4.c.o\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps4.c:207:87: warning: unused parameter 'name' [-Wunused-parameter]\n 207 | static bool HIDAPI_DriverPS4_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps4.c:207:159: warning: unused parameter 'version' [-Wunused-parameter]\n 207 | static bool HIDAPI_DriverPS4_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps4.c:207:172: warning: unused parameter 'interface_number' [-Wunused-parameter]\n 207 | static bool HIDAPI_DriverPS4_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps4.c:207:194: warning: unused parameter 'interface_class' [-Wunused-parameter]\n 207 | static bool HIDAPI_DriverPS4_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps4.c:207:215: warning: unused parameter 'interface_subclass' [-Wunused-parameter]\n 207 | static bool HIDAPI_DriverPS4_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps4.c:207:239: warning: unused parameter 'interface_protocol' [-Wunused-parameter]\n 207 | static bool HIDAPI_DriverPS4_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps4.c:457:69: warning: unused parameter 'device' [-Wunused-parameter]\n 457 | static int HIDAPI_DriverPS4_GetDevicePlayerIndex(SDL_HIDAPI_Device *device, SDL_JoystickID instance_id)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps4.c:457:92: warning: unused parameter 'instance_id' [-Wunused-parameter]\n 457 | static int HIDAPI_DriverPS4_GetDevicePlayerIndex(SDL_HIDAPI_Device *device, SDL_JoystickID instance_id)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps4.c:617:23: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\n 617 | for (i = 0; i < SDL_arraysize(ctx->calibration); ++i) {\n | ~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps4.c:624:19: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\n 624 | for (i = 0; i < SDL_arraysize(ctx->calibration); ++i) {\n | ~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps4.c:776:79: warning: unused parameter 'name' [-Wunused-parameter]\n 776 | static void SDLCALL SDL_PS4EnhancedReportsChanged(void *userdata, const char *name, const char *oldValue, const char *hint)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps4.c:776:97: warning: unused parameter 'oldValue' [-Wunused-parameter]\n 776 | static void SDLCALL SDL_PS4EnhancedReportsChanged(void *userdata, const char *name, const char *oldValue, const char *hint)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps4.c:793:82: warning: unused parameter 'name' [-Wunused-parameter]\n 793 | static void SDLCALL SDL_PS4ReportIntervalHintChanged(void *userdata, const char *name, const char *oldValue, const char *hint)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps4.c:793:100: warning: unused parameter 'oldValue' [-Wunused-parameter]\n 793 | static void SDLCALL SDL_PS4ReportIntervalHintChanged(void *userdata, const char *name, const char *oldValue, const char *hint)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps4.c:824:93: warning: unused parameter 'instance_id' [-Wunused-parameter]\n 824 | static void HIDAPI_DriverPS4_SetDevicePlayerIndex(SDL_HIDAPI_Device *device, SDL_JoystickID instance_id, int player_index)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps4.c:872:86: warning: unused parameter 'joystick' [-Wunused-parameter]\n 872 | static bool HIDAPI_DriverPS4_RumbleJoystick(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint16 low_frequency_rumble, Uint16 high_frequency_rumble)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps4.c:886:72: warning: unused parameter 'device' [-Wunused-parameter]\n 886 | static bool HIDAPI_DriverPS4_RumbleJoystickTriggers(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint16 left_rumble, Uint16 right_rumble)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps4.c:886:94: warning: unused parameter 'joystick' [-Wunused-parameter]\n 886 | static bool HIDAPI_DriverPS4_RumbleJoystickTriggers(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint16 left_rumble, Uint16 right_rumble)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps4.c:886:111: warning: unused parameter 'left_rumble' [-Wunused-parameter]\n 886 | static bool HIDAPI_DriverPS4_RumbleJoystickTriggers(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint16 left_rumble, Uint16 right_rumble)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps4.c:886:131: warning: unused parameter 'right_rumble' [-Wunused-parameter]\n 886 | static bool HIDAPI_DriverPS4_RumbleJoystickTriggers(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint16 left_rumble, Uint16 right_rumble)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps4.c:891:97: warning: unused parameter 'joystick' [-Wunused-parameter]\n 891 | static Uint32 HIDAPI_DriverPS4_GetJoystickCapabilities(SDL_HIDAPI_Device *device, SDL_Joystick *joystick)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps4.c:908:86: warning: unused parameter 'joystick' [-Wunused-parameter]\n 908 | static bool HIDAPI_DriverPS4_SetJoystickLED(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint8 red, Uint8 green, Uint8 blue)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps4.c:979:90: warning: unused parameter 'joystick' [-Wunused-parameter]\n 979 | static bool HIDAPI_DriverPS4_SendJoystickEffect(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, const void *effect, int size)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps4.c:986:97: warning: unused parameter 'joystick' [-Wunused-parameter]\n 986 | static bool HIDAPI_DriverPS4_SetJoystickSensorsEnabled(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, bool enabled)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps4.c:1004:88: warning: unused parameter 'dev' [-Wunused-parameter]\n 1004 | static void HIDAPI_DriverPS4_HandleStatePacket(SDL_Joystick *joystick, SDL_hid_device *dev, SDL_DriverPS4_Context *ctx, PS4StatePacket_t *packet, int size)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps4.c:1190:42: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\n 1190 | if (ctx->is_nacon_dongle && size >= (1 + sizeof(PS4StatePacket_t))) {\n | ~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps4.c:1346:85: warning: unused parameter 'joystick' [-Wunused-parameter]\n 1346 | static void HIDAPI_DriverPS4_CloseJoystick(SDL_HIDAPI_Device *device, SDL_Joystick *joystick)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps4.c:1362:60: warning: unused parameter 'device' [-Wunused-parameter]\n 1362 | static void HIDAPI_DriverPS4_FreeDevice(SDL_HIDAPI_Device *device)\n | ^\n28 warnings generated.\n[398/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_ps5.c.o\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps5.c:297:87: warning: unused parameter 'name' [-Wunused-parameter]\n 297 | static bool HIDAPI_DriverPS5_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps5.c:297:159: warning: unused parameter 'version' [-Wunused-parameter]\n 297 | static bool HIDAPI_DriverPS5_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps5.c:297:172: warning: unused parameter 'interface_number' [-Wunused-parameter]\n 297 | static bool HIDAPI_DriverPS5_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps5.c:297:194: warning: unused parameter 'interface_class' [-Wunused-parameter]\n 297 | static bool HIDAPI_DriverPS5_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps5.c:297:215: warning: unused parameter 'interface_subclass' [-Wunused-parameter]\n 297 | static bool HIDAPI_DriverPS5_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps5.c:297:239: warning: unused parameter 'interface_protocol' [-Wunused-parameter]\n 297 | static bool HIDAPI_DriverPS5_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps5.c:550:69: warning: unused parameter 'device' [-Wunused-parameter]\n 550 | static int HIDAPI_DriverPS5_GetDevicePlayerIndex(SDL_HIDAPI_Device *device, SDL_JoystickID instance_id)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps5.c:550:92: warning: unused parameter 'instance_id' [-Wunused-parameter]\n 550 | static int HIDAPI_DriverPS5_GetDevicePlayerIndex(SDL_HIDAPI_Device *device, SDL_JoystickID instance_id)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps5.c:882:79: warning: unused parameter 'name' [-Wunused-parameter]\n 882 | static void SDLCALL SDL_PS5EnhancedReportsChanged(void *userdata, const char *name, const char *oldValue, const char *hint)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps5.c:882:97: warning: unused parameter 'oldValue' [-Wunused-parameter]\n 882 | static void SDLCALL SDL_PS5EnhancedReportsChanged(void *userdata, const char *name, const char *oldValue, const char *hint)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps5.c:899:77: warning: unused parameter 'name' [-Wunused-parameter]\n 899 | static void SDLCALL SDL_PS5PlayerLEDHintChanged(void *userdata, const char *name, const char *oldValue, const char *hint)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps5.c:899:95: warning: unused parameter 'oldValue' [-Wunused-parameter]\n 899 | static void SDLCALL SDL_PS5PlayerLEDHintChanged(void *userdata, const char *name, const char *oldValue, const char *hint)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps5.c:911:93: warning: unused parameter 'instance_id' [-Wunused-parameter]\n 911 | static void HIDAPI_DriverPS5_SetDevicePlayerIndex(SDL_HIDAPI_Device *device, SDL_JoystickID instance_id, int player_index)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps5.c:966:86: warning: unused parameter 'joystick' [-Wunused-parameter]\n 966 | static bool HIDAPI_DriverPS5_RumbleJoystick(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint16 low_frequency_rumble, Uint16 high_frequency_rumble)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps5.c:984:72: warning: unused parameter 'device' [-Wunused-parameter]\n 984 | static bool HIDAPI_DriverPS5_RumbleJoystickTriggers(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint16 left_rumble, Uint16 right_rumble)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps5.c:984:94: warning: unused parameter 'joystick' [-Wunused-parameter]\n 984 | static bool HIDAPI_DriverPS5_RumbleJoystickTriggers(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint16 left_rumble, Uint16 right_rumble)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps5.c:984:111: warning: unused parameter 'left_rumble' [-Wunused-parameter]\n 984 | static bool HIDAPI_DriverPS5_RumbleJoystickTriggers(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint16 left_rumble, Uint16 right_rumble)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps5.c:984:131: warning: unused parameter 'right_rumble' [-Wunused-parameter]\n 984 | static bool HIDAPI_DriverPS5_RumbleJoystickTriggers(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint16 left_rumble, Uint16 right_rumble)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps5.c:989:97: warning: unused parameter 'joystick' [-Wunused-parameter]\n 989 | static Uint32 HIDAPI_DriverPS5_GetJoystickCapabilities(SDL_HIDAPI_Device *device, SDL_Joystick *joystick)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps5.c:1009:86: warning: unused parameter 'joystick' [-Wunused-parameter]\n 1009 | static bool HIDAPI_DriverPS5_SetJoystickLED(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint8 red, Uint8 green, Uint8 blue)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps5.c:1100:90: warning: unused parameter 'joystick' [-Wunused-parameter]\n 1100 | static bool HIDAPI_DriverPS5_SendJoystickEffect(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, const void *effect, int size)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps5.c:1107:97: warning: unused parameter 'joystick' [-Wunused-parameter]\n 1107 | static bool HIDAPI_DriverPS5_SetJoystickSensorsEnabled(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, bool enabled)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps5.c:1125:94: warning: unused parameter 'dev' [-Wunused-parameter]\n 1125 | static void HIDAPI_DriverPS5_HandleSimpleStatePacket(SDL_Joystick *joystick, SDL_hid_device *dev, SDL_DriverPS5_Context *ctx, PS5SimpleStatePacket_t *packet, Uint64 timestamp)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps5.c:1217:94: warning: unused parameter 'dev' [-Wunused-parameter]\n 1217 | static void HIDAPI_DriverPS5_HandleStatePacketCommon(SDL_Joystick *joystick, SDL_hid_device *dev, SDL_DriverPS5_Context *ctx, PS5StatePacketCommon_t *packet, Uint64 timestamp)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps5.c:1455:42: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\n 1455 | if (ctx->is_nacon_dongle && size >= (1 + sizeof(PS5StatePacketAlt_t))) {\n | ~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps5.c:1584:85: warning: unused parameter 'joystick' [-Wunused-parameter]\n 1584 | static void HIDAPI_DriverPS5_CloseJoystick(SDL_HIDAPI_Device *device, SDL_Joystick *joystick)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_ps5.c:1601:60: warning: unused parameter 'device' [-Wunused-parameter]\n 1601 | static void HIDAPI_DriverPS5_FreeDevice(SDL_HIDAPI_Device *device)\n | ^\n27 warnings generated.\n[399/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_ibus.c.o\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/core/linux/SDL_ibus.c:94:47: warning: unused parameter 'conn' [-Wunused-parameter]\n 94 | static bool IBus_EnterVariant(DBusConnection *conn, DBusMessageIter *iter, SDL_DBusContext *dbus,\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/core/linux/SDL_ibus.c:206:54: warning: unused parameter 'conn' [-Wunused-parameter]\n 206 | static bool IBus_GetVariantCursorPos(DBusConnection *conn, DBusMessageIter *iter, SDL_DBusContext *dbus,\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/core/linux/SDL_ibus.c:406:48: warning: unused parameter 'data' [-Wunused-parameter]\n 406 | static void SDLCALL IBus_SetCapabilities(void *data, const char *name, const char *old_val,\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/core/linux/SDL_ibus.c:406:66: warning: unused parameter 'name' [-Wunused-parameter]\n 406 | static void SDLCALL IBus_SetCapabilities(void *data, const char *name, const char *old_val,\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/core/linux/SDL_ibus.c:406:84: warning: unused parameter 'old_val' [-Wunused-parameter]\n 406 | static void SDLCALL IBus_SetCapabilities(void *data, const char *name, const char *old_val,\n | ^\n5 warnings generated.\n[400/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_rumble.c.o\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_rumble.c:211:14: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\n 211 | if (size > sizeof(request->data)) {\n | ~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~\n1 warning generated.\n[401/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_shield.c.o\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_shield.c:110:70: warning: unused parameter 'device' [-Wunused-parameter]\n 110 | static bool HIDAPI_DriverShield_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_shield.c:110:90: warning: unused parameter 'name' [-Wunused-parameter]\n 110 | static bool HIDAPI_DriverShield_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_shield.c:110:112: warning: unused parameter 'type' [-Wunused-parameter]\n 110 | static bool HIDAPI_DriverShield_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_shield.c:110:162: warning: unused parameter 'version' [-Wunused-parameter]\n 110 | static bool HIDAPI_DriverShield_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_shield.c:110:175: warning: unused parameter 'interface_number' [-Wunused-parameter]\n 110 | static bool HIDAPI_DriverShield_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_shield.c:110:197: warning: unused parameter 'interface_class' [-Wunused-parameter]\n 110 | static bool HIDAPI_DriverShield_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_shield.c:110:218: warning: unused parameter 'interface_subclass' [-Wunused-parameter]\n 110 | static bool HIDAPI_DriverShield_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_shield.c:110:242: warning: unused parameter 'interface_protocol' [-Wunused-parameter]\n 110 | static bool HIDAPI_DriverShield_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_shield.c:130:72: warning: unused parameter 'device' [-Wunused-parameter]\n 130 | static int HIDAPI_DriverShield_GetDevicePlayerIndex(SDL_HIDAPI_Device *device, SDL_JoystickID instance_id)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_shield.c:130:95: warning: unused parameter 'instance_id' [-Wunused-parameter]\n 130 | static int HIDAPI_DriverShield_GetDevicePlayerIndex(SDL_HIDAPI_Device *device, SDL_JoystickID instance_id)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_shield.c:135:73: warning: unused parameter 'device' [-Wunused-parameter]\n 135 | static void HIDAPI_DriverShield_SetDevicePlayerIndex(SDL_HIDAPI_Device *device, SDL_JoystickID instance_id, int player_index)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_shield.c:135:96: warning: unused parameter 'instance_id' [-Wunused-parameter]\n 135 | static void HIDAPI_DriverShield_SetDevicePlayerIndex(SDL_HIDAPI_Device *device, SDL_JoystickID instance_id, int player_index)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_shield.c:135:113: warning: unused parameter 'player_index' [-Wunused-parameter]\n 135 | static void HIDAPI_DriverShield_SetDevicePlayerIndex(SDL_HIDAPI_Device *device, SDL_JoystickID instance_id, int player_index)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_shield.c:144:14: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\n 144 | if (size > sizeof(cmd_pkt.payload)) {\n | ~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_shield.c:224:89: warning: unused parameter 'joystick' [-Wunused-parameter]\n 224 | static bool HIDAPI_DriverShield_RumbleJoystick(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint16 low_frequency_rumble, Uint16 high_frequency_rumble)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_shield.c:254:75: warning: unused parameter 'device' [-Wunused-parameter]\n 254 | static bool HIDAPI_DriverShield_RumbleJoystickTriggers(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint16 left_rumble, Uint16 right_rumble)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_shield.c:254:97: warning: unused parameter 'joystick' [-Wunused-parameter]\n 254 | static bool HIDAPI_DriverShield_RumbleJoystickTriggers(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint16 left_rumble, Uint16 right_rumble)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_shield.c:254:114: warning: unused parameter 'left_rumble' [-Wunused-parameter]\n 254 | static bool HIDAPI_DriverShield_RumbleJoystickTriggers(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint16 left_rumble, Uint16 right_rumble)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_shield.c:254:134: warning: unused parameter 'right_rumble' [-Wunused-parameter]\n 254 | static bool HIDAPI_DriverShield_RumbleJoystickTriggers(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint16 left_rumble, Uint16 right_rumble)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_shield.c:259:78: warning: unused parameter 'device' [-Wunused-parameter]\n 259 | static Uint32 HIDAPI_DriverShield_GetJoystickCapabilities(SDL_HIDAPI_Device *device, SDL_Joystick *joystick)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_shield.c:259:100: warning: unused parameter 'joystick' [-Wunused-parameter]\n 259 | static Uint32 HIDAPI_DriverShield_GetJoystickCapabilities(SDL_HIDAPI_Device *device, SDL_Joystick *joystick)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_shield.c:264:67: warning: unused parameter 'device' [-Wunused-parameter]\n 264 | static bool HIDAPI_DriverShield_SetJoystickLED(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint8 red, Uint8 green, Uint8 blue)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_shield.c:264:89: warning: unused parameter 'joystick' [-Wunused-parameter]\n 264 | static bool HIDAPI_DriverShield_SetJoystickLED(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint8 red, Uint8 green, Uint8 blue)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_shield.c:264:105: warning: unused parameter 'red' [-Wunused-parameter]\n 264 | static bool HIDAPI_DriverShield_SetJoystickLED(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint8 red, Uint8 green, Uint8 blue)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_shield.c:264:116: warning: unused parameter 'green' [-Wunused-parameter]\n 264 | static bool HIDAPI_DriverShield_SetJoystickLED(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint8 red, Uint8 green, Uint8 blue)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_shield.c:264:129: warning: unused parameter 'blue' [-Wunused-parameter]\n 264 | static bool HIDAPI_DriverShield_SetJoystickLED(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint8 red, Uint8 green, Uint8 blue)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_shield.c:269:93: warning: unused parameter 'joystick' [-Wunused-parameter]\n 269 | static bool HIDAPI_DriverShield_SendJoystickEffect(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, const void *data, int size)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_shield.c:284:78: warning: unused parameter 'device' [-Wunused-parameter]\n 284 | static bool HIDAPI_DriverShield_SetJoystickSensorsEnabled(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, bool enabled)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_shield.c:284:100: warning: unused parameter 'joystick' [-Wunused-parameter]\n 284 | static bool HIDAPI_DriverShield_SetJoystickSensorsEnabled(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, bool enabled)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_shield.c:284:115: warning: unused parameter 'enabled' [-Wunused-parameter]\n 284 | static bool HIDAPI_DriverShield_SetJoystickSensorsEnabled(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, bool enabled)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_shield.c:358:39: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\n 358 | SDL_memcpy(ctx->last_state, data, SDL_min(size, sizeof(ctx->last_state)));\n | ^ ~~~~ ~~~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/include/SDL3/SDL_stdinc.h:2110:29: note: expanded from macro 'SDL_min'\n 2110 | #define SDL_min(x, y) (((x) < (y)) ? (x) : (y))\n | ~ ^ ~\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_shield.c:364:105: warning: unused parameter 'ctx' [-Wunused-parameter]\n 364 | static void HIDAPI_DriverShield_HandleTouchPacketV103(SDL_Joystick *joystick, SDL_DriverShield_Context *ctx, const Uint8 *data, int size)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_shield.c:364:133: warning: unused parameter 'size' [-Wunused-parameter]\n 364 | static void HIDAPI_DriverShield_HandleTouchPacketV103(SDL_Joystick *joystick, SDL_DriverShield_Context *ctx, const Uint8 *data, int size)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_shield.c:453:39: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\n 453 | SDL_memcpy(ctx->last_state, data, SDL_min(size, sizeof(ctx->last_state)));\n | ^ ~~~~ ~~~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/include/SDL3/SDL_stdinc.h:2110:29: note: expanded from macro 'SDL_min'\n 2110 | #define SDL_min(x, y) (((x) < (y)) ? (x) : (y))\n | ~ ^ ~\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_shield.c:546:66: warning: unused parameter 'device' [-Wunused-parameter]\n 546 | static void HIDAPI_DriverShield_CloseJoystick(SDL_HIDAPI_Device *device, SDL_Joystick *joystick)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_shield.c:546:88: warning: unused parameter 'joystick' [-Wunused-parameter]\n 546 | static void HIDAPI_DriverShield_CloseJoystick(SDL_HIDAPI_Device *device, SDL_Joystick *joystick)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_shield.c:550:63: warning: unused parameter 'device' [-Wunused-parameter]\n 550 | static void HIDAPI_DriverShield_FreeDevice(SDL_HIDAPI_Device *device)\n | ^\n37 warnings generated.\n[402/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_stadia.c.o\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_stadia.c:62:70: warning: unused parameter 'device' [-Wunused-parameter]\n 62 | static bool HIDAPI_DriverStadia_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_stadia.c:62:90: warning: unused parameter 'name' [-Wunused-parameter]\n 62 | static bool HIDAPI_DriverStadia_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_stadia.c:62:112: warning: unused parameter 'type' [-Wunused-parameter]\n 62 | static bool HIDAPI_DriverStadia_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_stadia.c:62:162: warning: unused parameter 'version' [-Wunused-parameter]\n 62 | static bool HIDAPI_DriverStadia_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_stadia.c:62:175: warning: unused parameter 'interface_number' [-Wunused-parameter]\n 62 | static bool HIDAPI_DriverStadia_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_stadia.c:62:197: warning: unused parameter 'interface_class' [-Wunused-parameter]\n 62 | static bool HIDAPI_DriverStadia_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_stadia.c:62:218: warning: unused parameter 'interface_subclass' [-Wunused-parameter]\n 62 | static bool HIDAPI_DriverStadia_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_stadia.c:62:242: warning: unused parameter 'interface_protocol' [-Wunused-parameter]\n 62 | static bool HIDAPI_DriverStadia_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_stadia.c:91:72: warning: unused parameter 'device' [-Wunused-parameter]\n 91 | static int HIDAPI_DriverStadia_GetDevicePlayerIndex(SDL_HIDAPI_Device *device, SDL_JoystickID instance_id)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_stadia.c:91:95: warning: unused parameter 'instance_id' [-Wunused-parameter]\n 91 | static int HIDAPI_DriverStadia_GetDevicePlayerIndex(SDL_HIDAPI_Device *device, SDL_JoystickID instance_id)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_stadia.c:96:73: warning: unused parameter 'device' [-Wunused-parameter]\n 96 | static void HIDAPI_DriverStadia_SetDevicePlayerIndex(SDL_HIDAPI_Device *device, SDL_JoystickID instance_id, int player_index)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_stadia.c:96:96: warning: unused parameter 'instance_id' [-Wunused-parameter]\n 96 | static void HIDAPI_DriverStadia_SetDevicePlayerIndex(SDL_HIDAPI_Device *device, SDL_JoystickID instance_id, int player_index)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_stadia.c:96:113: warning: unused parameter 'player_index' [-Wunused-parameter]\n 96 | static void HIDAPI_DriverStadia_SetDevicePlayerIndex(SDL_HIDAPI_Device *device, SDL_JoystickID instance_id, int player_index)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_stadia.c:116:89: warning: unused parameter 'joystick' [-Wunused-parameter]\n 116 | static bool HIDAPI_DriverStadia_RumbleJoystick(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint16 low_frequency_rumble, Uint16 high_frequency_rumble)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_stadia.c:138:75: warning: unused parameter 'device' [-Wunused-parameter]\n 138 | static bool HIDAPI_DriverStadia_RumbleJoystickTriggers(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint16 left_rumble, Uint16 right_rumble)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_stadia.c:138:97: warning: unused parameter 'joystick' [-Wunused-parameter]\n 138 | static bool HIDAPI_DriverStadia_RumbleJoystickTriggers(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint16 left_rumble, Uint16 right_rumble)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_stadia.c:138:114: warning: unused parameter 'left_rumble' [-Wunused-parameter]\n 138 | static bool HIDAPI_DriverStadia_RumbleJoystickTriggers(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint16 left_rumble, Uint16 right_rumble)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_stadia.c:138:134: warning: unused parameter 'right_rumble' [-Wunused-parameter]\n 138 | static bool HIDAPI_DriverStadia_RumbleJoystickTriggers(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint16 left_rumble, Uint16 right_rumble)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_stadia.c:143:100: warning: unused parameter 'joystick' [-Wunused-parameter]\n 143 | static Uint32 HIDAPI_DriverStadia_GetJoystickCapabilities(SDL_HIDAPI_Device *device, SDL_Joystick *joystick)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_stadia.c:154:67: warning: unused parameter 'device' [-Wunused-parameter]\n 154 | static bool HIDAPI_DriverStadia_SetJoystickLED(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint8 red, Uint8 green, Uint8 blue)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_stadia.c:154:89: warning: unused parameter 'joystick' [-Wunused-parameter]\n 154 | static bool HIDAPI_DriverStadia_SetJoystickLED(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint8 red, Uint8 green, Uint8 blue)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_stadia.c:154:105: warning: unused parameter 'red' [-Wunused-parameter]\n 154 | static bool HIDAPI_DriverStadia_SetJoystickLED(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint8 red, Uint8 green, Uint8 blue)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_stadia.c:154:116: warning: unused parameter 'green' [-Wunused-parameter]\n 154 | static bool HIDAPI_DriverStadia_SetJoystickLED(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint8 red, Uint8 green, Uint8 blue)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_stadia.c:154:129: warning: unused parameter 'blue' [-Wunused-parameter]\n 154 | static bool HIDAPI_DriverStadia_SetJoystickLED(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint8 red, Uint8 green, Uint8 blue)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_stadia.c:159:71: warning: unused parameter 'device' [-Wunused-parameter]\n 159 | static bool HIDAPI_DriverStadia_SendJoystickEffect(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, const void *data, int size)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_stadia.c:159:93: warning: unused parameter 'joystick' [-Wunused-parameter]\n 159 | static bool HIDAPI_DriverStadia_SendJoystickEffect(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, const void *data, int size)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_stadia.c:159:115: warning: unused parameter 'data' [-Wunused-parameter]\n 159 | static bool HIDAPI_DriverStadia_SendJoystickEffect(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, const void *data, int size)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_stadia.c:159:125: warning: unused parameter 'size' [-Wunused-parameter]\n 159 | static bool HIDAPI_DriverStadia_SendJoystickEffect(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, const void *data, int size)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_stadia.c:164:78: warning: unused parameter 'device' [-Wunused-parameter]\n 164 | static bool HIDAPI_DriverStadia_SetJoystickSensorsEnabled(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, bool enabled)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_stadia.c:164:100: warning: unused parameter 'joystick' [-Wunused-parameter]\n 164 | static bool HIDAPI_DriverStadia_SetJoystickSensorsEnabled(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, bool enabled)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_stadia.c:164:115: warning: unused parameter 'enabled' [-Wunused-parameter]\n 164 | static bool HIDAPI_DriverStadia_SetJoystickSensorsEnabled(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, bool enabled)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_stadia.c:258:39: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\n 258 | SDL_memcpy(ctx->last_state, data, SDL_min(size, sizeof(ctx->last_state)));\n | ^ ~~~~ ~~~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/include/SDL3/SDL_stdinc.h:2110:29: note: expanded from macro 'SDL_min'\n 2110 | #define SDL_min(x, y) (((x) < (y)) ? (x) : (y))\n | ~ ^ ~\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_stadia.c:292:66: warning: unused parameter 'device' [-Wunused-parameter]\n 292 | static void HIDAPI_DriverStadia_CloseJoystick(SDL_HIDAPI_Device *device, SDL_Joystick *joystick)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_stadia.c:292:88: warning: unused parameter 'joystick' [-Wunused-parameter]\n 292 | static void HIDAPI_DriverStadia_CloseJoystick(SDL_HIDAPI_Device *device, SDL_Joystick *joystick)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_stadia.c:296:63: warning: unused parameter 'device' [-Wunused-parameter]\n 296 | static void HIDAPI_DriverStadia_FreeDevice(SDL_HIDAPI_Device *device)\n | ^\n35 warnings generated.\n[403/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_steam_hori.c.o\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_steam_hori.c:75:73: warning: unused parameter 'device' [-Wunused-parameter]\n 75 | static bool HIDAPI_DriverSteamHori_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_steam_hori.c:75:93: warning: unused parameter 'name' [-Wunused-parameter]\n 75 | static bool HIDAPI_DriverSteamHori_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_steam_hori.c:75:115: warning: unused parameter 'type' [-Wunused-parameter]\n 75 | static bool HIDAPI_DriverSteamHori_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_steam_hori.c:75:165: warning: unused parameter 'version' [-Wunused-parameter]\n 75 | static bool HIDAPI_DriverSteamHori_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_steam_hori.c:75:178: warning: unused parameter 'interface_number' [-Wunused-parameter]\n 75 | static bool HIDAPI_DriverSteamHori_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_steam_hori.c:75:200: warning: unused parameter 'interface_class' [-Wunused-parameter]\n 75 | static bool HIDAPI_DriverSteamHori_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_steam_hori.c:75:221: warning: unused parameter 'interface_subclass' [-Wunused-parameter]\n 75 | static bool HIDAPI_DriverSteamHori_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_steam_hori.c:75:245: warning: unused parameter 'interface_protocol' [-Wunused-parameter]\n 75 | static bool HIDAPI_DriverSteamHori_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_steam_hori.c:97:75: warning: unused parameter 'device' [-Wunused-parameter]\n 97 | static int HIDAPI_DriverSteamHori_GetDevicePlayerIndex(SDL_HIDAPI_Device *device, SDL_JoystickID instance_id)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_steam_hori.c:97:98: warning: unused parameter 'instance_id' [-Wunused-parameter]\n 97 | static int HIDAPI_DriverSteamHori_GetDevicePlayerIndex(SDL_HIDAPI_Device *device, SDL_JoystickID instance_id)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_steam_hori.c:102:76: warning: unused parameter 'device' [-Wunused-parameter]\n 102 | static void HIDAPI_DriverSteamHori_SetDevicePlayerIndex(SDL_HIDAPI_Device *device, SDL_JoystickID instance_id, int player_index)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_steam_hori.c:102:99: warning: unused parameter 'instance_id' [-Wunused-parameter]\n 102 | static void HIDAPI_DriverSteamHori_SetDevicePlayerIndex(SDL_HIDAPI_Device *device, SDL_JoystickID instance_id, int player_index)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_steam_hori.c:102:116: warning: unused parameter 'player_index' [-Wunused-parameter]\n 102 | static void HIDAPI_DriverSteamHori_SetDevicePlayerIndex(SDL_HIDAPI_Device *device, SDL_JoystickID instance_id, int player_index)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_steam_hori.c:135:70: warning: unused parameter 'device' [-Wunused-parameter]\n 135 | static bool HIDAPI_DriverSteamHori_RumbleJoystick(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint16 low_frequency_rumble, Uint16 high_frequency_rumble)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_steam_hori.c:135:92: warning: unused parameter 'joystick' [-Wunused-parameter]\n 135 | static bool HIDAPI_DriverSteamHori_RumbleJoystick(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint16 low_frequency_rumble, Uint16 high_frequency_rumble)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_steam_hori.c:135:109: warning: unused parameter 'low_frequency_rumble' [-Wunused-parameter]\n 135 | static bool HIDAPI_DriverSteamHori_RumbleJoystick(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint16 low_frequency_rumble, Uint16 high_frequency_rumble)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_steam_hori.c:135:138: warning: unused parameter 'high_frequency_rumble' [-Wunused-parameter]\n 135 | static bool HIDAPI_DriverSteamHori_RumbleJoystick(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint16 low_frequency_rumble, Uint16 high_frequency_rumble)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_steam_hori.c:141:78: warning: unused parameter 'device' [-Wunused-parameter]\n 141 | static bool HIDAPI_DriverSteamHori_RumbleJoystickTriggers(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint16 left_rumble, Uint16 right_rumble)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_steam_hori.c:141:100: warning: unused parameter 'joystick' [-Wunused-parameter]\n 141 | static bool HIDAPI_DriverSteamHori_RumbleJoystickTriggers(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint16 left_rumble, Uint16 right_rumble)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_steam_hori.c:141:117: warning: unused parameter 'left_rumble' [-Wunused-parameter]\n 141 | static bool HIDAPI_DriverSteamHori_RumbleJoystickTriggers(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint16 left_rumble, Uint16 right_rumble)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_steam_hori.c:141:137: warning: unused parameter 'right_rumble' [-Wunused-parameter]\n 141 | static bool HIDAPI_DriverSteamHori_RumbleJoystickTriggers(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint16 left_rumble, Uint16 right_rumble)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_steam_hori.c:146:81: warning: unused parameter 'device' [-Wunused-parameter]\n 146 | static Uint32 HIDAPI_DriverSteamHori_GetJoystickCapabilities(SDL_HIDAPI_Device *device, SDL_Joystick *joystick)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_steam_hori.c:146:103: warning: unused parameter 'joystick' [-Wunused-parameter]\n 146 | static Uint32 HIDAPI_DriverSteamHori_GetJoystickCapabilities(SDL_HIDAPI_Device *device, SDL_Joystick *joystick)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_steam_hori.c:151:70: warning: unused parameter 'device' [-Wunused-parameter]\n 151 | static bool HIDAPI_DriverSteamHori_SetJoystickLED(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint8 red, Uint8 green, Uint8 blue)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_steam_hori.c:151:92: warning: unused parameter 'joystick' [-Wunused-parameter]\n 151 | static bool HIDAPI_DriverSteamHori_SetJoystickLED(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint8 red, Uint8 green, Uint8 blue)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_steam_hori.c:151:108: warning: unused parameter 'red' [-Wunused-parameter]\n 151 | static bool HIDAPI_DriverSteamHori_SetJoystickLED(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint8 red, Uint8 green, Uint8 blue)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_steam_hori.c:151:119: warning: unused parameter 'green' [-Wunused-parameter]\n 151 | static bool HIDAPI_DriverSteamHori_SetJoystickLED(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint8 red, Uint8 green, Uint8 blue)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_steam_hori.c:151:132: warning: unused parameter 'blue' [-Wunused-parameter]\n 151 | static bool HIDAPI_DriverSteamHori_SetJoystickLED(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint8 red, Uint8 green, Uint8 blue)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_steam_hori.c:156:74: warning: unused parameter 'device' [-Wunused-parameter]\n 156 | static bool HIDAPI_DriverSteamHori_SendJoystickEffect(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, const void *data, int size)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_steam_hori.c:156:96: warning: unused parameter 'joystick' [-Wunused-parameter]\n 156 | static bool HIDAPI_DriverSteamHori_SendJoystickEffect(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, const void *data, int size)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_steam_hori.c:156:118: warning: unused parameter 'data' [-Wunused-parameter]\n 156 | static bool HIDAPI_DriverSteamHori_SendJoystickEffect(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, const void *data, int size)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_steam_hori.c:156:128: warning: unused parameter 'size' [-Wunused-parameter]\n 156 | static bool HIDAPI_DriverSteamHori_SendJoystickEffect(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, const void *data, int size)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_steam_hori.c:161:81: warning: unused parameter 'device' [-Wunused-parameter]\n 161 | static bool HIDAPI_DriverSteamHori_SetJoystickSensorsEnabled(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, bool enabled)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_steam_hori.c:161:103: warning: unused parameter 'joystick' [-Wunused-parameter]\n 161 | static bool HIDAPI_DriverSteamHori_SetJoystickSensorsEnabled(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, bool enabled)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_steam_hori.c:161:118: warning: unused parameter 'enabled' [-Wunused-parameter]\n 161 | static bool HIDAPI_DriverSteamHori_SetJoystickSensorsEnabled(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, bool enabled)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_steam_hori.c:349:39: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\n 349 | SDL_memcpy(ctx->last_state, data, SDL_min(size, sizeof(ctx->last_state)));\n | ^ ~~~~ ~~~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/include/SDL3/SDL_stdinc.h:2110:29: note: expanded from macro 'SDL_min'\n 2110 | #define SDL_min(x, y) (((x) < (y)) ? (x) : (y))\n | ~ ^ ~\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_steam_hori.c:383:69: warning: unused parameter 'device' [-Wunused-parameter]\n 383 | static void HIDAPI_DriverSteamHori_CloseJoystick(SDL_HIDAPI_Device *device, SDL_Joystick *joystick)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_steam_hori.c:383:91: warning: unused parameter 'joystick' [-Wunused-parameter]\n 383 | static void HIDAPI_DriverSteamHori_CloseJoystick(SDL_HIDAPI_Device *device, SDL_Joystick *joystick)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_steam_hori.c:387:66: warning: unused parameter 'device' [-Wunused-parameter]\n 387 | static void HIDAPI_DriverSteamHori_FreeDevice(SDL_HIDAPI_Device *device)\n | ^\n39 warnings generated.\n[404/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_steamdeck.c.o\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_steamdeck.c:257:24: warning: unused parameter 'device' [-Wunused-parameter]\n 257 | SDL_HIDAPI_Device *device,\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_steamdeck.c:258:17: warning: unused parameter 'name' [-Wunused-parameter]\n 258 | const char *name,\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_steamdeck.c:259:21: warning: unused parameter 'type' [-Wunused-parameter]\n 259 | SDL_GamepadType type,\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_steamdeck.c:262:12: warning: unused parameter 'version' [-Wunused-parameter]\n 262 | Uint16 version,\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_steamdeck.c:263:9: warning: unused parameter 'interface_number' [-Wunused-parameter]\n 263 | int interface_number,\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_steamdeck.c:264:9: warning: unused parameter 'interface_class' [-Wunused-parameter]\n 264 | int interface_class,\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_steamdeck.c:265:9: warning: unused parameter 'interface_subclass' [-Wunused-parameter]\n 265 | int interface_subclass,\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_steamdeck.c:266:9: warning: unused parameter 'interface_protocol' [-Wunused-parameter]\n 266 | int interface_protocol)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_steamdeck.c:302:75: warning: unused parameter 'device' [-Wunused-parameter]\n 302 | static int HIDAPI_DriverSteamDeck_GetDevicePlayerIndex(SDL_HIDAPI_Device *device, SDL_JoystickID instance_id)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_steamdeck.c:302:98: warning: unused parameter 'instance_id' [-Wunused-parameter]\n 302 | static int HIDAPI_DriverSteamDeck_GetDevicePlayerIndex(SDL_HIDAPI_Device *device, SDL_JoystickID instance_id)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_steamdeck.c:307:76: warning: unused parameter 'device' [-Wunused-parameter]\n 307 | static void HIDAPI_DriverSteamDeck_SetDevicePlayerIndex(SDL_HIDAPI_Device *device, SDL_JoystickID instance_id, int player_index)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_steamdeck.c:307:99: warning: unused parameter 'instance_id' [-Wunused-parameter]\n 307 | static void HIDAPI_DriverSteamDeck_SetDevicePlayerIndex(SDL_HIDAPI_Device *device, SDL_JoystickID instance_id, int player_index)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_steamdeck.c:307:116: warning: unused parameter 'player_index' [-Wunused-parameter]\n 307 | static void HIDAPI_DriverSteamDeck_SetDevicePlayerIndex(SDL_HIDAPI_Device *device, SDL_JoystickID instance_id, int player_index)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_steamdeck.c:372:92: warning: unused parameter 'joystick' [-Wunused-parameter]\n 372 | static bool HIDAPI_DriverSteamDeck_RumbleJoystick(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint16 low_frequency_rumble, Uint16 high_frequency_rumble)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_steamdeck.c:392:78: warning: unused parameter 'device' [-Wunused-parameter]\n 392 | static bool HIDAPI_DriverSteamDeck_RumbleJoystickTriggers(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint16 left_rumble, Uint16 right_rumble)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_steamdeck.c:392:100: warning: unused parameter 'joystick' [-Wunused-parameter]\n 392 | static bool HIDAPI_DriverSteamDeck_RumbleJoystickTriggers(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint16 left_rumble, Uint16 right_rumble)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_steamdeck.c:392:117: warning: unused parameter 'left_rumble' [-Wunused-parameter]\n 392 | static bool HIDAPI_DriverSteamDeck_RumbleJoystickTriggers(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint16 left_rumble, Uint16 right_rumble)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_steamdeck.c:392:137: warning: unused parameter 'right_rumble' [-Wunused-parameter]\n 392 | static bool HIDAPI_DriverSteamDeck_RumbleJoystickTriggers(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint16 left_rumble, Uint16 right_rumble)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_steamdeck.c:397:81: warning: unused parameter 'device' [-Wunused-parameter]\n 397 | static Uint32 HIDAPI_DriverSteamDeck_GetJoystickCapabilities(SDL_HIDAPI_Device *device, SDL_Joystick *joystick)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_steamdeck.c:397:103: warning: unused parameter 'joystick' [-Wunused-parameter]\n 397 | static Uint32 HIDAPI_DriverSteamDeck_GetJoystickCapabilities(SDL_HIDAPI_Device *device, SDL_Joystick *joystick)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_steamdeck.c:402:70: warning: unused parameter 'device' [-Wunused-parameter]\n 402 | static bool HIDAPI_DriverSteamDeck_SetJoystickLED(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint8 red, Uint8 green, Uint8 blue)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_steamdeck.c:402:92: warning: unused parameter 'joystick' [-Wunused-parameter]\n 402 | static bool HIDAPI_DriverSteamDeck_SetJoystickLED(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint8 red, Uint8 green, Uint8 blue)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_steamdeck.c:402:108: warning: unused parameter 'red' [-Wunused-parameter]\n 402 | static bool HIDAPI_DriverSteamDeck_SetJoystickLED(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint8 red, Uint8 green, Uint8 blue)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_steamdeck.c:402:119: warning: unused parameter 'green' [-Wunused-parameter]\n 402 | static bool HIDAPI_DriverSteamDeck_SetJoystickLED(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint8 red, Uint8 green, Uint8 blue)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_steamdeck.c:402:132: warning: unused parameter 'blue' [-Wunused-parameter]\n 402 | static bool HIDAPI_DriverSteamDeck_SetJoystickLED(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint8 red, Uint8 green, Uint8 blue)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_steamdeck.c:407:74: warning: unused parameter 'device' [-Wunused-parameter]\n 407 | static bool HIDAPI_DriverSteamDeck_SendJoystickEffect(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, const void *data, int size)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_steamdeck.c:407:96: warning: unused parameter 'joystick' [-Wunused-parameter]\n 407 | static bool HIDAPI_DriverSteamDeck_SendJoystickEffect(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, const void *data, int size)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_steamdeck.c:407:118: warning: unused parameter 'data' [-Wunused-parameter]\n 407 | static bool HIDAPI_DriverSteamDeck_SendJoystickEffect(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, const void *data, int size)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_steamdeck.c:407:128: warning: unused parameter 'size' [-Wunused-parameter]\n 407 | static bool HIDAPI_DriverSteamDeck_SendJoystickEffect(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, const void *data, int size)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_steamdeck.c:412:73: warning: unused parameter 'device' [-Wunused-parameter]\n 412 | static bool HIDAPI_DriverSteamDeck_SetSensorsEnabled(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, bool enabled)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_steamdeck.c:412:95: warning: unused parameter 'joystick' [-Wunused-parameter]\n 412 | static bool HIDAPI_DriverSteamDeck_SetSensorsEnabled(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, bool enabled)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_steamdeck.c:412:110: warning: unused parameter 'enabled' [-Wunused-parameter]\n 412 | static bool HIDAPI_DriverSteamDeck_SetSensorsEnabled(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, bool enabled)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_steamdeck.c:418:69: warning: unused parameter 'device' [-Wunused-parameter]\n 418 | static void HIDAPI_DriverSteamDeck_CloseJoystick(SDL_HIDAPI_Device *device, SDL_Joystick *joystick)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_steamdeck.c:418:91: warning: unused parameter 'joystick' [-Wunused-parameter]\n 418 | static void HIDAPI_DriverSteamDeck_CloseJoystick(SDL_HIDAPI_Device *device, SDL_Joystick *joystick)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_steamdeck.c:423:66: warning: unused parameter 'device' [-Wunused-parameter]\n 423 | static void HIDAPI_DriverSteamDeck_FreeDevice(SDL_HIDAPI_Device *device)\n | ^\n35 warnings generated.\n[405/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_steam.c.o\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_steam.c:465:72: warning: format specifies type 'void *' but the argument has type 'SDL_HIDAPI_Device *' (aka 'struct SDL_HIDAPI_Device *') [-Wformat-pedantic]\n 465 | printf(\"GET_ATTRIBUTES_VALUES failed for controller %p\\n\", dev);\n | ~~ ^~~\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_steam.c:476:78: warning: format specifies type 'void *' but the argument has type 'SDL_HIDAPI_Device *' (aka 'struct SDL_HIDAPI_Device *') [-Wformat-pedantic]\n 476 | printf(\"Bad GET_ATTRIBUTES_VALUES response for controller %p\\n\", dev);\n | ~~ ^~~\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_steam.c:484:78: warning: format specifies type 'void *' but the argument has type 'SDL_HIDAPI_Device *' (aka 'struct SDL_HIDAPI_Device *') [-Wformat-pedantic]\n 484 | printf(\"Bad GET_ATTRIBUTES_VALUES response for controller %p\\n\", dev);\n | ~~ ^~~\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_steam.c:518:73: warning: format specifies type 'void *' but the argument has type 'SDL_HIDAPI_Device *' (aka 'struct SDL_HIDAPI_Device *') [-Wformat-pedantic]\n 518 | printf(\"CLEAR_DIGITAL_MAPPINGS failed for controller %p\\n\", dev);\n | ~~ ^~~\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_steam.c:530:72: warning: format specifies type 'void *' but the argument has type 'SDL_HIDAPI_Device *' (aka 'struct SDL_HIDAPI_Device *') [-Wformat-pedantic]\n 530 | printf(\"LOAD_DEFAULT_SETTINGS failed for controller %p\\n\", dev);\n | ~~ ^~~\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_steam.c:560:63: warning: format specifies type 'void *' but the argument has type 'SDL_HIDAPI_Device *' (aka 'struct SDL_HIDAPI_Device *') [-Wformat-pedantic]\n 560 | printf(\"SET_SETTINGS failed for controller %p\\n\", dev);\n | ~~ ^~~\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_steam.c:837:69: warning: unused parameter 'nDataSize' [-Wunused-parameter]\n 837 | static bool UpdateBLESteamControllerState(const uint8_t *pData, int nDataSize, SteamControllerStateInternal_t *pState)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_steam.c:1035:89: warning: unused parameter 'name' [-Wunused-parameter]\n 1035 | static bool HIDAPI_DriverSteam_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_steam.c:1035:111: warning: unused parameter 'type' [-Wunused-parameter]\n 1035 | static bool HIDAPI_DriverSteam_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_steam.c:1035:161: warning: unused parameter 'version' [-Wunused-parameter]\n 1035 | static bool HIDAPI_DriverSteam_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_steam.c:1035:196: warning: unused parameter 'interface_class' [-Wunused-parameter]\n 1035 | static bool HIDAPI_DriverSteam_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_steam.c:1035:217: warning: unused parameter 'interface_subclass' [-Wunused-parameter]\n 1035 | static bool HIDAPI_DriverSteam_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_steam.c:1035:241: warning: unused parameter 'interface_protocol' [-Wunused-parameter]\n 1035 | static bool HIDAPI_DriverSteam_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_steam.c:1102:79: warning: unused parameter 'name' [-Wunused-parameter]\n 1102 | static void SDLCALL SDL_PairingEnabledHintChanged(void *userdata, const char *name, const char *oldValue, const char *hint)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_steam.c:1102:97: warning: unused parameter 'oldValue' [-Wunused-parameter]\n 1102 | static void SDLCALL SDL_PairingEnabledHintChanged(void *userdata, const char *name, const char *oldValue, const char *hint)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_steam.c:1183:71: warning: unused parameter 'device' [-Wunused-parameter]\n 1183 | static int HIDAPI_DriverSteam_GetDevicePlayerIndex(SDL_HIDAPI_Device *device, SDL_JoystickID instance_id)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_steam.c:1183:94: warning: unused parameter 'instance_id' [-Wunused-parameter]\n 1183 | static int HIDAPI_DriverSteam_GetDevicePlayerIndex(SDL_HIDAPI_Device *device, SDL_JoystickID instance_id)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_steam.c:1188:72: warning: unused parameter 'device' [-Wunused-parameter]\n 1188 | static void HIDAPI_DriverSteam_SetDevicePlayerIndex(SDL_HIDAPI_Device *device, SDL_JoystickID instance_id, int player_index)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_steam.c:1188:95: warning: unused parameter 'instance_id' [-Wunused-parameter]\n 1188 | static void HIDAPI_DriverSteam_SetDevicePlayerIndex(SDL_HIDAPI_Device *device, SDL_JoystickID instance_id, int player_index)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_steam.c:1188:112: warning: unused parameter 'player_index' [-Wunused-parameter]\n 1188 | static void HIDAPI_DriverSteam_SetDevicePlayerIndex(SDL_HIDAPI_Device *device, SDL_JoystickID instance_id, int player_index)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_steam.c:1207:72: warning: unused parameter 'name' [-Wunused-parameter]\n 1207 | static void SDLCALL SDL_HomeLEDHintChanged(void *userdata, const char *name, const char *oldValue, const char *hint)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_steam.c:1207:90: warning: unused parameter 'oldValue' [-Wunused-parameter]\n 1207 | static void SDLCALL SDL_HomeLEDHintChanged(void *userdata, const char *name, const char *oldValue, const char *hint)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_steam.c:1268:66: warning: unused parameter 'device' [-Wunused-parameter]\n 1268 | static bool HIDAPI_DriverSteam_RumbleJoystick(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint16 low_frequency_rumble, Uint16 high_frequency_rumble)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_steam.c:1268:88: warning: unused parameter 'joystick' [-Wunused-parameter]\n 1268 | static bool HIDAPI_DriverSteam_RumbleJoystick(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint16 low_frequency_rumble, Uint16 high_frequency_rumble)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_steam.c:1268:105: warning: unused parameter 'low_frequency_rumble' [-Wunused-parameter]\n 1268 | static bool HIDAPI_DriverSteam_RumbleJoystick(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint16 low_frequency_rumble, Uint16 high_frequency_rumble)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_steam.c:1268:134: warning: unused parameter 'high_frequency_rumble' [-Wunused-parameter]\n 1268 | static bool HIDAPI_DriverSteam_RumbleJoystick(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint16 low_frequency_rumble, Uint16 high_frequency_rumble)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_steam.c:1274:74: warning: unused parameter 'device' [-Wunused-parameter]\n 1274 | static bool HIDAPI_DriverSteam_RumbleJoystickTriggers(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint16 left_rumble, Uint16 right_rumble)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_steam.c:1274:96: warning: unused parameter 'joystick' [-Wunused-parameter]\n 1274 | static bool HIDAPI_DriverSteam_RumbleJoystickTriggers(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint16 left_rumble, Uint16 right_rumble)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_steam.c:1274:113: warning: unused parameter 'left_rumble' [-Wunused-parameter]\n 1274 | static bool HIDAPI_DriverSteam_RumbleJoystickTriggers(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint16 left_rumble, Uint16 right_rumble)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_steam.c:1274:133: warning: unused parameter 'right_rumble' [-Wunused-parameter]\n 1274 | static bool HIDAPI_DriverSteam_RumbleJoystickTriggers(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint16 left_rumble, Uint16 right_rumble)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_steam.c:1279:77: warning: unused parameter 'device' [-Wunused-parameter]\n 1279 | static Uint32 HIDAPI_DriverSteam_GetJoystickCapabilities(SDL_HIDAPI_Device *device, SDL_Joystick *joystick)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_steam.c:1279:99: warning: unused parameter 'joystick' [-Wunused-parameter]\n 1279 | static Uint32 HIDAPI_DriverSteam_GetJoystickCapabilities(SDL_HIDAPI_Device *device, SDL_Joystick *joystick)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_steam.c:1285:66: warning: unused parameter 'device' [-Wunused-parameter]\n 1285 | static bool HIDAPI_DriverSteam_SetJoystickLED(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint8 red, Uint8 green, Uint8 blue)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_steam.c:1285:88: warning: unused parameter 'joystick' [-Wunused-parameter]\n 1285 | static bool HIDAPI_DriverSteam_SetJoystickLED(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint8 red, Uint8 green, Uint8 blue)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_steam.c:1285:104: warning: unused parameter 'red' [-Wunused-parameter]\n 1285 | static bool HIDAPI_DriverSteam_SetJoystickLED(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint8 red, Uint8 green, Uint8 blue)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_steam.c:1285:115: warning: unused parameter 'green' [-Wunused-parameter]\n 1285 | static bool HIDAPI_DriverSteam_SetJoystickLED(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint8 red, Uint8 green, Uint8 blue)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_steam.c:1285:128: warning: unused parameter 'blue' [-Wunused-parameter]\n 1285 | static bool HIDAPI_DriverSteam_SetJoystickLED(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint8 red, Uint8 green, Uint8 blue)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_steam.c:1291:92: warning: unused parameter 'joystick' [-Wunused-parameter]\n 1291 | static bool HIDAPI_DriverSteam_SendJoystickEffect(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, const void *data, int size)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_steam.c:1302:91: warning: unused parameter 'joystick' [-Wunused-parameter]\n 1302 | static bool HIDAPI_DriverSteam_SetSensorsEnabled(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, bool enabled)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_steam.c:1488:87: warning: unused parameter 'joystick' [-Wunused-parameter]\n 1488 | static void HIDAPI_DriverSteam_CloseJoystick(SDL_HIDAPI_Device *device, SDL_Joystick *joystick)\n | ^\n40 warnings generated.\n[406/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_wii.c.o\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_wii.c:182:67: warning: unused parameter 'device' [-Wunused-parameter]\n 182 | static bool HIDAPI_DriverWii_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_wii.c:182:87: warning: unused parameter 'name' [-Wunused-parameter]\n 182 | static bool HIDAPI_DriverWii_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_wii.c:182:109: warning: unused parameter 'type' [-Wunused-parameter]\n 182 | static bool HIDAPI_DriverWii_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_wii.c:182:159: warning: unused parameter 'version' [-Wunused-parameter]\n 182 | static bool HIDAPI_DriverWii_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_wii.c:182:172: warning: unused parameter 'interface_number' [-Wunused-parameter]\n 182 | static bool HIDAPI_DriverWii_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_wii.c:182:194: warning: unused parameter 'interface_class' [-Wunused-parameter]\n 182 | static bool HIDAPI_DriverWii_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_wii.c:182:215: warning: unused parameter 'interface_subclass' [-Wunused-parameter]\n 182 | static bool HIDAPI_DriverWii_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_wii.c:182:239: warning: unused parameter 'interface_protocol' [-Wunused-parameter]\n 182 | static bool HIDAPI_DriverWii_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_wii.c:457:63: warning: unused parameter 'ctx' [-Wunused-parameter]\n 457 | static void ActivateMotionPlusWithMode(SDL_DriverWii_Context *ctx, Uint8 mode)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_wii.c:457:74: warning: unused parameter 'mode' [-Wunused-parameter]\n 457 | static void ActivateMotionPlusWithMode(SDL_DriverWii_Context *ctx, Uint8 mode)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_wii.c:665:74: warning: unused parameter 'name' [-Wunused-parameter]\n 665 | static void SDLCALL SDL_PlayerLEDHintChanged(void *userdata, const char *name, const char *oldValue, const char *hint)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_wii.c:665:92: warning: unused parameter 'oldValue' [-Wunused-parameter]\n 665 | static void SDLCALL SDL_PlayerLEDHintChanged(void *userdata, const char *name, const char *oldValue, const char *hint)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_wii.c:755:69: warning: unused parameter 'device' [-Wunused-parameter]\n 755 | static int HIDAPI_DriverWii_GetDevicePlayerIndex(SDL_HIDAPI_Device *device, SDL_JoystickID instance_id)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_wii.c:755:92: warning: unused parameter 'instance_id' [-Wunused-parameter]\n 755 | static int HIDAPI_DriverWii_GetDevicePlayerIndex(SDL_HIDAPI_Device *device, SDL_JoystickID instance_id)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_wii.c:760:93: warning: unused parameter 'instance_id' [-Wunused-parameter]\n 760 | static void HIDAPI_DriverWii_SetDevicePlayerIndex(SDL_HIDAPI_Device *device, SDL_JoystickID instance_id, int player_index)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_wii.c:823:86: warning: unused parameter 'joystick' [-Wunused-parameter]\n 823 | static bool HIDAPI_DriverWii_RumbleJoystick(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint16 low_frequency_rumble, Uint16 high_frequency_rumble)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_wii.c:840:72: warning: unused parameter 'device' [-Wunused-parameter]\n 840 | static bool HIDAPI_DriverWii_RumbleJoystickTriggers(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint16 left_rumble, Uint16 right_rumble)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_wii.c:840:94: warning: unused parameter 'joystick' [-Wunused-parameter]\n 840 | static bool HIDAPI_DriverWii_RumbleJoystickTriggers(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint16 left_rumble, Uint16 right_rumble)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_wii.c:840:111: warning: unused parameter 'left_rumble' [-Wunused-parameter]\n 840 | static bool HIDAPI_DriverWii_RumbleJoystickTriggers(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint16 left_rumble, Uint16 right_rumble)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_wii.c:840:131: warning: unused parameter 'right_rumble' [-Wunused-parameter]\n 840 | static bool HIDAPI_DriverWii_RumbleJoystickTriggers(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint16 left_rumble, Uint16 right_rumble)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_wii.c:845:75: warning: unused parameter 'device' [-Wunused-parameter]\n 845 | static Uint32 HIDAPI_DriverWii_GetJoystickCapabilities(SDL_HIDAPI_Device *device, SDL_Joystick *joystick)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_wii.c:845:97: warning: unused parameter 'joystick' [-Wunused-parameter]\n 845 | static Uint32 HIDAPI_DriverWii_GetJoystickCapabilities(SDL_HIDAPI_Device *device, SDL_Joystick *joystick)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_wii.c:850:64: warning: unused parameter 'device' [-Wunused-parameter]\n 850 | static bool HIDAPI_DriverWii_SetJoystickLED(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint8 red, Uint8 green, Uint8 blue)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_wii.c:850:86: warning: unused parameter 'joystick' [-Wunused-parameter]\n 850 | static bool HIDAPI_DriverWii_SetJoystickLED(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint8 red, Uint8 green, Uint8 blue)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_wii.c:850:102: warning: unused parameter 'red' [-Wunused-parameter]\n 850 | static bool HIDAPI_DriverWii_SetJoystickLED(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint8 red, Uint8 green, Uint8 blue)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_wii.c:850:113: warning: unused parameter 'green' [-Wunused-parameter]\n 850 | static bool HIDAPI_DriverWii_SetJoystickLED(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint8 red, Uint8 green, Uint8 blue)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_wii.c:850:126: warning: unused parameter 'blue' [-Wunused-parameter]\n 850 | static bool HIDAPI_DriverWii_SetJoystickLED(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint8 red, Uint8 green, Uint8 blue)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_wii.c:855:68: warning: unused parameter 'device' [-Wunused-parameter]\n 855 | static bool HIDAPI_DriverWii_SendJoystickEffect(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, const void *data, int size)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_wii.c:855:90: warning: unused parameter 'joystick' [-Wunused-parameter]\n 855 | static bool HIDAPI_DriverWii_SendJoystickEffect(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, const void *data, int size)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_wii.c:855:112: warning: unused parameter 'data' [-Wunused-parameter]\n 855 | static bool HIDAPI_DriverWii_SendJoystickEffect(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, const void *data, int size)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_wii.c:855:122: warning: unused parameter 'size' [-Wunused-parameter]\n 855 | static bool HIDAPI_DriverWii_SendJoystickEffect(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, const void *data, int size)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_wii.c:860:97: warning: unused parameter 'joystick' [-Wunused-parameter]\n 860 | static bool HIDAPI_DriverWii_SetJoystickSensorsEnabled(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, bool enabled)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_wii.c:1334:14: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\n 1334 | if (size > sizeof(dst->rgucExtension)) {\n | ~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_wii.c:1579:85: warning: unused parameter 'joystick' [-Wunused-parameter]\n 1579 | static void HIDAPI_DriverWii_CloseJoystick(SDL_HIDAPI_Device *device, SDL_Joystick *joystick)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_wii.c:1589:60: warning: unused parameter 'device' [-Wunused-parameter]\n 1589 | static void HIDAPI_DriverWii_FreeDevice(SDL_HIDAPI_Device *device)\n | ^\n35 warnings generated.\n[407/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_xbox360w.c.o\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_xbox360w.c:64:72: warning: unused parameter 'device' [-Wunused-parameter]\n 64 | static bool HIDAPI_DriverXbox360W_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_xbox360w.c:64:92: warning: unused parameter 'name' [-Wunused-parameter]\n 64 | static bool HIDAPI_DriverXbox360W_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_xbox360w.c:64:164: warning: unused parameter 'version' [-Wunused-parameter]\n 64 | static bool HIDAPI_DriverXbox360W_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_xbox360w.c:64:177: warning: unused parameter 'interface_number' [-Wunused-parameter]\n 64 | static bool HIDAPI_DriverXbox360W_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_xbox360w.c:64:199: warning: unused parameter 'interface_class' [-Wunused-parameter]\n 64 | static bool HIDAPI_DriverXbox360W_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_xbox360w.c:64:220: warning: unused parameter 'interface_subclass' [-Wunused-parameter]\n 64 | static bool HIDAPI_DriverXbox360W_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_xbox360w.c:97:74: warning: unused parameter 'name' [-Wunused-parameter]\n 97 | static void SDLCALL SDL_PlayerLEDHintChanged(void *userdata, const char *name, const char *oldValue, const char *hint)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_xbox360w.c:97:92: warning: unused parameter 'oldValue' [-Wunused-parameter]\n 97 | static void SDLCALL SDL_PlayerLEDHintChanged(void *userdata, const char *name, const char *oldValue, const char *hint)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_xbox360w.c:143:74: warning: unused parameter 'device' [-Wunused-parameter]\n 143 | static int HIDAPI_DriverXbox360W_GetDevicePlayerIndex(SDL_HIDAPI_Device *device, SDL_JoystickID instance_id)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_xbox360w.c:143:97: warning: unused parameter 'instance_id' [-Wunused-parameter]\n 143 | static int HIDAPI_DriverXbox360W_GetDevicePlayerIndex(SDL_HIDAPI_Device *device, SDL_JoystickID instance_id)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_xbox360w.c:148:98: warning: unused parameter 'instance_id' [-Wunused-parameter]\n 148 | static void HIDAPI_DriverXbox360W_SetDevicePlayerIndex(SDL_HIDAPI_Device *device, SDL_JoystickID instance_id, int player_index)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_xbox360w.c:186:91: warning: unused parameter 'joystick' [-Wunused-parameter]\n 186 | static bool HIDAPI_DriverXbox360W_RumbleJoystick(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint16 low_frequency_rumble, Uint16 high_frequency_rumble)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_xbox360w.c:199:77: warning: unused parameter 'device' [-Wunused-parameter]\n 199 | static bool HIDAPI_DriverXbox360W_RumbleJoystickTriggers(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint16 left_rumble, Uint16 right_rumble)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_xbox360w.c:199:99: warning: unused parameter 'joystick' [-Wunused-parameter]\n 199 | static bool HIDAPI_DriverXbox360W_RumbleJoystickTriggers(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint16 left_rumble, Uint16 right_rumble)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_xbox360w.c:199:116: warning: unused parameter 'left_rumble' [-Wunused-parameter]\n 199 | static bool HIDAPI_DriverXbox360W_RumbleJoystickTriggers(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint16 left_rumble, Uint16 right_rumble)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_xbox360w.c:199:136: warning: unused parameter 'right_rumble' [-Wunused-parameter]\n 199 | static bool HIDAPI_DriverXbox360W_RumbleJoystickTriggers(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint16 left_rumble, Uint16 right_rumble)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_xbox360w.c:204:102: warning: unused parameter 'joystick' [-Wunused-parameter]\n 204 | static Uint32 HIDAPI_DriverXbox360W_GetJoystickCapabilities(SDL_HIDAPI_Device *device, SDL_Joystick *joystick)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_xbox360w.c:215:69: warning: unused parameter 'device' [-Wunused-parameter]\n 215 | static bool HIDAPI_DriverXbox360W_SetJoystickLED(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint8 red, Uint8 green, Uint8 blue)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_xbox360w.c:215:91: warning: unused parameter 'joystick' [-Wunused-parameter]\n 215 | static bool HIDAPI_DriverXbox360W_SetJoystickLED(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint8 red, Uint8 green, Uint8 blue)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_xbox360w.c:215:107: warning: unused parameter 'red' [-Wunused-parameter]\n 215 | static bool HIDAPI_DriverXbox360W_SetJoystickLED(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint8 red, Uint8 green, Uint8 blue)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_xbox360w.c:215:118: warning: unused parameter 'green' [-Wunused-parameter]\n 215 | static bool HIDAPI_DriverXbox360W_SetJoystickLED(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint8 red, Uint8 green, Uint8 blue)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_xbox360w.c:215:131: warning: unused parameter 'blue' [-Wunused-parameter]\n 215 | static bool HIDAPI_DriverXbox360W_SetJoystickLED(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint8 red, Uint8 green, Uint8 blue)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_xbox360w.c:220:73: warning: unused parameter 'device' [-Wunused-parameter]\n 220 | static bool HIDAPI_DriverXbox360W_SendJoystickEffect(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, const void *data, int size)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_xbox360w.c:220:95: warning: unused parameter 'joystick' [-Wunused-parameter]\n 220 | static bool HIDAPI_DriverXbox360W_SendJoystickEffect(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, const void *data, int size)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_xbox360w.c:220:117: warning: unused parameter 'data' [-Wunused-parameter]\n 220 | static bool HIDAPI_DriverXbox360W_SendJoystickEffect(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, const void *data, int size)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_xbox360w.c:220:127: warning: unused parameter 'size' [-Wunused-parameter]\n 220 | static bool HIDAPI_DriverXbox360W_SendJoystickEffect(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, const void *data, int size)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_xbox360w.c:225:80: warning: unused parameter 'device' [-Wunused-parameter]\n 225 | static bool HIDAPI_DriverXbox360W_SetJoystickSensorsEnabled(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, bool enabled)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_xbox360w.c:225:102: warning: unused parameter 'joystick' [-Wunused-parameter]\n 225 | static bool HIDAPI_DriverXbox360W_SetJoystickSensorsEnabled(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, bool enabled)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_xbox360w.c:225:117: warning: unused parameter 'enabled' [-Wunused-parameter]\n 225 | static bool HIDAPI_DriverXbox360W_SetJoystickSensorsEnabled(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, bool enabled)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_xbox360w.c:230:93: warning: unused parameter 'dev' [-Wunused-parameter]\n 230 | static void HIDAPI_DriverXbox360W_HandleStatePacket(SDL_Joystick *joystick, SDL_hid_device *dev, SDL_DriverXbox360W_Context *ctx, Uint8 *data, int size)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_xbox360w.c:288:39: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\n 288 | SDL_memcpy(ctx->last_state, data, SDL_min(size, sizeof(ctx->last_state)));\n | ^ ~~~~ ~~~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/include/SDL3/SDL_stdinc.h:2110:29: note: expanded from macro 'SDL_min'\n 2110 | #define SDL_min(x, y) (((x) < (y)) ? (x) : (y))\n | ~ ^ ~\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_xbox360w.c:352:90: warning: unused parameter 'joystick' [-Wunused-parameter]\n 352 | static void HIDAPI_DriverXbox360W_CloseJoystick(SDL_HIDAPI_Device *device, SDL_Joystick *joystick)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_xbox360w.c:360:65: warning: unused parameter 'device' [-Wunused-parameter]\n 360 | static void HIDAPI_DriverXbox360W_FreeDevice(SDL_HIDAPI_Device *device)\n | ^\n33 warnings generated.\n[408/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_xbox360.c.o\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_xbox360.c:62:71: warning: unused parameter 'device' [-Wunused-parameter]\n 62 | static bool HIDAPI_DriverXbox360_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_xbox360.c:62:91: warning: unused parameter 'name' [-Wunused-parameter]\n 62 | static bool HIDAPI_DriverXbox360_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_xbox360.c:62:163: warning: unused parameter 'version' [-Wunused-parameter]\n 62 | static bool HIDAPI_DriverXbox360_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_xbox360.c:62:198: warning: unused parameter 'interface_class' [-Wunused-parameter]\n 62 | static bool HIDAPI_DriverXbox360_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_xbox360.c:62:219: warning: unused parameter 'interface_subclass' [-Wunused-parameter]\n 62 | static bool HIDAPI_DriverXbox360_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_xbox360.c:119:74: warning: unused parameter 'name' [-Wunused-parameter]\n 119 | static void SDLCALL SDL_PlayerLEDHintChanged(void *userdata, const char *name, const char *oldValue, const char *hint)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_xbox360.c:119:92: warning: unused parameter 'oldValue' [-Wunused-parameter]\n 119 | static void SDLCALL SDL_PlayerLEDHintChanged(void *userdata, const char *name, const char *oldValue, const char *hint)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_xbox360.c:156:73: warning: unused parameter 'device' [-Wunused-parameter]\n 156 | static int HIDAPI_DriverXbox360_GetDevicePlayerIndex(SDL_HIDAPI_Device *device, SDL_JoystickID instance_id)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_xbox360.c:156:96: warning: unused parameter 'instance_id' [-Wunused-parameter]\n 156 | static int HIDAPI_DriverXbox360_GetDevicePlayerIndex(SDL_HIDAPI_Device *device, SDL_JoystickID instance_id)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_xbox360.c:161:97: warning: unused parameter 'instance_id' [-Wunused-parameter]\n 161 | static void HIDAPI_DriverXbox360_SetDevicePlayerIndex(SDL_HIDAPI_Device *device, SDL_JoystickID instance_id, int player_index)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_xbox360.c:199:90: warning: unused parameter 'joystick' [-Wunused-parameter]\n 199 | static bool HIDAPI_DriverXbox360_RumbleJoystick(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint16 low_frequency_rumble, Uint16 high_frequency_rumble)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_xbox360.c:212:76: warning: unused parameter 'device' [-Wunused-parameter]\n 212 | static bool HIDAPI_DriverXbox360_RumbleJoystickTriggers(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint16 left_rumble, Uint16 right_rumble)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_xbox360.c:212:98: warning: unused parameter 'joystick' [-Wunused-parameter]\n 212 | static bool HIDAPI_DriverXbox360_RumbleJoystickTriggers(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint16 left_rumble, Uint16 right_rumble)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_xbox360.c:212:115: warning: unused parameter 'left_rumble' [-Wunused-parameter]\n 212 | static bool HIDAPI_DriverXbox360_RumbleJoystickTriggers(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint16 left_rumble, Uint16 right_rumble)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_xbox360.c:212:135: warning: unused parameter 'right_rumble' [-Wunused-parameter]\n 212 | static bool HIDAPI_DriverXbox360_RumbleJoystickTriggers(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint16 left_rumble, Uint16 right_rumble)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_xbox360.c:217:101: warning: unused parameter 'joystick' [-Wunused-parameter]\n 217 | static Uint32 HIDAPI_DriverXbox360_GetJoystickCapabilities(SDL_HIDAPI_Device *device, SDL_Joystick *joystick)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_xbox360.c:228:68: warning: unused parameter 'device' [-Wunused-parameter]\n 228 | static bool HIDAPI_DriverXbox360_SetJoystickLED(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint8 red, Uint8 green, Uint8 blue)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_xbox360.c:228:90: warning: unused parameter 'joystick' [-Wunused-parameter]\n 228 | static bool HIDAPI_DriverXbox360_SetJoystickLED(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint8 red, Uint8 green, Uint8 blue)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_xbox360.c:228:106: warning: unused parameter 'red' [-Wunused-parameter]\n 228 | static bool HIDAPI_DriverXbox360_SetJoystickLED(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint8 red, Uint8 green, Uint8 blue)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_xbox360.c:228:117: warning: unused parameter 'green' [-Wunused-parameter]\n 228 | static bool HIDAPI_DriverXbox360_SetJoystickLED(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint8 red, Uint8 green, Uint8 blue)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_xbox360.c:228:130: warning: unused parameter 'blue' [-Wunused-parameter]\n 228 | static bool HIDAPI_DriverXbox360_SetJoystickLED(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint8 red, Uint8 green, Uint8 blue)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_xbox360.c:233:72: warning: unused parameter 'device' [-Wunused-parameter]\n 233 | static bool HIDAPI_DriverXbox360_SendJoystickEffect(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, const void *data, int size)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_xbox360.c:233:94: warning: unused parameter 'joystick' [-Wunused-parameter]\n 233 | static bool HIDAPI_DriverXbox360_SendJoystickEffect(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, const void *data, int size)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_xbox360.c:233:116: warning: unused parameter 'data' [-Wunused-parameter]\n 233 | static bool HIDAPI_DriverXbox360_SendJoystickEffect(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, const void *data, int size)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_xbox360.c:233:126: warning: unused parameter 'size' [-Wunused-parameter]\n 233 | static bool HIDAPI_DriverXbox360_SendJoystickEffect(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, const void *data, int size)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_xbox360.c:238:79: warning: unused parameter 'device' [-Wunused-parameter]\n 238 | static bool HIDAPI_DriverXbox360_SetJoystickSensorsEnabled(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, bool enabled)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_xbox360.c:238:101: warning: unused parameter 'joystick' [-Wunused-parameter]\n 238 | static bool HIDAPI_DriverXbox360_SetJoystickSensorsEnabled(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, bool enabled)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_xbox360.c:238:116: warning: unused parameter 'enabled' [-Wunused-parameter]\n 238 | static bool HIDAPI_DriverXbox360_SetJoystickSensorsEnabled(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, bool enabled)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_xbox360.c:341:89: warning: unused parameter 'joystick' [-Wunused-parameter]\n 341 | static void HIDAPI_DriverXbox360_CloseJoystick(SDL_HIDAPI_Device *device, SDL_Joystick *joystick)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_xbox360.c:351:64: warning: unused parameter 'device' [-Wunused-parameter]\n 351 | static void HIDAPI_DriverXbox360_FreeDevice(SDL_HIDAPI_Device *device)\n | ^\n30 warnings generated.\n[409/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_switch.c.o\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_switch.c:725:72: warning: unused parameter 'name' [-Wunused-parameter]\n 725 | static void SDLCALL SDL_HomeLEDHintChanged(void *userdata, const char *name, const char *oldValue, const char *hint)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_switch.c:725:90: warning: unused parameter 'oldValue' [-Wunused-parameter]\n 725 | static void SDLCALL SDL_HomeLEDHintChanged(void *userdata, const char *name, const char *oldValue, const char *hint)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_switch.c:758:74: warning: unused parameter 'name' [-Wunused-parameter]\n 758 | static void SDLCALL SDL_PlayerLEDHintChanged(void *userdata, const char *name, const char *oldValue, const char *hint)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_switch.c:758:92: warning: unused parameter 'oldValue' [-Wunused-parameter]\n 758 | static void SDLCALL SDL_PlayerLEDHintChanged(void *userdata, const char *name, const char *oldValue, const char *hint)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_switch.c:910:76: warning: unused parameter 'name' [-Wunused-parameter]\n 910 | static void SDLCALL SDL_EnhancedReportsChanged(void *userdata, const char *name, const char *oldValue, const char *hint)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_switch.c:910:94: warning: unused parameter 'oldValue' [-Wunused-parameter]\n 910 | static void SDLCALL SDL_EnhancedReportsChanged(void *userdata, const char *name, const char *oldValue, const char *hint)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_switch.c:1294:79: warning: unused parameter 'device' [-Wunused-parameter]\n 1294 | static bool HIDAPI_DriverNintendoClassic_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_switch.c:1294:121: warning: unused parameter 'type' [-Wunused-parameter]\n 1294 | static bool HIDAPI_DriverNintendoClassic_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_switch.c:1294:171: warning: unused parameter 'version' [-Wunused-parameter]\n 1294 | static bool HIDAPI_DriverNintendoClassic_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_switch.c:1294:184: warning: unused parameter 'interface_number' [-Wunused-parameter]\n 1294 | static bool HIDAPI_DriverNintendoClassic_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_switch.c:1294:206: warning: unused parameter 'interface_class' [-Wunused-parameter]\n 1294 | static bool HIDAPI_DriverNintendoClassic_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_switch.c:1294:227: warning: unused parameter 'interface_subclass' [-Wunused-parameter]\n 1294 | static bool HIDAPI_DriverNintendoClassic_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_switch.c:1294:251: warning: unused parameter 'interface_protocol' [-Wunused-parameter]\n 1294 | static bool HIDAPI_DriverNintendoClassic_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_switch.c:1335:91: warning: unused parameter 'name' [-Wunused-parameter]\n 1335 | static bool HIDAPI_DriverJoyCons_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_switch.c:1335:113: warning: unused parameter 'type' [-Wunused-parameter]\n 1335 | static bool HIDAPI_DriverJoyCons_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_switch.c:1335:163: warning: unused parameter 'version' [-Wunused-parameter]\n 1335 | static bool HIDAPI_DriverJoyCons_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_switch.c:1335:176: warning: unused parameter 'interface_number' [-Wunused-parameter]\n 1335 | static bool HIDAPI_DriverJoyCons_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_switch.c:1335:198: warning: unused parameter 'interface_class' [-Wunused-parameter]\n 1335 | static bool HIDAPI_DriverJoyCons_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_switch.c:1335:219: warning: unused parameter 'interface_subclass' [-Wunused-parameter]\n 1335 | static bool HIDAPI_DriverJoyCons_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_switch.c:1335:243: warning: unused parameter 'interface_protocol' [-Wunused-parameter]\n 1335 | static bool HIDAPI_DriverJoyCons_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_switch.c:1528:72: warning: unused parameter 'device' [-Wunused-parameter]\n 1528 | static int HIDAPI_DriverSwitch_GetDevicePlayerIndex(SDL_HIDAPI_Device *device, SDL_JoystickID instance_id)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_switch.c:1528:95: warning: unused parameter 'instance_id' [-Wunused-parameter]\n 1528 | static int HIDAPI_DriverSwitch_GetDevicePlayerIndex(SDL_HIDAPI_Device *device, SDL_JoystickID instance_id)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_switch.c:1533:96: warning: unused parameter 'instance_id' [-Wunused-parameter]\n 1533 | static void HIDAPI_DriverSwitch_SetDevicePlayerIndex(SDL_HIDAPI_Device *device, SDL_JoystickID instance_id, int player_index)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_switch.c:1709:89: warning: unused parameter 'joystick' [-Wunused-parameter]\n 1709 | static bool HIDAPI_DriverSwitch_RumbleJoystick(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint16 low_frequency_rumble, Uint16 high_frequency_rumble)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_switch.c:1757:75: warning: unused parameter 'device' [-Wunused-parameter]\n 1757 | static bool HIDAPI_DriverSwitch_RumbleJoystickTriggers(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint16 left_rumble, Uint16 right_rumble)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_switch.c:1757:97: warning: unused parameter 'joystick' [-Wunused-parameter]\n 1757 | static bool HIDAPI_DriverSwitch_RumbleJoystickTriggers(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint16 left_rumble, Uint16 right_rumble)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_switch.c:1757:114: warning: unused parameter 'left_rumble' [-Wunused-parameter]\n 1757 | static bool HIDAPI_DriverSwitch_RumbleJoystickTriggers(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint16 left_rumble, Uint16 right_rumble)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_switch.c:1757:134: warning: unused parameter 'right_rumble' [-Wunused-parameter]\n 1757 | static bool HIDAPI_DriverSwitch_RumbleJoystickTriggers(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint16 left_rumble, Uint16 right_rumble)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_switch.c:1762:100: warning: unused parameter 'joystick' [-Wunused-parameter]\n 1762 | static Uint32 HIDAPI_DriverSwitch_GetJoystickCapabilities(SDL_HIDAPI_Device *device, SDL_Joystick *joystick)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_switch.c:1781:67: warning: unused parameter 'device' [-Wunused-parameter]\n 1781 | static bool HIDAPI_DriverSwitch_SetJoystickLED(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint8 red, Uint8 green, Uint8 blue)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_switch.c:1781:89: warning: unused parameter 'joystick' [-Wunused-parameter]\n 1781 | static bool HIDAPI_DriverSwitch_SetJoystickLED(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint8 red, Uint8 green, Uint8 blue)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_switch.c:1781:105: warning: unused parameter 'red' [-Wunused-parameter]\n 1781 | static bool HIDAPI_DriverSwitch_SetJoystickLED(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint8 red, Uint8 green, Uint8 blue)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_switch.c:1781:116: warning: unused parameter 'green' [-Wunused-parameter]\n 1781 | static bool HIDAPI_DriverSwitch_SetJoystickLED(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint8 red, Uint8 green, Uint8 blue)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_switch.c:1781:129: warning: unused parameter 'blue' [-Wunused-parameter]\n 1781 | static bool HIDAPI_DriverSwitch_SetJoystickLED(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint8 red, Uint8 green, Uint8 blue)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_switch.c:1786:93: warning: unused parameter 'joystick' [-Wunused-parameter]\n 1786 | static bool HIDAPI_DriverSwitch_SendJoystickEffect(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, const void *data, int size)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_switch.c:1828:100: warning: unused parameter 'joystick' [-Wunused-parameter]\n 1828 | static bool HIDAPI_DriverSwitch_SetJoystickSensorsEnabled(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, bool enabled)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_switch.c:2781:88: warning: unused parameter 'joystick' [-Wunused-parameter]\n 2781 | static void HIDAPI_DriverSwitch_CloseJoystick(SDL_HIDAPI_Device *device, SDL_Joystick *joystick)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_switch.c:2815:63: warning: unused parameter 'device' [-Wunused-parameter]\n 2815 | static void HIDAPI_DriverSwitch_FreeDevice(SDL_HIDAPI_Device *device)\n | ^\n38 warnings generated.\n[410/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_xboxone.c.o\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_xboxone.c:158:65: warning: unused parameter 'product_id' [-Wunused-parameter]\n 158 | static bool ControllerHasTriggerRumble(Uint16 vendor_id, Uint16 product_id)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_xboxone.c:204:72: warning: unused parameter 'name' [-Wunused-parameter]\n 204 | static void SDLCALL SDL_HomeLEDHintChanged(void *userdata, const char *name, const char *oldValue, const char *hint)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_xboxone.c:204:90: warning: unused parameter 'oldValue' [-Wunused-parameter]\n 204 | static void SDLCALL SDL_HomeLEDHintChanged(void *userdata, const char *name, const char *oldValue, const char *hint)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_xboxone.c:351:71: warning: unused parameter 'device' [-Wunused-parameter]\n 351 | static bool HIDAPI_DriverXboxOne_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_xboxone.c:351:91: warning: unused parameter 'name' [-Wunused-parameter]\n 351 | static bool HIDAPI_DriverXboxOne_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_xboxone.c:351:126: warning: unused parameter 'vendor_id' [-Wunused-parameter]\n 351 | static bool HIDAPI_DriverXboxOne_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_xboxone.c:351:144: warning: unused parameter 'product_id' [-Wunused-parameter]\n 351 | static bool HIDAPI_DriverXboxOne_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_xboxone.c:351:163: warning: unused parameter 'version' [-Wunused-parameter]\n 351 | static bool HIDAPI_DriverXboxOne_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_xboxone.c:351:176: warning: unused parameter 'interface_number' [-Wunused-parameter]\n 351 | static bool HIDAPI_DriverXboxOne_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_xboxone.c:351:198: warning: unused parameter 'interface_class' [-Wunused-parameter]\n 351 | static bool HIDAPI_DriverXboxOne_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_xboxone.c:351:219: warning: unused parameter 'interface_subclass' [-Wunused-parameter]\n 351 | static bool HIDAPI_DriverXboxOne_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_xboxone.c:351:243: warning: unused parameter 'interface_protocol' [-Wunused-parameter]\n 351 | static bool HIDAPI_DriverXboxOne_IsSupportedDevice(SDL_HIDAPI_Device *device, const char *name, SDL_GamepadType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_xboxone.c:402:73: warning: unused parameter 'device' [-Wunused-parameter]\n 402 | static int HIDAPI_DriverXboxOne_GetDevicePlayerIndex(SDL_HIDAPI_Device *device, SDL_JoystickID instance_id)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_xboxone.c:402:96: warning: unused parameter 'instance_id' [-Wunused-parameter]\n 402 | static int HIDAPI_DriverXboxOne_GetDevicePlayerIndex(SDL_HIDAPI_Device *device, SDL_JoystickID instance_id)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_xboxone.c:407:74: warning: unused parameter 'device' [-Wunused-parameter]\n 407 | static void HIDAPI_DriverXboxOne_SetDevicePlayerIndex(SDL_HIDAPI_Device *device, SDL_JoystickID instance_id, int player_index)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_xboxone.c:407:97: warning: unused parameter 'instance_id' [-Wunused-parameter]\n 407 | static void HIDAPI_DriverXboxOne_SetDevicePlayerIndex(SDL_HIDAPI_Device *device, SDL_JoystickID instance_id, int player_index)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_xboxone.c:407:114: warning: unused parameter 'player_index' [-Wunused-parameter]\n 407 | static void HIDAPI_DriverXboxOne_SetDevicePlayerIndex(SDL_HIDAPI_Device *device, SDL_JoystickID instance_id, int player_index)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_xboxone.c:508:90: warning: unused parameter 'joystick' [-Wunused-parameter]\n 508 | static bool HIDAPI_DriverXboxOne_RumbleJoystick(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint16 low_frequency_rumble, Uint16 high_frequency_rumble)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_xboxone.c:520:98: warning: unused parameter 'joystick' [-Wunused-parameter]\n 520 | static bool HIDAPI_DriverXboxOne_RumbleJoystickTriggers(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint16 left_rumble, Uint16 right_rumble)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_xboxone.c:536:101: warning: unused parameter 'joystick' [-Wunused-parameter]\n 536 | static Uint32 HIDAPI_DriverXboxOne_GetJoystickCapabilities(SDL_HIDAPI_Device *device, SDL_Joystick *joystick)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_xboxone.c:553:90: warning: unused parameter 'joystick' [-Wunused-parameter]\n 553 | static bool HIDAPI_DriverXboxOne_SetJoystickLED(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint8 red, Uint8 green, Uint8 blue)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_xboxone.c:574:72: warning: unused parameter 'device' [-Wunused-parameter]\n 574 | static bool HIDAPI_DriverXboxOne_SendJoystickEffect(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, const void *data, int size)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_xboxone.c:574:94: warning: unused parameter 'joystick' [-Wunused-parameter]\n 574 | static bool HIDAPI_DriverXboxOne_SendJoystickEffect(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, const void *data, int size)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_xboxone.c:574:116: warning: unused parameter 'data' [-Wunused-parameter]\n 574 | static bool HIDAPI_DriverXboxOne_SendJoystickEffect(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, const void *data, int size)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_xboxone.c:574:126: warning: unused parameter 'size' [-Wunused-parameter]\n 574 | static bool HIDAPI_DriverXboxOne_SendJoystickEffect(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, const void *data, int size)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_xboxone.c:579:79: warning: unused parameter 'device' [-Wunused-parameter]\n 579 | static bool HIDAPI_DriverXboxOne_SetJoystickSensorsEnabled(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, bool enabled)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_xboxone.c:579:101: warning: unused parameter 'joystick' [-Wunused-parameter]\n 579 | static bool HIDAPI_DriverXboxOne_SetJoystickSensorsEnabled(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, bool enabled)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_xboxone.c:579:116: warning: unused parameter 'enabled' [-Wunused-parameter]\n 579 | static bool HIDAPI_DriverXboxOne_SetJoystickSensorsEnabled(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, bool enabled)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_xboxone.c:840:39: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\n 840 | SDL_memcpy(ctx->last_state, data, SDL_min(size, sizeof(ctx->last_state)));\n | ^ ~~~~ ~~~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/include/SDL3/SDL_stdinc.h:2110:29: note: expanded from macro 'SDL_min'\n 2110 | #define SDL_min(x, y) (((x) < (y)) ? (x) : (y))\n | ~ ^ ~\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_xboxone.c:846:98: warning: unused parameter 'data' [-Wunused-parameter]\n 846 | static void HIDAPI_DriverXboxOne_HandleStatusPacket(SDL_DriverXboxOne_Context *ctx, const Uint8 *data, int size)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_xboxone.c:846:108: warning: unused parameter 'size' [-Wunused-parameter]\n 846 | static void HIDAPI_DriverXboxOne_HandleStatusPacket(SDL_DriverXboxOne_Context *ctx, const Uint8 *data, int size)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_xboxone.c:853:102: warning: unused parameter 'ctx' [-Wunused-parameter]\n 853 | static void HIDAPI_DriverXboxOne_HandleModePacket(SDL_Joystick *joystick, SDL_DriverXboxOne_Context *ctx, const Uint8 *data, int size)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_xboxone.c:853:130: warning: unused parameter 'size' [-Wunused-parameter]\n 853 | static void HIDAPI_DriverXboxOne_HandleModePacket(SDL_Joystick *joystick, SDL_DriverXboxOne_Context *ctx, const Uint8 *data, int size)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_xboxone.c:863:156: warning: unused parameter 'size' [-Wunused-parameter]\n 863 | static void HIDAPI_DriverXboxOneBluetooth_HandleButtons16(Uint64 timestamp, SDL_Joystick *joystick, SDL_DriverXboxOne_Context *ctx, const Uint8 *data, int size)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_xboxone.c:1054:39: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\n 1054 | SDL_memcpy(ctx->last_state, data, SDL_min(size, sizeof(ctx->last_state)));\n | ^ ~~~~ ~~~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/include/SDL3/SDL_stdinc.h:2110:29: note: expanded from macro 'SDL_min'\n 2110 | #define SDL_min(x, y) (((x) < (y)) ? (x) : (y))\n | ~ ^ ~\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_xboxone.c:1057:140: warning: unused parameter 'size' [-Wunused-parameter]\n 1057 | static void HIDAPI_DriverXboxOneBluetooth_HandleGuidePacket(SDL_Joystick *joystick, SDL_DriverXboxOne_Context *ctx, const Uint8 *data, int size)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_xboxone.c:1065:114: warning: unused parameter 'ctx' [-Wunused-parameter]\n 1065 | static void HIDAPI_DriverXboxOneBluetooth_HandleBatteryPacket(SDL_Joystick *joystick, SDL_DriverXboxOne_Context *ctx, const Uint8 *data, int size)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_xboxone.c:1065:142: warning: unused parameter 'size' [-Wunused-parameter]\n 1065 | static void HIDAPI_DriverXboxOneBluetooth_HandleBatteryPacket(SDL_Joystick *joystick, SDL_DriverXboxOne_Context *ctx, const Uint8 *data, int size)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_xboxone.c:1096:110: warning: unused parameter 'size' [-Wunused-parameter]\n 1096 | static void HIDAPI_DriverXboxOne_HandleSerialIDPacket(SDL_DriverXboxOne_Context *ctx, const Uint8 *data, int size)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_xboxone.c:1220:19: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\n 1220 | for (i = 0; i < sizeof(val); i++) {\n | ~ ^ ~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_xboxone.c:1239:19: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\n 1239 | for (i = 0; i < sizeof(val) && i < len; i++) {\n | ~ ^ ~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_xboxone.c:1325:14: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\n 1325 | if (size > sizeof(packet)) {\n | ~~~~ ^ ~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapi_xboxone.c:1636:89: warning: unused parameter 'joystick' [-Wunused-parameter]\n 1636 | static void HIDAPI_DriverXboxOne_CloseJoystick(SDL_HIDAPI_Device *device, SDL_Joystick *joystick)\n | ^\n43 warnings generated.\n[411/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapijoystick.c.o\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapijoystick.c:266:23: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\n 266 | for (i = 0; i < SDL_arraysize(SUPPORTED_VENDORS); ++i) {\n | ~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapijoystick.c:297:23: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\n 297 | for (i = 0; i < SDL_arraysize(SUPPORTED_VENDORS); ++i) {\n | ~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapijoystick.c:316:19: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\n 316 | for (i = 0; i < SDL_arraysize(SDL_HIDAPI_drivers); ++i) {\n | ~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapijoystick.c:350:19: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\n 350 | for (i = 0; i < SDL_arraysize(SDL_HIDAPI_drivers); ++i) {\n | ~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapijoystick.c:500:19: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\n 500 | for (i = 0; i < SDL_arraysize(SDL_HIDAPI_drivers); ++i) {\n | ~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapijoystick.c:519:55: warning: unused parameter 'userdata' [-Wunused-parameter]\n 519 | static void SDLCALL SDL_HIDAPIDriverHintChanged(void *userdata, const char *name, const char *oldValue, const char *hint)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapijoystick.c:519:95: warning: unused parameter 'oldValue' [-Wunused-parameter]\n 519 | static void SDLCALL SDL_HIDAPIDriverHintChanged(void *userdata, const char *name, const char *oldValue, const char *hint)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapijoystick.c:540:19: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\n 540 | for (i = 0; i < SDL_arraysize(SDL_HIDAPI_drivers); ++i) {\n | ~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapijoystick.c:589:87: warning: unused parameter 'joystickID' [-Wunused-parameter]\n 589 | static bool HIDAPI_JoystickInstanceIsUnique(SDL_HIDAPI_Device *device, SDL_JoystickID joystickID)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapijoystick.c:1627:49: warning: unused parameter 'joystick' [-Wunused-parameter]\n 1627 | static void HIDAPI_JoystickUpdate(SDL_Joystick *joystick)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapijoystick.c:1689:19: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]\n 1689 | for (i = 0; i < SDL_arraysize(SDL_HIDAPI_drivers); ++i) {\n | ~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapijoystick.c:1705:50: warning: unused parameter 'device_index' [-Wunused-parameter]\n 1705 | static bool HIDAPI_JoystickGetGamepadMapping(int device_index, SDL_GamepadMapping *out)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/hidapi/SDL_hidapijoystick.c:1705:84: warning: unused parameter 'out' [-Wunused-parameter]\n 1705 | static bool HIDAPI_JoystickGetGamepadMapping(int device_index, SDL_GamepadMapping *out)\n | ^\n13 warnings generated.\n[412/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/thread/pthread/SDL_systhread.c.o\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/thread/pthread/SDL_systhread.c:85:47: warning: unused parameter 'pfnBeginThread' [-Wunused-parameter]\n 85 | SDL_FunctionPointer pfnBeginThread,\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/thread/pthread/SDL_systhread.c:86:47: warning: unused parameter 'pfnEndThread' [-Wunused-parameter]\n 86 | SDL_FunctionPointer pfnEndThread)\n | ^\n2 warnings generated.\n[413/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/thread/pthread/SDL_sysmutex.c.o\n[414/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/thread/pthread/SDL_syscond.c.o\n[415/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/thread/pthread/SDL_sysrwlock.c.o\n[416/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/joystick/linux/SDL_sysjoystick.c.o\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/linux/SDL_sysjoystick.c:966:50: warning: unused parameter 'vendor_id' [-Wunused-parameter]\n 966 | static bool LINUX_JoystickIsDevicePresent(Uint16 vendor_id, Uint16 product_id, Uint16 version, const char *name)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/linux/SDL_sysjoystick.c:966:68: warning: unused parameter 'product_id' [-Wunused-parameter]\n 966 | static bool LINUX_JoystickIsDevicePresent(Uint16 vendor_id, Uint16 product_id, Uint16 version, const char *name)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/linux/SDL_sysjoystick.c:966:87: warning: unused parameter 'version' [-Wunused-parameter]\n 966 | static bool LINUX_JoystickIsDevicePresent(Uint16 vendor_id, Uint16 product_id, Uint16 version, const char *name)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/linux/SDL_sysjoystick.c:966:108: warning: unused parameter 'name' [-Wunused-parameter]\n 966 | static bool LINUX_JoystickIsDevicePresent(Uint16 vendor_id, Uint16 product_id, Uint16 version, const char *name)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/linux/SDL_sysjoystick.c:1117:51: warning: unused parameter 'device_index' [-Wunused-parameter]\n 1117 | static int LINUX_JoystickGetDevicePlayerIndex(int device_index)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/linux/SDL_sysjoystick.c:1122:52: warning: unused parameter 'device_index' [-Wunused-parameter]\n 1122 | static void LINUX_JoystickSetDevicePlayerIndex(int device_index, int player_index)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/linux/SDL_sysjoystick.c:1122:70: warning: unused parameter 'player_index' [-Wunused-parameter]\n 1122 | static void LINUX_JoystickSetDevicePlayerIndex(int device_index, int player_index)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/linux/SDL_sysjoystick.c:1654:56: warning: unused parameter 'joystick' [-Wunused-parameter]\n 1654 | static bool LINUX_JoystickRumbleTriggers(SDL_Joystick *joystick, Uint16 left_rumble, Uint16 right_rumble)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/linux/SDL_sysjoystick.c:1654:73: warning: unused parameter 'left_rumble' [-Wunused-parameter]\n 1654 | static bool LINUX_JoystickRumbleTriggers(SDL_Joystick *joystick, Uint16 left_rumble, Uint16 right_rumble)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/linux/SDL_sysjoystick.c:1654:93: warning: unused parameter 'right_rumble' [-Wunused-parameter]\n 1654 | static bool LINUX_JoystickRumbleTriggers(SDL_Joystick *joystick, Uint16 left_rumble, Uint16 right_rumble)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/linux/SDL_sysjoystick.c:1659:48: warning: unused parameter 'joystick' [-Wunused-parameter]\n 1659 | static bool LINUX_JoystickSetLED(SDL_Joystick *joystick, Uint8 red, Uint8 green, Uint8 blue)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/linux/SDL_sysjoystick.c:1659:64: warning: unused parameter 'red' [-Wunused-parameter]\n 1659 | static bool LINUX_JoystickSetLED(SDL_Joystick *joystick, Uint8 red, Uint8 green, Uint8 blue)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/linux/SDL_sysjoystick.c:1659:75: warning: unused parameter 'green' [-Wunused-parameter]\n 1659 | static bool LINUX_JoystickSetLED(SDL_Joystick *joystick, Uint8 red, Uint8 green, Uint8 blue)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/linux/SDL_sysjoystick.c:1659:88: warning: unused parameter 'blue' [-Wunused-parameter]\n 1659 | static bool LINUX_JoystickSetLED(SDL_Joystick *joystick, Uint8 red, Uint8 green, Uint8 blue)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/linux/SDL_sysjoystick.c:1664:52: warning: unused parameter 'joystick' [-Wunused-parameter]\n 1664 | static bool LINUX_JoystickSendEffect(SDL_Joystick *joystick, const void *data, int size)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/linux/SDL_sysjoystick.c:1664:74: warning: unused parameter 'data' [-Wunused-parameter]\n 1664 | static bool LINUX_JoystickSendEffect(SDL_Joystick *joystick, const void *data, int size)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/linux/SDL_sysjoystick.c:1664:84: warning: unused parameter 'size' [-Wunused-parameter]\n 1664 | static bool LINUX_JoystickSendEffect(SDL_Joystick *joystick, const void *data, int size)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/joystick/linux/SDL_sysjoystick.c:1818:27: warning: comparison of integers of different signs: 'const int' and 'unsigned long' [-Wsign-compare]\n 1818 | SDL_assert(hatidx < SDL_arraysize(joystick->hwdata->has_hat));\n | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/include/SDL3/SDL_assert.h:482:53: note: expanded from macro 'SDL_assert'\n 482 | # define SDL_assert(condition) SDL_enabled_assert(condition)\n | ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/include/SDL3/SDL_assert.h:364:19: note: expanded from macro 'SDL_enabled_assert'\n 364 | while ( !(condition) ) { \\\n | ^~~~~~~~~\n18 warnings generated.\n[417/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/thread/pthread/SDL_systls.c.o\n[418/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/thread/pthread/SDL_syssem.c.o\n[419/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/locale/unix/SDL_syslocale.c.o\n[420/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/misc/unix/SDL_sysurl.c.o\n[421/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/storage/steam/SDL_steamstorage.c.o\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/storage/steam/SDL_steamstorage.c:56:38: warning: unused parameter 'userdata' [-Wunused-parameter]\n 56 | static bool STEAM_StorageReady(void *userdata)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/storage/steam/SDL_steamstorage.c:88:110: warning: comparison of integers of different signs: 'Sint32' (aka 'int') and 'Uint64' (aka 'unsigned long') [-Wsign-compare]\n 88 | if (steam->SteamAPI_ISteamRemoteStorage_FileRead(steamremotestorage, path, destination, (Sint32) length) == length) {\n | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~~~~\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/storage/steam/SDL_steamstorage.c:107:106: warning: comparison of integers of different signs: 'Sint32' (aka 'int') and 'Uint64' (aka 'unsigned long') [-Wsign-compare]\n 107 | if (steam->SteamAPI_ISteamRemoteStorage_FileWrite(steamremotestorage, path, source, (Sint32) length) == length) {\n | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~~~~\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/storage/steam/SDL_steamstorage.c:146:51: warning: unused parameter 'org' [-Wunused-parameter]\n 146 | static SDL_Storage *STEAM_User_Create(const char *org, const char *app, SDL_PropertiesID props)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/storage/steam/SDL_steamstorage.c:146:68: warning: unused parameter 'app' [-Wunused-parameter]\n 146 | static SDL_Storage *STEAM_User_Create(const char *org, const char *app, SDL_PropertiesID props)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/storage/steam/SDL_steamstorage.c:146:90: warning: unused parameter 'props' [-Wunused-parameter]\n 146 | static SDL_Storage *STEAM_User_Create(const char *org, const char *app, SDL_PropertiesID props)\n | ^\n6 warnings generated.\n[422/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/storage/generic/SDL_genericstorage.c.o\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/storage/generic/SDL_genericstorage.c:215:54: warning: unused parameter 'userdata' [-Wunused-parameter]\n 215 | static Uint64 GENERIC_GetStorageSpaceRemaining(void *userdata)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/storage/generic/SDL_genericstorage.c:236:81: warning: unused parameter 'props' [-Wunused-parameter]\n 236 | static SDL_Storage *GENERIC_Title_Create(const char *override, SDL_PropertiesID props)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/storage/generic/SDL_genericstorage.c:284:92: warning: unused parameter 'props' [-Wunused-parameter]\n 284 | static SDL_Storage *GENERIC_User_Create(const char *org, const char *app, SDL_PropertiesID props)\n | ^\n3 warnings generated.\n[423/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/power/linux/SDL_syspower.c.o\n[424/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/filesystem/unix/SDL_sysfilesystem.c.o\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/filesystem/unix/SDL_sysfilesystem.c:217:33: warning: comparison of integers of different signs: 'const int' and 'unsigned long' [-Wsign-compare]\n 217 | if ((rc > 0) && (rc < sizeof(path))) {\n | ~~ ^ ~~~~~~~~~~~~\n1 warning generated.\n[425/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/timer/unix/SDL_systimer.c.o\n[426/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/dialog/SDL_dialog.c.o\n[427/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/time/unix/SDL_systime.c.o\n[428/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/filesystem/posix/SDL_sysfsops.c.o\n[429/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/dialog/SDL_dialog_utils.c.o\n[430/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/dialog/unix/SDL_unixdialog.c.o\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/dialog/unix/SDL_unixdialog.c:66:34: warning: unused parameter 'userdata' [-Wunused-parameter]\n 66 | void SDLCALL hint_callback(void *userdata, const char *name, const char *oldValue, const char *newValue)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/dialog/unix/SDL_unixdialog.c:66:56: warning: unused parameter 'name' [-Wunused-parameter]\n 66 | void SDLCALL hint_callback(void *userdata, const char *name, const char *oldValue, const char *newValue)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/dialog/unix/SDL_unixdialog.c:66:74: warning: unused parameter 'oldValue' [-Wunused-parameter]\n 66 | void SDLCALL hint_callback(void *userdata, const char *name, const char *oldValue, const char *newValue)\n | ^\n3 warnings generated.\n[431/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/dialog/unix/SDL_zenitydialog.c.o\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/dialog/unix/SDL_zenitydialog.c:267:23: warning: comparison of integers of different signs: 'int' and 'size_t' (aka 'unsigned long') [-Wsign-compare]\n 267 | for (int i = 0; i < bytes_read; i++) {\n | ~ ^ ~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/dialog/unix/SDL_zenitydialog.c:271:19: warning: comparison of integers of different signs: 'int' and 'size_t' (aka 'unsigned long') [-Wsign-compare]\n 271 | if (i < bytes_read - 1) {\n | ~ ^ ~~~~~~~~~~~~~~\n2 warnings generated.\n[432/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/process/SDL_process.c.o\n[433/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/dialog/unix/SDL_portaldialog.c.o\n[434/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/video/offscreen/SDL_offscreenevents.c.o\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/offscreen/SDL_offscreenevents.c:33:44: warning: unused parameter '_this' [-Wunused-parameter]\n 33 | void OFFSCREEN_PumpEvents(SDL_VideoDevice *_this)\n | ^\n1 warning generated.\n[435/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/video/offscreen/SDL_offscreenframebuffer.c.o\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/offscreen/SDL_offscreenframebuffer.c:32:61: warning: unused parameter '_this' [-Wunused-parameter]\n 32 | bool SDL_OFFSCREEN_CreateWindowFramebuffer(SDL_VideoDevice *_this, SDL_Window *window, SDL_PixelFormat *format, void **pixels, int *pitch)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/offscreen/SDL_offscreenframebuffer.c:54:61: warning: unused parameter '_this' [-Wunused-parameter]\n 54 | bool SDL_OFFSCREEN_UpdateWindowFramebuffer(SDL_VideoDevice *_this, SDL_Window *window, const SDL_Rect *rects, int numrects)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/offscreen/SDL_offscreenframebuffer.c:54:104: warning: unused parameter 'rects' [-Wunused-parameter]\n 54 | bool SDL_OFFSCREEN_UpdateWindowFramebuffer(SDL_VideoDevice *_this, SDL_Window *window, const SDL_Rect *rects, int numrects)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/offscreen/SDL_offscreenframebuffer.c:54:115: warning: unused parameter 'numrects' [-Wunused-parameter]\n 54 | bool SDL_OFFSCREEN_UpdateWindowFramebuffer(SDL_VideoDevice *_this, SDL_Window *window, const SDL_Rect *rects, int numrects)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/offscreen/SDL_offscreenframebuffer.c:74:62: warning: unused parameter '_this' [-Wunused-parameter]\n 74 | void SDL_OFFSCREEN_DestroyWindowFramebuffer(SDL_VideoDevice *_this, SDL_Window *window)\n | ^\n5 warnings generated.\n[436/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/process/posix/SDL_posixprocess.c.o\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/process/posix/SDL_posixprocess.c:55:67: warning: unused parameter 'mode' [-Wunused-parameter]\n 55 | static bool SetupStream(SDL_Process *process, int fd, const char *mode, const char *property)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/process/posix/SDL_posixprocess.c:76:41: warning: cast from 'void (*)(int, siginfo_t *, void *)' to 'void (*)(int)' converts to incompatible function type [-Wcast-function-type-mismatch]\n 76 | if (action.sa_handler == SIG_DFL && (void (*)(int))action.sa_sigaction == SIG_DFL) {\n | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n2 warnings generated.\n[437/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/video/offscreen/SDL_offscreenopengles.c.o\n[438/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/video/offscreen/SDL_offscreenvideo.c.o\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/offscreen/SDL_offscreenvideo.c:125:50: warning: unused parameter '_this' [-Wunused-parameter]\n 125 | static bool OFFSCREEN_VideoInit(SDL_VideoDevice *_this)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/offscreen/SDL_offscreenvideo.c:142:55: warning: unused parameter '_this' [-Wunused-parameter]\n 142 | static bool OFFSCREEN_SetDisplayMode(SDL_VideoDevice *_this, SDL_VideoDisplay *display, SDL_DisplayMode *mode)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/offscreen/SDL_offscreenvideo.c:142:80: warning: unused parameter 'display' [-Wunused-parameter]\n 142 | static bool OFFSCREEN_SetDisplayMode(SDL_VideoDevice *_this, SDL_VideoDisplay *display, SDL_DisplayMode *mode)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/offscreen/SDL_offscreenvideo.c:142:106: warning: unused parameter 'mode' [-Wunused-parameter]\n 142 | static bool OFFSCREEN_SetDisplayMode(SDL_VideoDevice *_this, SDL_VideoDisplay *display, SDL_DisplayMode *mode)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/offscreen/SDL_offscreenvideo.c:147:43: warning: unused parameter '_this' [-Wunused-parameter]\n 147 | void OFFSCREEN_VideoQuit(SDL_VideoDevice *_this)\n | ^\n5 warnings generated.\n[439/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/tray/SDL_tray_utils.c.o\n[440/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/video/offscreen/SDL_offscreenwindow.c.o\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/offscreen/SDL_offscreenwindow.c:31:90: warning: unused parameter 'create_props' [-Wunused-parameter]\n 31 | bool OFFSCREEN_CreateWindow(SDL_VideoDevice *_this, SDL_Window *window, SDL_PropertiesID create_props)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/offscreen/SDL_offscreenwindow.c:86:47: warning: unused parameter '_this' [-Wunused-parameter]\n 86 | void OFFSCREEN_SetWindowSize(SDL_VideoDevice *_this, SDL_Window *window)\n | ^\n2 warnings generated.\n[441/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/sensor/dummy/SDL_dummysensor.c.o\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/sensor/dummy/SDL_dummysensor.c:42:54: warning: unused parameter 'device_index' [-Wunused-parameter]\n 42 | static const char *SDL_DUMMY_SensorGetDeviceName(int device_index)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/sensor/dummy/SDL_dummysensor.c:47:57: warning: unused parameter 'device_index' [-Wunused-parameter]\n 47 | static SDL_SensorType SDL_DUMMY_SensorGetDeviceType(int device_index)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/sensor/dummy/SDL_dummysensor.c:52:57: warning: unused parameter 'device_index' [-Wunused-parameter]\n 52 | static int SDL_DUMMY_SensorGetDeviceNonPortableType(int device_index)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/sensor/dummy/SDL_dummysensor.c:57:61: warning: unused parameter 'device_index' [-Wunused-parameter]\n 57 | static SDL_SensorID SDL_DUMMY_SensorGetDeviceInstanceID(int device_index)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/sensor/dummy/SDL_dummysensor.c:62:46: warning: unused parameter 'sensor' [-Wunused-parameter]\n 62 | static bool SDL_DUMMY_SensorOpen(SDL_Sensor *sensor, int device_index)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/sensor/dummy/SDL_dummysensor.c:62:58: warning: unused parameter 'device_index' [-Wunused-parameter]\n 62 | static bool SDL_DUMMY_SensorOpen(SDL_Sensor *sensor, int device_index)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/sensor/dummy/SDL_dummysensor.c:67:48: warning: unused parameter 'sensor' [-Wunused-parameter]\n 67 | static void SDL_DUMMY_SensorUpdate(SDL_Sensor *sensor)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/sensor/dummy/SDL_dummysensor.c:71:47: warning: unused parameter 'sensor' [-Wunused-parameter]\n 71 | static void SDL_DUMMY_SensorClose(SDL_Sensor *sensor)\n | ^\n8 warnings generated.\n[442/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/main/generic/SDL_sysmain_callbacks.c.o\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/main/generic/SDL_sysmain_callbacks.c:31:55: warning: unused parameter 'userdata' [-Wunused-parameter]\n 31 | static void SDLCALL MainCallbackRateHintChanged(void *userdata, const char *name, const char *oldValue, const char *newValue)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/main/generic/SDL_sysmain_callbacks.c:31:77: warning: unused parameter 'name' [-Wunused-parameter]\n 31 | static void SDLCALL MainCallbackRateHintChanged(void *userdata, const char *name, const char *oldValue, const char *newValue)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/main/generic/SDL_sysmain_callbacks.c:31:95: warning: unused parameter 'oldValue' [-Wunused-parameter]\n 31 | static void SDLCALL MainCallbackRateHintChanged(void *userdata, const char *name, const char *oldValue, const char *newValue)\n | ^\n3 warnings generated.\n[443/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/video/offscreen/SDL_offscreenvulkan.c.o\nIn file included from /tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/offscreen/SDL_offscreenvulkan.c:25:\nIn file included from /tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/offscreen/../SDL_vulkan_internal.h:40:\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/offscreen/../wayland/SDL_waylanddyn.h:45:6: warning: ISO C forbids forward references to 'enum' types [-Wpedantic]\n 45 | enum libdecor_resize_edge;\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/offscreen/../wayland/SDL_waylanddyn.h:46:6: warning: ISO C forbids forward references to 'enum' types [-Wpedantic]\n 46 | enum libdecor_capabilities;\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/offscreen/../wayland/SDL_waylanddyn.h:47:6: warning: ISO C forbids forward references to 'enum' types [-Wpedantic]\n 47 | enum libdecor_window_state;\n | ^\nIn file included from /tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/offscreen/SDL_offscreenvulkan.c:25:\nIn file included from /tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/offscreen/../SDL_vulkan_internal.h:40:\nIn file included from /tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/offscreen/../wayland/SDL_waylanddyn.h:84:\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/offscreen/../wayland/SDL_waylandsym.h:232:26: warning: ISO C forbids forward references to 'enum' types [-Wpedantic]\n 232 | SDL_WAYLAND_SYM_OPT(enum libdecor_wm_capabilities, libdecor_frame_get_wm_capabilities, (struct libdecor_frame *))\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/offscreen/SDL_offscreenvulkan.c:218:48: warning: unused parameter 'window' [-Wunused-parameter]\n 218 | SDL_Window *window,\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/offscreen/SDL_offscreenvulkan.c:257:44: warning: passing 'SDL_FunctionPointer' (aka 'void (*)(void)') to parameter of type 'void *' converts between void pointer and function pointer [-Wpedantic]\n 257 | SDL_Vulkan_DestroySurface_Internal(_this->vulkan_config.vkGetInstanceProcAddr, instance, surface, allocator);\n | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/video/offscreen/../SDL_vulkan_internal.h:77:54: note: passing argument to parameter 'vkGetInstanceProcAddr' here\n 77 | extern void SDL_Vulkan_DestroySurface_Internal(void *vkGetInstanceProcAddr,\n | ^\n6 warnings generated.\n[444/500] Linking CXX static library libfaset_core.a\n[445/500] Building C object _deps/sdl3-build/CMakeFiles/SDL3-static.dir/src/gpu/vulkan/SDL_gpu_vulkan.c.o\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/gpu/vulkan/SDL_gpu_vulkan.c:1350:21: warning: unused parameter 'renderer' [-Wunused-parameter]\n 1350 | VulkanRenderer *renderer,\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/gpu/vulkan/SDL_gpu_vulkan.c:1820:14: warning: unused parameter 'buffer' [-Wunused-parameter]\n 1820 | VkBuffer buffer,\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/gpu/vulkan/SDL_gpu_vulkan.c:1821:13: warning: unused parameter 'image' [-Wunused-parameter]\n 1821 | VkImage image,\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/gpu/vulkan/SDL_gpu_vulkan.c:2496:21: warning: unused parameter 'renderer' [-Wunused-parameter]\n 2496 | VulkanRenderer *renderer,\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/gpu/vulkan/SDL_gpu_vulkan.c:2963:88: warning: unused parameter 'table' [-Wunused-parameter]\n 2963 | static bool SDLCALL CheckOneFramebufferForRemoval(void *userdata, const SDL_HashTable *table, const void *vkey, const void *vvalue)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/gpu/vulkan/SDL_gpu_vulkan.c:2963:125: warning: unused parameter 'vvalue' [-Wunused-parameter]\n 2963 | static bool SDLCALL CheckOneFramebufferForRemoval(void *userdata, const SDL_HashTable *table, const void *vkey, const void *vvalue)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/gpu/vulkan/SDL_gpu_vulkan.c:3332:88: warning: unused parameter 'userdata' [-Wunused-parameter]\n 3332 | static Uint32 SDLCALL VULKAN_INTERNAL_GraphicsPipelineResourceLayoutHashFunction(void *userdata, const void *key)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/gpu/vulkan/SDL_gpu_vulkan.c:3351:86: warning: unused parameter 'userdata' [-Wunused-parameter]\n 3351 | static bool SDLCALL VULKAN_INTERNAL_GraphicsPipelineResourceLayoutHashKeyMatch(void *userdata, const void *aKey, const void *bKey)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/gpu/vulkan/SDL_gpu_vulkan.c:3363:87: warning: unused parameter 'userdata' [-Wunused-parameter]\n 3363 | static Uint32 SDLCALL VULKAN_INTERNAL_ComputePipelineResourceLayoutHashFunction(void *userdata, const void *key)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/gpu/vulkan/SDL_gpu_vulkan.c:3381:85: warning: unused parameter 'userdata' [-Wunused-parameter]\n 3381 | static bool SDLCALL VULKAN_INTERNAL_ComputePipelineResourceLayoutHashKeyMatch(void *userdata, const void *aKey, const void *bKey)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/gpu/vulkan/SDL_gpu_vulkan.c:3394:77: warning: unused parameter 'userdata' [-Wunused-parameter]\n 3394 | static Uint32 SDLCALL VULKAN_INTERNAL_DescriptorSetLayoutHashFunction(void *userdata, const void *key)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/gpu/vulkan/SDL_gpu_vulkan.c:3414:75: warning: unused parameter 'userdata' [-Wunused-parameter]\n 3414 | static bool SDLCALL VULKAN_INTERNAL_DescriptorSetLayoutHashKeyMatch(void *userdata, const void *aKey, const void *bKey)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/gpu/vulkan/SDL_gpu_vulkan.c:3427:69: warning: unused parameter 'userdata' [-Wunused-parameter]\n 3427 | static Uint32 SDLCALL VULKAN_INTERNAL_CommandPoolHashFunction(void *userdata, const void *key)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/gpu/vulkan/SDL_gpu_vulkan.c:3432:67: warning: unused parameter 'userdata' [-Wunused-parameter]\n 3432 | static bool SDLCALL VULKAN_INTERNAL_CommandPoolHashKeyMatch(void *userdata, const void *aKey, const void *bKey)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/gpu/vulkan/SDL_gpu_vulkan.c:3447:68: warning: unused parameter 'userdata' [-Wunused-parameter]\n 3447 | static Uint32 SDLCALL VULKAN_INTERNAL_RenderPassHashFunction(void *userdata, const void *key)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/gpu/vulkan/SDL_gpu_vulkan.c:3479:66: warning: unused parameter 'userdata' [-Wunused-parameter]\n 3479 | static bool SDLCALL VULKAN_INTERNAL_RenderPassHashKeyMatch(void *userdata, const void *aKey, const void *bKey)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/gpu/vulkan/SDL_gpu_vulkan.c:3551:69: warning: unused parameter 'userdata' [-Wunused-parameter]\n 3551 | static Uint32 SDLCALL VULKAN_INTERNAL_FramebufferHashFunction(void *userdata, const void *key)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/gpu/vulkan/SDL_gpu_vulkan.c:3576:67: warning: unused parameter 'userdata' [-Wunused-parameter]\n 3576 | static bool SDLCALL VULKAN_INTERNAL_FramebufferHashKeyMatch(void *userdata, const void *aKey, const void *bKey)\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/gpu/vulkan/SDL_gpu_vulkan.c:6057:26: warning: unused parameter 'commandBuffer' [-Wunused-parameter]\n 6057 | VulkanCommandBuffer *commandBuffer,\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/gpu/vulkan/SDL_gpu_vulkan.c:6910:32: warning: unused parameter 'usage' [-Wunused-parameter]\n 6910 | SDL_GPUTransferBufferUsage usage,\n | ^\n/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/_deps/sdl3-src/src/gpu/vulkan/SDL_gpu_vulkan.c:11694:97: warning: unused parameter 'props' [-Wunused-parameter]\n 11694 | static SDL_GPUDevice *VULKAN_CreateDevice(bool debugMode, bool preferLowPower, SDL_PropertiesID props)\n | ^\n21 warnings generated.\n[446/500] Building CXX object CMakeFiles/faset_runtime.dir/src/runtime/Physics.cpp.o\n[447/500] Building C object CMakeFiles/faset_lua_vendor.dir/_deps/lua-src/src/lapi.c.o\n[448/500] Building C object CMakeFiles/faset_lua_vendor.dir/_deps/lua-src/src/lcode.c.o\n[449/500] Building C object CMakeFiles/faset_lua_vendor.dir/_deps/lua-src/src/lctype.c.o\n[450/500] Building C object CMakeFiles/faset_lua_vendor.dir/_deps/lua-src/src/ldebug.c.o\n[451/500] Building C object CMakeFiles/faset_lua_vendor.dir/_deps/lua-src/src/ldo.c.o\n[452/500] Building C object CMakeFiles/faset_lua_vendor.dir/_deps/lua-src/src/ldump.c.o\n[453/500] Building C object CMakeFiles/faset_lua_vendor.dir/_deps/lua-src/src/lfunc.c.o\n[454/500] Building C object CMakeFiles/faset_lua_vendor.dir/_deps/lua-src/src/lgc.c.o\n[455/500] Building C object CMakeFiles/faset_lua_vendor.dir/_deps/lua-src/src/llex.c.o\n[456/500] Building C object CMakeFiles/faset_lua_vendor.dir/_deps/lua-src/src/lmem.c.o\n[457/500] Building C object CMakeFiles/faset_lua_vendor.dir/_deps/lua-src/src/lobject.c.o\n[458/500] Building C object CMakeFiles/faset_lua_vendor.dir/_deps/lua-src/src/lopcodes.c.o\n[459/500] Building C object CMakeFiles/faset_lua_vendor.dir/_deps/lua-src/src/lparser.c.o\n[460/500] Building C object CMakeFiles/faset_lua_vendor.dir/_deps/lua-src/src/lstate.c.o\n[461/500] Building C object CMakeFiles/faset_lua_vendor.dir/_deps/lua-src/src/lstring.c.o\n[462/500] Building C object CMakeFiles/faset_lua_vendor.dir/_deps/lua-src/src/ltable.c.o\n[463/500] Building CXX object CMakeFiles/faset_scripting_project.dir/src/scripting/project.cpp.o\n[464/500] Building C object CMakeFiles/faset_lua_vendor.dir/_deps/lua-src/src/ltm.c.o\n[465/500] Building C object CMakeFiles/faset_lua_vendor.dir/_deps/lua-src/src/lundump.c.o\n[466/500] Building C object CMakeFiles/faset_lua_vendor.dir/_deps/lua-src/src/lzio.c.o\n[467/500] Building C object CMakeFiles/faset_lua_vendor.dir/_deps/lua-src/src/lauxlib.c.o\n[468/500] Building C object CMakeFiles/faset_lua_vendor.dir/_deps/lua-src/src/lbaselib.c.o\n[469/500] Building C object CMakeFiles/faset_lua_vendor.dir/_deps/lua-src/src/lvm.c.o\n[470/500] Building C object CMakeFiles/faset_lua_vendor.dir/_deps/lua-src/src/lmathlib.c.o\n[471/500] Building C object CMakeFiles/faset_lua_vendor.dir/_deps/lua-src/src/ltablib.c.o\n[472/500] Building C object CMakeFiles/faset_lua_vendor.dir/_deps/lua-src/src/lutf8lib.c.o\n[473/500] Building C object CMakeFiles/faset_lua_vendor.dir/_deps/lua-src/src/lstrlib.c.o\n[474/500] Building CXX object CMakeFiles/faset_asset_data.dir/src/assets/asset_data.cpp.o\n[475/500] Building CXX object CMakeFiles/faset_render.dir/src/render/render_graph.cpp.o\n[476/500] Building CXX object CMakeFiles/faset_render.dir/src/render/math.cpp.o\n[477/500] Building CXX object CMakeFiles/faset_render.dir/src/render/visibility.cpp.o\n[478/500] Linking C static library _deps/box2d-build/src/libbox2dd.a\n[479/500] Linking C static library _deps/box3d-build/src/libbox3dd.a\n[480/500] Building CXX object CMakeFiles/faset_runtime.dir/src/runtime/Runtime.cpp.o\n[481/500] Linking CXX static library libfaset_scripting_project.a\n[482/500] Linking C static library _deps/sdl3-build/libSDL3.a\n[483/500] Linking CXX static library libfaset_runtime.a\n[484/500] Linking CXX static library libfaset_asset_data.a\n[485/500] Linking C static library libfaset_lua_vendor.a\n[486/500] Building CXX object CMakeFiles/faset_render.dir/src/render/shader_contract.cpp.o\n[487/500] Building CXX object CMakeFiles/faset_render.dir/src/render/renderer.cpp.o\n[488/500] Linking CXX static library libfaset_render.a\n[489/500] Building CXX object CMakeFiles/faset_gameplay.dir/src/scripting/empty_gameplay/Gameplay.cpp.o\n[490/500] Linking CXX static library libfaset_gameplay.a\n[491/500] Building CXX object CMakeFiles/faset_lua.dir/src/scripting/LuaModule.cpp.o\n[492/500] Linking CXX static library libfaset_lua.a\n[493/500] Building CXX object CMakeFiles/faset_scene_view.dir/src/player/scene_io.cpp.o\n[494/500] Building CXX object CMakeFiles/faset_schema_exporter.dir/apps/schema_exporter_main.cpp.o\n[495/500] Linking CXX executable faset_schema_exporter\n[496/500] Building CXX object CMakeFiles/faset_scene_view.dir/src/player/SceneView.cpp.o\n[497/500] Linking CXX static library libfaset_scene_view.a\n[498/500] Building CXX object CMakeFiles/faset_player.dir/apps/player_main.cpp.o\n[499/500] Linking CXX executable faset_player\n$ \"/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/faset_schema_exporter\" \"--output\" \"/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/cache/builds/.staging-dbe2dcaf-f662-4dfd-8a71-ea82aac63d37/schema.json\" \"--project\" \"/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/cache/builds/.staging-dbe2dcaf-f662-4dfd-8a71-ea82aac63d37\"\n$ \"/usr/bin/ldd\" \"/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug/faset_player\"\n\tlinux-vdso.so.1 (0x0000743777c14000)\n\tlibvulkan.so.1 => /usr/lib/x86_64-linux-gnu/libvulkan.so.1 (0x000074377727d000)\n\tlibm.so.6 => /usr/lib/x86_64-linux-gnu/libm.so.6 (0x0000743777157000)\n\tlibstdc++.so.6 => /usr/lib/x86_64-linux-gnu/libstdc++.so.6 (0x0000743776e00000)\n\tlibgcc_s.so.1 => /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 (0x0000743777129000)\n\tlibc.so.6 => /usr/lib/x86_64-linux-gnu/libc.so.6 (0x0000743776a00000)\n\t/lib64/ld-linux-x86-64.so.2 (0x0000743777c16000)\n", + "progress": 1.0, + "result": { + "build_directory": "/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/build/Debug", + "configuration": "Debug", + "directory": "/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/cache/builds/dbe2dcaf-f662-4dfd-8a71-ea82aac63d37", + "fingerprint": "c54f89738aa031238899a8fa5b5dc8f77d7c84cb39e416dcf8e14c5483a72515", + "generation": "dbe2dcaf-f662-4dfd-8a71-ea82aac63d37", + "generation_reused": false, + "lua_enabled": true, + "lua_fingerprint": "a9261789bb1e0ca38bd40b08b0454165cd51454cba3ad4725dd357812ced6e35", + "phase_times_ms": { + "configure": 48713, + "native_build": 51620, + "schema_package": 11811, + "total": 112145 + }, + "player": "/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/cache/builds/dbe2dcaf-f662-4dfd-8a71-ea82aac63d37/faset_player", + "schema": "/tmp/faset-p1-workflows-20260924-3/lua-project/.faset/cache/builds/dbe2dcaf-f662-4dfd-8a71-ea82aac63d37/schema.json", + "schema_cache_hit": false + }, + "stage": "Complete", + "state": "succeeded" +} diff --git a/docs/validation/p1-iteration-2026-09-24/raw/lua_initial_build-01.json b/docs/validation/p1-iteration-2026-09-24/raw/lua_initial_build-01.json new file mode 100644 index 0000000..e6b09f2 --- /dev/null +++ b/docs/validation/p1-iteration-2026-09-24/raw/lua_initial_build-01.json @@ -0,0 +1,17 @@ +{ + "seconds": 112.234292070003, + "returncode": 0, + "build_configuration": "Debug", + "source_hash": "1c51810574a3413c46a7cbd0ea2e84a9b802da1206a2b72bb78f6cc951367a11", + "command": [ + "/home/emil/Desktop/.worktrees/Faset_Engine-p1-p3/build/linux-debug/faset_editor", + "--project", + "/tmp/faset-p1-workflows-20260924-3/lua-project", + "--command", + "{\"name\": \"faset_build\", \"arguments\": {}}", + "--wait" + ], + "stdout": "raw/lua_initial_build-01-stdout.txt", + "stderr": "raw/lua_initial_build-01-stderr.txt", + "peak_rss_kib": 399232 +} diff --git a/docs/validation/p1-iteration-2026-09-24/raw/player_one_frame_process-01-memory.json b/docs/validation/p1-iteration-2026-09-24/raw/player_one_frame_process-01-memory.json new file mode 100644 index 0000000..d50a2f4 --- /dev/null +++ b/docs/validation/p1-iteration-2026-09-24/raw/player_one_frame_process-01-memory.json @@ -0,0 +1 @@ +{"peak_rss_kib":167972} diff --git a/docs/validation/p1-iteration-2026-09-24/raw/player_one_frame_process-01-stderr.txt b/docs/validation/p1-iteration-2026-09-24/raw/player_one_frame_process-01-stderr.txt new file mode 100644 index 0000000..16fb6f2 --- /dev/null +++ b/docs/validation/p1-iteration-2026-09-24/raw/player_one_frame_process-01-stderr.txt @@ -0,0 +1 @@ +warning: material material-bb63b094febbf90bb7049c9bcf7587bc has features beyond the initial base-color/PBR renderer diff --git a/docs/validation/p1-iteration-2026-09-24/raw/player_one_frame_process-01-stdout.txt b/docs/validation/p1-iteration-2026-09-24/raw/player_one_frame_process-01-stdout.txt new file mode 100644 index 0000000..171b593 --- /dev/null +++ b/docs/validation/p1-iteration-2026-09-24/raw/player_one_frame_process-01-stdout.txt @@ -0,0 +1,2 @@ +New round: collect the three gold cubes, then reach the green exit. E resets. +{"device":"NVIDIA GeForce RTX 2080 Ti","dimension":3,"effective_visibility_mode":"direct","frames":1,"gpu_visibility_active":false,"ticks":1,"validation_errors":0,"visibility_mode":"direct"} diff --git a/docs/validation/p1-iteration-2026-09-24/raw/player_one_frame_process-01.json b/docs/validation/p1-iteration-2026-09-24/raw/player_one_frame_process-01.json new file mode 100644 index 0000000..ab0ed08 --- /dev/null +++ b/docs/validation/p1-iteration-2026-09-24/raw/player_one_frame_process-01.json @@ -0,0 +1,21 @@ +{ + "seconds": 0.40036001199041493, + "returncode": 0, + "build_configuration": "Debug", + "source_hash": "801fb7ba8f67c774ab1d7ec6350c8f099bf37aa6cd34afc952f7e81954df971e", + "command": [ + "/tmp/faset-p1-workflows-20260924-3/project/.faset/cache/builds/87b1c9a0-2493-4aa5-84ff-1b078f010980/faset_player", + "--scene", + "/tmp/faset-p1-workflows-20260924-3/project/Scenes/main.scene.json", + "--assets", + "/tmp/faset-p1-workflows-20260924-3/project/.faset/cache", + "--headless", + "--frames", + "1", + "--profile", + "/tmp/faset-p1-workflows-20260924-3/raw/cpp-first-frame-01.json" + ], + "stdout": "raw/player_one_frame_process-01-stdout.txt", + "stderr": "raw/player_one_frame_process-01-stderr.txt", + "peak_rss_kib": 167972 +} diff --git a/docs/validation/p1-iteration-2026-09-24/raw/player_one_frame_process-02-memory.json b/docs/validation/p1-iteration-2026-09-24/raw/player_one_frame_process-02-memory.json new file mode 100644 index 0000000..c9d471b --- /dev/null +++ b/docs/validation/p1-iteration-2026-09-24/raw/player_one_frame_process-02-memory.json @@ -0,0 +1 @@ +{"peak_rss_kib":168024} diff --git a/docs/validation/p1-iteration-2026-09-24/raw/player_one_frame_process-02-stderr.txt b/docs/validation/p1-iteration-2026-09-24/raw/player_one_frame_process-02-stderr.txt new file mode 100644 index 0000000..16fb6f2 --- /dev/null +++ b/docs/validation/p1-iteration-2026-09-24/raw/player_one_frame_process-02-stderr.txt @@ -0,0 +1 @@ +warning: material material-bb63b094febbf90bb7049c9bcf7587bc has features beyond the initial base-color/PBR renderer diff --git a/docs/validation/p1-iteration-2026-09-24/raw/player_one_frame_process-02-stdout.txt b/docs/validation/p1-iteration-2026-09-24/raw/player_one_frame_process-02-stdout.txt new file mode 100644 index 0000000..171b593 --- /dev/null +++ b/docs/validation/p1-iteration-2026-09-24/raw/player_one_frame_process-02-stdout.txt @@ -0,0 +1,2 @@ +New round: collect the three gold cubes, then reach the green exit. E resets. +{"device":"NVIDIA GeForce RTX 2080 Ti","dimension":3,"effective_visibility_mode":"direct","frames":1,"gpu_visibility_active":false,"ticks":1,"validation_errors":0,"visibility_mode":"direct"} diff --git a/docs/validation/p1-iteration-2026-09-24/raw/player_one_frame_process-02.json b/docs/validation/p1-iteration-2026-09-24/raw/player_one_frame_process-02.json new file mode 100644 index 0000000..63ccca4 --- /dev/null +++ b/docs/validation/p1-iteration-2026-09-24/raw/player_one_frame_process-02.json @@ -0,0 +1,21 @@ +{ + "seconds": 0.3409036679950077, + "returncode": 0, + "build_configuration": "Debug", + "source_hash": "801fb7ba8f67c774ab1d7ec6350c8f099bf37aa6cd34afc952f7e81954df971e", + "command": [ + "/tmp/faset-p1-workflows-20260924-3/project/.faset/cache/builds/87b1c9a0-2493-4aa5-84ff-1b078f010980/faset_player", + "--scene", + "/tmp/faset-p1-workflows-20260924-3/project/Scenes/main.scene.json", + "--assets", + "/tmp/faset-p1-workflows-20260924-3/project/.faset/cache", + "--headless", + "--frames", + "1", + "--profile", + "/tmp/faset-p1-workflows-20260924-3/raw/cpp-first-frame-02.json" + ], + "stdout": "raw/player_one_frame_process-02-stdout.txt", + "stderr": "raw/player_one_frame_process-02-stderr.txt", + "peak_rss_kib": 168024 +} diff --git a/docs/validation/p1-iteration-2026-09-24/raw/player_one_frame_process-03-memory.json b/docs/validation/p1-iteration-2026-09-24/raw/player_one_frame_process-03-memory.json new file mode 100644 index 0000000..ccbaa24 --- /dev/null +++ b/docs/validation/p1-iteration-2026-09-24/raw/player_one_frame_process-03-memory.json @@ -0,0 +1 @@ +{"peak_rss_kib":168132} diff --git a/docs/validation/p1-iteration-2026-09-24/raw/player_one_frame_process-03-stderr.txt b/docs/validation/p1-iteration-2026-09-24/raw/player_one_frame_process-03-stderr.txt new file mode 100644 index 0000000..16fb6f2 --- /dev/null +++ b/docs/validation/p1-iteration-2026-09-24/raw/player_one_frame_process-03-stderr.txt @@ -0,0 +1 @@ +warning: material material-bb63b094febbf90bb7049c9bcf7587bc has features beyond the initial base-color/PBR renderer diff --git a/docs/validation/p1-iteration-2026-09-24/raw/player_one_frame_process-03-stdout.txt b/docs/validation/p1-iteration-2026-09-24/raw/player_one_frame_process-03-stdout.txt new file mode 100644 index 0000000..171b593 --- /dev/null +++ b/docs/validation/p1-iteration-2026-09-24/raw/player_one_frame_process-03-stdout.txt @@ -0,0 +1,2 @@ +New round: collect the three gold cubes, then reach the green exit. E resets. +{"device":"NVIDIA GeForce RTX 2080 Ti","dimension":3,"effective_visibility_mode":"direct","frames":1,"gpu_visibility_active":false,"ticks":1,"validation_errors":0,"visibility_mode":"direct"} diff --git a/docs/validation/p1-iteration-2026-09-24/raw/player_one_frame_process-03.json b/docs/validation/p1-iteration-2026-09-24/raw/player_one_frame_process-03.json new file mode 100644 index 0000000..96220e1 --- /dev/null +++ b/docs/validation/p1-iteration-2026-09-24/raw/player_one_frame_process-03.json @@ -0,0 +1,21 @@ +{ + "seconds": 0.347753299982287, + "returncode": 0, + "build_configuration": "Debug", + "source_hash": "801fb7ba8f67c774ab1d7ec6350c8f099bf37aa6cd34afc952f7e81954df971e", + "command": [ + "/tmp/faset-p1-workflows-20260924-3/project/.faset/cache/builds/87b1c9a0-2493-4aa5-84ff-1b078f010980/faset_player", + "--scene", + "/tmp/faset-p1-workflows-20260924-3/project/Scenes/main.scene.json", + "--assets", + "/tmp/faset-p1-workflows-20260924-3/project/.faset/cache", + "--headless", + "--frames", + "1", + "--profile", + "/tmp/faset-p1-workflows-20260924-3/raw/cpp-first-frame-03.json" + ], + "stdout": "raw/player_one_frame_process-03-stdout.txt", + "stderr": "raw/player_one_frame_process-03-stderr.txt", + "peak_rss_kib": 168132 +} diff --git a/docs/validation/p1-iteration-2026-09-24/raw/player_one_frame_process-04-memory.json b/docs/validation/p1-iteration-2026-09-24/raw/player_one_frame_process-04-memory.json new file mode 100644 index 0000000..d3841a8 --- /dev/null +++ b/docs/validation/p1-iteration-2026-09-24/raw/player_one_frame_process-04-memory.json @@ -0,0 +1 @@ +{"peak_rss_kib":167804} diff --git a/docs/validation/p1-iteration-2026-09-24/raw/player_one_frame_process-04-stderr.txt b/docs/validation/p1-iteration-2026-09-24/raw/player_one_frame_process-04-stderr.txt new file mode 100644 index 0000000..16fb6f2 --- /dev/null +++ b/docs/validation/p1-iteration-2026-09-24/raw/player_one_frame_process-04-stderr.txt @@ -0,0 +1 @@ +warning: material material-bb63b094febbf90bb7049c9bcf7587bc has features beyond the initial base-color/PBR renderer diff --git a/docs/validation/p1-iteration-2026-09-24/raw/player_one_frame_process-04-stdout.txt b/docs/validation/p1-iteration-2026-09-24/raw/player_one_frame_process-04-stdout.txt new file mode 100644 index 0000000..171b593 --- /dev/null +++ b/docs/validation/p1-iteration-2026-09-24/raw/player_one_frame_process-04-stdout.txt @@ -0,0 +1,2 @@ +New round: collect the three gold cubes, then reach the green exit. E resets. +{"device":"NVIDIA GeForce RTX 2080 Ti","dimension":3,"effective_visibility_mode":"direct","frames":1,"gpu_visibility_active":false,"ticks":1,"validation_errors":0,"visibility_mode":"direct"} diff --git a/docs/validation/p1-iteration-2026-09-24/raw/player_one_frame_process-04.json b/docs/validation/p1-iteration-2026-09-24/raw/player_one_frame_process-04.json new file mode 100644 index 0000000..4c212bb --- /dev/null +++ b/docs/validation/p1-iteration-2026-09-24/raw/player_one_frame_process-04.json @@ -0,0 +1,21 @@ +{ + "seconds": 0.34541923698270693, + "returncode": 0, + "build_configuration": "Debug", + "source_hash": "801fb7ba8f67c774ab1d7ec6350c8f099bf37aa6cd34afc952f7e81954df971e", + "command": [ + "/tmp/faset-p1-workflows-20260924-3/project/.faset/cache/builds/87b1c9a0-2493-4aa5-84ff-1b078f010980/faset_player", + "--scene", + "/tmp/faset-p1-workflows-20260924-3/project/Scenes/main.scene.json", + "--assets", + "/tmp/faset-p1-workflows-20260924-3/project/.faset/cache", + "--headless", + "--frames", + "1", + "--profile", + "/tmp/faset-p1-workflows-20260924-3/raw/cpp-first-frame-04.json" + ], + "stdout": "raw/player_one_frame_process-04-stdout.txt", + "stderr": "raw/player_one_frame_process-04-stderr.txt", + "peak_rss_kib": 167804 +} diff --git a/docs/validation/p1-iteration-2026-09-24/raw/player_one_frame_process-05-memory.json b/docs/validation/p1-iteration-2026-09-24/raw/player_one_frame_process-05-memory.json new file mode 100644 index 0000000..e6c4b1c --- /dev/null +++ b/docs/validation/p1-iteration-2026-09-24/raw/player_one_frame_process-05-memory.json @@ -0,0 +1 @@ +{"peak_rss_kib":168172} diff --git a/docs/validation/p1-iteration-2026-09-24/raw/player_one_frame_process-05-stderr.txt b/docs/validation/p1-iteration-2026-09-24/raw/player_one_frame_process-05-stderr.txt new file mode 100644 index 0000000..16fb6f2 --- /dev/null +++ b/docs/validation/p1-iteration-2026-09-24/raw/player_one_frame_process-05-stderr.txt @@ -0,0 +1 @@ +warning: material material-bb63b094febbf90bb7049c9bcf7587bc has features beyond the initial base-color/PBR renderer diff --git a/docs/validation/p1-iteration-2026-09-24/raw/player_one_frame_process-05-stdout.txt b/docs/validation/p1-iteration-2026-09-24/raw/player_one_frame_process-05-stdout.txt new file mode 100644 index 0000000..171b593 --- /dev/null +++ b/docs/validation/p1-iteration-2026-09-24/raw/player_one_frame_process-05-stdout.txt @@ -0,0 +1,2 @@ +New round: collect the three gold cubes, then reach the green exit. E resets. +{"device":"NVIDIA GeForce RTX 2080 Ti","dimension":3,"effective_visibility_mode":"direct","frames":1,"gpu_visibility_active":false,"ticks":1,"validation_errors":0,"visibility_mode":"direct"} diff --git a/docs/validation/p1-iteration-2026-09-24/raw/player_one_frame_process-05.json b/docs/validation/p1-iteration-2026-09-24/raw/player_one_frame_process-05.json new file mode 100644 index 0000000..19a7f58 --- /dev/null +++ b/docs/validation/p1-iteration-2026-09-24/raw/player_one_frame_process-05.json @@ -0,0 +1,21 @@ +{ + "seconds": 0.3532232770230621, + "returncode": 0, + "build_configuration": "Debug", + "source_hash": "801fb7ba8f67c774ab1d7ec6350c8f099bf37aa6cd34afc952f7e81954df971e", + "command": [ + "/tmp/faset-p1-workflows-20260924-3/project/.faset/cache/builds/87b1c9a0-2493-4aa5-84ff-1b078f010980/faset_player", + "--scene", + "/tmp/faset-p1-workflows-20260924-3/project/Scenes/main.scene.json", + "--assets", + "/tmp/faset-p1-workflows-20260924-3/project/.faset/cache", + "--headless", + "--frames", + "1", + "--profile", + "/tmp/faset-p1-workflows-20260924-3/raw/cpp-first-frame-05.json" + ], + "stdout": "raw/player_one_frame_process-05-stdout.txt", + "stderr": "raw/player_one_frame_process-05-stderr.txt", + "peak_rss_kib": 168172 +} diff --git a/docs/validation/p1-iteration-2026-09-24/raw/resource_lifecycle_process-01-memory.json b/docs/validation/p1-iteration-2026-09-24/raw/resource_lifecycle_process-01-memory.json new file mode 100644 index 0000000..a0384e1 --- /dev/null +++ b/docs/validation/p1-iteration-2026-09-24/raw/resource_lifecycle_process-01-memory.json @@ -0,0 +1 @@ +{"peak_rss_kib":177984} diff --git a/docs/validation/p1-iteration-2026-09-24/raw/resource_lifecycle_process-01-stderr.txt b/docs/validation/p1-iteration-2026-09-24/raw/resource_lifecycle_process-01-stderr.txt new file mode 100644 index 0000000..16fb6f2 --- /dev/null +++ b/docs/validation/p1-iteration-2026-09-24/raw/resource_lifecycle_process-01-stderr.txt @@ -0,0 +1 @@ +warning: material material-bb63b094febbf90bb7049c9bcf7587bc has features beyond the initial base-color/PBR renderer diff --git a/docs/validation/p1-iteration-2026-09-24/raw/resource_lifecycle_process-01-stdout.txt b/docs/validation/p1-iteration-2026-09-24/raw/resource_lifecycle_process-01-stdout.txt new file mode 100644 index 0000000..95696a6 --- /dev/null +++ b/docs/validation/p1-iteration-2026-09-24/raw/resource_lifecycle_process-01-stdout.txt @@ -0,0 +1,2 @@ +New round: collect the three gold cubes, then reach the green exit. E resets. +{"device":"NVIDIA GeForce RTX 2080 Ti","dimension":3,"effective_visibility_mode":"direct","frames":3000,"gpu_visibility_active":false,"ticks":3000,"validation_errors":0,"visibility_mode":"direct"} diff --git a/docs/validation/p1-iteration-2026-09-24/raw/resource_lifecycle_process-01.json b/docs/validation/p1-iteration-2026-09-24/raw/resource_lifecycle_process-01.json new file mode 100644 index 0000000..81b20c9 --- /dev/null +++ b/docs/validation/p1-iteration-2026-09-24/raw/resource_lifecycle_process-01.json @@ -0,0 +1,21 @@ +{ + "seconds": 20.5125795470085, + "returncode": 0, + "build_configuration": "Debug", + "source_hash": "801fb7ba8f67c774ab1d7ec6350c8f099bf37aa6cd34afc952f7e81954df971e", + "command": [ + "/tmp/faset-p1-workflows-20260924-3/project/.faset/cache/builds/87b1c9a0-2493-4aa5-84ff-1b078f010980/faset_player", + "--scene", + "/tmp/faset-p1-workflows-20260924-3/project/Scenes/main.scene.json", + "--assets", + "/tmp/faset-p1-workflows-20260924-3/project/.faset/cache", + "--headless", + "--frames", + "3000", + "--profile", + "/tmp/faset-p1-workflows-20260924-3/raw/cpp-3000-frame-lifecycle.json" + ], + "stdout": "raw/resource_lifecycle_process-01-stdout.txt", + "stderr": "raw/resource_lifecycle_process-01-stderr.txt", + "peak_rss_kib": 177984 +} diff --git a/docs/validation/p1-iteration-2026-09-24/raw/schema_stale_check-01-memory.json b/docs/validation/p1-iteration-2026-09-24/raw/schema_stale_check-01-memory.json new file mode 100644 index 0000000..60aa58f --- /dev/null +++ b/docs/validation/p1-iteration-2026-09-24/raw/schema_stale_check-01-memory.json @@ -0,0 +1 @@ +{"peak_rss_kib":8676} diff --git a/docs/validation/p1-iteration-2026-09-24/raw/schema_stale_check-01-stderr.txt b/docs/validation/p1-iteration-2026-09-24/raw/schema_stale_check-01-stderr.txt new file mode 100644 index 0000000..e69de29 diff --git a/docs/validation/p1-iteration-2026-09-24/raw/schema_stale_check-01-stdout.txt b/docs/validation/p1-iteration-2026-09-24/raw/schema_stale_check-01-stdout.txt new file mode 100644 index 0000000..3987753 --- /dev/null +++ b/docs/validation/p1-iteration-2026-09-24/raw/schema_stale_check-01-stdout.txt @@ -0,0 +1,5 @@ +{ + "error": "", + "loaded": true, + "stale": true +} diff --git a/docs/validation/p1-iteration-2026-09-24/raw/schema_stale_check-01.json b/docs/validation/p1-iteration-2026-09-24/raw/schema_stale_check-01.json new file mode 100644 index 0000000..38341db --- /dev/null +++ b/docs/validation/p1-iteration-2026-09-24/raw/schema_stale_check-01.json @@ -0,0 +1,17 @@ +{ + "seconds": 0.02952942199772224, + "returncode": 0, + "build_configuration": "Debug", + "source_hash": "a194792fbe9e31cf3d03ee2ddf29da77e3ac3d139eca2894e5a07d2548af11ae", + "command": [ + "/home/emil/Desktop/.worktrees/Faset_Engine-p1-p3/build/linux-debug/faset_editor", + "--project", + "/tmp/faset-p1-workflows-20260924-3/project", + "--command", + "{\"name\": \"faset_schema_status\", \"arguments\": {}}", + "--wait" + ], + "stdout": "raw/schema_stale_check-01-stdout.txt", + "stderr": "raw/schema_stale_check-01-stderr.txt", + "peak_rss_kib": 8676 +} diff --git a/docs/validation/p1-iteration-2026-09-24/raw/schema_stale_check-02-memory.json b/docs/validation/p1-iteration-2026-09-24/raw/schema_stale_check-02-memory.json new file mode 100644 index 0000000..2a2f5ab --- /dev/null +++ b/docs/validation/p1-iteration-2026-09-24/raw/schema_stale_check-02-memory.json @@ -0,0 +1 @@ +{"peak_rss_kib":8628} diff --git a/docs/validation/p1-iteration-2026-09-24/raw/schema_stale_check-02-stderr.txt b/docs/validation/p1-iteration-2026-09-24/raw/schema_stale_check-02-stderr.txt new file mode 100644 index 0000000..e69de29 diff --git a/docs/validation/p1-iteration-2026-09-24/raw/schema_stale_check-02-stdout.txt b/docs/validation/p1-iteration-2026-09-24/raw/schema_stale_check-02-stdout.txt new file mode 100644 index 0000000..3987753 --- /dev/null +++ b/docs/validation/p1-iteration-2026-09-24/raw/schema_stale_check-02-stdout.txt @@ -0,0 +1,5 @@ +{ + "error": "", + "loaded": true, + "stale": true +} diff --git a/docs/validation/p1-iteration-2026-09-24/raw/schema_stale_check-02.json b/docs/validation/p1-iteration-2026-09-24/raw/schema_stale_check-02.json new file mode 100644 index 0000000..a614b11 --- /dev/null +++ b/docs/validation/p1-iteration-2026-09-24/raw/schema_stale_check-02.json @@ -0,0 +1,17 @@ +{ + "seconds": 0.03173431000323035, + "returncode": 0, + "build_configuration": "Debug", + "source_hash": "f94e26cbed75fee4b6f565adb64f525eb702221116ecb4fb3034b08bb2f5647a", + "command": [ + "/home/emil/Desktop/.worktrees/Faset_Engine-p1-p3/build/linux-debug/faset_editor", + "--project", + "/tmp/faset-p1-workflows-20260924-3/project", + "--command", + "{\"name\": \"faset_schema_status\", \"arguments\": {}}", + "--wait" + ], + "stdout": "raw/schema_stale_check-02-stdout.txt", + "stderr": "raw/schema_stale_check-02-stderr.txt", + "peak_rss_kib": 8628 +} diff --git a/docs/validation/p1-iteration-2026-09-24/raw/schema_stale_check-03-memory.json b/docs/validation/p1-iteration-2026-09-24/raw/schema_stale_check-03-memory.json new file mode 100644 index 0000000..37083fe --- /dev/null +++ b/docs/validation/p1-iteration-2026-09-24/raw/schema_stale_check-03-memory.json @@ -0,0 +1 @@ +{"peak_rss_kib":8556} diff --git a/docs/validation/p1-iteration-2026-09-24/raw/schema_stale_check-03-stderr.txt b/docs/validation/p1-iteration-2026-09-24/raw/schema_stale_check-03-stderr.txt new file mode 100644 index 0000000..e69de29 diff --git a/docs/validation/p1-iteration-2026-09-24/raw/schema_stale_check-03-stdout.txt b/docs/validation/p1-iteration-2026-09-24/raw/schema_stale_check-03-stdout.txt new file mode 100644 index 0000000..3987753 --- /dev/null +++ b/docs/validation/p1-iteration-2026-09-24/raw/schema_stale_check-03-stdout.txt @@ -0,0 +1,5 @@ +{ + "error": "", + "loaded": true, + "stale": true +} diff --git a/docs/validation/p1-iteration-2026-09-24/raw/schema_stale_check-03.json b/docs/validation/p1-iteration-2026-09-24/raw/schema_stale_check-03.json new file mode 100644 index 0000000..770fa74 --- /dev/null +++ b/docs/validation/p1-iteration-2026-09-24/raw/schema_stale_check-03.json @@ -0,0 +1,17 @@ +{ + "seconds": 0.03640229601296596, + "returncode": 0, + "build_configuration": "Debug", + "source_hash": "34bb0f6974f75e16bd13b79ea568c79b6d3baddb4387a461e7d4e4fc2d08e439", + "command": [ + "/home/emil/Desktop/.worktrees/Faset_Engine-p1-p3/build/linux-debug/faset_editor", + "--project", + "/tmp/faset-p1-workflows-20260924-3/project", + "--command", + "{\"name\": \"faset_schema_status\", \"arguments\": {}}", + "--wait" + ], + "stdout": "raw/schema_stale_check-03-stdout.txt", + "stderr": "raw/schema_stale_check-03-stderr.txt", + "peak_rss_kib": 8556 +} diff --git a/docs/validation/p1-iteration-2026-09-24/raw/schema_stale_check-04-memory.json b/docs/validation/p1-iteration-2026-09-24/raw/schema_stale_check-04-memory.json new file mode 100644 index 0000000..04f2009 --- /dev/null +++ b/docs/validation/p1-iteration-2026-09-24/raw/schema_stale_check-04-memory.json @@ -0,0 +1 @@ +{"peak_rss_kib":8588} diff --git a/docs/validation/p1-iteration-2026-09-24/raw/schema_stale_check-04-stderr.txt b/docs/validation/p1-iteration-2026-09-24/raw/schema_stale_check-04-stderr.txt new file mode 100644 index 0000000..e69de29 diff --git a/docs/validation/p1-iteration-2026-09-24/raw/schema_stale_check-04-stdout.txt b/docs/validation/p1-iteration-2026-09-24/raw/schema_stale_check-04-stdout.txt new file mode 100644 index 0000000..3987753 --- /dev/null +++ b/docs/validation/p1-iteration-2026-09-24/raw/schema_stale_check-04-stdout.txt @@ -0,0 +1,5 @@ +{ + "error": "", + "loaded": true, + "stale": true +} diff --git a/docs/validation/p1-iteration-2026-09-24/raw/schema_stale_check-04.json b/docs/validation/p1-iteration-2026-09-24/raw/schema_stale_check-04.json new file mode 100644 index 0000000..2b86d7b --- /dev/null +++ b/docs/validation/p1-iteration-2026-09-24/raw/schema_stale_check-04.json @@ -0,0 +1,17 @@ +{ + "seconds": 0.03590016899397597, + "returncode": 0, + "build_configuration": "Debug", + "source_hash": "3fe71ff715f01db9806ddf106732ba8feb0accba537dd67dc27e138e7779e1ce", + "command": [ + "/home/emil/Desktop/.worktrees/Faset_Engine-p1-p3/build/linux-debug/faset_editor", + "--project", + "/tmp/faset-p1-workflows-20260924-3/project", + "--command", + "{\"name\": \"faset_schema_status\", \"arguments\": {}}", + "--wait" + ], + "stdout": "raw/schema_stale_check-04-stdout.txt", + "stderr": "raw/schema_stale_check-04-stderr.txt", + "peak_rss_kib": 8588 +} diff --git a/docs/validation/p1-iteration-2026-09-24/raw/schema_stale_check-05-memory.json b/docs/validation/p1-iteration-2026-09-24/raw/schema_stale_check-05-memory.json new file mode 100644 index 0000000..2d0c34c --- /dev/null +++ b/docs/validation/p1-iteration-2026-09-24/raw/schema_stale_check-05-memory.json @@ -0,0 +1 @@ +{"peak_rss_kib":8708} diff --git a/docs/validation/p1-iteration-2026-09-24/raw/schema_stale_check-05-stderr.txt b/docs/validation/p1-iteration-2026-09-24/raw/schema_stale_check-05-stderr.txt new file mode 100644 index 0000000..e69de29 diff --git a/docs/validation/p1-iteration-2026-09-24/raw/schema_stale_check-05-stdout.txt b/docs/validation/p1-iteration-2026-09-24/raw/schema_stale_check-05-stdout.txt new file mode 100644 index 0000000..3987753 --- /dev/null +++ b/docs/validation/p1-iteration-2026-09-24/raw/schema_stale_check-05-stdout.txt @@ -0,0 +1,5 @@ +{ + "error": "", + "loaded": true, + "stale": true +} diff --git a/docs/validation/p1-iteration-2026-09-24/raw/schema_stale_check-05.json b/docs/validation/p1-iteration-2026-09-24/raw/schema_stale_check-05.json new file mode 100644 index 0000000..7083789 --- /dev/null +++ b/docs/validation/p1-iteration-2026-09-24/raw/schema_stale_check-05.json @@ -0,0 +1,17 @@ +{ + "seconds": 0.03582960501080379, + "returncode": 0, + "build_configuration": "Debug", + "source_hash": "df24f88db381080b0a35932ec60ca4f8e4e8d60cc5de6390c131c3320895b25d", + "command": [ + "/home/emil/Desktop/.worktrees/Faset_Engine-p1-p3/build/linux-debug/faset_editor", + "--project", + "/tmp/faset-p1-workflows-20260924-3/project", + "--command", + "{\"name\": \"faset_schema_status\", \"arguments\": {}}", + "--wait" + ], + "stdout": "raw/schema_stale_check-05-stdout.txt", + "stderr": "raw/schema_stale_check-05-stderr.txt", + "peak_rss_kib": 8708 +} diff --git a/docs/validation/p1-iteration-2026-09-24/raw/schema_stale_check-06-memory.json b/docs/validation/p1-iteration-2026-09-24/raw/schema_stale_check-06-memory.json new file mode 100644 index 0000000..112244f --- /dev/null +++ b/docs/validation/p1-iteration-2026-09-24/raw/schema_stale_check-06-memory.json @@ -0,0 +1 @@ +{"peak_rss_kib":8664} diff --git a/docs/validation/p1-iteration-2026-09-24/raw/schema_stale_check-06-stderr.txt b/docs/validation/p1-iteration-2026-09-24/raw/schema_stale_check-06-stderr.txt new file mode 100644 index 0000000..e69de29 diff --git a/docs/validation/p1-iteration-2026-09-24/raw/schema_stale_check-06-stdout.txt b/docs/validation/p1-iteration-2026-09-24/raw/schema_stale_check-06-stdout.txt new file mode 100644 index 0000000..3987753 --- /dev/null +++ b/docs/validation/p1-iteration-2026-09-24/raw/schema_stale_check-06-stdout.txt @@ -0,0 +1,5 @@ +{ + "error": "", + "loaded": true, + "stale": true +} diff --git a/docs/validation/p1-iteration-2026-09-24/raw/schema_stale_check-06.json b/docs/validation/p1-iteration-2026-09-24/raw/schema_stale_check-06.json new file mode 100644 index 0000000..7b52d61 --- /dev/null +++ b/docs/validation/p1-iteration-2026-09-24/raw/schema_stale_check-06.json @@ -0,0 +1,17 @@ +{ + "seconds": 0.02347879801527597, + "returncode": 0, + "build_configuration": "Debug", + "source_hash": "7eff8ea8356f18111f2c7707d0cb68cc3c492462043c9bfae0911498ed567012", + "command": [ + "/home/emil/Desktop/.worktrees/Faset_Engine-p1-p3/build/linux-debug/faset_editor", + "--project", + "/tmp/faset-p1-workflows-20260924-3/project", + "--command", + "{\"name\": \"faset_schema_status\", \"arguments\": {}}", + "--wait" + ], + "stdout": "raw/schema_stale_check-06-stdout.txt", + "stderr": "raw/schema_stale_check-06-stderr.txt", + "peak_rss_kib": 8664 +} diff --git a/docs/validation/p1-iteration-2026-09-24/raw/warm_unchanged_build-01-memory.json b/docs/validation/p1-iteration-2026-09-24/raw/warm_unchanged_build-01-memory.json new file mode 100644 index 0000000..5d11fbc --- /dev/null +++ b/docs/validation/p1-iteration-2026-09-24/raw/warm_unchanged_build-01-memory.json @@ -0,0 +1 @@ +{"peak_rss_kib":34304} diff --git a/docs/validation/p1-iteration-2026-09-24/raw/warm_unchanged_build-01-stderr.txt b/docs/validation/p1-iteration-2026-09-24/raw/warm_unchanged_build-01-stderr.txt new file mode 100644 index 0000000..e69de29 diff --git a/docs/validation/p1-iteration-2026-09-24/raw/warm_unchanged_build-01-stdout.txt b/docs/validation/p1-iteration-2026-09-24/raw/warm_unchanged_build-01-stdout.txt new file mode 100644 index 0000000..bd653f9 --- /dev/null +++ b/docs/validation/p1-iteration-2026-09-24/raw/warm_unchanged_build-01-stdout.txt @@ -0,0 +1,29 @@ +{ + "diagnostics": [], + "error": "", + "id": "1c5b77b2-c31a-4fd5-9bdb-aca2c9195230", + "kind": "build", + "log": "$ \"cmake\" \"-S\" \"/home/emil/Desktop/.worktrees/Faset_Engine-p1-p3\" \"-B\" \"/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug\" \"-G\" \"Ninja\" \"-DCMAKE_BUILD_TYPE=Debug\" \"-DBUILD_TESTING=OFF\" \"-DFASET_BUILD_EDITOR=OFF\" \"-DFASET_BUILD_RENDERER=ON\" \"-DFASET_BUILD_RUNTIME=ON\" \"-DFASET_BUILD_ASSETS=ON\" \"-DFASET_GAMEPLAY_SOURCE_DIR=/tmp/faset-p1-workflows-20260924-3/project/.faset/cache/source-snapshots/bcd7892b1befc56ea9f2971271ee7b78dd33a74421e58f42d5a1fa4b5d84e04f/Scripts\" \"-DCMAKE_C_COMPILER=/usr/bin/clang\" \"-DCMAKE_CXX_COMPILER=/usr/bin/clang++\" \"-DCMAKE_BUILD_TYPE=Debug\" \"-DFASET_ENABLE_LUA=OFF\"\n-- Using the multi-header code from /tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/json-src/include/\n-- CMake C compiler: Clang\n-- CMake C++ compiler: Clang\n-- CMake system name: Linux\n-- CMake host system processor: x86_64\n-- Box2D using Unix\n-- CMake C compiler: Clang\n-- CMake C++ compiler: Clang\n-- CMake system name: Linux\n-- CMake host system processor: x86_64\n-- Box3D using Unix\n-- dynamic libasound -> libasound.so.2\n-- Checking for module 'jack'\n-- Package 'jack' not found\n-- Checking for module 'libpipewire-0.3>=0.3.44'\n-- Found libpipewire-0.3, version 1.6.2\n-- dynamic libpipewire-0.3 -> libpipewire-0.3.so.0\n-- Checking for module 'libpulse>=0.9.15'\n-- Found libpulse, version 17.0\n-- dynamic libpulse -> libpulse.so.0\n-- Checking for module 'sndio'\n-- Found sndio, version 1.10.0\n-- dynamic libsndio -> libsndio.so.7\n-- dynamic libX11 -> libX11.so.6\n-- dynamic libXext -> libXext.so.6\n-- dynamic libXcursor -> libXcursor.so.1\n-- dynamic libXi -> libXi.so.6\n-- dynamic libXfixes -> libXfixes.so.3\n-- dynamic libXrandr -> libXrandr.so.2\n-- dynamic libXrender -> libXrender.so.1\n-- dynamic libXss -> libXss.so.1\n-- Checking for module 'libdrm'\n-- Found libdrm, version 2.4.131\n-- Checking for module 'gbm'\n-- Found gbm, version 26.0.8-1ubuntu0.3\n-- dynamic libdrm -> libdrm.so.2\n-- dynamic libgbm -> libgbm.so.1\n-- Checking for modules 'wayland-client>=1.18;wayland-egl;wayland-cursor;egl;xkbcommon>=0.5.0'\n-- Found wayland-client, version 1.24.0\n-- Found wayland-egl, version 18.1.0\n-- Found wayland-cursor, version 1.24.0\n-- Found egl, version 1.5\n-- Found xkbcommon, version 1.13.1\n-- dynamic libwayland-client -> libwayland-client.so.0\n-- dynamic libwayland-egl -> libwayland-egl.so.1\n-- dynamic libwayland-cursor -> libwayland-cursor.so.0\n-- dynamic libxkbcommon -> libxkbcommon.so.0\n-- dynamic libdecor-0 -> libdecor-0.so.0\n-- dynamic libudev -> libudev.so.1\n-- Checking for one of the modules 'liburing-ffi'\n-- Checking for module 'libusb-1.0>=1.0.16'\n-- Package 'libusb-1.0' not found\n-- Could NOT find LibUSB (missing: LibUSB_LIBRARY LibUSB_INCLUDE_PATH) (found version \"LibUSB_VERSION-NOTFOUND\")\n-- \n-- SDL3 was configured with the following options:\n-- \n-- Platform: Linux-7.0.0-31-generic\n-- 64-bit: TRUE\n-- Compiler: /usr/bin/clang\n-- Revision: SDL3-3.2.20-HEAD-HASH-NOTFOUND\n-- Vendor: \n-- \n-- Subsystems:\n-- Audio: ON\n-- Video: ON\n-- GPU: ON\n-- Render: ON\n-- Camera: ON\n-- Joystick: ON\n-- Haptic: ON\n-- Hidapi: ON\n-- Power: ON\n-- Sensor: ON\n-- Dialog: ON\n-- \n-- Options:\n-- SDL_ALSA (Wanted: ON): ON\n-- SDL_ALSA_SHARED (Wanted: ON): ON\n-- SDL_ALTIVEC (Wanted: OFF): OFF\n-- SDL_ARMNEON (Wanted: OFF): OFF\n-- SDL_ASAN (Wanted: OFF): OFF\n-- SDL_ASSEMBLY (Wanted: ON): ON\n-- SDL_ASSERTIONS (Wanted: auto): auto\n-- SDL_AVX (Wanted: ON): ON\n-- SDL_AVX2 (Wanted: ON): ON\n-- SDL_AVX512F (Wanted: ON): ON\n-- SDL_BACKGROUNDING_SIGNAL (Wanted: OFF): OFF\n-- SDL_CCACHE (Wanted: OFF): OFF\n-- SDL_CLANG_TIDY (Wanted: OFF): OFF\n-- SDL_CLOCK_GETTIME (Wanted: ON): ON\n-- SDL_COCOA (Wanted: OFF): OFF\n-- SDL_DBUS (Wanted: ON): ON\n-- SDL_DEPS_SHARED (Wanted: ON): OFF\n-- SDL_DIRECTX (Wanted: OFF): OFF\n-- SDL_DISKAUDIO (Wanted: ON): ON\n-- SDL_DUMMYAUDIO (Wanted: ON): ON\n-- SDL_DUMMYCAMERA (Wanted: ON): ON\n-- SDL_DUMMYVIDEO (Wanted: ON): ON\n-- SDL_EXAMPLES (Wanted: OFF): OFF\n-- SDL_EXAMPLES_LINK_SHARED (Wanted: OFF): OFF\n-- SDL_FOREGROUNDING_SIGNAL (Wanted: OFF): OFF\n-- SDL_GCC_ATOMICS (Wanted: ON): ON\n-- SDL_GPU_DXVK (Wanted: OFF): OFF\n-- SDL_HIDAPI (Wanted: ON): ON\n-- SDL_HIDAPI_JOYSTICK (Wanted: ON): ON\n-- SDL_HIDAPI_LIBUSB (Wanted: ON): OFF\n-- SDL_HIDAPI_LIBUSB_SHARED (Wanted: ON): OFF\n-- SDL_IBUS (Wanted: ON): ON\n-- SDL_INSTALL (Wanted: OFF): OFF\n-- SDL_INSTALL_TESTS (Wanted: OFF): OFF\n-- SDL_JACK (Wanted: ON): OFF\n-- SDL_JACK_SHARED (Wanted: ON): OFF\n-- SDL_KMSDRM (Wanted: ON): ON\n-- SDL_KMSDRM_SHARED (Wanted: ON): ON\n-- SDL_LASX (Wanted: OFF): OFF\n-- SDL_LIBC (Wanted: ON): ON\n-- SDL_LIBICONV (Wanted: OFF): OFF\n-- SDL_LIBUDEV (Wanted: ON): ON\n-- SDL_LIBURING (Wanted: ON): OFF\n-- SDL_LSX (Wanted: OFF): OFF\n-- SDL_METAL (Wanted: OFF): OFF\n-- SDL_MMX (Wanted: ON): ON\n-- SDL_OFFSCREEN (Wanted: ON): ON\n-- SDL_OPENGL (Wanted: ON): ON\n-- SDL_OPENGLES (Wanted: ON): ON\n-- SDL_OPENVR (Wanted: OFF): OFF\n-- SDL_OSS (Wanted: OFF): OFF\n-- SDL_PIPEWIRE (Wanted: ON): ON\n-- SDL_PIPEWIRE_SHARED (Wanted: ON): ON\n-- SDL_PTHREADS (Wanted: ON): ON\n-- SDL_PTHREADS_SEM (Wanted: ON): ON\n-- SDL_PULSEAUDIO (Wanted: ON): ON\n-- SDL_PULSEAUDIO_SHARED (Wanted: ON): ON\n-- SDL_RENDER_D3D (Wanted: OFF): OFF\n-- SDL_RENDER_D3D11 (Wanted: OFF): OFF\n-- SDL_RENDER_D3D12 (Wanted: OFF): OFF\n-- SDL_RENDER_GPU (Wanted: ON): ON\n-- SDL_RENDER_METAL (Wanted: ON): OFF\n-- SDL_RENDER_VULKAN (Wanted: ON): ON\n-- SDL_ROCKCHIP (Wanted: OFF): OFF\n-- SDL_RPATH (Wanted: ON): OFF\n-- SDL_RPI (Wanted: OFF): OFF\n-- SDL_SNDIO (Wanted: ON): ON\n-- SDL_SNDIO_SHARED (Wanted: ON): ON\n-- SDL_SSE (Wanted: ON): ON\n-- SDL_SSE2 (Wanted: ON): ON\n-- SDL_SSE3 (Wanted: ON): ON\n-- SDL_SSE4_1 (Wanted: ON): ON\n-- SDL_SSE4_2 (Wanted: ON): ON\n-- SDL_SYSTEM_ICONV (Wanted: ON): ON\n-- SDL_TESTS (Wanted: OFF): OFF\n-- SDL_TESTS_LINK_SHARED (Wanted: OFF): OFF\n-- SDL_UNINSTALL (Wanted: OFF): OFF\n-- SDL_VIRTUAL_JOYSTICK (Wanted: ON): ON\n-- SDL_VIVANTE (Wanted: OFF): OFF\n-- SDL_VULKAN (Wanted: ON): ON\n-- SDL_WASAPI (Wanted: OFF): OFF\n-- SDL_WAYLAND (Wanted: ON): ON\n-- SDL_WAYLAND_LIBDECOR (Wanted: ON): ON\n-- SDL_WAYLAND_LIBDECOR_SHARED (Wanted: ON): ON\n-- SDL_WAYLAND_SHARED (Wanted: ON): ON\n-- SDL_X11 (Wanted: ON): ON\n-- SDL_X11_SHARED (Wanted: ON): ON\n-- SDL_X11_XCURSOR (Wanted: ON): ON\n-- SDL_X11_XDBE (Wanted: ON): ON\n-- SDL_X11_XFIXES (Wanted: ON): ON\n-- SDL_X11_XINPUT (Wanted: ON): ON\n-- SDL_X11_XRANDR (Wanted: ON): ON\n-- SDL_X11_XSCRNSAVER (Wanted: ON): ON\n-- SDL_X11_XSHAPE (Wanted: ON): ON\n-- SDL_X11_XSYNC (Wanted: ON): ON\n-- SDL_XINPUT (Wanted: OFF): OFF\n-- \n-- Build Shared Library: OFF\n-- Build Static Library: ON\n-- Build Static Library with Position Independent Code: \n-- \n-- If something was not detected, although the libraries\n-- were installed, then make sure you have set the\n-- CMAKE_C_FLAGS and CMAKE_PREFIX_PATH CMake variables correctly.\n-- \n-- Configuring done (2.1s)\n-- Generating done (0.1s)\n-- Build files have been written to: /tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug\n$ \"cmake\" \"--build\" \"/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug\" \"--config\" \"Debug\" \"--parallel\" \"4\" \"--target\" \"faset_player\" \"faset_schema_exporter\"\n[0/2] Re-checking globbed directories...\nninja: no work to do.\nVerified schema/package cache hit: ff9aa7a9-74ef-4ce3-9665-cb058ba243d2\n", + "progress": 1.0, + "result": { + "build_directory": "/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug", + "configuration": "Debug", + "directory": "/tmp/faset-p1-workflows-20260924-3/project/.faset/cache/builds/ff9aa7a9-74ef-4ce3-9665-cb058ba243d2", + "fingerprint": "b71e7004692414d56802cc6bf6ca955241e14eb08c938a5cee1f086627c25c5b", + "generation": "ff9aa7a9-74ef-4ce3-9665-cb058ba243d2", + "generation_reused": true, + "lua_enabled": false, + "lua_fingerprint": "", + "phase_times_ms": { + "configure": 3434, + "native_build": 77, + "schema_package": 0, + "total": 10867 + }, + "player": "/tmp/faset-p1-workflows-20260924-3/project/.faset/cache/builds/ff9aa7a9-74ef-4ce3-9665-cb058ba243d2/faset_player", + "schema": "/tmp/faset-p1-workflows-20260924-3/project/.faset/cache/builds/ff9aa7a9-74ef-4ce3-9665-cb058ba243d2/schema.json", + "schema_cache_hit": true + }, + "stage": "Complete", + "state": "succeeded" +} diff --git a/docs/validation/p1-iteration-2026-09-24/raw/warm_unchanged_build-01.json b/docs/validation/p1-iteration-2026-09-24/raw/warm_unchanged_build-01.json new file mode 100644 index 0000000..2a100b2 --- /dev/null +++ b/docs/validation/p1-iteration-2026-09-24/raw/warm_unchanged_build-01.json @@ -0,0 +1,17 @@ +{ + "seconds": 10.919113234005636, + "returncode": 0, + "build_configuration": "Debug", + "source_hash": "5d419786a6861d7f14ed4eca54634694d8cd43be5dbbd60a2c6790db665c3a6a", + "command": [ + "/home/emil/Desktop/.worktrees/Faset_Engine-p1-p3/build/linux-debug/faset_editor", + "--project", + "/tmp/faset-p1-workflows-20260924-3/project", + "--command", + "{\"name\": \"faset_build\", \"arguments\": {}}", + "--wait" + ], + "stdout": "raw/warm_unchanged_build-01-stdout.txt", + "stderr": "raw/warm_unchanged_build-01-stderr.txt", + "peak_rss_kib": 34304 +} diff --git a/docs/validation/p1-iteration-2026-09-24/raw/warm_unchanged_build-02-memory.json b/docs/validation/p1-iteration-2026-09-24/raw/warm_unchanged_build-02-memory.json new file mode 100644 index 0000000..f28250e --- /dev/null +++ b/docs/validation/p1-iteration-2026-09-24/raw/warm_unchanged_build-02-memory.json @@ -0,0 +1 @@ +{"peak_rss_kib":34228} diff --git a/docs/validation/p1-iteration-2026-09-24/raw/warm_unchanged_build-02-stderr.txt b/docs/validation/p1-iteration-2026-09-24/raw/warm_unchanged_build-02-stderr.txt new file mode 100644 index 0000000..e69de29 diff --git a/docs/validation/p1-iteration-2026-09-24/raw/warm_unchanged_build-02-stdout.txt b/docs/validation/p1-iteration-2026-09-24/raw/warm_unchanged_build-02-stdout.txt new file mode 100644 index 0000000..266d1ba --- /dev/null +++ b/docs/validation/p1-iteration-2026-09-24/raw/warm_unchanged_build-02-stdout.txt @@ -0,0 +1,29 @@ +{ + "diagnostics": [], + "error": "", + "id": "bf9c1a3b-23c0-4d46-b063-ca31698b07eb", + "kind": "build", + "log": "$ \"cmake\" \"-S\" \"/home/emil/Desktop/.worktrees/Faset_Engine-p1-p3\" \"-B\" \"/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug\" \"-G\" \"Ninja\" \"-DCMAKE_BUILD_TYPE=Debug\" \"-DBUILD_TESTING=OFF\" \"-DFASET_BUILD_EDITOR=OFF\" \"-DFASET_BUILD_RENDERER=ON\" \"-DFASET_BUILD_RUNTIME=ON\" \"-DFASET_BUILD_ASSETS=ON\" \"-DFASET_GAMEPLAY_SOURCE_DIR=/tmp/faset-p1-workflows-20260924-3/project/.faset/cache/source-snapshots/bcd7892b1befc56ea9f2971271ee7b78dd33a74421e58f42d5a1fa4b5d84e04f/Scripts\" \"-DCMAKE_C_COMPILER=/usr/bin/clang\" \"-DCMAKE_CXX_COMPILER=/usr/bin/clang++\" \"-DCMAKE_BUILD_TYPE=Debug\" \"-DFASET_ENABLE_LUA=OFF\"\n-- Using the multi-header code from /tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/json-src/include/\n-- CMake C compiler: Clang\n-- CMake C++ compiler: Clang\n-- CMake system name: Linux\n-- CMake host system processor: x86_64\n-- Box2D using Unix\n-- CMake C compiler: Clang\n-- CMake C++ compiler: Clang\n-- CMake system name: Linux\n-- CMake host system processor: x86_64\n-- Box3D using Unix\n-- dynamic libasound -> libasound.so.2\n-- Checking for module 'jack'\n-- Package 'jack' not found\n-- Checking for module 'libpipewire-0.3>=0.3.44'\n-- Found libpipewire-0.3, version 1.6.2\n-- dynamic libpipewire-0.3 -> libpipewire-0.3.so.0\n-- Checking for module 'libpulse>=0.9.15'\n-- Found libpulse, version 17.0\n-- dynamic libpulse -> libpulse.so.0\n-- Checking for module 'sndio'\n-- Found sndio, version 1.10.0\n-- dynamic libsndio -> libsndio.so.7\n-- dynamic libX11 -> libX11.so.6\n-- dynamic libXext -> libXext.so.6\n-- dynamic libXcursor -> libXcursor.so.1\n-- dynamic libXi -> libXi.so.6\n-- dynamic libXfixes -> libXfixes.so.3\n-- dynamic libXrandr -> libXrandr.so.2\n-- dynamic libXrender -> libXrender.so.1\n-- dynamic libXss -> libXss.so.1\n-- Checking for module 'libdrm'\n-- Found libdrm, version 2.4.131\n-- Checking for module 'gbm'\n-- Found gbm, version 26.0.8-1ubuntu0.3\n-- dynamic libdrm -> libdrm.so.2\n-- dynamic libgbm -> libgbm.so.1\n-- Checking for modules 'wayland-client>=1.18;wayland-egl;wayland-cursor;egl;xkbcommon>=0.5.0'\n-- Found wayland-client, version 1.24.0\n-- Found wayland-egl, version 18.1.0\n-- Found wayland-cursor, version 1.24.0\n-- Found egl, version 1.5\n-- Found xkbcommon, version 1.13.1\n-- dynamic libwayland-client -> libwayland-client.so.0\n-- dynamic libwayland-egl -> libwayland-egl.so.1\n-- dynamic libwayland-cursor -> libwayland-cursor.so.0\n-- dynamic libxkbcommon -> libxkbcommon.so.0\n-- dynamic libdecor-0 -> libdecor-0.so.0\n-- dynamic libudev -> libudev.so.1\n-- Checking for one of the modules 'liburing-ffi'\n-- Checking for module 'libusb-1.0>=1.0.16'\n-- Package 'libusb-1.0' not found\n-- Could NOT find LibUSB (missing: LibUSB_LIBRARY LibUSB_INCLUDE_PATH) (found version \"LibUSB_VERSION-NOTFOUND\")\n-- \n-- SDL3 was configured with the following options:\n-- \n-- Platform: Linux-7.0.0-31-generic\n-- 64-bit: TRUE\n-- Compiler: /usr/bin/clang\n-- Revision: SDL3-3.2.20-HEAD-HASH-NOTFOUND\n-- Vendor: \n-- \n-- Subsystems:\n-- Audio: ON\n-- Video: ON\n-- GPU: ON\n-- Render: ON\n-- Camera: ON\n-- Joystick: ON\n-- Haptic: ON\n-- Hidapi: ON\n-- Power: ON\n-- Sensor: ON\n-- Dialog: ON\n-- \n-- Options:\n-- SDL_ALSA (Wanted: ON): ON\n-- SDL_ALSA_SHARED (Wanted: ON): ON\n-- SDL_ALTIVEC (Wanted: OFF): OFF\n-- SDL_ARMNEON (Wanted: OFF): OFF\n-- SDL_ASAN (Wanted: OFF): OFF\n-- SDL_ASSEMBLY (Wanted: ON): ON\n-- SDL_ASSERTIONS (Wanted: auto): auto\n-- SDL_AVX (Wanted: ON): ON\n-- SDL_AVX2 (Wanted: ON): ON\n-- SDL_AVX512F (Wanted: ON): ON\n-- SDL_BACKGROUNDING_SIGNAL (Wanted: OFF): OFF\n-- SDL_CCACHE (Wanted: OFF): OFF\n-- SDL_CLANG_TIDY (Wanted: OFF): OFF\n-- SDL_CLOCK_GETTIME (Wanted: ON): ON\n-- SDL_COCOA (Wanted: OFF): OFF\n-- SDL_DBUS (Wanted: ON): ON\n-- SDL_DEPS_SHARED (Wanted: ON): OFF\n-- SDL_DIRECTX (Wanted: OFF): OFF\n-- SDL_DISKAUDIO (Wanted: ON): ON\n-- SDL_DUMMYAUDIO (Wanted: ON): ON\n-- SDL_DUMMYCAMERA (Wanted: ON): ON\n-- SDL_DUMMYVIDEO (Wanted: ON): ON\n-- SDL_EXAMPLES (Wanted: OFF): OFF\n-- SDL_EXAMPLES_LINK_SHARED (Wanted: OFF): OFF\n-- SDL_FOREGROUNDING_SIGNAL (Wanted: OFF): OFF\n-- SDL_GCC_ATOMICS (Wanted: ON): ON\n-- SDL_GPU_DXVK (Wanted: OFF): OFF\n-- SDL_HIDAPI (Wanted: ON): ON\n-- SDL_HIDAPI_JOYSTICK (Wanted: ON): ON\n-- SDL_HIDAPI_LIBUSB (Wanted: ON): OFF\n-- SDL_HIDAPI_LIBUSB_SHARED (Wanted: ON): OFF\n-- SDL_IBUS (Wanted: ON): ON\n-- SDL_INSTALL (Wanted: OFF): OFF\n-- SDL_INSTALL_TESTS (Wanted: OFF): OFF\n-- SDL_JACK (Wanted: ON): OFF\n-- SDL_JACK_SHARED (Wanted: ON): OFF\n-- SDL_KMSDRM (Wanted: ON): ON\n-- SDL_KMSDRM_SHARED (Wanted: ON): ON\n-- SDL_LASX (Wanted: OFF): OFF\n-- SDL_LIBC (Wanted: ON): ON\n-- SDL_LIBICONV (Wanted: OFF): OFF\n-- SDL_LIBUDEV (Wanted: ON): ON\n-- SDL_LIBURING (Wanted: ON): OFF\n-- SDL_LSX (Wanted: OFF): OFF\n-- SDL_METAL (Wanted: OFF): OFF\n-- SDL_MMX (Wanted: ON): ON\n-- SDL_OFFSCREEN (Wanted: ON): ON\n-- SDL_OPENGL (Wanted: ON): ON\n-- SDL_OPENGLES (Wanted: ON): ON\n-- SDL_OPENVR (Wanted: OFF): OFF\n-- SDL_OSS (Wanted: OFF): OFF\n-- SDL_PIPEWIRE (Wanted: ON): ON\n-- SDL_PIPEWIRE_SHARED (Wanted: ON): ON\n-- SDL_PTHREADS (Wanted: ON): ON\n-- SDL_PTHREADS_SEM (Wanted: ON): ON\n-- SDL_PULSEAUDIO (Wanted: ON): ON\n-- SDL_PULSEAUDIO_SHARED (Wanted: ON): ON\n-- SDL_RENDER_D3D (Wanted: OFF): OFF\n-- SDL_RENDER_D3D11 (Wanted: OFF): OFF\n-- SDL_RENDER_D3D12 (Wanted: OFF): OFF\n-- SDL_RENDER_GPU (Wanted: ON): ON\n-- SDL_RENDER_METAL (Wanted: ON): OFF\n-- SDL_RENDER_VULKAN (Wanted: ON): ON\n-- SDL_ROCKCHIP (Wanted: OFF): OFF\n-- SDL_RPATH (Wanted: ON): OFF\n-- SDL_RPI (Wanted: OFF): OFF\n-- SDL_SNDIO (Wanted: ON): ON\n-- SDL_SNDIO_SHARED (Wanted: ON): ON\n-- SDL_SSE (Wanted: ON): ON\n-- SDL_SSE2 (Wanted: ON): ON\n-- SDL_SSE3 (Wanted: ON): ON\n-- SDL_SSE4_1 (Wanted: ON): ON\n-- SDL_SSE4_2 (Wanted: ON): ON\n-- SDL_SYSTEM_ICONV (Wanted: ON): ON\n-- SDL_TESTS (Wanted: OFF): OFF\n-- SDL_TESTS_LINK_SHARED (Wanted: OFF): OFF\n-- SDL_UNINSTALL (Wanted: OFF): OFF\n-- SDL_VIRTUAL_JOYSTICK (Wanted: ON): ON\n-- SDL_VIVANTE (Wanted: OFF): OFF\n-- SDL_VULKAN (Wanted: ON): ON\n-- SDL_WASAPI (Wanted: OFF): OFF\n-- SDL_WAYLAND (Wanted: ON): ON\n-- SDL_WAYLAND_LIBDECOR (Wanted: ON): ON\n-- SDL_WAYLAND_LIBDECOR_SHARED (Wanted: ON): ON\n-- SDL_WAYLAND_SHARED (Wanted: ON): ON\n-- SDL_X11 (Wanted: ON): ON\n-- SDL_X11_SHARED (Wanted: ON): ON\n-- SDL_X11_XCURSOR (Wanted: ON): ON\n-- SDL_X11_XDBE (Wanted: ON): ON\n-- SDL_X11_XFIXES (Wanted: ON): ON\n-- SDL_X11_XINPUT (Wanted: ON): ON\n-- SDL_X11_XRANDR (Wanted: ON): ON\n-- SDL_X11_XSCRNSAVER (Wanted: ON): ON\n-- SDL_X11_XSHAPE (Wanted: ON): ON\n-- SDL_X11_XSYNC (Wanted: ON): ON\n-- SDL_XINPUT (Wanted: OFF): OFF\n-- \n-- Build Shared Library: OFF\n-- Build Static Library: ON\n-- Build Static Library with Position Independent Code: \n-- \n-- If something was not detected, although the libraries\n-- were installed, then make sure you have set the\n-- CMAKE_C_FLAGS and CMAKE_PREFIX_PATH CMake variables correctly.\n-- \n-- Configuring done (2.0s)\n-- Generating done (0.1s)\n-- Build files have been written to: /tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug\n$ \"cmake\" \"--build\" \"/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug\" \"--config\" \"Debug\" \"--parallel\" \"4\" \"--target\" \"faset_player\" \"faset_schema_exporter\"\n[0/2] Re-checking globbed directories...\nninja: no work to do.\nVerified schema/package cache hit: ff9aa7a9-74ef-4ce3-9665-cb058ba243d2\n", + "progress": 1.0, + "result": { + "build_directory": "/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug", + "configuration": "Debug", + "directory": "/tmp/faset-p1-workflows-20260924-3/project/.faset/cache/builds/ff9aa7a9-74ef-4ce3-9665-cb058ba243d2", + "fingerprint": "b71e7004692414d56802cc6bf6ca955241e14eb08c938a5cee1f086627c25c5b", + "generation": "ff9aa7a9-74ef-4ce3-9665-cb058ba243d2", + "generation_reused": true, + "lua_enabled": false, + "lua_fingerprint": "", + "phase_times_ms": { + "configure": 3603, + "native_build": 76, + "schema_package": 0, + "total": 11494 + }, + "player": "/tmp/faset-p1-workflows-20260924-3/project/.faset/cache/builds/ff9aa7a9-74ef-4ce3-9665-cb058ba243d2/faset_player", + "schema": "/tmp/faset-p1-workflows-20260924-3/project/.faset/cache/builds/ff9aa7a9-74ef-4ce3-9665-cb058ba243d2/schema.json", + "schema_cache_hit": true + }, + "stage": "Complete", + "state": "succeeded" +} diff --git a/docs/validation/p1-iteration-2026-09-24/raw/warm_unchanged_build-02.json b/docs/validation/p1-iteration-2026-09-24/raw/warm_unchanged_build-02.json new file mode 100644 index 0000000..efc641c --- /dev/null +++ b/docs/validation/p1-iteration-2026-09-24/raw/warm_unchanged_build-02.json @@ -0,0 +1,17 @@ +{ + "seconds": 11.532686943013687, + "returncode": 0, + "build_configuration": "Debug", + "source_hash": "5d419786a6861d7f14ed4eca54634694d8cd43be5dbbd60a2c6790db665c3a6a", + "command": [ + "/home/emil/Desktop/.worktrees/Faset_Engine-p1-p3/build/linux-debug/faset_editor", + "--project", + "/tmp/faset-p1-workflows-20260924-3/project", + "--command", + "{\"name\": \"faset_build\", \"arguments\": {}}", + "--wait" + ], + "stdout": "raw/warm_unchanged_build-02-stdout.txt", + "stderr": "raw/warm_unchanged_build-02-stderr.txt", + "peak_rss_kib": 34228 +} diff --git a/docs/validation/p1-iteration-2026-09-24/raw/warm_unchanged_build-03-memory.json b/docs/validation/p1-iteration-2026-09-24/raw/warm_unchanged_build-03-memory.json new file mode 100644 index 0000000..d8524e3 --- /dev/null +++ b/docs/validation/p1-iteration-2026-09-24/raw/warm_unchanged_build-03-memory.json @@ -0,0 +1 @@ +{"peak_rss_kib":34180} diff --git a/docs/validation/p1-iteration-2026-09-24/raw/warm_unchanged_build-03-stderr.txt b/docs/validation/p1-iteration-2026-09-24/raw/warm_unchanged_build-03-stderr.txt new file mode 100644 index 0000000..e69de29 diff --git a/docs/validation/p1-iteration-2026-09-24/raw/warm_unchanged_build-03-stdout.txt b/docs/validation/p1-iteration-2026-09-24/raw/warm_unchanged_build-03-stdout.txt new file mode 100644 index 0000000..065b5ac --- /dev/null +++ b/docs/validation/p1-iteration-2026-09-24/raw/warm_unchanged_build-03-stdout.txt @@ -0,0 +1,29 @@ +{ + "diagnostics": [], + "error": "", + "id": "b4880be2-3805-4c78-9a10-c396d2db2446", + "kind": "build", + "log": "$ \"cmake\" \"-S\" \"/home/emil/Desktop/.worktrees/Faset_Engine-p1-p3\" \"-B\" \"/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug\" \"-G\" \"Ninja\" \"-DCMAKE_BUILD_TYPE=Debug\" \"-DBUILD_TESTING=OFF\" \"-DFASET_BUILD_EDITOR=OFF\" \"-DFASET_BUILD_RENDERER=ON\" \"-DFASET_BUILD_RUNTIME=ON\" \"-DFASET_BUILD_ASSETS=ON\" \"-DFASET_GAMEPLAY_SOURCE_DIR=/tmp/faset-p1-workflows-20260924-3/project/.faset/cache/source-snapshots/bcd7892b1befc56ea9f2971271ee7b78dd33a74421e58f42d5a1fa4b5d84e04f/Scripts\" \"-DCMAKE_C_COMPILER=/usr/bin/clang\" \"-DCMAKE_CXX_COMPILER=/usr/bin/clang++\" \"-DCMAKE_BUILD_TYPE=Debug\" \"-DFASET_ENABLE_LUA=OFF\"\n-- Using the multi-header code from /tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/json-src/include/\n-- CMake C compiler: Clang\n-- CMake C++ compiler: Clang\n-- CMake system name: Linux\n-- CMake host system processor: x86_64\n-- Box2D using Unix\n-- CMake C compiler: Clang\n-- CMake C++ compiler: Clang\n-- CMake system name: Linux\n-- CMake host system processor: x86_64\n-- Box3D using Unix\n-- dynamic libasound -> libasound.so.2\n-- Checking for module 'jack'\n-- Package 'jack' not found\n-- Checking for module 'libpipewire-0.3>=0.3.44'\n-- Found libpipewire-0.3, version 1.6.2\n-- dynamic libpipewire-0.3 -> libpipewire-0.3.so.0\n-- Checking for module 'libpulse>=0.9.15'\n-- Found libpulse, version 17.0\n-- dynamic libpulse -> libpulse.so.0\n-- Checking for module 'sndio'\n-- Found sndio, version 1.10.0\n-- dynamic libsndio -> libsndio.so.7\n-- dynamic libX11 -> libX11.so.6\n-- dynamic libXext -> libXext.so.6\n-- dynamic libXcursor -> libXcursor.so.1\n-- dynamic libXi -> libXi.so.6\n-- dynamic libXfixes -> libXfixes.so.3\n-- dynamic libXrandr -> libXrandr.so.2\n-- dynamic libXrender -> libXrender.so.1\n-- dynamic libXss -> libXss.so.1\n-- Checking for module 'libdrm'\n-- Found libdrm, version 2.4.131\n-- Checking for module 'gbm'\n-- Found gbm, version 26.0.8-1ubuntu0.3\n-- dynamic libdrm -> libdrm.so.2\n-- dynamic libgbm -> libgbm.so.1\n-- Checking for modules 'wayland-client>=1.18;wayland-egl;wayland-cursor;egl;xkbcommon>=0.5.0'\n-- Found wayland-client, version 1.24.0\n-- Found wayland-egl, version 18.1.0\n-- Found wayland-cursor, version 1.24.0\n-- Found egl, version 1.5\n-- Found xkbcommon, version 1.13.1\n-- dynamic libwayland-client -> libwayland-client.so.0\n-- dynamic libwayland-egl -> libwayland-egl.so.1\n-- dynamic libwayland-cursor -> libwayland-cursor.so.0\n-- dynamic libxkbcommon -> libxkbcommon.so.0\n-- dynamic libdecor-0 -> libdecor-0.so.0\n-- dynamic libudev -> libudev.so.1\n-- Checking for one of the modules 'liburing-ffi'\n-- Checking for module 'libusb-1.0>=1.0.16'\n-- Package 'libusb-1.0' not found\n-- Could NOT find LibUSB (missing: LibUSB_LIBRARY LibUSB_INCLUDE_PATH) (found version \"LibUSB_VERSION-NOTFOUND\")\n-- \n-- SDL3 was configured with the following options:\n-- \n-- Platform: Linux-7.0.0-31-generic\n-- 64-bit: TRUE\n-- Compiler: /usr/bin/clang\n-- Revision: SDL3-3.2.20-HEAD-HASH-NOTFOUND\n-- Vendor: \n-- \n-- Subsystems:\n-- Audio: ON\n-- Video: ON\n-- GPU: ON\n-- Render: ON\n-- Camera: ON\n-- Joystick: ON\n-- Haptic: ON\n-- Hidapi: ON\n-- Power: ON\n-- Sensor: ON\n-- Dialog: ON\n-- \n-- Options:\n-- SDL_ALSA (Wanted: ON): ON\n-- SDL_ALSA_SHARED (Wanted: ON): ON\n-- SDL_ALTIVEC (Wanted: OFF): OFF\n-- SDL_ARMNEON (Wanted: OFF): OFF\n-- SDL_ASAN (Wanted: OFF): OFF\n-- SDL_ASSEMBLY (Wanted: ON): ON\n-- SDL_ASSERTIONS (Wanted: auto): auto\n-- SDL_AVX (Wanted: ON): ON\n-- SDL_AVX2 (Wanted: ON): ON\n-- SDL_AVX512F (Wanted: ON): ON\n-- SDL_BACKGROUNDING_SIGNAL (Wanted: OFF): OFF\n-- SDL_CCACHE (Wanted: OFF): OFF\n-- SDL_CLANG_TIDY (Wanted: OFF): OFF\n-- SDL_CLOCK_GETTIME (Wanted: ON): ON\n-- SDL_COCOA (Wanted: OFF): OFF\n-- SDL_DBUS (Wanted: ON): ON\n-- SDL_DEPS_SHARED (Wanted: ON): OFF\n-- SDL_DIRECTX (Wanted: OFF): OFF\n-- SDL_DISKAUDIO (Wanted: ON): ON\n-- SDL_DUMMYAUDIO (Wanted: ON): ON\n-- SDL_DUMMYCAMERA (Wanted: ON): ON\n-- SDL_DUMMYVIDEO (Wanted: ON): ON\n-- SDL_EXAMPLES (Wanted: OFF): OFF\n-- SDL_EXAMPLES_LINK_SHARED (Wanted: OFF): OFF\n-- SDL_FOREGROUNDING_SIGNAL (Wanted: OFF): OFF\n-- SDL_GCC_ATOMICS (Wanted: ON): ON\n-- SDL_GPU_DXVK (Wanted: OFF): OFF\n-- SDL_HIDAPI (Wanted: ON): ON\n-- SDL_HIDAPI_JOYSTICK (Wanted: ON): ON\n-- SDL_HIDAPI_LIBUSB (Wanted: ON): OFF\n-- SDL_HIDAPI_LIBUSB_SHARED (Wanted: ON): OFF\n-- SDL_IBUS (Wanted: ON): ON\n-- SDL_INSTALL (Wanted: OFF): OFF\n-- SDL_INSTALL_TESTS (Wanted: OFF): OFF\n-- SDL_JACK (Wanted: ON): OFF\n-- SDL_JACK_SHARED (Wanted: ON): OFF\n-- SDL_KMSDRM (Wanted: ON): ON\n-- SDL_KMSDRM_SHARED (Wanted: ON): ON\n-- SDL_LASX (Wanted: OFF): OFF\n-- SDL_LIBC (Wanted: ON): ON\n-- SDL_LIBICONV (Wanted: OFF): OFF\n-- SDL_LIBUDEV (Wanted: ON): ON\n-- SDL_LIBURING (Wanted: ON): OFF\n-- SDL_LSX (Wanted: OFF): OFF\n-- SDL_METAL (Wanted: OFF): OFF\n-- SDL_MMX (Wanted: ON): ON\n-- SDL_OFFSCREEN (Wanted: ON): ON\n-- SDL_OPENGL (Wanted: ON): ON\n-- SDL_OPENGLES (Wanted: ON): ON\n-- SDL_OPENVR (Wanted: OFF): OFF\n-- SDL_OSS (Wanted: OFF): OFF\n-- SDL_PIPEWIRE (Wanted: ON): ON\n-- SDL_PIPEWIRE_SHARED (Wanted: ON): ON\n-- SDL_PTHREADS (Wanted: ON): ON\n-- SDL_PTHREADS_SEM (Wanted: ON): ON\n-- SDL_PULSEAUDIO (Wanted: ON): ON\n-- SDL_PULSEAUDIO_SHARED (Wanted: ON): ON\n-- SDL_RENDER_D3D (Wanted: OFF): OFF\n-- SDL_RENDER_D3D11 (Wanted: OFF): OFF\n-- SDL_RENDER_D3D12 (Wanted: OFF): OFF\n-- SDL_RENDER_GPU (Wanted: ON): ON\n-- SDL_RENDER_METAL (Wanted: ON): OFF\n-- SDL_RENDER_VULKAN (Wanted: ON): ON\n-- SDL_ROCKCHIP (Wanted: OFF): OFF\n-- SDL_RPATH (Wanted: ON): OFF\n-- SDL_RPI (Wanted: OFF): OFF\n-- SDL_SNDIO (Wanted: ON): ON\n-- SDL_SNDIO_SHARED (Wanted: ON): ON\n-- SDL_SSE (Wanted: ON): ON\n-- SDL_SSE2 (Wanted: ON): ON\n-- SDL_SSE3 (Wanted: ON): ON\n-- SDL_SSE4_1 (Wanted: ON): ON\n-- SDL_SSE4_2 (Wanted: ON): ON\n-- SDL_SYSTEM_ICONV (Wanted: ON): ON\n-- SDL_TESTS (Wanted: OFF): OFF\n-- SDL_TESTS_LINK_SHARED (Wanted: OFF): OFF\n-- SDL_UNINSTALL (Wanted: OFF): OFF\n-- SDL_VIRTUAL_JOYSTICK (Wanted: ON): ON\n-- SDL_VIVANTE (Wanted: OFF): OFF\n-- SDL_VULKAN (Wanted: ON): ON\n-- SDL_WASAPI (Wanted: OFF): OFF\n-- SDL_WAYLAND (Wanted: ON): ON\n-- SDL_WAYLAND_LIBDECOR (Wanted: ON): ON\n-- SDL_WAYLAND_LIBDECOR_SHARED (Wanted: ON): ON\n-- SDL_WAYLAND_SHARED (Wanted: ON): ON\n-- SDL_X11 (Wanted: ON): ON\n-- SDL_X11_SHARED (Wanted: ON): ON\n-- SDL_X11_XCURSOR (Wanted: ON): ON\n-- SDL_X11_XDBE (Wanted: ON): ON\n-- SDL_X11_XFIXES (Wanted: ON): ON\n-- SDL_X11_XINPUT (Wanted: ON): ON\n-- SDL_X11_XRANDR (Wanted: ON): ON\n-- SDL_X11_XSCRNSAVER (Wanted: ON): ON\n-- SDL_X11_XSHAPE (Wanted: ON): ON\n-- SDL_X11_XSYNC (Wanted: ON): ON\n-- SDL_XINPUT (Wanted: OFF): OFF\n-- \n-- Build Shared Library: OFF\n-- Build Static Library: ON\n-- Build Static Library with Position Independent Code: \n-- \n-- If something was not detected, although the libraries\n-- were installed, then make sure you have set the\n-- CMAKE_C_FLAGS and CMAKE_PREFIX_PATH CMake variables correctly.\n-- \n-- Configuring done (2.0s)\n-- Generating done (0.1s)\n-- Build files have been written to: /tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug\n$ \"cmake\" \"--build\" \"/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug\" \"--config\" \"Debug\" \"--parallel\" \"4\" \"--target\" \"faset_player\" \"faset_schema_exporter\"\n[0/2] Re-checking globbed directories...\nninja: no work to do.\nVerified schema/package cache hit: ff9aa7a9-74ef-4ce3-9665-cb058ba243d2\n", + "progress": 1.0, + "result": { + "build_directory": "/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug", + "configuration": "Debug", + "directory": "/tmp/faset-p1-workflows-20260924-3/project/.faset/cache/builds/ff9aa7a9-74ef-4ce3-9665-cb058ba243d2", + "fingerprint": "b71e7004692414d56802cc6bf6ca955241e14eb08c938a5cee1f086627c25c5b", + "generation": "ff9aa7a9-74ef-4ce3-9665-cb058ba243d2", + "generation_reused": true, + "lua_enabled": false, + "lua_fingerprint": "", + "phase_times_ms": { + "configure": 3468, + "native_build": 61, + "schema_package": 0, + "total": 11316 + }, + "player": "/tmp/faset-p1-workflows-20260924-3/project/.faset/cache/builds/ff9aa7a9-74ef-4ce3-9665-cb058ba243d2/faset_player", + "schema": "/tmp/faset-p1-workflows-20260924-3/project/.faset/cache/builds/ff9aa7a9-74ef-4ce3-9665-cb058ba243d2/schema.json", + "schema_cache_hit": true + }, + "stage": "Complete", + "state": "succeeded" +} diff --git a/docs/validation/p1-iteration-2026-09-24/raw/warm_unchanged_build-03.json b/docs/validation/p1-iteration-2026-09-24/raw/warm_unchanged_build-03.json new file mode 100644 index 0000000..096189e --- /dev/null +++ b/docs/validation/p1-iteration-2026-09-24/raw/warm_unchanged_build-03.json @@ -0,0 +1,17 @@ +{ + "seconds": 11.354777691012714, + "returncode": 0, + "build_configuration": "Debug", + "source_hash": "5d419786a6861d7f14ed4eca54634694d8cd43be5dbbd60a2c6790db665c3a6a", + "command": [ + "/home/emil/Desktop/.worktrees/Faset_Engine-p1-p3/build/linux-debug/faset_editor", + "--project", + "/tmp/faset-p1-workflows-20260924-3/project", + "--command", + "{\"name\": \"faset_build\", \"arguments\": {}}", + "--wait" + ], + "stdout": "raw/warm_unchanged_build-03-stdout.txt", + "stderr": "raw/warm_unchanged_build-03-stderr.txt", + "peak_rss_kib": 34180 +} diff --git a/docs/validation/p1-iteration-2026-09-24/raw/warm_unchanged_build-04-memory.json b/docs/validation/p1-iteration-2026-09-24/raw/warm_unchanged_build-04-memory.json new file mode 100644 index 0000000..b904cff --- /dev/null +++ b/docs/validation/p1-iteration-2026-09-24/raw/warm_unchanged_build-04-memory.json @@ -0,0 +1 @@ +{"peak_rss_kib":34124} diff --git a/docs/validation/p1-iteration-2026-09-24/raw/warm_unchanged_build-04-stderr.txt b/docs/validation/p1-iteration-2026-09-24/raw/warm_unchanged_build-04-stderr.txt new file mode 100644 index 0000000..e69de29 diff --git a/docs/validation/p1-iteration-2026-09-24/raw/warm_unchanged_build-04-stdout.txt b/docs/validation/p1-iteration-2026-09-24/raw/warm_unchanged_build-04-stdout.txt new file mode 100644 index 0000000..1dd950a --- /dev/null +++ b/docs/validation/p1-iteration-2026-09-24/raw/warm_unchanged_build-04-stdout.txt @@ -0,0 +1,29 @@ +{ + "diagnostics": [], + "error": "", + "id": "ca173087-62d5-4b47-9bd1-7dd9aff79929", + "kind": "build", + "log": "$ \"cmake\" \"-S\" \"/home/emil/Desktop/.worktrees/Faset_Engine-p1-p3\" \"-B\" \"/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug\" \"-G\" \"Ninja\" \"-DCMAKE_BUILD_TYPE=Debug\" \"-DBUILD_TESTING=OFF\" \"-DFASET_BUILD_EDITOR=OFF\" \"-DFASET_BUILD_RENDERER=ON\" \"-DFASET_BUILD_RUNTIME=ON\" \"-DFASET_BUILD_ASSETS=ON\" \"-DFASET_GAMEPLAY_SOURCE_DIR=/tmp/faset-p1-workflows-20260924-3/project/.faset/cache/source-snapshots/bcd7892b1befc56ea9f2971271ee7b78dd33a74421e58f42d5a1fa4b5d84e04f/Scripts\" \"-DCMAKE_C_COMPILER=/usr/bin/clang\" \"-DCMAKE_CXX_COMPILER=/usr/bin/clang++\" \"-DCMAKE_BUILD_TYPE=Debug\" \"-DFASET_ENABLE_LUA=OFF\"\n-- Using the multi-header code from /tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/json-src/include/\n-- CMake C compiler: Clang\n-- CMake C++ compiler: Clang\n-- CMake system name: Linux\n-- CMake host system processor: x86_64\n-- Box2D using Unix\n-- CMake C compiler: Clang\n-- CMake C++ compiler: Clang\n-- CMake system name: Linux\n-- CMake host system processor: x86_64\n-- Box3D using Unix\n-- dynamic libasound -> libasound.so.2\n-- Checking for module 'jack'\n-- Package 'jack' not found\n-- Checking for module 'libpipewire-0.3>=0.3.44'\n-- Found libpipewire-0.3, version 1.6.2\n-- dynamic libpipewire-0.3 -> libpipewire-0.3.so.0\n-- Checking for module 'libpulse>=0.9.15'\n-- Found libpulse, version 17.0\n-- dynamic libpulse -> libpulse.so.0\n-- Checking for module 'sndio'\n-- Found sndio, version 1.10.0\n-- dynamic libsndio -> libsndio.so.7\n-- dynamic libX11 -> libX11.so.6\n-- dynamic libXext -> libXext.so.6\n-- dynamic libXcursor -> libXcursor.so.1\n-- dynamic libXi -> libXi.so.6\n-- dynamic libXfixes -> libXfixes.so.3\n-- dynamic libXrandr -> libXrandr.so.2\n-- dynamic libXrender -> libXrender.so.1\n-- dynamic libXss -> libXss.so.1\n-- Checking for module 'libdrm'\n-- Found libdrm, version 2.4.131\n-- Checking for module 'gbm'\n-- Found gbm, version 26.0.8-1ubuntu0.3\n-- dynamic libdrm -> libdrm.so.2\n-- dynamic libgbm -> libgbm.so.1\n-- Checking for modules 'wayland-client>=1.18;wayland-egl;wayland-cursor;egl;xkbcommon>=0.5.0'\n-- Found wayland-client, version 1.24.0\n-- Found wayland-egl, version 18.1.0\n-- Found wayland-cursor, version 1.24.0\n-- Found egl, version 1.5\n-- Found xkbcommon, version 1.13.1\n-- dynamic libwayland-client -> libwayland-client.so.0\n-- dynamic libwayland-egl -> libwayland-egl.so.1\n-- dynamic libwayland-cursor -> libwayland-cursor.so.0\n-- dynamic libxkbcommon -> libxkbcommon.so.0\n-- dynamic libdecor-0 -> libdecor-0.so.0\n-- dynamic libudev -> libudev.so.1\n-- Checking for one of the modules 'liburing-ffi'\n-- Checking for module 'libusb-1.0>=1.0.16'\n-- Package 'libusb-1.0' not found\n-- Could NOT find LibUSB (missing: LibUSB_LIBRARY LibUSB_INCLUDE_PATH) (found version \"LibUSB_VERSION-NOTFOUND\")\n-- \n-- SDL3 was configured with the following options:\n-- \n-- Platform: Linux-7.0.0-31-generic\n-- 64-bit: TRUE\n-- Compiler: /usr/bin/clang\n-- Revision: SDL3-3.2.20-HEAD-HASH-NOTFOUND\n-- Vendor: \n-- \n-- Subsystems:\n-- Audio: ON\n-- Video: ON\n-- GPU: ON\n-- Render: ON\n-- Camera: ON\n-- Joystick: ON\n-- Haptic: ON\n-- Hidapi: ON\n-- Power: ON\n-- Sensor: ON\n-- Dialog: ON\n-- \n-- Options:\n-- SDL_ALSA (Wanted: ON): ON\n-- SDL_ALSA_SHARED (Wanted: ON): ON\n-- SDL_ALTIVEC (Wanted: OFF): OFF\n-- SDL_ARMNEON (Wanted: OFF): OFF\n-- SDL_ASAN (Wanted: OFF): OFF\n-- SDL_ASSEMBLY (Wanted: ON): ON\n-- SDL_ASSERTIONS (Wanted: auto): auto\n-- SDL_AVX (Wanted: ON): ON\n-- SDL_AVX2 (Wanted: ON): ON\n-- SDL_AVX512F (Wanted: ON): ON\n-- SDL_BACKGROUNDING_SIGNAL (Wanted: OFF): OFF\n-- SDL_CCACHE (Wanted: OFF): OFF\n-- SDL_CLANG_TIDY (Wanted: OFF): OFF\n-- SDL_CLOCK_GETTIME (Wanted: ON): ON\n-- SDL_COCOA (Wanted: OFF): OFF\n-- SDL_DBUS (Wanted: ON): ON\n-- SDL_DEPS_SHARED (Wanted: ON): OFF\n-- SDL_DIRECTX (Wanted: OFF): OFF\n-- SDL_DISKAUDIO (Wanted: ON): ON\n-- SDL_DUMMYAUDIO (Wanted: ON): ON\n-- SDL_DUMMYCAMERA (Wanted: ON): ON\n-- SDL_DUMMYVIDEO (Wanted: ON): ON\n-- SDL_EXAMPLES (Wanted: OFF): OFF\n-- SDL_EXAMPLES_LINK_SHARED (Wanted: OFF): OFF\n-- SDL_FOREGROUNDING_SIGNAL (Wanted: OFF): OFF\n-- SDL_GCC_ATOMICS (Wanted: ON): ON\n-- SDL_GPU_DXVK (Wanted: OFF): OFF\n-- SDL_HIDAPI (Wanted: ON): ON\n-- SDL_HIDAPI_JOYSTICK (Wanted: ON): ON\n-- SDL_HIDAPI_LIBUSB (Wanted: ON): OFF\n-- SDL_HIDAPI_LIBUSB_SHARED (Wanted: ON): OFF\n-- SDL_IBUS (Wanted: ON): ON\n-- SDL_INSTALL (Wanted: OFF): OFF\n-- SDL_INSTALL_TESTS (Wanted: OFF): OFF\n-- SDL_JACK (Wanted: ON): OFF\n-- SDL_JACK_SHARED (Wanted: ON): OFF\n-- SDL_KMSDRM (Wanted: ON): ON\n-- SDL_KMSDRM_SHARED (Wanted: ON): ON\n-- SDL_LASX (Wanted: OFF): OFF\n-- SDL_LIBC (Wanted: ON): ON\n-- SDL_LIBICONV (Wanted: OFF): OFF\n-- SDL_LIBUDEV (Wanted: ON): ON\n-- SDL_LIBURING (Wanted: ON): OFF\n-- SDL_LSX (Wanted: OFF): OFF\n-- SDL_METAL (Wanted: OFF): OFF\n-- SDL_MMX (Wanted: ON): ON\n-- SDL_OFFSCREEN (Wanted: ON): ON\n-- SDL_OPENGL (Wanted: ON): ON\n-- SDL_OPENGLES (Wanted: ON): ON\n-- SDL_OPENVR (Wanted: OFF): OFF\n-- SDL_OSS (Wanted: OFF): OFF\n-- SDL_PIPEWIRE (Wanted: ON): ON\n-- SDL_PIPEWIRE_SHARED (Wanted: ON): ON\n-- SDL_PTHREADS (Wanted: ON): ON\n-- SDL_PTHREADS_SEM (Wanted: ON): ON\n-- SDL_PULSEAUDIO (Wanted: ON): ON\n-- SDL_PULSEAUDIO_SHARED (Wanted: ON): ON\n-- SDL_RENDER_D3D (Wanted: OFF): OFF\n-- SDL_RENDER_D3D11 (Wanted: OFF): OFF\n-- SDL_RENDER_D3D12 (Wanted: OFF): OFF\n-- SDL_RENDER_GPU (Wanted: ON): ON\n-- SDL_RENDER_METAL (Wanted: ON): OFF\n-- SDL_RENDER_VULKAN (Wanted: ON): ON\n-- SDL_ROCKCHIP (Wanted: OFF): OFF\n-- SDL_RPATH (Wanted: ON): OFF\n-- SDL_RPI (Wanted: OFF): OFF\n-- SDL_SNDIO (Wanted: ON): ON\n-- SDL_SNDIO_SHARED (Wanted: ON): ON\n-- SDL_SSE (Wanted: ON): ON\n-- SDL_SSE2 (Wanted: ON): ON\n-- SDL_SSE3 (Wanted: ON): ON\n-- SDL_SSE4_1 (Wanted: ON): ON\n-- SDL_SSE4_2 (Wanted: ON): ON\n-- SDL_SYSTEM_ICONV (Wanted: ON): ON\n-- SDL_TESTS (Wanted: OFF): OFF\n-- SDL_TESTS_LINK_SHARED (Wanted: OFF): OFF\n-- SDL_UNINSTALL (Wanted: OFF): OFF\n-- SDL_VIRTUAL_JOYSTICK (Wanted: ON): ON\n-- SDL_VIVANTE (Wanted: OFF): OFF\n-- SDL_VULKAN (Wanted: ON): ON\n-- SDL_WASAPI (Wanted: OFF): OFF\n-- SDL_WAYLAND (Wanted: ON): ON\n-- SDL_WAYLAND_LIBDECOR (Wanted: ON): ON\n-- SDL_WAYLAND_LIBDECOR_SHARED (Wanted: ON): ON\n-- SDL_WAYLAND_SHARED (Wanted: ON): ON\n-- SDL_X11 (Wanted: ON): ON\n-- SDL_X11_SHARED (Wanted: ON): ON\n-- SDL_X11_XCURSOR (Wanted: ON): ON\n-- SDL_X11_XDBE (Wanted: ON): ON\n-- SDL_X11_XFIXES (Wanted: ON): ON\n-- SDL_X11_XINPUT (Wanted: ON): ON\n-- SDL_X11_XRANDR (Wanted: ON): ON\n-- SDL_X11_XSCRNSAVER (Wanted: ON): ON\n-- SDL_X11_XSHAPE (Wanted: ON): ON\n-- SDL_X11_XSYNC (Wanted: ON): ON\n-- SDL_XINPUT (Wanted: OFF): OFF\n-- \n-- Build Shared Library: OFF\n-- Build Static Library: ON\n-- Build Static Library with Position Independent Code: \n-- \n-- If something was not detected, although the libraries\n-- were installed, then make sure you have set the\n-- CMAKE_C_FLAGS and CMAKE_PREFIX_PATH CMake variables correctly.\n-- \n-- Configuring done (2.5s)\n-- Generating done (0.2s)\n-- Build files have been written to: /tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug\n$ \"cmake\" \"--build\" \"/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug\" \"--config\" \"Debug\" \"--parallel\" \"4\" \"--target\" \"faset_player\" \"faset_schema_exporter\"\n[0/2] Re-checking globbed directories...\nninja: no work to do.\nVerified schema/package cache hit: ff9aa7a9-74ef-4ce3-9665-cb058ba243d2\n", + "progress": 1.0, + "result": { + "build_directory": "/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug", + "configuration": "Debug", + "directory": "/tmp/faset-p1-workflows-20260924-3/project/.faset/cache/builds/ff9aa7a9-74ef-4ce3-9665-cb058ba243d2", + "fingerprint": "b71e7004692414d56802cc6bf6ca955241e14eb08c938a5cee1f086627c25c5b", + "generation": "ff9aa7a9-74ef-4ce3-9665-cb058ba243d2", + "generation_reused": true, + "lua_enabled": false, + "lua_fingerprint": "", + "phase_times_ms": { + "configure": 4256, + "native_build": 108, + "schema_package": 0, + "total": 12875 + }, + "player": "/tmp/faset-p1-workflows-20260924-3/project/.faset/cache/builds/ff9aa7a9-74ef-4ce3-9665-cb058ba243d2/faset_player", + "schema": "/tmp/faset-p1-workflows-20260924-3/project/.faset/cache/builds/ff9aa7a9-74ef-4ce3-9665-cb058ba243d2/schema.json", + "schema_cache_hit": true + }, + "stage": "Complete", + "state": "succeeded" +} diff --git a/docs/validation/p1-iteration-2026-09-24/raw/warm_unchanged_build-04.json b/docs/validation/p1-iteration-2026-09-24/raw/warm_unchanged_build-04.json new file mode 100644 index 0000000..1622c48 --- /dev/null +++ b/docs/validation/p1-iteration-2026-09-24/raw/warm_unchanged_build-04.json @@ -0,0 +1,17 @@ +{ + "seconds": 12.922447588003706, + "returncode": 0, + "build_configuration": "Debug", + "source_hash": "5d419786a6861d7f14ed4eca54634694d8cd43be5dbbd60a2c6790db665c3a6a", + "command": [ + "/home/emil/Desktop/.worktrees/Faset_Engine-p1-p3/build/linux-debug/faset_editor", + "--project", + "/tmp/faset-p1-workflows-20260924-3/project", + "--command", + "{\"name\": \"faset_build\", \"arguments\": {}}", + "--wait" + ], + "stdout": "raw/warm_unchanged_build-04-stdout.txt", + "stderr": "raw/warm_unchanged_build-04-stderr.txt", + "peak_rss_kib": 34124 +} diff --git a/docs/validation/p1-iteration-2026-09-24/raw/warm_unchanged_build-05-memory.json b/docs/validation/p1-iteration-2026-09-24/raw/warm_unchanged_build-05-memory.json new file mode 100644 index 0000000..6c170f6 --- /dev/null +++ b/docs/validation/p1-iteration-2026-09-24/raw/warm_unchanged_build-05-memory.json @@ -0,0 +1 @@ +{"peak_rss_kib":33696} diff --git a/docs/validation/p1-iteration-2026-09-24/raw/warm_unchanged_build-05-stderr.txt b/docs/validation/p1-iteration-2026-09-24/raw/warm_unchanged_build-05-stderr.txt new file mode 100644 index 0000000..e69de29 diff --git a/docs/validation/p1-iteration-2026-09-24/raw/warm_unchanged_build-05-stdout.txt b/docs/validation/p1-iteration-2026-09-24/raw/warm_unchanged_build-05-stdout.txt new file mode 100644 index 0000000..7b5bfdf --- /dev/null +++ b/docs/validation/p1-iteration-2026-09-24/raw/warm_unchanged_build-05-stdout.txt @@ -0,0 +1,29 @@ +{ + "diagnostics": [], + "error": "", + "id": "9c4f685b-d390-40a4-8dbe-97014db0233c", + "kind": "build", + "log": "$ \"cmake\" \"-S\" \"/home/emil/Desktop/.worktrees/Faset_Engine-p1-p3\" \"-B\" \"/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug\" \"-G\" \"Ninja\" \"-DCMAKE_BUILD_TYPE=Debug\" \"-DBUILD_TESTING=OFF\" \"-DFASET_BUILD_EDITOR=OFF\" \"-DFASET_BUILD_RENDERER=ON\" \"-DFASET_BUILD_RUNTIME=ON\" \"-DFASET_BUILD_ASSETS=ON\" \"-DFASET_GAMEPLAY_SOURCE_DIR=/tmp/faset-p1-workflows-20260924-3/project/.faset/cache/source-snapshots/bcd7892b1befc56ea9f2971271ee7b78dd33a74421e58f42d5a1fa4b5d84e04f/Scripts\" \"-DCMAKE_C_COMPILER=/usr/bin/clang\" \"-DCMAKE_CXX_COMPILER=/usr/bin/clang++\" \"-DCMAKE_BUILD_TYPE=Debug\" \"-DFASET_ENABLE_LUA=OFF\"\n-- Using the multi-header code from /tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/json-src/include/\n-- CMake C compiler: Clang\n-- CMake C++ compiler: Clang\n-- CMake system name: Linux\n-- CMake host system processor: x86_64\n-- Box2D using Unix\n-- CMake C compiler: Clang\n-- CMake C++ compiler: Clang\n-- CMake system name: Linux\n-- CMake host system processor: x86_64\n-- Box3D using Unix\n-- dynamic libasound -> libasound.so.2\n-- Checking for module 'jack'\n-- Package 'jack' not found\n-- Checking for module 'libpipewire-0.3>=0.3.44'\n-- Found libpipewire-0.3, version 1.6.2\n-- dynamic libpipewire-0.3 -> libpipewire-0.3.so.0\n-- Checking for module 'libpulse>=0.9.15'\n-- Found libpulse, version 17.0\n-- dynamic libpulse -> libpulse.so.0\n-- Checking for module 'sndio'\n-- Found sndio, version 1.10.0\n-- dynamic libsndio -> libsndio.so.7\n-- dynamic libX11 -> libX11.so.6\n-- dynamic libXext -> libXext.so.6\n-- dynamic libXcursor -> libXcursor.so.1\n-- dynamic libXi -> libXi.so.6\n-- dynamic libXfixes -> libXfixes.so.3\n-- dynamic libXrandr -> libXrandr.so.2\n-- dynamic libXrender -> libXrender.so.1\n-- dynamic libXss -> libXss.so.1\n-- Checking for module 'libdrm'\n-- Found libdrm, version 2.4.131\n-- Checking for module 'gbm'\n-- Found gbm, version 26.0.8-1ubuntu0.3\n-- dynamic libdrm -> libdrm.so.2\n-- dynamic libgbm -> libgbm.so.1\n-- Checking for modules 'wayland-client>=1.18;wayland-egl;wayland-cursor;egl;xkbcommon>=0.5.0'\n-- Found wayland-client, version 1.24.0\n-- Found wayland-egl, version 18.1.0\n-- Found wayland-cursor, version 1.24.0\n-- Found egl, version 1.5\n-- Found xkbcommon, version 1.13.1\n-- dynamic libwayland-client -> libwayland-client.so.0\n-- dynamic libwayland-egl -> libwayland-egl.so.1\n-- dynamic libwayland-cursor -> libwayland-cursor.so.0\n-- dynamic libxkbcommon -> libxkbcommon.so.0\n-- dynamic libdecor-0 -> libdecor-0.so.0\n-- dynamic libudev -> libudev.so.1\n-- Checking for one of the modules 'liburing-ffi'\n-- Checking for module 'libusb-1.0>=1.0.16'\n-- Package 'libusb-1.0' not found\n-- Could NOT find LibUSB (missing: LibUSB_LIBRARY LibUSB_INCLUDE_PATH) (found version \"LibUSB_VERSION-NOTFOUND\")\n-- \n-- SDL3 was configured with the following options:\n-- \n-- Platform: Linux-7.0.0-31-generic\n-- 64-bit: TRUE\n-- Compiler: /usr/bin/clang\n-- Revision: SDL3-3.2.20-HEAD-HASH-NOTFOUND\n-- Vendor: \n-- \n-- Subsystems:\n-- Audio: ON\n-- Video: ON\n-- GPU: ON\n-- Render: ON\n-- Camera: ON\n-- Joystick: ON\n-- Haptic: ON\n-- Hidapi: ON\n-- Power: ON\n-- Sensor: ON\n-- Dialog: ON\n-- \n-- Options:\n-- SDL_ALSA (Wanted: ON): ON\n-- SDL_ALSA_SHARED (Wanted: ON): ON\n-- SDL_ALTIVEC (Wanted: OFF): OFF\n-- SDL_ARMNEON (Wanted: OFF): OFF\n-- SDL_ASAN (Wanted: OFF): OFF\n-- SDL_ASSEMBLY (Wanted: ON): ON\n-- SDL_ASSERTIONS (Wanted: auto): auto\n-- SDL_AVX (Wanted: ON): ON\n-- SDL_AVX2 (Wanted: ON): ON\n-- SDL_AVX512F (Wanted: ON): ON\n-- SDL_BACKGROUNDING_SIGNAL (Wanted: OFF): OFF\n-- SDL_CCACHE (Wanted: OFF): OFF\n-- SDL_CLANG_TIDY (Wanted: OFF): OFF\n-- SDL_CLOCK_GETTIME (Wanted: ON): ON\n-- SDL_COCOA (Wanted: OFF): OFF\n-- SDL_DBUS (Wanted: ON): ON\n-- SDL_DEPS_SHARED (Wanted: ON): OFF\n-- SDL_DIRECTX (Wanted: OFF): OFF\n-- SDL_DISKAUDIO (Wanted: ON): ON\n-- SDL_DUMMYAUDIO (Wanted: ON): ON\n-- SDL_DUMMYCAMERA (Wanted: ON): ON\n-- SDL_DUMMYVIDEO (Wanted: ON): ON\n-- SDL_EXAMPLES (Wanted: OFF): OFF\n-- SDL_EXAMPLES_LINK_SHARED (Wanted: OFF): OFF\n-- SDL_FOREGROUNDING_SIGNAL (Wanted: OFF): OFF\n-- SDL_GCC_ATOMICS (Wanted: ON): ON\n-- SDL_GPU_DXVK (Wanted: OFF): OFF\n-- SDL_HIDAPI (Wanted: ON): ON\n-- SDL_HIDAPI_JOYSTICK (Wanted: ON): ON\n-- SDL_HIDAPI_LIBUSB (Wanted: ON): OFF\n-- SDL_HIDAPI_LIBUSB_SHARED (Wanted: ON): OFF\n-- SDL_IBUS (Wanted: ON): ON\n-- SDL_INSTALL (Wanted: OFF): OFF\n-- SDL_INSTALL_TESTS (Wanted: OFF): OFF\n-- SDL_JACK (Wanted: ON): OFF\n-- SDL_JACK_SHARED (Wanted: ON): OFF\n-- SDL_KMSDRM (Wanted: ON): ON\n-- SDL_KMSDRM_SHARED (Wanted: ON): ON\n-- SDL_LASX (Wanted: OFF): OFF\n-- SDL_LIBC (Wanted: ON): ON\n-- SDL_LIBICONV (Wanted: OFF): OFF\n-- SDL_LIBUDEV (Wanted: ON): ON\n-- SDL_LIBURING (Wanted: ON): OFF\n-- SDL_LSX (Wanted: OFF): OFF\n-- SDL_METAL (Wanted: OFF): OFF\n-- SDL_MMX (Wanted: ON): ON\n-- SDL_OFFSCREEN (Wanted: ON): ON\n-- SDL_OPENGL (Wanted: ON): ON\n-- SDL_OPENGLES (Wanted: ON): ON\n-- SDL_OPENVR (Wanted: OFF): OFF\n-- SDL_OSS (Wanted: OFF): OFF\n-- SDL_PIPEWIRE (Wanted: ON): ON\n-- SDL_PIPEWIRE_SHARED (Wanted: ON): ON\n-- SDL_PTHREADS (Wanted: ON): ON\n-- SDL_PTHREADS_SEM (Wanted: ON): ON\n-- SDL_PULSEAUDIO (Wanted: ON): ON\n-- SDL_PULSEAUDIO_SHARED (Wanted: ON): ON\n-- SDL_RENDER_D3D (Wanted: OFF): OFF\n-- SDL_RENDER_D3D11 (Wanted: OFF): OFF\n-- SDL_RENDER_D3D12 (Wanted: OFF): OFF\n-- SDL_RENDER_GPU (Wanted: ON): ON\n-- SDL_RENDER_METAL (Wanted: ON): OFF\n-- SDL_RENDER_VULKAN (Wanted: ON): ON\n-- SDL_ROCKCHIP (Wanted: OFF): OFF\n-- SDL_RPATH (Wanted: ON): OFF\n-- SDL_RPI (Wanted: OFF): OFF\n-- SDL_SNDIO (Wanted: ON): ON\n-- SDL_SNDIO_SHARED (Wanted: ON): ON\n-- SDL_SSE (Wanted: ON): ON\n-- SDL_SSE2 (Wanted: ON): ON\n-- SDL_SSE3 (Wanted: ON): ON\n-- SDL_SSE4_1 (Wanted: ON): ON\n-- SDL_SSE4_2 (Wanted: ON): ON\n-- SDL_SYSTEM_ICONV (Wanted: ON): ON\n-- SDL_TESTS (Wanted: OFF): OFF\n-- SDL_TESTS_LINK_SHARED (Wanted: OFF): OFF\n-- SDL_UNINSTALL (Wanted: OFF): OFF\n-- SDL_VIRTUAL_JOYSTICK (Wanted: ON): ON\n-- SDL_VIVANTE (Wanted: OFF): OFF\n-- SDL_VULKAN (Wanted: ON): ON\n-- SDL_WASAPI (Wanted: OFF): OFF\n-- SDL_WAYLAND (Wanted: ON): ON\n-- SDL_WAYLAND_LIBDECOR (Wanted: ON): ON\n-- SDL_WAYLAND_LIBDECOR_SHARED (Wanted: ON): ON\n-- SDL_WAYLAND_SHARED (Wanted: ON): ON\n-- SDL_X11 (Wanted: ON): ON\n-- SDL_X11_SHARED (Wanted: ON): ON\n-- SDL_X11_XCURSOR (Wanted: ON): ON\n-- SDL_X11_XDBE (Wanted: ON): ON\n-- SDL_X11_XFIXES (Wanted: ON): ON\n-- SDL_X11_XINPUT (Wanted: ON): ON\n-- SDL_X11_XRANDR (Wanted: ON): ON\n-- SDL_X11_XSCRNSAVER (Wanted: ON): ON\n-- SDL_X11_XSHAPE (Wanted: ON): ON\n-- SDL_X11_XSYNC (Wanted: ON): ON\n-- SDL_XINPUT (Wanted: OFF): OFF\n-- \n-- Build Shared Library: OFF\n-- Build Static Library: ON\n-- Build Static Library with Position Independent Code: \n-- \n-- If something was not detected, although the libraries\n-- were installed, then make sure you have set the\n-- CMAKE_C_FLAGS and CMAKE_PREFIX_PATH CMake variables correctly.\n-- \n-- Configuring done (2.6s)\n-- Generating done (0.1s)\n-- Build files have been written to: /tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug\n$ \"cmake\" \"--build\" \"/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug\" \"--config\" \"Debug\" \"--parallel\" \"4\" \"--target\" \"faset_player\" \"faset_schema_exporter\"\n[0/2] Re-checking globbed directories...\nninja: no work to do.\nVerified schema/package cache hit: ff9aa7a9-74ef-4ce3-9665-cb058ba243d2\n", + "progress": 1.0, + "result": { + "build_directory": "/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug", + "configuration": "Debug", + "directory": "/tmp/faset-p1-workflows-20260924-3/project/.faset/cache/builds/ff9aa7a9-74ef-4ce3-9665-cb058ba243d2", + "fingerprint": "b71e7004692414d56802cc6bf6ca955241e14eb08c938a5cee1f086627c25c5b", + "generation": "ff9aa7a9-74ef-4ce3-9665-cb058ba243d2", + "generation_reused": true, + "lua_enabled": false, + "lua_fingerprint": "", + "phase_times_ms": { + "configure": 4195, + "native_build": 77, + "schema_package": 0, + "total": 13066 + }, + "player": "/tmp/faset-p1-workflows-20260924-3/project/.faset/cache/builds/ff9aa7a9-74ef-4ce3-9665-cb058ba243d2/faset_player", + "schema": "/tmp/faset-p1-workflows-20260924-3/project/.faset/cache/builds/ff9aa7a9-74ef-4ce3-9665-cb058ba243d2/schema.json", + "schema_cache_hit": true + }, + "stage": "Complete", + "state": "succeeded" +} diff --git a/docs/validation/p1-iteration-2026-09-24/raw/warm_unchanged_build-05.json b/docs/validation/p1-iteration-2026-09-24/raw/warm_unchanged_build-05.json new file mode 100644 index 0000000..f558189 --- /dev/null +++ b/docs/validation/p1-iteration-2026-09-24/raw/warm_unchanged_build-05.json @@ -0,0 +1,17 @@ +{ + "seconds": 13.117528178001521, + "returncode": 0, + "build_configuration": "Debug", + "source_hash": "5d419786a6861d7f14ed4eca54634694d8cd43be5dbbd60a2c6790db665c3a6a", + "command": [ + "/home/emil/Desktop/.worktrees/Faset_Engine-p1-p3/build/linux-debug/faset_editor", + "--project", + "/tmp/faset-p1-workflows-20260924-3/project", + "--command", + "{\"name\": \"faset_build\", \"arguments\": {}}", + "--wait" + ], + "stdout": "raw/warm_unchanged_build-05-stdout.txt", + "stderr": "raw/warm_unchanged_build-05-stderr.txt", + "peak_rss_kib": 33696 +} diff --git a/docs/validation/p1-iteration-2026-09-24/raw/warmup_changed_cpp_build-01-memory.json b/docs/validation/p1-iteration-2026-09-24/raw/warmup_changed_cpp_build-01-memory.json new file mode 100644 index 0000000..b6f4984 --- /dev/null +++ b/docs/validation/p1-iteration-2026-09-24/raw/warmup_changed_cpp_build-01-memory.json @@ -0,0 +1 @@ +{"peak_rss_kib":352268} diff --git a/docs/validation/p1-iteration-2026-09-24/raw/warmup_changed_cpp_build-01-stderr.txt b/docs/validation/p1-iteration-2026-09-24/raw/warmup_changed_cpp_build-01-stderr.txt new file mode 100644 index 0000000..e69de29 diff --git a/docs/validation/p1-iteration-2026-09-24/raw/warmup_changed_cpp_build-01-stdout.txt b/docs/validation/p1-iteration-2026-09-24/raw/warmup_changed_cpp_build-01-stdout.txt new file mode 100644 index 0000000..bdecdfd --- /dev/null +++ b/docs/validation/p1-iteration-2026-09-24/raw/warmup_changed_cpp_build-01-stdout.txt @@ -0,0 +1,29 @@ +{ + "diagnostics": [], + "error": "", + "id": "2fb1e7a0-8528-4c76-a960-caeec290a555", + "kind": "build", + "log": "$ \"cmake\" \"-S\" \"/home/emil/Desktop/.worktrees/Faset_Engine-p1-p3\" \"-B\" \"/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug\" \"-G\" \"Ninja\" \"-DCMAKE_BUILD_TYPE=Debug\" \"-DBUILD_TESTING=OFF\" \"-DFASET_BUILD_EDITOR=OFF\" \"-DFASET_BUILD_RENDERER=ON\" \"-DFASET_BUILD_RUNTIME=ON\" \"-DFASET_BUILD_ASSETS=ON\" \"-DFASET_GAMEPLAY_SOURCE_DIR=/tmp/faset-p1-workflows-20260924-3/project/.faset/cache/source-snapshots/48ce30d026d31f9072dd37de2f610d6b1be4a7d4460f956b7567e96d87ddf85f/Scripts\" \"-DCMAKE_C_COMPILER=/usr/bin/clang\" \"-DCMAKE_CXX_COMPILER=/usr/bin/clang++\" \"-DCMAKE_BUILD_TYPE=Debug\" \"-DFASET_ENABLE_LUA=OFF\"\n-- Using the multi-header code from /tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/json-src/include/\n-- CMake C compiler: Clang\n-- CMake C++ compiler: Clang\n-- CMake system name: Linux\n-- CMake host system processor: x86_64\n-- Box2D using Unix\n-- CMake C compiler: Clang\n-- CMake C++ compiler: Clang\n-- CMake system name: Linux\n-- CMake host system processor: x86_64\n-- Box3D using Unix\n-- dynamic libasound -> libasound.so.2\n-- Checking for module 'jack'\n-- Package 'jack' not found\n-- Checking for module 'libpipewire-0.3>=0.3.44'\n-- Found libpipewire-0.3, version 1.6.2\n-- dynamic libpipewire-0.3 -> libpipewire-0.3.so.0\n-- Checking for module 'libpulse>=0.9.15'\n-- Found libpulse, version 17.0\n-- dynamic libpulse -> libpulse.so.0\n-- Checking for module 'sndio'\n-- Found sndio, version 1.10.0\n-- dynamic libsndio -> libsndio.so.7\n-- dynamic libX11 -> libX11.so.6\n-- dynamic libXext -> libXext.so.6\n-- dynamic libXcursor -> libXcursor.so.1\n-- dynamic libXi -> libXi.so.6\n-- dynamic libXfixes -> libXfixes.so.3\n-- dynamic libXrandr -> libXrandr.so.2\n-- dynamic libXrender -> libXrender.so.1\n-- dynamic libXss -> libXss.so.1\n-- Checking for module 'libdrm'\n-- Found libdrm, version 2.4.131\n-- Checking for module 'gbm'\n-- Found gbm, version 26.0.8-1ubuntu0.3\n-- dynamic libdrm -> libdrm.so.2\n-- dynamic libgbm -> libgbm.so.1\n-- Checking for modules 'wayland-client>=1.18;wayland-egl;wayland-cursor;egl;xkbcommon>=0.5.0'\n-- Found wayland-client, version 1.24.0\n-- Found wayland-egl, version 18.1.0\n-- Found wayland-cursor, version 1.24.0\n-- Found egl, version 1.5\n-- Found xkbcommon, version 1.13.1\n-- dynamic libwayland-client -> libwayland-client.so.0\n-- dynamic libwayland-egl -> libwayland-egl.so.1\n-- dynamic libwayland-cursor -> libwayland-cursor.so.0\n-- dynamic libxkbcommon -> libxkbcommon.so.0\n-- dynamic libdecor-0 -> libdecor-0.so.0\n-- dynamic libudev -> libudev.so.1\n-- Checking for one of the modules 'liburing-ffi'\n-- Checking for module 'libusb-1.0>=1.0.16'\n-- Package 'libusb-1.0' not found\n-- Could NOT find LibUSB (missing: LibUSB_LIBRARY LibUSB_INCLUDE_PATH) (found version \"LibUSB_VERSION-NOTFOUND\")\n-- \n-- SDL3 was configured with the following options:\n-- \n-- Platform: Linux-7.0.0-31-generic\n-- 64-bit: TRUE\n-- Compiler: /usr/bin/clang\n-- Revision: SDL3-3.2.20-HEAD-HASH-NOTFOUND\n-- Vendor: \n-- \n-- Subsystems:\n-- Audio: ON\n-- Video: ON\n-- GPU: ON\n-- Render: ON\n-- Camera: ON\n-- Joystick: ON\n-- Haptic: ON\n-- Hidapi: ON\n-- Power: ON\n-- Sensor: ON\n-- Dialog: ON\n-- \n-- Options:\n-- SDL_ALSA (Wanted: ON): ON\n-- SDL_ALSA_SHARED (Wanted: ON): ON\n-- SDL_ALTIVEC (Wanted: OFF): OFF\n-- SDL_ARMNEON (Wanted: OFF): OFF\n-- SDL_ASAN (Wanted: OFF): OFF\n-- SDL_ASSEMBLY (Wanted: ON): ON\n-- SDL_ASSERTIONS (Wanted: auto): auto\n-- SDL_AVX (Wanted: ON): ON\n-- SDL_AVX2 (Wanted: ON): ON\n-- SDL_AVX512F (Wanted: ON): ON\n-- SDL_BACKGROUNDING_SIGNAL (Wanted: OFF): OFF\n-- SDL_CCACHE (Wanted: OFF): OFF\n-- SDL_CLANG_TIDY (Wanted: OFF): OFF\n-- SDL_CLOCK_GETTIME (Wanted: ON): ON\n-- SDL_COCOA (Wanted: OFF): OFF\n-- SDL_DBUS (Wanted: ON): ON\n-- SDL_DEPS_SHARED (Wanted: ON): OFF\n-- SDL_DIRECTX (Wanted: OFF): OFF\n-- SDL_DISKAUDIO (Wanted: ON): ON\n-- SDL_DUMMYAUDIO (Wanted: ON): ON\n-- SDL_DUMMYCAMERA (Wanted: ON): ON\n-- SDL_DUMMYVIDEO (Wanted: ON): ON\n-- SDL_EXAMPLES (Wanted: OFF): OFF\n-- SDL_EXAMPLES_LINK_SHARED (Wanted: OFF): OFF\n-- SDL_FOREGROUNDING_SIGNAL (Wanted: OFF): OFF\n-- SDL_GCC_ATOMICS (Wanted: ON): ON\n-- SDL_GPU_DXVK (Wanted: OFF): OFF\n-- SDL_HIDAPI (Wanted: ON): ON\n-- SDL_HIDAPI_JOYSTICK (Wanted: ON): ON\n-- SDL_HIDAPI_LIBUSB (Wanted: ON): OFF\n-- SDL_HIDAPI_LIBUSB_SHARED (Wanted: ON): OFF\n-- SDL_IBUS (Wanted: ON): ON\n-- SDL_INSTALL (Wanted: OFF): OFF\n-- SDL_INSTALL_TESTS (Wanted: OFF): OFF\n-- SDL_JACK (Wanted: ON): OFF\n-- SDL_JACK_SHARED (Wanted: ON): OFF\n-- SDL_KMSDRM (Wanted: ON): ON\n-- SDL_KMSDRM_SHARED (Wanted: ON): ON\n-- SDL_LASX (Wanted: OFF): OFF\n-- SDL_LIBC (Wanted: ON): ON\n-- SDL_LIBICONV (Wanted: OFF): OFF\n-- SDL_LIBUDEV (Wanted: ON): ON\n-- SDL_LIBURING (Wanted: ON): OFF\n-- SDL_LSX (Wanted: OFF): OFF\n-- SDL_METAL (Wanted: OFF): OFF\n-- SDL_MMX (Wanted: ON): ON\n-- SDL_OFFSCREEN (Wanted: ON): ON\n-- SDL_OPENGL (Wanted: ON): ON\n-- SDL_OPENGLES (Wanted: ON): ON\n-- SDL_OPENVR (Wanted: OFF): OFF\n-- SDL_OSS (Wanted: OFF): OFF\n-- SDL_PIPEWIRE (Wanted: ON): ON\n-- SDL_PIPEWIRE_SHARED (Wanted: ON): ON\n-- SDL_PTHREADS (Wanted: ON): ON\n-- SDL_PTHREADS_SEM (Wanted: ON): ON\n-- SDL_PULSEAUDIO (Wanted: ON): ON\n-- SDL_PULSEAUDIO_SHARED (Wanted: ON): ON\n-- SDL_RENDER_D3D (Wanted: OFF): OFF\n-- SDL_RENDER_D3D11 (Wanted: OFF): OFF\n-- SDL_RENDER_D3D12 (Wanted: OFF): OFF\n-- SDL_RENDER_GPU (Wanted: ON): ON\n-- SDL_RENDER_METAL (Wanted: ON): OFF\n-- SDL_RENDER_VULKAN (Wanted: ON): ON\n-- SDL_ROCKCHIP (Wanted: OFF): OFF\n-- SDL_RPATH (Wanted: ON): OFF\n-- SDL_RPI (Wanted: OFF): OFF\n-- SDL_SNDIO (Wanted: ON): ON\n-- SDL_SNDIO_SHARED (Wanted: ON): ON\n-- SDL_SSE (Wanted: ON): ON\n-- SDL_SSE2 (Wanted: ON): ON\n-- SDL_SSE3 (Wanted: ON): ON\n-- SDL_SSE4_1 (Wanted: ON): ON\n-- SDL_SSE4_2 (Wanted: ON): ON\n-- SDL_SYSTEM_ICONV (Wanted: ON): ON\n-- SDL_TESTS (Wanted: OFF): OFF\n-- SDL_TESTS_LINK_SHARED (Wanted: OFF): OFF\n-- SDL_UNINSTALL (Wanted: OFF): OFF\n-- SDL_VIRTUAL_JOYSTICK (Wanted: ON): ON\n-- SDL_VIVANTE (Wanted: OFF): OFF\n-- SDL_VULKAN (Wanted: ON): ON\n-- SDL_WASAPI (Wanted: OFF): OFF\n-- SDL_WAYLAND (Wanted: ON): ON\n-- SDL_WAYLAND_LIBDECOR (Wanted: ON): ON\n-- SDL_WAYLAND_LIBDECOR_SHARED (Wanted: ON): ON\n-- SDL_WAYLAND_SHARED (Wanted: ON): ON\n-- SDL_X11 (Wanted: ON): ON\n-- SDL_X11_SHARED (Wanted: ON): ON\n-- SDL_X11_XCURSOR (Wanted: ON): ON\n-- SDL_X11_XDBE (Wanted: ON): ON\n-- SDL_X11_XFIXES (Wanted: ON): ON\n-- SDL_X11_XINPUT (Wanted: ON): ON\n-- SDL_X11_XRANDR (Wanted: ON): ON\n-- SDL_X11_XSCRNSAVER (Wanted: ON): ON\n-- SDL_X11_XSHAPE (Wanted: ON): ON\n-- SDL_X11_XSYNC (Wanted: ON): ON\n-- SDL_XINPUT (Wanted: OFF): OFF\n-- \n-- Build Shared Library: OFF\n-- Build Static Library: ON\n-- Build Static Library with Position Independent Code: \n-- \n-- If something was not detected, although the libraries\n-- were installed, then make sure you have set the\n-- CMAKE_C_FLAGS and CMAKE_PREFIX_PATH CMake variables correctly.\n-- \n-- Configuring done (2.3s)\n-- Generating done (0.1s)\n-- Build files have been written to: /tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug\n$ \"cmake\" \"--build\" \"/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug\" \"--config\" \"Debug\" \"--parallel\" \"4\" \"--target\" \"faset_player\" \"faset_schema_exporter\"\n[0/2] Re-checking globbed directories...\n[1/7] Building CXX object CMakeFiles/faset_schema_exporter.dir/apps/schema_exporter_main.cpp.o\n[2/7] Building CXX object CMakeFiles/faset_gameplay.dir/tmp/faset-p1-workflows-20260924-3/project/.faset/cache/source-snapshots/48ce30d026d31f9072dd37de2f610d6b1be4a7d4460f956b7567e96d87ddf85f/Scripts/Gameplay.cpp.o\n[3/7] Linking CXX static library libfaset_gameplay.a\n[4/7] Linking CXX executable faset_schema_exporter\n[5/7] Building CXX object CMakeFiles/faset_player.dir/apps/player_main.cpp.o\n[6/7] Linking CXX executable faset_player\n$ \"/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/faset_schema_exporter\" \"--output\" \"/tmp/faset-p1-workflows-20260924-3/project/.faset/cache/builds/.staging-2fb1e7a0-8528-4c76-a960-caeec290a555/schema.json\"\n$ \"/usr/bin/ldd\" \"/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/faset_player\"\n\tlinux-vdso.so.1 (0x000076952fe32000)\n\tlibvulkan.so.1 => /usr/lib/x86_64-linux-gnu/libvulkan.so.1 (0x000076952f4fa000)\n\tlibm.so.6 => /usr/lib/x86_64-linux-gnu/libm.so.6 (0x000076952f3d4000)\n\tlibstdc++.so.6 => /usr/lib/x86_64-linux-gnu/libstdc++.so.6 (0x000076952f000000)\n\tlibgcc_s.so.1 => /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 (0x000076952f3a6000)\n\tlibc.so.6 => /usr/lib/x86_64-linux-gnu/libc.so.6 (0x000076952ec00000)\n\t/lib64/ld-linux-x86-64.so.2 (0x000076952fe34000)\n", + "progress": 1.0, + "result": { + "build_directory": "/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug", + "configuration": "Debug", + "directory": "/tmp/faset-p1-workflows-20260924-3/project/.faset/cache/builds/2fb1e7a0-8528-4c76-a960-caeec290a555", + "fingerprint": "615c68820ccb08ae57f7ff90740abd7ce0e3f876bd9cd288c110d077025b90fa", + "generation": "2fb1e7a0-8528-4c76-a960-caeec290a555", + "generation_reused": false, + "lua_enabled": false, + "lua_fingerprint": "", + "phase_times_ms": { + "configure": 4237, + "native_build": 11911, + "schema_package": 13118, + "total": 29267 + }, + "player": "/tmp/faset-p1-workflows-20260924-3/project/.faset/cache/builds/2fb1e7a0-8528-4c76-a960-caeec290a555/faset_player", + "schema": "/tmp/faset-p1-workflows-20260924-3/project/.faset/cache/builds/2fb1e7a0-8528-4c76-a960-caeec290a555/schema.json", + "schema_cache_hit": false + }, + "stage": "Complete", + "state": "succeeded" +} diff --git a/docs/validation/p1-iteration-2026-09-24/raw/warmup_changed_cpp_build-01.json b/docs/validation/p1-iteration-2026-09-24/raw/warmup_changed_cpp_build-01.json new file mode 100644 index 0000000..63cd06d --- /dev/null +++ b/docs/validation/p1-iteration-2026-09-24/raw/warmup_changed_cpp_build-01.json @@ -0,0 +1,17 @@ +{ + "seconds": 29.32804352097446, + "returncode": 0, + "build_configuration": "Debug", + "source_hash": "a194792fbe9e31cf3d03ee2ddf29da77e3ac3d139eca2894e5a07d2548af11ae", + "command": [ + "/home/emil/Desktop/.worktrees/Faset_Engine-p1-p3/build/linux-debug/faset_editor", + "--project", + "/tmp/faset-p1-workflows-20260924-3/project", + "--command", + "{\"name\": \"faset_build\", \"arguments\": {}}", + "--wait" + ], + "stdout": "raw/warmup_changed_cpp_build-01-stdout.txt", + "stderr": "raw/warmup_changed_cpp_build-01-stderr.txt", + "peak_rss_kib": 352268 +} diff --git a/docs/validation/p1-iteration-2026-09-24/raw/warmup_changed_header_build-01-memory.json b/docs/validation/p1-iteration-2026-09-24/raw/warmup_changed_header_build-01-memory.json new file mode 100644 index 0000000..7cdc5ee --- /dev/null +++ b/docs/validation/p1-iteration-2026-09-24/raw/warmup_changed_header_build-01-memory.json @@ -0,0 +1 @@ +{"peak_rss_kib":349396} diff --git a/docs/validation/p1-iteration-2026-09-24/raw/warmup_changed_header_build-01-stderr.txt b/docs/validation/p1-iteration-2026-09-24/raw/warmup_changed_header_build-01-stderr.txt new file mode 100644 index 0000000..e69de29 diff --git a/docs/validation/p1-iteration-2026-09-24/raw/warmup_changed_header_build-01-stdout.txt b/docs/validation/p1-iteration-2026-09-24/raw/warmup_changed_header_build-01-stdout.txt new file mode 100644 index 0000000..9b1632d --- /dev/null +++ b/docs/validation/p1-iteration-2026-09-24/raw/warmup_changed_header_build-01-stdout.txt @@ -0,0 +1,29 @@ +{ + "diagnostics": [], + "error": "", + "id": "2411a87e-ec58-490a-9586-bd2fab5a27b9", + "kind": "build", + "log": "$ \"cmake\" \"-S\" \"/home/emil/Desktop/.worktrees/Faset_Engine-p1-p3\" \"-B\" \"/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug\" \"-G\" \"Ninja\" \"-DCMAKE_BUILD_TYPE=Debug\" \"-DBUILD_TESTING=OFF\" \"-DFASET_BUILD_EDITOR=OFF\" \"-DFASET_BUILD_RENDERER=ON\" \"-DFASET_BUILD_RUNTIME=ON\" \"-DFASET_BUILD_ASSETS=ON\" \"-DFASET_GAMEPLAY_SOURCE_DIR=/tmp/faset-p1-workflows-20260924-3/project/.faset/cache/source-snapshots/61e0b5e4e1f86dcae00b8e74a31469067763b462e36065984d97ef9bb6cd6707/Scripts\" \"-DCMAKE_C_COMPILER=/usr/bin/clang\" \"-DCMAKE_CXX_COMPILER=/usr/bin/clang++\" \"-DCMAKE_BUILD_TYPE=Debug\" \"-DFASET_ENABLE_LUA=OFF\"\n-- Using the multi-header code from /tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/json-src/include/\n-- CMake C compiler: Clang\n-- CMake C++ compiler: Clang\n-- CMake system name: Linux\n-- CMake host system processor: x86_64\n-- Box2D using Unix\n-- CMake C compiler: Clang\n-- CMake C++ compiler: Clang\n-- CMake system name: Linux\n-- CMake host system processor: x86_64\n-- Box3D using Unix\n-- dynamic libasound -> libasound.so.2\n-- Checking for module 'jack'\n-- Package 'jack' not found\n-- Checking for module 'libpipewire-0.3>=0.3.44'\n-- Found libpipewire-0.3, version 1.6.2\n-- dynamic libpipewire-0.3 -> libpipewire-0.3.so.0\n-- Checking for module 'libpulse>=0.9.15'\n-- Found libpulse, version 17.0\n-- dynamic libpulse -> libpulse.so.0\n-- Checking for module 'sndio'\n-- Found sndio, version 1.10.0\n-- dynamic libsndio -> libsndio.so.7\n-- dynamic libX11 -> libX11.so.6\n-- dynamic libXext -> libXext.so.6\n-- dynamic libXcursor -> libXcursor.so.1\n-- dynamic libXi -> libXi.so.6\n-- dynamic libXfixes -> libXfixes.so.3\n-- dynamic libXrandr -> libXrandr.so.2\n-- dynamic libXrender -> libXrender.so.1\n-- dynamic libXss -> libXss.so.1\n-- Checking for module 'libdrm'\n-- Found libdrm, version 2.4.131\n-- Checking for module 'gbm'\n-- Found gbm, version 26.0.8-1ubuntu0.3\n-- dynamic libdrm -> libdrm.so.2\n-- dynamic libgbm -> libgbm.so.1\n-- Checking for modules 'wayland-client>=1.18;wayland-egl;wayland-cursor;egl;xkbcommon>=0.5.0'\n-- Found wayland-client, version 1.24.0\n-- Found wayland-egl, version 18.1.0\n-- Found wayland-cursor, version 1.24.0\n-- Found egl, version 1.5\n-- Found xkbcommon, version 1.13.1\n-- dynamic libwayland-client -> libwayland-client.so.0\n-- dynamic libwayland-egl -> libwayland-egl.so.1\n-- dynamic libwayland-cursor -> libwayland-cursor.so.0\n-- dynamic libxkbcommon -> libxkbcommon.so.0\n-- dynamic libdecor-0 -> libdecor-0.so.0\n-- dynamic libudev -> libudev.so.1\n-- Checking for one of the modules 'liburing-ffi'\n-- Checking for module 'libusb-1.0>=1.0.16'\n-- Package 'libusb-1.0' not found\n-- Could NOT find LibUSB (missing: LibUSB_LIBRARY LibUSB_INCLUDE_PATH) (found version \"LibUSB_VERSION-NOTFOUND\")\n-- \n-- SDL3 was configured with the following options:\n-- \n-- Platform: Linux-7.0.0-31-generic\n-- 64-bit: TRUE\n-- Compiler: /usr/bin/clang\n-- Revision: SDL3-3.2.20-HEAD-HASH-NOTFOUND\n-- Vendor: \n-- \n-- Subsystems:\n-- Audio: ON\n-- Video: ON\n-- GPU: ON\n-- Render: ON\n-- Camera: ON\n-- Joystick: ON\n-- Haptic: ON\n-- Hidapi: ON\n-- Power: ON\n-- Sensor: ON\n-- Dialog: ON\n-- \n-- Options:\n-- SDL_ALSA (Wanted: ON): ON\n-- SDL_ALSA_SHARED (Wanted: ON): ON\n-- SDL_ALTIVEC (Wanted: OFF): OFF\n-- SDL_ARMNEON (Wanted: OFF): OFF\n-- SDL_ASAN (Wanted: OFF): OFF\n-- SDL_ASSEMBLY (Wanted: ON): ON\n-- SDL_ASSERTIONS (Wanted: auto): auto\n-- SDL_AVX (Wanted: ON): ON\n-- SDL_AVX2 (Wanted: ON): ON\n-- SDL_AVX512F (Wanted: ON): ON\n-- SDL_BACKGROUNDING_SIGNAL (Wanted: OFF): OFF\n-- SDL_CCACHE (Wanted: OFF): OFF\n-- SDL_CLANG_TIDY (Wanted: OFF): OFF\n-- SDL_CLOCK_GETTIME (Wanted: ON): ON\n-- SDL_COCOA (Wanted: OFF): OFF\n-- SDL_DBUS (Wanted: ON): ON\n-- SDL_DEPS_SHARED (Wanted: ON): OFF\n-- SDL_DIRECTX (Wanted: OFF): OFF\n-- SDL_DISKAUDIO (Wanted: ON): ON\n-- SDL_DUMMYAUDIO (Wanted: ON): ON\n-- SDL_DUMMYCAMERA (Wanted: ON): ON\n-- SDL_DUMMYVIDEO (Wanted: ON): ON\n-- SDL_EXAMPLES (Wanted: OFF): OFF\n-- SDL_EXAMPLES_LINK_SHARED (Wanted: OFF): OFF\n-- SDL_FOREGROUNDING_SIGNAL (Wanted: OFF): OFF\n-- SDL_GCC_ATOMICS (Wanted: ON): ON\n-- SDL_GPU_DXVK (Wanted: OFF): OFF\n-- SDL_HIDAPI (Wanted: ON): ON\n-- SDL_HIDAPI_JOYSTICK (Wanted: ON): ON\n-- SDL_HIDAPI_LIBUSB (Wanted: ON): OFF\n-- SDL_HIDAPI_LIBUSB_SHARED (Wanted: ON): OFF\n-- SDL_IBUS (Wanted: ON): ON\n-- SDL_INSTALL (Wanted: OFF): OFF\n-- SDL_INSTALL_TESTS (Wanted: OFF): OFF\n-- SDL_JACK (Wanted: ON): OFF\n-- SDL_JACK_SHARED (Wanted: ON): OFF\n-- SDL_KMSDRM (Wanted: ON): ON\n-- SDL_KMSDRM_SHARED (Wanted: ON): ON\n-- SDL_LASX (Wanted: OFF): OFF\n-- SDL_LIBC (Wanted: ON): ON\n-- SDL_LIBICONV (Wanted: OFF): OFF\n-- SDL_LIBUDEV (Wanted: ON): ON\n-- SDL_LIBURING (Wanted: ON): OFF\n-- SDL_LSX (Wanted: OFF): OFF\n-- SDL_METAL (Wanted: OFF): OFF\n-- SDL_MMX (Wanted: ON): ON\n-- SDL_OFFSCREEN (Wanted: ON): ON\n-- SDL_OPENGL (Wanted: ON): ON\n-- SDL_OPENGLES (Wanted: ON): ON\n-- SDL_OPENVR (Wanted: OFF): OFF\n-- SDL_OSS (Wanted: OFF): OFF\n-- SDL_PIPEWIRE (Wanted: ON): ON\n-- SDL_PIPEWIRE_SHARED (Wanted: ON): ON\n-- SDL_PTHREADS (Wanted: ON): ON\n-- SDL_PTHREADS_SEM (Wanted: ON): ON\n-- SDL_PULSEAUDIO (Wanted: ON): ON\n-- SDL_PULSEAUDIO_SHARED (Wanted: ON): ON\n-- SDL_RENDER_D3D (Wanted: OFF): OFF\n-- SDL_RENDER_D3D11 (Wanted: OFF): OFF\n-- SDL_RENDER_D3D12 (Wanted: OFF): OFF\n-- SDL_RENDER_GPU (Wanted: ON): ON\n-- SDL_RENDER_METAL (Wanted: ON): OFF\n-- SDL_RENDER_VULKAN (Wanted: ON): ON\n-- SDL_ROCKCHIP (Wanted: OFF): OFF\n-- SDL_RPATH (Wanted: ON): OFF\n-- SDL_RPI (Wanted: OFF): OFF\n-- SDL_SNDIO (Wanted: ON): ON\n-- SDL_SNDIO_SHARED (Wanted: ON): ON\n-- SDL_SSE (Wanted: ON): ON\n-- SDL_SSE2 (Wanted: ON): ON\n-- SDL_SSE3 (Wanted: ON): ON\n-- SDL_SSE4_1 (Wanted: ON): ON\n-- SDL_SSE4_2 (Wanted: ON): ON\n-- SDL_SYSTEM_ICONV (Wanted: ON): ON\n-- SDL_TESTS (Wanted: OFF): OFF\n-- SDL_TESTS_LINK_SHARED (Wanted: OFF): OFF\n-- SDL_UNINSTALL (Wanted: OFF): OFF\n-- SDL_VIRTUAL_JOYSTICK (Wanted: ON): ON\n-- SDL_VIVANTE (Wanted: OFF): OFF\n-- SDL_VULKAN (Wanted: ON): ON\n-- SDL_WASAPI (Wanted: OFF): OFF\n-- SDL_WAYLAND (Wanted: ON): ON\n-- SDL_WAYLAND_LIBDECOR (Wanted: ON): ON\n-- SDL_WAYLAND_LIBDECOR_SHARED (Wanted: ON): ON\n-- SDL_WAYLAND_SHARED (Wanted: ON): ON\n-- SDL_X11 (Wanted: ON): ON\n-- SDL_X11_SHARED (Wanted: ON): ON\n-- SDL_X11_XCURSOR (Wanted: ON): ON\n-- SDL_X11_XDBE (Wanted: ON): ON\n-- SDL_X11_XFIXES (Wanted: ON): ON\n-- SDL_X11_XINPUT (Wanted: ON): ON\n-- SDL_X11_XRANDR (Wanted: ON): ON\n-- SDL_X11_XSCRNSAVER (Wanted: ON): ON\n-- SDL_X11_XSHAPE (Wanted: ON): ON\n-- SDL_X11_XSYNC (Wanted: ON): ON\n-- SDL_XINPUT (Wanted: OFF): OFF\n-- \n-- Build Shared Library: OFF\n-- Build Static Library: ON\n-- Build Static Library with Position Independent Code: \n-- \n-- If something was not detected, although the libraries\n-- were installed, then make sure you have set the\n-- CMAKE_C_FLAGS and CMAKE_PREFIX_PATH CMake variables correctly.\n-- \n-- Configuring done (2.0s)\n-- Generating done (0.1s)\n-- Build files have been written to: /tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug\n$ \"cmake\" \"--build\" \"/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug\" \"--config\" \"Debug\" \"--parallel\" \"4\" \"--target\" \"faset_player\" \"faset_schema_exporter\"\n[0/2] Re-checking globbed directories...\n[1/7] Building CXX object CMakeFiles/faset_schema_exporter.dir/apps/schema_exporter_main.cpp.o\n[2/7] Building CXX object CMakeFiles/faset_gameplay.dir/tmp/faset-p1-workflows-20260924-3/project/.faset/cache/source-snapshots/61e0b5e4e1f86dcae00b8e74a31469067763b462e36065984d97ef9bb6cd6707/Scripts/Gameplay.cpp.o\n[3/7] Linking CXX static library libfaset_gameplay.a\n[4/7] Linking CXX executable faset_schema_exporter\n[5/7] Building CXX object CMakeFiles/faset_player.dir/apps/player_main.cpp.o\n[6/7] Linking CXX executable faset_player\n$ \"/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/faset_schema_exporter\" \"--output\" \"/tmp/faset-p1-workflows-20260924-3/project/.faset/cache/builds/.staging-2411a87e-ec58-490a-9586-bd2fab5a27b9/schema.json\"\n$ \"/usr/bin/ldd\" \"/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/faset_player\"\n\tlinux-vdso.so.1 (0x00007ea78f8dc000)\n\tlibvulkan.so.1 => /usr/lib/x86_64-linux-gnu/libvulkan.so.1 (0x00007ea78efa4000)\n\tlibm.so.6 => /usr/lib/x86_64-linux-gnu/libm.so.6 (0x00007ea78ee7e000)\n\tlibstdc++.so.6 => /usr/lib/x86_64-linux-gnu/libstdc++.so.6 (0x00007ea78ea00000)\n\tlibgcc_s.so.1 => /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 (0x00007ea78ee50000)\n\tlibc.so.6 => /usr/lib/x86_64-linux-gnu/libc.so.6 (0x00007ea78e600000)\n\t/lib64/ld-linux-x86-64.so.2 (0x00007ea78f8de000)\n", + "progress": 1.0, + "result": { + "build_directory": "/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug", + "configuration": "Debug", + "directory": "/tmp/faset-p1-workflows-20260924-3/project/.faset/cache/builds/2411a87e-ec58-490a-9586-bd2fab5a27b9", + "fingerprint": "23e720924cf29f8a9e450ea5ce082595dd75859be52e91ac22ba7468ecb2f045", + "generation": "2411a87e-ec58-490a-9586-bd2fab5a27b9", + "generation_reused": false, + "lua_enabled": false, + "lua_fingerprint": "", + "phase_times_ms": { + "configure": 3572, + "native_build": 8862, + "schema_package": 11125, + "total": 23560 + }, + "player": "/tmp/faset-p1-workflows-20260924-3/project/.faset/cache/builds/2411a87e-ec58-490a-9586-bd2fab5a27b9/faset_player", + "schema": "/tmp/faset-p1-workflows-20260924-3/project/.faset/cache/builds/2411a87e-ec58-490a-9586-bd2fab5a27b9/schema.json", + "schema_cache_hit": false + }, + "stage": "Complete", + "state": "succeeded" +} diff --git a/docs/validation/p1-iteration-2026-09-24/raw/warmup_changed_header_build-01.json b/docs/validation/p1-iteration-2026-09-24/raw/warmup_changed_header_build-01.json new file mode 100644 index 0000000..eec264c --- /dev/null +++ b/docs/validation/p1-iteration-2026-09-24/raw/warmup_changed_header_build-01.json @@ -0,0 +1,17 @@ +{ + "seconds": 23.612434670008952, + "returncode": 0, + "build_configuration": "Debug", + "source_hash": "49a1ac1ef782a714ddb9e44ad831e336f2b6ba0196e9a22ec04e86ca58ae366f", + "command": [ + "/home/emil/Desktop/.worktrees/Faset_Engine-p1-p3/build/linux-debug/faset_editor", + "--project", + "/tmp/faset-p1-workflows-20260924-3/project", + "--command", + "{\"name\": \"faset_build\", \"arguments\": {}}", + "--wait" + ], + "stdout": "raw/warmup_changed_header_build-01-stdout.txt", + "stderr": "raw/warmup_changed_header_build-01-stderr.txt", + "peak_rss_kib": 349396 +} diff --git a/docs/validation/p1-iteration-2026-09-24/raw/warmup_unchanged_build-01-memory.json b/docs/validation/p1-iteration-2026-09-24/raw/warmup_unchanged_build-01-memory.json new file mode 100644 index 0000000..10da522 --- /dev/null +++ b/docs/validation/p1-iteration-2026-09-24/raw/warmup_unchanged_build-01-memory.json @@ -0,0 +1 @@ +{"peak_rss_kib":34640} diff --git a/docs/validation/p1-iteration-2026-09-24/raw/warmup_unchanged_build-01-stderr.txt b/docs/validation/p1-iteration-2026-09-24/raw/warmup_unchanged_build-01-stderr.txt new file mode 100644 index 0000000..e69de29 diff --git a/docs/validation/p1-iteration-2026-09-24/raw/warmup_unchanged_build-01-stdout.txt b/docs/validation/p1-iteration-2026-09-24/raw/warmup_unchanged_build-01-stdout.txt new file mode 100644 index 0000000..06f5594 --- /dev/null +++ b/docs/validation/p1-iteration-2026-09-24/raw/warmup_unchanged_build-01-stdout.txt @@ -0,0 +1,29 @@ +{ + "diagnostics": [], + "error": "", + "id": "ff9aa7a9-74ef-4ce3-9665-cb058ba243d2", + "kind": "build", + "log": "$ \"cmake\" \"-S\" \"/home/emil/Desktop/.worktrees/Faset_Engine-p1-p3\" \"-B\" \"/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug\" \"-G\" \"Ninja\" \"-DCMAKE_BUILD_TYPE=Debug\" \"-DBUILD_TESTING=OFF\" \"-DFASET_BUILD_EDITOR=OFF\" \"-DFASET_BUILD_RENDERER=ON\" \"-DFASET_BUILD_RUNTIME=ON\" \"-DFASET_BUILD_ASSETS=ON\" \"-DFASET_GAMEPLAY_SOURCE_DIR=/tmp/faset-p1-workflows-20260924-3/project/.faset/cache/source-snapshots/bcd7892b1befc56ea9f2971271ee7b78dd33a74421e58f42d5a1fa4b5d84e04f/Scripts\" \"-DCMAKE_C_COMPILER=/usr/bin/clang\" \"-DCMAKE_CXX_COMPILER=/usr/bin/clang++\" \"-DCMAKE_BUILD_TYPE=Debug\" \"-DFASET_ENABLE_LUA=OFF\"\n-- Using the multi-header code from /tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/_deps/json-src/include/\n-- CMake C compiler: Clang\n-- CMake C++ compiler: Clang\n-- CMake system name: Linux\n-- CMake host system processor: x86_64\n-- Box2D using Unix\n-- CMake C compiler: Clang\n-- CMake C++ compiler: Clang\n-- CMake system name: Linux\n-- CMake host system processor: x86_64\n-- Box3D using Unix\n-- dynamic libasound -> libasound.so.2\n-- Checking for module 'jack'\n-- Package 'jack' not found\n-- Checking for module 'libpipewire-0.3>=0.3.44'\n-- Found libpipewire-0.3, version 1.6.2\n-- dynamic libpipewire-0.3 -> libpipewire-0.3.so.0\n-- Checking for module 'libpulse>=0.9.15'\n-- Found libpulse, version 17.0\n-- dynamic libpulse -> libpulse.so.0\n-- Checking for module 'sndio'\n-- Found sndio, version 1.10.0\n-- dynamic libsndio -> libsndio.so.7\n-- dynamic libX11 -> libX11.so.6\n-- dynamic libXext -> libXext.so.6\n-- dynamic libXcursor -> libXcursor.so.1\n-- dynamic libXi -> libXi.so.6\n-- dynamic libXfixes -> libXfixes.so.3\n-- dynamic libXrandr -> libXrandr.so.2\n-- dynamic libXrender -> libXrender.so.1\n-- dynamic libXss -> libXss.so.1\n-- Checking for module 'libdrm'\n-- Found libdrm, version 2.4.131\n-- Checking for module 'gbm'\n-- Found gbm, version 26.0.8-1ubuntu0.3\n-- dynamic libdrm -> libdrm.so.2\n-- dynamic libgbm -> libgbm.so.1\n-- Checking for modules 'wayland-client>=1.18;wayland-egl;wayland-cursor;egl;xkbcommon>=0.5.0'\n-- Found wayland-client, version 1.24.0\n-- Found wayland-egl, version 18.1.0\n-- Found wayland-cursor, version 1.24.0\n-- Found egl, version 1.5\n-- Found xkbcommon, version 1.13.1\n-- dynamic libwayland-client -> libwayland-client.so.0\n-- dynamic libwayland-egl -> libwayland-egl.so.1\n-- dynamic libwayland-cursor -> libwayland-cursor.so.0\n-- dynamic libxkbcommon -> libxkbcommon.so.0\n-- dynamic libdecor-0 -> libdecor-0.so.0\n-- dynamic libudev -> libudev.so.1\n-- Checking for one of the modules 'liburing-ffi'\n-- Checking for module 'libusb-1.0>=1.0.16'\n-- Package 'libusb-1.0' not found\n-- Could NOT find LibUSB (missing: LibUSB_LIBRARY LibUSB_INCLUDE_PATH) (found version \"LibUSB_VERSION-NOTFOUND\")\n-- \n-- SDL3 was configured with the following options:\n-- \n-- Platform: Linux-7.0.0-31-generic\n-- 64-bit: TRUE\n-- Compiler: /usr/bin/clang\n-- Revision: SDL3-3.2.20-HEAD-HASH-NOTFOUND\n-- Vendor: \n-- \n-- Subsystems:\n-- Audio: ON\n-- Video: ON\n-- GPU: ON\n-- Render: ON\n-- Camera: ON\n-- Joystick: ON\n-- Haptic: ON\n-- Hidapi: ON\n-- Power: ON\n-- Sensor: ON\n-- Dialog: ON\n-- \n-- Options:\n-- SDL_ALSA (Wanted: ON): ON\n-- SDL_ALSA_SHARED (Wanted: ON): ON\n-- SDL_ALTIVEC (Wanted: OFF): OFF\n-- SDL_ARMNEON (Wanted: OFF): OFF\n-- SDL_ASAN (Wanted: OFF): OFF\n-- SDL_ASSEMBLY (Wanted: ON): ON\n-- SDL_ASSERTIONS (Wanted: auto): auto\n-- SDL_AVX (Wanted: ON): ON\n-- SDL_AVX2 (Wanted: ON): ON\n-- SDL_AVX512F (Wanted: ON): ON\n-- SDL_BACKGROUNDING_SIGNAL (Wanted: OFF): OFF\n-- SDL_CCACHE (Wanted: OFF): OFF\n-- SDL_CLANG_TIDY (Wanted: OFF): OFF\n-- SDL_CLOCK_GETTIME (Wanted: ON): ON\n-- SDL_COCOA (Wanted: OFF): OFF\n-- SDL_DBUS (Wanted: ON): ON\n-- SDL_DEPS_SHARED (Wanted: ON): OFF\n-- SDL_DIRECTX (Wanted: OFF): OFF\n-- SDL_DISKAUDIO (Wanted: ON): ON\n-- SDL_DUMMYAUDIO (Wanted: ON): ON\n-- SDL_DUMMYCAMERA (Wanted: ON): ON\n-- SDL_DUMMYVIDEO (Wanted: ON): ON\n-- SDL_EXAMPLES (Wanted: OFF): OFF\n-- SDL_EXAMPLES_LINK_SHARED (Wanted: OFF): OFF\n-- SDL_FOREGROUNDING_SIGNAL (Wanted: OFF): OFF\n-- SDL_GCC_ATOMICS (Wanted: ON): ON\n-- SDL_GPU_DXVK (Wanted: OFF): OFF\n-- SDL_HIDAPI (Wanted: ON): ON\n-- SDL_HIDAPI_JOYSTICK (Wanted: ON): ON\n-- SDL_HIDAPI_LIBUSB (Wanted: ON): OFF\n-- SDL_HIDAPI_LIBUSB_SHARED (Wanted: ON): OFF\n-- SDL_IBUS (Wanted: ON): ON\n-- SDL_INSTALL (Wanted: OFF): OFF\n-- SDL_INSTALL_TESTS (Wanted: OFF): OFF\n-- SDL_JACK (Wanted: ON): OFF\n-- SDL_JACK_SHARED (Wanted: ON): OFF\n-- SDL_KMSDRM (Wanted: ON): ON\n-- SDL_KMSDRM_SHARED (Wanted: ON): ON\n-- SDL_LASX (Wanted: OFF): OFF\n-- SDL_LIBC (Wanted: ON): ON\n-- SDL_LIBICONV (Wanted: OFF): OFF\n-- SDL_LIBUDEV (Wanted: ON): ON\n-- SDL_LIBURING (Wanted: ON): OFF\n-- SDL_LSX (Wanted: OFF): OFF\n-- SDL_METAL (Wanted: OFF): OFF\n-- SDL_MMX (Wanted: ON): ON\n-- SDL_OFFSCREEN (Wanted: ON): ON\n-- SDL_OPENGL (Wanted: ON): ON\n-- SDL_OPENGLES (Wanted: ON): ON\n-- SDL_OPENVR (Wanted: OFF): OFF\n-- SDL_OSS (Wanted: OFF): OFF\n-- SDL_PIPEWIRE (Wanted: ON): ON\n-- SDL_PIPEWIRE_SHARED (Wanted: ON): ON\n-- SDL_PTHREADS (Wanted: ON): ON\n-- SDL_PTHREADS_SEM (Wanted: ON): ON\n-- SDL_PULSEAUDIO (Wanted: ON): ON\n-- SDL_PULSEAUDIO_SHARED (Wanted: ON): ON\n-- SDL_RENDER_D3D (Wanted: OFF): OFF\n-- SDL_RENDER_D3D11 (Wanted: OFF): OFF\n-- SDL_RENDER_D3D12 (Wanted: OFF): OFF\n-- SDL_RENDER_GPU (Wanted: ON): ON\n-- SDL_RENDER_METAL (Wanted: ON): OFF\n-- SDL_RENDER_VULKAN (Wanted: ON): ON\n-- SDL_ROCKCHIP (Wanted: OFF): OFF\n-- SDL_RPATH (Wanted: ON): OFF\n-- SDL_RPI (Wanted: OFF): OFF\n-- SDL_SNDIO (Wanted: ON): ON\n-- SDL_SNDIO_SHARED (Wanted: ON): ON\n-- SDL_SSE (Wanted: ON): ON\n-- SDL_SSE2 (Wanted: ON): ON\n-- SDL_SSE3 (Wanted: ON): ON\n-- SDL_SSE4_1 (Wanted: ON): ON\n-- SDL_SSE4_2 (Wanted: ON): ON\n-- SDL_SYSTEM_ICONV (Wanted: ON): ON\n-- SDL_TESTS (Wanted: OFF): OFF\n-- SDL_TESTS_LINK_SHARED (Wanted: OFF): OFF\n-- SDL_UNINSTALL (Wanted: OFF): OFF\n-- SDL_VIRTUAL_JOYSTICK (Wanted: ON): ON\n-- SDL_VIVANTE (Wanted: OFF): OFF\n-- SDL_VULKAN (Wanted: ON): ON\n-- SDL_WASAPI (Wanted: OFF): OFF\n-- SDL_WAYLAND (Wanted: ON): ON\n-- SDL_WAYLAND_LIBDECOR (Wanted: ON): ON\n-- SDL_WAYLAND_LIBDECOR_SHARED (Wanted: ON): ON\n-- SDL_WAYLAND_SHARED (Wanted: ON): ON\n-- SDL_X11 (Wanted: ON): ON\n-- SDL_X11_SHARED (Wanted: ON): ON\n-- SDL_X11_XCURSOR (Wanted: ON): ON\n-- SDL_X11_XDBE (Wanted: ON): ON\n-- SDL_X11_XFIXES (Wanted: ON): ON\n-- SDL_X11_XINPUT (Wanted: ON): ON\n-- SDL_X11_XRANDR (Wanted: ON): ON\n-- SDL_X11_XSCRNSAVER (Wanted: ON): ON\n-- SDL_X11_XSHAPE (Wanted: ON): ON\n-- SDL_X11_XSYNC (Wanted: ON): ON\n-- SDL_XINPUT (Wanted: OFF): OFF\n-- \n-- Build Shared Library: OFF\n-- Build Static Library: ON\n-- Build Static Library with Position Independent Code: \n-- \n-- If something was not detected, although the libraries\n-- were installed, then make sure you have set the\n-- CMAKE_C_FLAGS and CMAKE_PREFIX_PATH CMake variables correctly.\n-- \n-- Configuring done (1.9s)\n-- Generating done (0.1s)\n-- Build files have been written to: /tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug\n$ \"cmake\" \"--build\" \"/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug\" \"--config\" \"Debug\" \"--parallel\" \"4\" \"--target\" \"faset_player\" \"faset_schema_exporter\"\n[0/2] Re-checking globbed directories...\nninja: no work to do.\n$ \"/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/faset_schema_exporter\" \"--output\" \"/tmp/faset-p1-workflows-20260924-3/project/.faset/cache/builds/.staging-ff9aa7a9-74ef-4ce3-9665-cb058ba243d2/schema.json\"\n$ \"/usr/bin/ldd\" \"/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug/faset_player\"\n\tlinux-vdso.so.1 (0x0000782e6a7cd000)\n\tlibvulkan.so.1 => /usr/lib/x86_64-linux-gnu/libvulkan.so.1 (0x0000782e69e95000)\n\tlibm.so.6 => /usr/lib/x86_64-linux-gnu/libm.so.6 (0x0000782e69d6f000)\n\tlibstdc++.so.6 => /usr/lib/x86_64-linux-gnu/libstdc++.so.6 (0x0000782e69a00000)\n\tlibgcc_s.so.1 => /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 (0x0000782e69d41000)\n\tlibc.so.6 => /usr/lib/x86_64-linux-gnu/libc.so.6 (0x0000782e69600000)\n\t/lib64/ld-linux-x86-64.so.2 (0x0000782e6a7cf000)\n", + "progress": 1.0, + "result": { + "build_directory": "/tmp/faset-p1-workflows-20260924-3/project/.faset/build/Debug", + "configuration": "Debug", + "directory": "/tmp/faset-p1-workflows-20260924-3/project/.faset/cache/builds/ff9aa7a9-74ef-4ce3-9665-cb058ba243d2", + "fingerprint": "b71e7004692414d56802cc6bf6ca955241e14eb08c938a5cee1f086627c25c5b", + "generation": "ff9aa7a9-74ef-4ce3-9665-cb058ba243d2", + "generation_reused": false, + "lua_enabled": false, + "lua_fingerprint": "", + "phase_times_ms": { + "configure": 3413, + "native_build": 77, + "schema_package": 11123, + "total": 14614 + }, + "player": "/tmp/faset-p1-workflows-20260924-3/project/.faset/cache/builds/ff9aa7a9-74ef-4ce3-9665-cb058ba243d2/faset_player", + "schema": "/tmp/faset-p1-workflows-20260924-3/project/.faset/cache/builds/ff9aa7a9-74ef-4ce3-9665-cb058ba243d2/schema.json", + "schema_cache_hit": false + }, + "stage": "Complete", + "state": "succeeded" +} diff --git a/docs/validation/p1-iteration-2026-09-24/raw/warmup_unchanged_build-01.json b/docs/validation/p1-iteration-2026-09-24/raw/warmup_unchanged_build-01.json new file mode 100644 index 0000000..e0a4a00 --- /dev/null +++ b/docs/validation/p1-iteration-2026-09-24/raw/warmup_unchanged_build-01.json @@ -0,0 +1,17 @@ +{ + "seconds": 14.639648724987637, + "returncode": 0, + "build_configuration": "Debug", + "source_hash": "5d419786a6861d7f14ed4eca54634694d8cd43be5dbbd60a2c6790db665c3a6a", + "command": [ + "/home/emil/Desktop/.worktrees/Faset_Engine-p1-p3/build/linux-debug/faset_editor", + "--project", + "/tmp/faset-p1-workflows-20260924-3/project", + "--command", + "{\"name\": \"faset_build\", \"arguments\": {}}", + "--wait" + ], + "stdout": "raw/warmup_unchanged_build-01-stdout.txt", + "stderr": "raw/warmup_unchanged_build-01-stderr.txt", + "peak_rss_kib": 34640 +} diff --git a/docs/validation/p1-iteration-2026-09-24/raw/windowed_editor_two_frames-01-memory.json b/docs/validation/p1-iteration-2026-09-24/raw/windowed_editor_two_frames-01-memory.json new file mode 100644 index 0000000..a4c94f7 --- /dev/null +++ b/docs/validation/p1-iteration-2026-09-24/raw/windowed_editor_two_frames-01-memory.json @@ -0,0 +1 @@ +{"peak_rss_kib":205728} diff --git a/docs/validation/p1-iteration-2026-09-24/raw/windowed_editor_two_frames-01-stderr.txt b/docs/validation/p1-iteration-2026-09-24/raw/windowed_editor_two_frames-01-stderr.txt new file mode 100644 index 0000000..e69de29 diff --git a/docs/validation/p1-iteration-2026-09-24/raw/windowed_editor_two_frames-01-stdout.txt b/docs/validation/p1-iteration-2026-09-24/raw/windowed_editor_two_frames-01-stdout.txt new file mode 100644 index 0000000..e69de29 diff --git a/docs/validation/p1-iteration-2026-09-24/raw/windowed_editor_two_frames-01.json b/docs/validation/p1-iteration-2026-09-24/raw/windowed_editor_two_frames-01.json new file mode 100644 index 0000000..f098e40 --- /dev/null +++ b/docs/validation/p1-iteration-2026-09-24/raw/windowed_editor_two_frames-01.json @@ -0,0 +1,16 @@ +{ + "seconds": 0.6512170849891845, + "returncode": 0, + "build_configuration": "Debug", + "source_hash": "5d419786a6861d7f14ed4eca54634694d8cd43be5dbbd60a2c6790db665c3a6a", + "command": [ + "/home/emil/Desktop/.worktrees/Faset_Engine-p1-p3/build/linux-debug/faset_editor", + "--project", + "/tmp/faset-p1-workflows-20260924-3/project", + "--frames", + "2" + ], + "stdout": "raw/windowed_editor_two_frames-01-stdout.txt", + "stderr": "raw/windowed_editor_two_frames-01-stderr.txt", + "peak_rss_kib": 205728 +} diff --git a/docs/validation/p1-iteration-2026-09-24/report.json b/docs/validation/p1-iteration-2026-09-24/report.json new file mode 100644 index 0000000..e60c958 --- /dev/null +++ b/docs/validation/p1-iteration-2026-09-24/report.json @@ -0,0 +1,1760 @@ +{ + "format": "faset.workflow-measurements", + "version": 2, + "recorded_at_utc": "2026-09-24T00:11:52.154949+00:00", + "revision": "6c2e8fa80036315a695f67f3c53524165fb4b10a", + "working_tree_dirty": false, + "source_hashes": { + "project/Scripts/Gameplay.cpp#baseline": "5d419786a6861d7f14ed4eca54634694d8cd43be5dbbd60a2c6790db665c3a6a", + "lua-project/Scripts/player.lua#baseline": "1c51810574a3413c46a7cbd0ea2e84a9b802da1206a2b72bb78f6cc951367a11", + "project/Scripts/Gameplay.cpp#cpp-edit-0": "a194792fbe9e31cf3d03ee2ddf29da77e3ac3d139eca2894e5a07d2548af11ae", + "project/Scripts/Gameplay.cpp#cpp-edit-1": "f94e26cbed75fee4b6f565adb64f525eb702221116ecb4fb3034b08bb2f5647a", + "project/Scripts/Gameplay.cpp#cpp-edit-2": "34bb0f6974f75e16bd13b79ea568c79b6d3baddb4387a461e7d4e4fc2d08e439", + "project/Scripts/Gameplay.cpp#cpp-edit-3": "3fe71ff715f01db9806ddf106732ba8feb0accba537dd67dc27e138e7779e1ce", + "project/Scripts/Gameplay.cpp#cpp-edit-4": "df24f88db381080b0a35932ec60ca4f8e4e8d60cc5de6390c131c3320895b25d", + "project/Scripts/Gameplay.cpp#cpp-edit-5": "7eff8ea8356f18111f2c7707d0cb68cc3c492462043c9bfae0911498ed567012", + "project/Scripts/Gameplay.hpp#header-edit-0": "49a1ac1ef782a714ddb9e44ad831e336f2b6ba0196e9a22ec04e86ca58ae366f", + "project/Scripts/Gameplay.hpp#header-edit-1": "84196f783326fe0af644e753ab6b34cc23ccbce5959d8b3ec822b5e60144f41a", + "project/Scripts/Gameplay.hpp#header-edit-2": "a02a44499754c3efe8249d1411ba9e7df0a7ce7cd8209b5280db9ef5b19dbf49", + "project/Scripts/Gameplay.hpp#header-edit-3": "2ce729db59e1897b43c04a6bb2de43016d296a7aa1df2e4db5c68e27f2525d84", + "project/Scripts/Gameplay.hpp#header-edit-4": "dd368d4b5f5b3e442274eab2fac3bcbf7b8f49fc95e638859d8751ee19566f0e", + "project/Scripts/Gameplay.hpp#header-edit-5": "801fb7ba8f67c774ab1d7ec6350c8f099bf37aa6cd34afc952f7e81954df971e", + "project/Scripts/Gameplay.hpp#intentional-failure": "9cf76ceab03f32fc0baf1eebf6db150fe386fe685ee3a9137271a806f97bdff9", + "project/Scripts/Gameplay.hpp#recovery": "801fb7ba8f67c774ab1d7ec6350c8f099bf37aa6cd34afc952f7e81954df971e", + "lua-project/Scripts/player.lua#reload-0": "74fd846c1d9da81ccecfa88af5517008112f08ab8c03140e20df5c4a290a69ce", + "lua-project/Scripts/player.lua#reload-1": "9d131daa84614f3f4ac55ae09146f3857388f01c258e8a5db9a219bc3c91dbf8", + "lua-project/Scripts/player.lua#reload-2": "a81d79adbe5cd415ad019b4c50cb0e431e408aa99fb5ede765db11828854cd95", + "lua-project/Scripts/player.lua#reload-3": "6f771d3395f48660d2806237086c6295ceab200f248fec0437a7fd61c4597f3f", + "lua-project/Scripts/player.lua#reload-4": "7176456898abfa2153eebf42de52327f2001a3da59070f64dade08dc32c62aea", + "lua-project/Scripts/player.lua#reload-5": "89bb60543b8aac8d4be28a9de6db2c5ecbf61796c5e348776634f884d4692cdf", + "faset-p1-workflows-20260924-3/raw/generated-512.scene.json#generated-512": "3fb9976da7d2b3b85f5a370d6728a86cb874d69172ae0bcd157a784d9dbf4eed" + }, + "project_hashes_at_copy": { + ".gitignore": "53aa4d7124d4c8d93b8d7c4cb470b6c82b844e019a660d6243ffeadc50602de1", + "Assets/exit-arch/create.py": "9c7291124fb1498a3f992ef74afc39cd98f9cc3e2ff4687c633bece85d580905", + "Assets/exit-arch/manifest.json": "7a13347adc89761fb02ebeab3c58ba87f319cd62f53ec87a3bb61bcd066ffa55", + "Assets/exit-arch/manifest.json.faset-import.json": "ef4eef28a18a0cc40a40df75db34c97faa5d783b891265f862633f3aec514afc", + "Assets/exit-arch/payload/ee6c748a212905fc9c465cbe95c033e94b80be643624f4f240ad5353761205b3.glb": "ee6c748a212905fc9c465cbe95c033e94b80be643624f4f240ad5353761205b3", + "Assets/exit-arch/source.blend": "ff2676bec97ab778e531e87a185ad716049ea3b05b4a4f0027a6345737735035", + "README.md": "2df5ca4df47ab5d3d05d41508201296d4ad5ec876245f19f061767ade6a30e8f", + "Scenes/main.scene.json": "61b65baf79e52f07ac386a7f98acf985a1b09e88770cdde37ef461dc94b9dcd7", + "Scripts/Extensions/Beacon.hpp": "c60d56161eead16f541835053ad32ac3333383d83015709c060b7d45e0af5a97", + "Scripts/Gameplay.cpp": "5d419786a6861d7f14ed4eca54634694d8cd43be5dbbd60a2c6790db665c3a6a", + "Scripts/Gameplay.hpp": "4121587182ed4f74901b1c0757c53daadbf309af1d6bb5dd87fef142130ccbbe", + "project.faset.json": "43d273b1054ec9069369073f54cc1fc7efb3d6b699dcd342c552a2dc2ef852ef" + }, + "build_configuration": "Debug", + "source_project": "/home/emil/Desktop/.worktrees/Faset_Engine-p1-p3/examples/projects/collect-3d", + "lua_source_project": "/home/emil/Desktop/.worktrees/Faset_Engine-p1-p3/examples/lua", + "editor": "/home/emil/Desktop/.worktrees/Faset_Engine-p1-p3/build/linux-debug/faset_editor", + "host": { + "platform": "Linux-7.0.0-31-generic-x86_64-with-glibc2.43", + "cpu": "AMD Ryzen 7 1700 Eight-Core Processor", + "ram_kib": 32784216, + "logical_cpus": 16, + "python": "3.14.4" + }, + "toolchain": { + "cmake": "cmake version 4.2.3", + "cxx": "Ubuntu clang version 21.1.8 (6ubuntu1)", + "slang": null + }, + "gpu": { + "player_device": "NVIDIA GeForce RTX 2080 Ti", + "ui_device": "NVIDIA GeForce RTX 2080 Ti", + "driver": "595.84" + }, + "settings": { + "resolution": [ + 1280, + 720 + ], + "validation_enabled": true, + "readback_enabled": true, + "presentation_mode": "offscreen", + "source_scene_entities": 15, + "generated_scene_entities": 527 + }, + "samples": { + "headless_editor_command_startup": [ + { + "seconds": 0.025940723018720746, + "returncode": 0, + "build_configuration": "Debug", + "source_hash": "5d419786a6861d7f14ed4eca54634694d8cd43be5dbbd60a2c6790db665c3a6a", + "command": [ + "/home/emil/Desktop/.worktrees/Faset_Engine-p1-p3/build/linux-debug/faset_editor", + "--project", + "/tmp/faset-p1-workflows-20260924-3/project", + "--command", + "{\"name\": \"faset_project\", \"arguments\": {}}", + "--wait" + ], + "stdout": "raw/headless_editor_command_startup-01-stdout.txt", + "stderr": "raw/headless_editor_command_startup-01-stderr.txt", + "peak_rss_kib": 8604 + }, + { + "seconds": 0.04091821500333026, + "returncode": 0, + "build_configuration": "Debug", + "source_hash": "5d419786a6861d7f14ed4eca54634694d8cd43be5dbbd60a2c6790db665c3a6a", + "command": [ + "/home/emil/Desktop/.worktrees/Faset_Engine-p1-p3/build/linux-debug/faset_editor", + "--project", + "/tmp/faset-p1-workflows-20260924-3/project", + "--command", + "{\"name\": \"faset_project\", \"arguments\": {}}", + "--wait" + ], + "stdout": "raw/headless_editor_command_startup-02-stdout.txt", + "stderr": "raw/headless_editor_command_startup-02-stderr.txt", + "peak_rss_kib": 8488 + }, + { + "seconds": 0.022082765004597604, + "returncode": 0, + "build_configuration": "Debug", + "source_hash": "5d419786a6861d7f14ed4eca54634694d8cd43be5dbbd60a2c6790db665c3a6a", + "command": [ + "/home/emil/Desktop/.worktrees/Faset_Engine-p1-p3/build/linux-debug/faset_editor", + "--project", + "/tmp/faset-p1-workflows-20260924-3/project", + "--command", + "{\"name\": \"faset_project\", \"arguments\": {}}", + "--wait" + ], + "stdout": "raw/headless_editor_command_startup-03-stdout.txt", + "stderr": "raw/headless_editor_command_startup-03-stderr.txt", + "peak_rss_kib": 8396 + } + ], + "windowed_editor_two_frames": [ + { + "seconds": 0.6512170849891845, + "returncode": 0, + "build_configuration": "Debug", + "source_hash": "5d419786a6861d7f14ed4eca54634694d8cd43be5dbbd60a2c6790db665c3a6a", + "command": [ + "/home/emil/Desktop/.worktrees/Faset_Engine-p1-p3/build/linux-debug/faset_editor", + "--project", + "/tmp/faset-p1-workflows-20260924-3/project", + "--frames", + "2" + ], + "stdout": "raw/windowed_editor_two_frames-01-stdout.txt", + "stderr": "raw/windowed_editor_two_frames-01-stderr.txt", + "peak_rss_kib": 205728 + } + ], + "cold_asset_import": [ + { + "seconds": 0.049359967990312725, + "returncode": 0, + "build_configuration": "Debug", + "source_hash": "5d419786a6861d7f14ed4eca54634694d8cd43be5dbbd60a2c6790db665c3a6a", + "command": [ + "/home/emil/Desktop/.worktrees/Faset_Engine-p1-p3/build/linux-debug/faset_editor", + "--project", + "/tmp/faset-p1-workflows-20260924-3/project", + "--command", + "{\"name\": \"faset_import\", \"arguments\": {\"path\": \"Assets/exit-arch/manifest.json\"}}", + "--wait" + ], + "stdout": "raw/cold_asset_import-01-stdout.txt", + "stderr": "raw/cold_asset_import-01-stderr.txt", + "peak_rss_kib": 9248 + } + ], + "cached_asset_import": [ + { + "seconds": 0.05242176400497556, + "returncode": 0, + "build_configuration": "Debug", + "source_hash": "5d419786a6861d7f14ed4eca54634694d8cd43be5dbbd60a2c6790db665c3a6a", + "command": [ + "/home/emil/Desktop/.worktrees/Faset_Engine-p1-p3/build/linux-debug/faset_editor", + "--project", + "/tmp/faset-p1-workflows-20260924-3/project", + "--command", + "{\"name\": \"faset_import\", \"arguments\": {\"path\": \"Assets/exit-arch/manifest.json\"}}", + "--wait" + ], + "stdout": "raw/cached_asset_import-01-stdout.txt", + "stderr": "raw/cached_asset_import-01-stderr.txt", + "peak_rss_kib": 9248 + } + ], + "cold_configure_build": [ + { + "seconds": 106.00909288399271, + "returncode": 0, + "build_configuration": "Debug", + "source_hash": "5d419786a6861d7f14ed4eca54634694d8cd43be5dbbd60a2c6790db665c3a6a", + "command": [ + "/home/emil/Desktop/.worktrees/Faset_Engine-p1-p3/build/linux-debug/faset_editor", + "--project", + "/tmp/faset-p1-workflows-20260924-3/project", + "--command", + "{\"name\": \"faset_build\", \"arguments\": {}}", + "--wait" + ], + "stdout": "raw/cold_configure_build-01-stdout.txt", + "stderr": "raw/cold_configure_build-01-stderr.txt", + "peak_rss_kib": 399412, + "schema_cache_hit": false, + "generation_reused": false + } + ], + "warm_unchanged_build": [ + { + "seconds": 10.919113234005636, + "returncode": 0, + "build_configuration": "Debug", + "source_hash": "5d419786a6861d7f14ed4eca54634694d8cd43be5dbbd60a2c6790db665c3a6a", + "command": [ + "/home/emil/Desktop/.worktrees/Faset_Engine-p1-p3/build/linux-debug/faset_editor", + "--project", + "/tmp/faset-p1-workflows-20260924-3/project", + "--command", + "{\"name\": \"faset_build\", \"arguments\": {}}", + "--wait" + ], + "stdout": "raw/warm_unchanged_build-01-stdout.txt", + "stderr": "raw/warm_unchanged_build-01-stderr.txt", + "peak_rss_kib": 34304, + "schema_cache_hit": true, + "generation_reused": true + }, + { + "seconds": 11.532686943013687, + "returncode": 0, + "build_configuration": "Debug", + "source_hash": "5d419786a6861d7f14ed4eca54634694d8cd43be5dbbd60a2c6790db665c3a6a", + "command": [ + "/home/emil/Desktop/.worktrees/Faset_Engine-p1-p3/build/linux-debug/faset_editor", + "--project", + "/tmp/faset-p1-workflows-20260924-3/project", + "--command", + "{\"name\": \"faset_build\", \"arguments\": {}}", + "--wait" + ], + "stdout": "raw/warm_unchanged_build-02-stdout.txt", + "stderr": "raw/warm_unchanged_build-02-stderr.txt", + "peak_rss_kib": 34228, + "schema_cache_hit": true, + "generation_reused": true + }, + { + "seconds": 11.354777691012714, + "returncode": 0, + "build_configuration": "Debug", + "source_hash": "5d419786a6861d7f14ed4eca54634694d8cd43be5dbbd60a2c6790db665c3a6a", + "command": [ + "/home/emil/Desktop/.worktrees/Faset_Engine-p1-p3/build/linux-debug/faset_editor", + "--project", + "/tmp/faset-p1-workflows-20260924-3/project", + "--command", + "{\"name\": \"faset_build\", \"arguments\": {}}", + "--wait" + ], + "stdout": "raw/warm_unchanged_build-03-stdout.txt", + "stderr": "raw/warm_unchanged_build-03-stderr.txt", + "peak_rss_kib": 34180, + "schema_cache_hit": true, + "generation_reused": true + }, + { + "seconds": 12.922447588003706, + "returncode": 0, + "build_configuration": "Debug", + "source_hash": "5d419786a6861d7f14ed4eca54634694d8cd43be5dbbd60a2c6790db665c3a6a", + "command": [ + "/home/emil/Desktop/.worktrees/Faset_Engine-p1-p3/build/linux-debug/faset_editor", + "--project", + "/tmp/faset-p1-workflows-20260924-3/project", + "--command", + "{\"name\": \"faset_build\", \"arguments\": {}}", + "--wait" + ], + "stdout": "raw/warm_unchanged_build-04-stdout.txt", + "stderr": "raw/warm_unchanged_build-04-stderr.txt", + "peak_rss_kib": 34124, + "schema_cache_hit": true, + "generation_reused": true + }, + { + "seconds": 13.117528178001521, + "returncode": 0, + "build_configuration": "Debug", + "source_hash": "5d419786a6861d7f14ed4eca54634694d8cd43be5dbbd60a2c6790db665c3a6a", + "command": [ + "/home/emil/Desktop/.worktrees/Faset_Engine-p1-p3/build/linux-debug/faset_editor", + "--project", + "/tmp/faset-p1-workflows-20260924-3/project", + "--command", + "{\"name\": \"faset_build\", \"arguments\": {}}", + "--wait" + ], + "stdout": "raw/warm_unchanged_build-05-stdout.txt", + "stderr": "raw/warm_unchanged_build-05-stderr.txt", + "peak_rss_kib": 33696, + "schema_cache_hit": true, + "generation_reused": true + } + ], + "changed_cpp_build": [ + { + "seconds": 29.83193460397888, + "returncode": 0, + "build_configuration": "Debug", + "source_hash": "f94e26cbed75fee4b6f565adb64f525eb702221116ecb4fb3034b08bb2f5647a", + "command": [ + "/home/emil/Desktop/.worktrees/Faset_Engine-p1-p3/build/linux-debug/faset_editor", + "--project", + "/tmp/faset-p1-workflows-20260924-3/project", + "--command", + "{\"name\": \"faset_build\", \"arguments\": {}}", + "--wait" + ], + "stdout": "raw/changed_cpp_build-01-stdout.txt", + "stderr": "raw/changed_cpp_build-01-stderr.txt", + "peak_rss_kib": 353052, + "schema_cache_hit": false, + "generation_reused": false + }, + { + "seconds": 30.331249505019514, + "returncode": 0, + "build_configuration": "Debug", + "source_hash": "34bb0f6974f75e16bd13b79ea568c79b6d3baddb4387a461e7d4e4fc2d08e439", + "command": [ + "/home/emil/Desktop/.worktrees/Faset_Engine-p1-p3/build/linux-debug/faset_editor", + "--project", + "/tmp/faset-p1-workflows-20260924-3/project", + "--command", + "{\"name\": \"faset_build\", \"arguments\": {}}", + "--wait" + ], + "stdout": "raw/changed_cpp_build-02-stdout.txt", + "stderr": "raw/changed_cpp_build-02-stderr.txt", + "peak_rss_kib": 353088, + "schema_cache_hit": false, + "generation_reused": false + }, + { + "seconds": 28.16259147101664, + "returncode": 0, + "build_configuration": "Debug", + "source_hash": "3fe71ff715f01db9806ddf106732ba8feb0accba537dd67dc27e138e7779e1ce", + "command": [ + "/home/emil/Desktop/.worktrees/Faset_Engine-p1-p3/build/linux-debug/faset_editor", + "--project", + "/tmp/faset-p1-workflows-20260924-3/project", + "--command", + "{\"name\": \"faset_build\", \"arguments\": {}}", + "--wait" + ], + "stdout": "raw/changed_cpp_build-03-stdout.txt", + "stderr": "raw/changed_cpp_build-03-stderr.txt", + "peak_rss_kib": 352196, + "schema_cache_hit": false, + "generation_reused": false + }, + { + "seconds": 23.87008932500612, + "returncode": 0, + "build_configuration": "Debug", + "source_hash": "df24f88db381080b0a35932ec60ca4f8e4e8d60cc5de6390c131c3320895b25d", + "command": [ + "/home/emil/Desktop/.worktrees/Faset_Engine-p1-p3/build/linux-debug/faset_editor", + "--project", + "/tmp/faset-p1-workflows-20260924-3/project", + "--command", + "{\"name\": \"faset_build\", \"arguments\": {}}", + "--wait" + ], + "stdout": "raw/changed_cpp_build-04-stdout.txt", + "stderr": "raw/changed_cpp_build-04-stderr.txt", + "peak_rss_kib": 350492, + "schema_cache_hit": false, + "generation_reused": false + }, + { + "seconds": 23.2658868439903, + "returncode": 0, + "build_configuration": "Debug", + "source_hash": "7eff8ea8356f18111f2c7707d0cb68cc3c492462043c9bfae0911498ed567012", + "command": [ + "/home/emil/Desktop/.worktrees/Faset_Engine-p1-p3/build/linux-debug/faset_editor", + "--project", + "/tmp/faset-p1-workflows-20260924-3/project", + "--command", + "{\"name\": \"faset_build\", \"arguments\": {}}", + "--wait" + ], + "stdout": "raw/changed_cpp_build-05-stdout.txt", + "stderr": "raw/changed_cpp_build-05-stderr.txt", + "peak_rss_kib": 350092, + "schema_cache_hit": false, + "generation_reused": false + } + ], + "changed_header_build": [ + { + "seconds": 25.510155372990994, + "returncode": 0, + "build_configuration": "Debug", + "source_hash": "84196f783326fe0af644e753ab6b34cc23ccbce5959d8b3ec822b5e60144f41a", + "command": [ + "/home/emil/Desktop/.worktrees/Faset_Engine-p1-p3/build/linux-debug/faset_editor", + "--project", + "/tmp/faset-p1-workflows-20260924-3/project", + "--command", + "{\"name\": \"faset_build\", \"arguments\": {}}", + "--wait" + ], + "stdout": "raw/changed_header_build-01-stdout.txt", + "stderr": "raw/changed_header_build-01-stderr.txt", + "peak_rss_kib": 353760, + "schema_cache_hit": false, + "generation_reused": false + }, + { + "seconds": 24.47404430899769, + "returncode": 0, + "build_configuration": "Debug", + "source_hash": "a02a44499754c3efe8249d1411ba9e7df0a7ce7cd8209b5280db9ef5b19dbf49", + "command": [ + "/home/emil/Desktop/.worktrees/Faset_Engine-p1-p3/build/linux-debug/faset_editor", + "--project", + "/tmp/faset-p1-workflows-20260924-3/project", + "--command", + "{\"name\": \"faset_build\", \"arguments\": {}}", + "--wait" + ], + "stdout": "raw/changed_header_build-02-stdout.txt", + "stderr": "raw/changed_header_build-02-stderr.txt", + "peak_rss_kib": 350316, + "schema_cache_hit": false, + "generation_reused": false + }, + { + "seconds": 23.558627322985558, + "returncode": 0, + "build_configuration": "Debug", + "source_hash": "2ce729db59e1897b43c04a6bb2de43016d296a7aa1df2e4db5c68e27f2525d84", + "command": [ + "/home/emil/Desktop/.worktrees/Faset_Engine-p1-p3/build/linux-debug/faset_editor", + "--project", + "/tmp/faset-p1-workflows-20260924-3/project", + "--command", + "{\"name\": \"faset_build\", \"arguments\": {}}", + "--wait" + ], + "stdout": "raw/changed_header_build-03-stdout.txt", + "stderr": "raw/changed_header_build-03-stderr.txt", + "peak_rss_kib": 353336, + "schema_cache_hit": false, + "generation_reused": false + }, + { + "seconds": 23.88723594098701, + "returncode": 0, + "build_configuration": "Debug", + "source_hash": "dd368d4b5f5b3e442274eab2fac3bcbf7b8f49fc95e638859d8751ee19566f0e", + "command": [ + "/home/emil/Desktop/.worktrees/Faset_Engine-p1-p3/build/linux-debug/faset_editor", + "--project", + "/tmp/faset-p1-workflows-20260924-3/project", + "--command", + "{\"name\": \"faset_build\", \"arguments\": {}}", + "--wait" + ], + "stdout": "raw/changed_header_build-04-stdout.txt", + "stderr": "raw/changed_header_build-04-stderr.txt", + "peak_rss_kib": 353788, + "schema_cache_hit": false, + "generation_reused": false + }, + { + "seconds": 23.52752869098913, + "returncode": 0, + "build_configuration": "Debug", + "source_hash": "801fb7ba8f67c774ab1d7ec6350c8f099bf37aa6cd34afc952f7e81954df971e", + "command": [ + "/home/emil/Desktop/.worktrees/Faset_Engine-p1-p3/build/linux-debug/faset_editor", + "--project", + "/tmp/faset-p1-workflows-20260924-3/project", + "--command", + "{\"name\": \"faset_build\", \"arguments\": {}}", + "--wait" + ], + "stdout": "raw/changed_header_build-05-stdout.txt", + "stderr": "raw/changed_header_build-05-stderr.txt", + "peak_rss_kib": 353780, + "schema_cache_hit": false, + "generation_reused": false + } + ], + "build_failure": [ + { + "seconds": 9.99945926599321, + "returncode": 1, + "build_configuration": "Debug", + "source_hash": "9cf76ceab03f32fc0baf1eebf6db150fe386fe685ee3a9137271a806f97bdff9", + "command": [ + "/home/emil/Desktop/.worktrees/Faset_Engine-p1-p3/build/linux-debug/faset_editor", + "--project", + "/tmp/faset-p1-workflows-20260924-3/project", + "--command", + "{\"name\": \"faset_build\", \"arguments\": {}}", + "--wait" + ], + "stdout": "raw/build_failure-01-stdout.txt", + "stderr": "raw/build_failure-01-stderr.txt", + "peak_rss_kib": 303308 + } + ], + "build_recovery": [ + { + "seconds": 19.928895885997918, + "returncode": 0, + "build_configuration": "Debug", + "source_hash": "801fb7ba8f67c774ab1d7ec6350c8f099bf37aa6cd34afc952f7e81954df971e", + "command": [ + "/home/emil/Desktop/.worktrees/Faset_Engine-p1-p3/build/linux-debug/faset_editor", + "--project", + "/tmp/faset-p1-workflows-20260924-3/project", + "--command", + "{\"name\": \"faset_build\", \"arguments\": {}}", + "--wait" + ], + "stdout": "raw/build_recovery-01-stdout.txt", + "stderr": "raw/build_recovery-01-stderr.txt", + "peak_rss_kib": 351984, + "schema_cache_hit": true, + "generation_reused": true + } + ], + "player_one_frame_process": [ + { + "seconds": 0.40036001199041493, + "returncode": 0, + "build_configuration": "Debug", + "source_hash": "801fb7ba8f67c774ab1d7ec6350c8f099bf37aa6cd34afc952f7e81954df971e", + "command": [ + "/tmp/faset-p1-workflows-20260924-3/project/.faset/cache/builds/87b1c9a0-2493-4aa5-84ff-1b078f010980/faset_player", + "--scene", + "/tmp/faset-p1-workflows-20260924-3/project/Scenes/main.scene.json", + "--assets", + "/tmp/faset-p1-workflows-20260924-3/project/.faset/cache", + "--headless", + "--frames", + "1", + "--profile", + "/tmp/faset-p1-workflows-20260924-3/raw/cpp-first-frame-01.json" + ], + "stdout": "raw/player_one_frame_process-01-stdout.txt", + "stderr": "raw/player_one_frame_process-01-stderr.txt", + "peak_rss_kib": 167972 + }, + { + "seconds": 0.3409036679950077, + "returncode": 0, + "build_configuration": "Debug", + "source_hash": "801fb7ba8f67c774ab1d7ec6350c8f099bf37aa6cd34afc952f7e81954df971e", + "command": [ + "/tmp/faset-p1-workflows-20260924-3/project/.faset/cache/builds/87b1c9a0-2493-4aa5-84ff-1b078f010980/faset_player", + "--scene", + "/tmp/faset-p1-workflows-20260924-3/project/Scenes/main.scene.json", + "--assets", + "/tmp/faset-p1-workflows-20260924-3/project/.faset/cache", + "--headless", + "--frames", + "1", + "--profile", + "/tmp/faset-p1-workflows-20260924-3/raw/cpp-first-frame-02.json" + ], + "stdout": "raw/player_one_frame_process-02-stdout.txt", + "stderr": "raw/player_one_frame_process-02-stderr.txt", + "peak_rss_kib": 168024 + }, + { + "seconds": 0.347753299982287, + "returncode": 0, + "build_configuration": "Debug", + "source_hash": "801fb7ba8f67c774ab1d7ec6350c8f099bf37aa6cd34afc952f7e81954df971e", + "command": [ + "/tmp/faset-p1-workflows-20260924-3/project/.faset/cache/builds/87b1c9a0-2493-4aa5-84ff-1b078f010980/faset_player", + "--scene", + "/tmp/faset-p1-workflows-20260924-3/project/Scenes/main.scene.json", + "--assets", + "/tmp/faset-p1-workflows-20260924-3/project/.faset/cache", + "--headless", + "--frames", + "1", + "--profile", + "/tmp/faset-p1-workflows-20260924-3/raw/cpp-first-frame-03.json" + ], + "stdout": "raw/player_one_frame_process-03-stdout.txt", + "stderr": "raw/player_one_frame_process-03-stderr.txt", + "peak_rss_kib": 168132 + }, + { + "seconds": 0.34541923698270693, + "returncode": 0, + "build_configuration": "Debug", + "source_hash": "801fb7ba8f67c774ab1d7ec6350c8f099bf37aa6cd34afc952f7e81954df971e", + "command": [ + "/tmp/faset-p1-workflows-20260924-3/project/.faset/cache/builds/87b1c9a0-2493-4aa5-84ff-1b078f010980/faset_player", + "--scene", + "/tmp/faset-p1-workflows-20260924-3/project/Scenes/main.scene.json", + "--assets", + "/tmp/faset-p1-workflows-20260924-3/project/.faset/cache", + "--headless", + "--frames", + "1", + "--profile", + "/tmp/faset-p1-workflows-20260924-3/raw/cpp-first-frame-04.json" + ], + "stdout": "raw/player_one_frame_process-04-stdout.txt", + "stderr": "raw/player_one_frame_process-04-stderr.txt", + "peak_rss_kib": 167804 + }, + { + "seconds": 0.3532232770230621, + "returncode": 0, + "build_configuration": "Debug", + "source_hash": "801fb7ba8f67c774ab1d7ec6350c8f099bf37aa6cd34afc952f7e81954df971e", + "command": [ + "/tmp/faset-p1-workflows-20260924-3/project/.faset/cache/builds/87b1c9a0-2493-4aa5-84ff-1b078f010980/faset_player", + "--scene", + "/tmp/faset-p1-workflows-20260924-3/project/Scenes/main.scene.json", + "--assets", + "/tmp/faset-p1-workflows-20260924-3/project/.faset/cache", + "--headless", + "--frames", + "1", + "--profile", + "/tmp/faset-p1-workflows-20260924-3/raw/cpp-first-frame-05.json" + ], + "stdout": "raw/player_one_frame_process-05-stdout.txt", + "stderr": "raw/player_one_frame_process-05-stderr.txt", + "peak_rss_kib": 168172 + } + ], + "offscreen_first_rendered_frame": [ + { + "seconds": 0.333160143, + "build_configuration": "Debug", + "source_hash": "801fb7ba8f67c774ab1d7ec6350c8f099bf37aa6cd34afc952f7e81954df971e", + "presentation_mode": "offscreen", + "profile": "raw/cpp-first-frame-01.json" + }, + { + "seconds": 0.27588315999999996, + "build_configuration": "Debug", + "source_hash": "801fb7ba8f67c774ab1d7ec6350c8f099bf37aa6cd34afc952f7e81954df971e", + "presentation_mode": "offscreen", + "profile": "raw/cpp-first-frame-02.json" + }, + { + "seconds": 0.28410913699999996, + "build_configuration": "Debug", + "source_hash": "801fb7ba8f67c774ab1d7ec6350c8f099bf37aa6cd34afc952f7e81954df971e", + "presentation_mode": "offscreen", + "profile": "raw/cpp-first-frame-03.json" + }, + { + "seconds": 0.28146119199999997, + "build_configuration": "Debug", + "source_hash": "801fb7ba8f67c774ab1d7ec6350c8f099bf37aa6cd34afc952f7e81954df971e", + "presentation_mode": "offscreen", + "profile": "raw/cpp-first-frame-04.json" + }, + { + "seconds": 0.287111981, + "build_configuration": "Debug", + "source_hash": "801fb7ba8f67c774ab1d7ec6350c8f099bf37aa6cd34afc952f7e81954df971e", + "presentation_mode": "offscreen", + "profile": "raw/cpp-first-frame-05.json" + } + ], + "editor_ui_probe_process": [ + { + "seconds": 2.011972838023212, + "returncode": 0, + "build_configuration": "Debug", + "source_hash": "801fb7ba8f67c774ab1d7ec6350c8f099bf37aa6cd34afc952f7e81954df971e", + "command": [ + "/home/emil/Desktop/.worktrees/Faset_Engine-p1-p3/build/linux-debug/faset_editor_ui_latency", + "/tmp/faset-p1-workflows-20260924-3/raw/editor-input-latency.json" + ], + "stdout": "raw/editor_ui_probe_process-01-stdout.txt", + "stderr": "raw/editor_ui_probe_process-01-stderr.txt", + "peak_rss_kib": 201432 + } + ], + "editor_input_visible_frame": [ + { + "seconds": 0.015302926, + "build_configuration": "Debug", + "source_hash": "801fb7ba8f67c774ab1d7ec6350c8f099bf37aa6cd34afc952f7e81954df971e", + "presentation_mode": "offscreen", + "input": "Rotate", + "profile": "raw/editor-input-latency.json" + }, + { + "seconds": 0.015305611, + "build_configuration": "Debug", + "source_hash": "801fb7ba8f67c774ab1d7ec6350c8f099bf37aa6cd34afc952f7e81954df971e", + "presentation_mode": "offscreen", + "input": "Move", + "profile": "raw/editor-input-latency.json" + }, + { + "seconds": 0.01480163, + "build_configuration": "Debug", + "source_hash": "801fb7ba8f67c774ab1d7ec6350c8f099bf37aa6cd34afc952f7e81954df971e", + "presentation_mode": "offscreen", + "input": "Rotate", + "profile": "raw/editor-input-latency.json" + }, + { + "seconds": 0.013830348000000001, + "build_configuration": "Debug", + "source_hash": "801fb7ba8f67c774ab1d7ec6350c8f099bf37aa6cd34afc952f7e81954df971e", + "presentation_mode": "offscreen", + "input": "Move", + "profile": "raw/editor-input-latency.json" + }, + { + "seconds": 0.01396889, + "build_configuration": "Debug", + "source_hash": "801fb7ba8f67c774ab1d7ec6350c8f099bf37aa6cd34afc952f7e81954df971e", + "presentation_mode": "offscreen", + "input": "Rotate", + "profile": "raw/editor-input-latency.json" + }, + { + "seconds": 0.014219943, + "build_configuration": "Debug", + "source_hash": "801fb7ba8f67c774ab1d7ec6350c8f099bf37aa6cd34afc952f7e81954df971e", + "presentation_mode": "offscreen", + "input": "Move", + "profile": "raw/editor-input-latency.json" + }, + { + "seconds": 0.014201539000000001, + "build_configuration": "Debug", + "source_hash": "801fb7ba8f67c774ab1d7ec6350c8f099bf37aa6cd34afc952f7e81954df971e", + "presentation_mode": "offscreen", + "input": "Rotate", + "profile": "raw/editor-input-latency.json" + }, + { + "seconds": 0.013780744000000001, + "build_configuration": "Debug", + "source_hash": "801fb7ba8f67c774ab1d7ec6350c8f099bf37aa6cd34afc952f7e81954df971e", + "presentation_mode": "offscreen", + "input": "Move", + "profile": "raw/editor-input-latency.json" + }, + { + "seconds": 0.014035675, + "build_configuration": "Debug", + "source_hash": "801fb7ba8f67c774ab1d7ec6350c8f099bf37aa6cd34afc952f7e81954df971e", + "presentation_mode": "offscreen", + "input": "Rotate", + "profile": "raw/editor-input-latency.json" + }, + { + "seconds": 0.013506637, + "build_configuration": "Debug", + "source_hash": "801fb7ba8f67c774ab1d7ec6350c8f099bf37aa6cd34afc952f7e81954df971e", + "presentation_mode": "offscreen", + "input": "Move", + "profile": "raw/editor-input-latency.json" + }, + { + "seconds": 0.013779112, + "build_configuration": "Debug", + "source_hash": "801fb7ba8f67c774ab1d7ec6350c8f099bf37aa6cd34afc952f7e81954df971e", + "presentation_mode": "offscreen", + "input": "Rotate", + "profile": "raw/editor-input-latency.json" + }, + { + "seconds": 0.014123611999999999, + "build_configuration": "Debug", + "source_hash": "801fb7ba8f67c774ab1d7ec6350c8f099bf37aa6cd34afc952f7e81954df971e", + "presentation_mode": "offscreen", + "input": "Move", + "profile": "raw/editor-input-latency.json" + }, + { + "seconds": 0.013869142, + "build_configuration": "Debug", + "source_hash": "801fb7ba8f67c774ab1d7ec6350c8f099bf37aa6cd34afc952f7e81954df971e", + "presentation_mode": "offscreen", + "input": "Rotate", + "profile": "raw/editor-input-latency.json" + }, + { + "seconds": 0.01382618, + "build_configuration": "Debug", + "source_hash": "801fb7ba8f67c774ab1d7ec6350c8f099bf37aa6cd34afc952f7e81954df971e", + "presentation_mode": "offscreen", + "input": "Move", + "profile": "raw/editor-input-latency.json" + }, + { + "seconds": 0.013551272000000001, + "build_configuration": "Debug", + "source_hash": "801fb7ba8f67c774ab1d7ec6350c8f099bf37aa6cd34afc952f7e81954df971e", + "presentation_mode": "offscreen", + "input": "Rotate", + "profile": "raw/editor-input-latency.json" + }, + { + "seconds": 0.013897796, + "build_configuration": "Debug", + "source_hash": "801fb7ba8f67c774ab1d7ec6350c8f099bf37aa6cd34afc952f7e81954df971e", + "presentation_mode": "offscreen", + "input": "Move", + "profile": "raw/editor-input-latency.json" + }, + { + "seconds": 0.01394796, + "build_configuration": "Debug", + "source_hash": "801fb7ba8f67c774ab1d7ec6350c8f099bf37aa6cd34afc952f7e81954df971e", + "presentation_mode": "offscreen", + "input": "Rotate", + "profile": "raw/editor-input-latency.json" + }, + { + "seconds": 0.013723507, + "build_configuration": "Debug", + "source_hash": "801fb7ba8f67c774ab1d7ec6350c8f099bf37aa6cd34afc952f7e81954df971e", + "presentation_mode": "offscreen", + "input": "Move", + "profile": "raw/editor-input-latency.json" + }, + { + "seconds": 0.013808788, + "build_configuration": "Debug", + "source_hash": "801fb7ba8f67c774ab1d7ec6350c8f099bf37aa6cd34afc952f7e81954df971e", + "presentation_mode": "offscreen", + "input": "Rotate", + "profile": "raw/editor-input-latency.json" + }, + { + "seconds": 0.01388428, + "build_configuration": "Debug", + "source_hash": "801fb7ba8f67c774ab1d7ec6350c8f099bf37aa6cd34afc952f7e81954df971e", + "presentation_mode": "offscreen", + "input": "Move", + "profile": "raw/editor-input-latency.json" + }, + { + "seconds": 0.013673211000000001, + "build_configuration": "Debug", + "source_hash": "801fb7ba8f67c774ab1d7ec6350c8f099bf37aa6cd34afc952f7e81954df971e", + "presentation_mode": "offscreen", + "input": "Rotate", + "profile": "raw/editor-input-latency.json" + }, + { + "seconds": 0.014288763, + "build_configuration": "Debug", + "source_hash": "801fb7ba8f67c774ab1d7ec6350c8f099bf37aa6cd34afc952f7e81954df971e", + "presentation_mode": "offscreen", + "input": "Move", + "profile": "raw/editor-input-latency.json" + }, + { + "seconds": 0.013996752000000001, + "build_configuration": "Debug", + "source_hash": "801fb7ba8f67c774ab1d7ec6350c8f099bf37aa6cd34afc952f7e81954df971e", + "presentation_mode": "offscreen", + "input": "Rotate", + "profile": "raw/editor-input-latency.json" + }, + { + "seconds": 0.013973939, + "build_configuration": "Debug", + "source_hash": "801fb7ba8f67c774ab1d7ec6350c8f099bf37aa6cd34afc952f7e81954df971e", + "presentation_mode": "offscreen", + "input": "Move", + "profile": "raw/editor-input-latency.json" + }, + { + "seconds": 0.013734207, + "build_configuration": "Debug", + "source_hash": "801fb7ba8f67c774ab1d7ec6350c8f099bf37aa6cd34afc952f7e81954df971e", + "presentation_mode": "offscreen", + "input": "Rotate", + "profile": "raw/editor-input-latency.json" + }, + { + "seconds": 0.013740779, + "build_configuration": "Debug", + "source_hash": "801fb7ba8f67c774ab1d7ec6350c8f099bf37aa6cd34afc952f7e81954df971e", + "presentation_mode": "offscreen", + "input": "Move", + "profile": "raw/editor-input-latency.json" + }, + { + "seconds": 0.013848471999999999, + "build_configuration": "Debug", + "source_hash": "801fb7ba8f67c774ab1d7ec6350c8f099bf37aa6cd34afc952f7e81954df971e", + "presentation_mode": "offscreen", + "input": "Rotate", + "profile": "raw/editor-input-latency.json" + }, + { + "seconds": 0.013858, + "build_configuration": "Debug", + "source_hash": "801fb7ba8f67c774ab1d7ec6350c8f099bf37aa6cd34afc952f7e81954df971e", + "presentation_mode": "offscreen", + "input": "Move", + "profile": "raw/editor-input-latency.json" + }, + { + "seconds": 0.015123557999999999, + "build_configuration": "Debug", + "source_hash": "801fb7ba8f67c774ab1d7ec6350c8f099bf37aa6cd34afc952f7e81954df971e", + "presentation_mode": "offscreen", + "input": "Rotate", + "profile": "raw/editor-input-latency.json" + }, + { + "seconds": 0.014551038, + "build_configuration": "Debug", + "source_hash": "801fb7ba8f67c774ab1d7ec6350c8f099bf37aa6cd34afc952f7e81954df971e", + "presentation_mode": "offscreen", + "input": "Move", + "profile": "raw/editor-input-latency.json" + }, + { + "seconds": 0.014440279, + "build_configuration": "Debug", + "source_hash": "801fb7ba8f67c774ab1d7ec6350c8f099bf37aa6cd34afc952f7e81954df971e", + "presentation_mode": "offscreen", + "input": "Rotate", + "profile": "raw/editor-input-latency.json" + }, + { + "seconds": 0.014431663, + "build_configuration": "Debug", + "source_hash": "801fb7ba8f67c774ab1d7ec6350c8f099bf37aa6cd34afc952f7e81954df971e", + "presentation_mode": "offscreen", + "input": "Move", + "profile": "raw/editor-input-latency.json" + }, + { + "seconds": 0.014824213000000001, + "build_configuration": "Debug", + "source_hash": "801fb7ba8f67c774ab1d7ec6350c8f099bf37aa6cd34afc952f7e81954df971e", + "presentation_mode": "offscreen", + "input": "Rotate", + "profile": "raw/editor-input-latency.json" + }, + { + "seconds": 0.01375192, + "build_configuration": "Debug", + "source_hash": "801fb7ba8f67c774ab1d7ec6350c8f099bf37aa6cd34afc952f7e81954df971e", + "presentation_mode": "offscreen", + "input": "Move", + "profile": "raw/editor-input-latency.json" + }, + { + "seconds": 0.013846358, + "build_configuration": "Debug", + "source_hash": "801fb7ba8f67c774ab1d7ec6350c8f099bf37aa6cd34afc952f7e81954df971e", + "presentation_mode": "offscreen", + "input": "Rotate", + "profile": "raw/editor-input-latency.json" + }, + { + "seconds": 0.013411037, + "build_configuration": "Debug", + "source_hash": "801fb7ba8f67c774ab1d7ec6350c8f099bf37aa6cd34afc952f7e81954df971e", + "presentation_mode": "offscreen", + "input": "Move", + "profile": "raw/editor-input-latency.json" + }, + { + "seconds": 0.014734714, + "build_configuration": "Debug", + "source_hash": "801fb7ba8f67c774ab1d7ec6350c8f099bf37aa6cd34afc952f7e81954df971e", + "presentation_mode": "offscreen", + "input": "Rotate", + "profile": "raw/editor-input-latency.json" + }, + { + "seconds": 0.014482628, + "build_configuration": "Debug", + "source_hash": "801fb7ba8f67c774ab1d7ec6350c8f099bf37aa6cd34afc952f7e81954df971e", + "presentation_mode": "offscreen", + "input": "Move", + "profile": "raw/editor-input-latency.json" + }, + { + "seconds": 0.015009132, + "build_configuration": "Debug", + "source_hash": "801fb7ba8f67c774ab1d7ec6350c8f099bf37aa6cd34afc952f7e81954df971e", + "presentation_mode": "offscreen", + "input": "Rotate", + "profile": "raw/editor-input-latency.json" + }, + { + "seconds": 0.014435370000000001, + "build_configuration": "Debug", + "source_hash": "801fb7ba8f67c774ab1d7ec6350c8f099bf37aa6cd34afc952f7e81954df971e", + "presentation_mode": "offscreen", + "input": "Move", + "profile": "raw/editor-input-latency.json" + }, + { + "seconds": 0.015463718999999999, + "build_configuration": "Debug", + "source_hash": "801fb7ba8f67c774ab1d7ec6350c8f099bf37aa6cd34afc952f7e81954df971e", + "presentation_mode": "offscreen", + "input": "Rotate", + "profile": "raw/editor-input-latency.json" + }, + { + "seconds": 0.016689060000000002, + "build_configuration": "Debug", + "source_hash": "801fb7ba8f67c774ab1d7ec6350c8f099bf37aa6cd34afc952f7e81954df971e", + "presentation_mode": "offscreen", + "input": "Move", + "profile": "raw/editor-input-latency.json" + }, + { + "seconds": 0.018491420999999997, + "build_configuration": "Debug", + "source_hash": "801fb7ba8f67c774ab1d7ec6350c8f099bf37aa6cd34afc952f7e81954df971e", + "presentation_mode": "offscreen", + "input": "Rotate", + "profile": "raw/editor-input-latency.json" + }, + { + "seconds": 0.014457832, + "build_configuration": "Debug", + "source_hash": "801fb7ba8f67c774ab1d7ec6350c8f099bf37aa6cd34afc952f7e81954df971e", + "presentation_mode": "offscreen", + "input": "Move", + "profile": "raw/editor-input-latency.json" + }, + { + "seconds": 0.015032806000000001, + "build_configuration": "Debug", + "source_hash": "801fb7ba8f67c774ab1d7ec6350c8f099bf37aa6cd34afc952f7e81954df971e", + "presentation_mode": "offscreen", + "input": "Rotate", + "profile": "raw/editor-input-latency.json" + }, + { + "seconds": 0.018033446999999998, + "build_configuration": "Debug", + "source_hash": "801fb7ba8f67c774ab1d7ec6350c8f099bf37aa6cd34afc952f7e81954df971e", + "presentation_mode": "offscreen", + "input": "Move", + "profile": "raw/editor-input-latency.json" + }, + { + "seconds": 0.017958836000000002, + "build_configuration": "Debug", + "source_hash": "801fb7ba8f67c774ab1d7ec6350c8f099bf37aa6cd34afc952f7e81954df971e", + "presentation_mode": "offscreen", + "input": "Rotate", + "profile": "raw/editor-input-latency.json" + }, + { + "seconds": 0.017882281, + "build_configuration": "Debug", + "source_hash": "801fb7ba8f67c774ab1d7ec6350c8f099bf37aa6cd34afc952f7e81954df971e", + "presentation_mode": "offscreen", + "input": "Move", + "profile": "raw/editor-input-latency.json" + }, + { + "seconds": 0.014852426, + "build_configuration": "Debug", + "source_hash": "801fb7ba8f67c774ab1d7ec6350c8f099bf37aa6cd34afc952f7e81954df971e", + "presentation_mode": "offscreen", + "input": "Rotate", + "profile": "raw/editor-input-latency.json" + }, + { + "seconds": 0.013185903, + "build_configuration": "Debug", + "source_hash": "801fb7ba8f67c774ab1d7ec6350c8f099bf37aa6cd34afc952f7e81954df971e", + "presentation_mode": "offscreen", + "input": "Move", + "profile": "raw/editor-input-latency.json" + }, + { + "seconds": 0.013129006, + "build_configuration": "Debug", + "source_hash": "801fb7ba8f67c774ab1d7ec6350c8f099bf37aa6cd34afc952f7e81954df971e", + "presentation_mode": "offscreen", + "input": "Rotate", + "profile": "raw/editor-input-latency.json" + }, + { + "seconds": 0.013087026, + "build_configuration": "Debug", + "source_hash": "801fb7ba8f67c774ab1d7ec6350c8f099bf37aa6cd34afc952f7e81954df971e", + "presentation_mode": "offscreen", + "input": "Move", + "profile": "raw/editor-input-latency.json" + }, + { + "seconds": 0.013045167, + "build_configuration": "Debug", + "source_hash": "801fb7ba8f67c774ab1d7ec6350c8f099bf37aa6cd34afc952f7e81954df971e", + "presentation_mode": "offscreen", + "input": "Rotate", + "profile": "raw/editor-input-latency.json" + }, + { + "seconds": 0.016631802, + "build_configuration": "Debug", + "source_hash": "801fb7ba8f67c774ab1d7ec6350c8f099bf37aa6cd34afc952f7e81954df971e", + "presentation_mode": "offscreen", + "input": "Move", + "profile": "raw/editor-input-latency.json" + }, + { + "seconds": 0.018466073000000003, + "build_configuration": "Debug", + "source_hash": "801fb7ba8f67c774ab1d7ec6350c8f099bf37aa6cd34afc952f7e81954df971e", + "presentation_mode": "offscreen", + "input": "Rotate", + "profile": "raw/editor-input-latency.json" + }, + { + "seconds": 0.019194777, + "build_configuration": "Debug", + "source_hash": "801fb7ba8f67c774ab1d7ec6350c8f099bf37aa6cd34afc952f7e81954df971e", + "presentation_mode": "offscreen", + "input": "Move", + "profile": "raw/editor-input-latency.json" + }, + { + "seconds": 0.01386886, + "build_configuration": "Debug", + "source_hash": "801fb7ba8f67c774ab1d7ec6350c8f099bf37aa6cd34afc952f7e81954df971e", + "presentation_mode": "offscreen", + "input": "Rotate", + "profile": "raw/editor-input-latency.json" + }, + { + "seconds": 0.014824093, + "build_configuration": "Debug", + "source_hash": "801fb7ba8f67c774ab1d7ec6350c8f099bf37aa6cd34afc952f7e81954df971e", + "presentation_mode": "offscreen", + "input": "Move", + "profile": "raw/editor-input-latency.json" + }, + { + "seconds": 0.013839786, + "build_configuration": "Debug", + "source_hash": "801fb7ba8f67c774ab1d7ec6350c8f099bf37aa6cd34afc952f7e81954df971e", + "presentation_mode": "offscreen", + "input": "Rotate", + "profile": "raw/editor-input-latency.json" + }, + { + "seconds": 0.013751499, + "build_configuration": "Debug", + "source_hash": "801fb7ba8f67c774ab1d7ec6350c8f099bf37aa6cd34afc952f7e81954df971e", + "presentation_mode": "offscreen", + "input": "Move", + "profile": "raw/editor-input-latency.json" + }, + { + "seconds": 0.013118786, + "build_configuration": "Debug", + "source_hash": "801fb7ba8f67c774ab1d7ec6350c8f099bf37aa6cd34afc952f7e81954df971e", + "presentation_mode": "offscreen", + "input": "Rotate", + "profile": "raw/editor-input-latency.json" + }, + { + "seconds": 0.013773692, + "build_configuration": "Debug", + "source_hash": "801fb7ba8f67c774ab1d7ec6350c8f099bf37aa6cd34afc952f7e81954df971e", + "presentation_mode": "offscreen", + "input": "Move", + "profile": "raw/editor-input-latency.json" + }, + { + "seconds": 0.014554163, + "build_configuration": "Debug", + "source_hash": "801fb7ba8f67c774ab1d7ec6350c8f099bf37aa6cd34afc952f7e81954df971e", + "presentation_mode": "offscreen", + "input": "Rotate", + "profile": "raw/editor-input-latency.json" + }, + { + "seconds": 0.017283983, + "build_configuration": "Debug", + "source_hash": "801fb7ba8f67c774ab1d7ec6350c8f099bf37aa6cd34afc952f7e81954df971e", + "presentation_mode": "offscreen", + "input": "Move", + "profile": "raw/editor-input-latency.json" + }, + { + "seconds": 0.017264296000000002, + "build_configuration": "Debug", + "source_hash": "801fb7ba8f67c774ab1d7ec6350c8f099bf37aa6cd34afc952f7e81954df971e", + "presentation_mode": "offscreen", + "input": "Rotate", + "profile": "raw/editor-input-latency.json" + }, + { + "seconds": 0.014515491, + "build_configuration": "Debug", + "source_hash": "801fb7ba8f67c774ab1d7ec6350c8f099bf37aa6cd34afc952f7e81954df971e", + "presentation_mode": "offscreen", + "input": "Move", + "profile": "raw/editor-input-latency.json" + }, + { + "seconds": 0.013658153000000001, + "build_configuration": "Debug", + "source_hash": "801fb7ba8f67c774ab1d7ec6350c8f099bf37aa6cd34afc952f7e81954df971e", + "presentation_mode": "offscreen", + "input": "Rotate", + "profile": "raw/editor-input-latency.json" + }, + { + "seconds": 0.014575905, + "build_configuration": "Debug", + "source_hash": "801fb7ba8f67c774ab1d7ec6350c8f099bf37aa6cd34afc952f7e81954df971e", + "presentation_mode": "offscreen", + "input": "Move", + "profile": "raw/editor-input-latency.json" + }, + { + "seconds": 0.014761344, + "build_configuration": "Debug", + "source_hash": "801fb7ba8f67c774ab1d7ec6350c8f099bf37aa6cd34afc952f7e81954df971e", + "presentation_mode": "offscreen", + "input": "Rotate", + "profile": "raw/editor-input-latency.json" + }, + { + "seconds": 0.015629161, + "build_configuration": "Debug", + "source_hash": "801fb7ba8f67c774ab1d7ec6350c8f099bf37aa6cd34afc952f7e81954df971e", + "presentation_mode": "offscreen", + "input": "Move", + "profile": "raw/editor-input-latency.json" + }, + { + "seconds": 0.013972697000000001, + "build_configuration": "Debug", + "source_hash": "801fb7ba8f67c774ab1d7ec6350c8f099bf37aa6cd34afc952f7e81954df971e", + "presentation_mode": "offscreen", + "input": "Rotate", + "profile": "raw/editor-input-latency.json" + }, + { + "seconds": 0.013691957000000001, + "build_configuration": "Debug", + "source_hash": "801fb7ba8f67c774ab1d7ec6350c8f099bf37aa6cd34afc952f7e81954df971e", + "presentation_mode": "offscreen", + "input": "Move", + "profile": "raw/editor-input-latency.json" + }, + { + "seconds": 0.014149099, + "build_configuration": "Debug", + "source_hash": "801fb7ba8f67c774ab1d7ec6350c8f099bf37aa6cd34afc952f7e81954df971e", + "presentation_mode": "offscreen", + "input": "Rotate", + "profile": "raw/editor-input-latency.json" + }, + { + "seconds": 0.014211577, + "build_configuration": "Debug", + "source_hash": "801fb7ba8f67c774ab1d7ec6350c8f099bf37aa6cd34afc952f7e81954df971e", + "presentation_mode": "offscreen", + "input": "Move", + "profile": "raw/editor-input-latency.json" + }, + { + "seconds": 0.014433196, + "build_configuration": "Debug", + "source_hash": "801fb7ba8f67c774ab1d7ec6350c8f099bf37aa6cd34afc952f7e81954df971e", + "presentation_mode": "offscreen", + "input": "Rotate", + "profile": "raw/editor-input-latency.json" + }, + { + "seconds": 0.013605013, + "build_configuration": "Debug", + "source_hash": "801fb7ba8f67c774ab1d7ec6350c8f099bf37aa6cd34afc952f7e81954df971e", + "presentation_mode": "offscreen", + "input": "Move", + "profile": "raw/editor-input-latency.json" + }, + { + "seconds": 0.013829056, + "build_configuration": "Debug", + "source_hash": "801fb7ba8f67c774ab1d7ec6350c8f099bf37aa6cd34afc952f7e81954df971e", + "presentation_mode": "offscreen", + "input": "Rotate", + "profile": "raw/editor-input-latency.json" + }, + { + "seconds": 0.013822674, + "build_configuration": "Debug", + "source_hash": "801fb7ba8f67c774ab1d7ec6350c8f099bf37aa6cd34afc952f7e81954df971e", + "presentation_mode": "offscreen", + "input": "Move", + "profile": "raw/editor-input-latency.json" + }, + { + "seconds": 0.013829537, + "build_configuration": "Debug", + "source_hash": "801fb7ba8f67c774ab1d7ec6350c8f099bf37aa6cd34afc952f7e81954df971e", + "presentation_mode": "offscreen", + "input": "Rotate", + "profile": "raw/editor-input-latency.json" + }, + { + "seconds": 0.013480508, + "build_configuration": "Debug", + "source_hash": "801fb7ba8f67c774ab1d7ec6350c8f099bf37aa6cd34afc952f7e81954df971e", + "presentation_mode": "offscreen", + "input": "Move", + "profile": "raw/editor-input-latency.json" + }, + { + "seconds": 0.013722324000000001, + "build_configuration": "Debug", + "source_hash": "801fb7ba8f67c774ab1d7ec6350c8f099bf37aa6cd34afc952f7e81954df971e", + "presentation_mode": "offscreen", + "input": "Rotate", + "profile": "raw/editor-input-latency.json" + }, + { + "seconds": 0.013599973999999999, + "build_configuration": "Debug", + "source_hash": "801fb7ba8f67c774ab1d7ec6350c8f099bf37aa6cd34afc952f7e81954df971e", + "presentation_mode": "offscreen", + "input": "Move", + "profile": "raw/editor-input-latency.json" + }, + { + "seconds": 0.013785924, + "build_configuration": "Debug", + "source_hash": "801fb7ba8f67c774ab1d7ec6350c8f099bf37aa6cd34afc952f7e81954df971e", + "presentation_mode": "offscreen", + "input": "Rotate", + "profile": "raw/editor-input-latency.json" + }, + { + "seconds": 0.013678202, + "build_configuration": "Debug", + "source_hash": "801fb7ba8f67c774ab1d7ec6350c8f099bf37aa6cd34afc952f7e81954df971e", + "presentation_mode": "offscreen", + "input": "Move", + "profile": "raw/editor-input-latency.json" + }, + { + "seconds": 0.013287914999999999, + "build_configuration": "Debug", + "source_hash": "801fb7ba8f67c774ab1d7ec6350c8f099bf37aa6cd34afc952f7e81954df971e", + "presentation_mode": "offscreen", + "input": "Rotate", + "profile": "raw/editor-input-latency.json" + }, + { + "seconds": 0.013412911, + "build_configuration": "Debug", + "source_hash": "801fb7ba8f67c774ab1d7ec6350c8f099bf37aa6cd34afc952f7e81954df971e", + "presentation_mode": "offscreen", + "input": "Move", + "profile": "raw/editor-input-latency.json" + }, + { + "seconds": 0.013547034, + "build_configuration": "Debug", + "source_hash": "801fb7ba8f67c774ab1d7ec6350c8f099bf37aa6cd34afc952f7e81954df971e", + "presentation_mode": "offscreen", + "input": "Rotate", + "profile": "raw/editor-input-latency.json" + }, + { + "seconds": 0.014633944, + "build_configuration": "Debug", + "source_hash": "801fb7ba8f67c774ab1d7ec6350c8f099bf37aa6cd34afc952f7e81954df971e", + "presentation_mode": "offscreen", + "input": "Move", + "profile": "raw/editor-input-latency.json" + }, + { + "seconds": 0.018651182, + "build_configuration": "Debug", + "source_hash": "801fb7ba8f67c774ab1d7ec6350c8f099bf37aa6cd34afc952f7e81954df971e", + "presentation_mode": "offscreen", + "input": "Rotate", + "profile": "raw/editor-input-latency.json" + }, + { + "seconds": 0.019098846000000003, + "build_configuration": "Debug", + "source_hash": "801fb7ba8f67c774ab1d7ec6350c8f099bf37aa6cd34afc952f7e81954df971e", + "presentation_mode": "offscreen", + "input": "Move", + "profile": "raw/editor-input-latency.json" + }, + { + "seconds": 0.01407486, + "build_configuration": "Debug", + "source_hash": "801fb7ba8f67c774ab1d7ec6350c8f099bf37aa6cd34afc952f7e81954df971e", + "presentation_mode": "offscreen", + "input": "Rotate", + "profile": "raw/editor-input-latency.json" + }, + { + "seconds": 0.013844745, + "build_configuration": "Debug", + "source_hash": "801fb7ba8f67c774ab1d7ec6350c8f099bf37aa6cd34afc952f7e81954df971e", + "presentation_mode": "offscreen", + "input": "Move", + "profile": "raw/editor-input-latency.json" + }, + { + "seconds": 0.013630912, + "build_configuration": "Debug", + "source_hash": "801fb7ba8f67c774ab1d7ec6350c8f099bf37aa6cd34afc952f7e81954df971e", + "presentation_mode": "offscreen", + "input": "Rotate", + "profile": "raw/editor-input-latency.json" + }, + { + "seconds": 0.013887917, + "build_configuration": "Debug", + "source_hash": "801fb7ba8f67c774ab1d7ec6350c8f099bf37aa6cd34afc952f7e81954df971e", + "presentation_mode": "offscreen", + "input": "Move", + "profile": "raw/editor-input-latency.json" + }, + { + "seconds": 0.013999718, + "build_configuration": "Debug", + "source_hash": "801fb7ba8f67c774ab1d7ec6350c8f099bf37aa6cd34afc952f7e81954df971e", + "presentation_mode": "offscreen", + "input": "Rotate", + "profile": "raw/editor-input-latency.json" + }, + { + "seconds": 0.015139478, + "build_configuration": "Debug", + "source_hash": "801fb7ba8f67c774ab1d7ec6350c8f099bf37aa6cd34afc952f7e81954df971e", + "presentation_mode": "offscreen", + "input": "Move", + "profile": "raw/editor-input-latency.json" + }, + { + "seconds": 0.013341235, + "build_configuration": "Debug", + "source_hash": "801fb7ba8f67c774ab1d7ec6350c8f099bf37aa6cd34afc952f7e81954df971e", + "presentation_mode": "offscreen", + "input": "Rotate", + "profile": "raw/editor-input-latency.json" + }, + { + "seconds": 0.013303424, + "build_configuration": "Debug", + "source_hash": "801fb7ba8f67c774ab1d7ec6350c8f099bf37aa6cd34afc952f7e81954df971e", + "presentation_mode": "offscreen", + "input": "Move", + "profile": "raw/editor-input-latency.json" + }, + { + "seconds": 0.013759012999999999, + "build_configuration": "Debug", + "source_hash": "801fb7ba8f67c774ab1d7ec6350c8f099bf37aa6cd34afc952f7e81954df971e", + "presentation_mode": "offscreen", + "input": "Rotate", + "profile": "raw/editor-input-latency.json" + }, + { + "seconds": 0.014262944, + "build_configuration": "Debug", + "source_hash": "801fb7ba8f67c774ab1d7ec6350c8f099bf37aa6cd34afc952f7e81954df971e", + "presentation_mode": "offscreen", + "input": "Move", + "profile": "raw/editor-input-latency.json" + } + ], + "lua_initial_build": [ + { + "seconds": 112.234292070003, + "returncode": 0, + "build_configuration": "Debug", + "source_hash": "1c51810574a3413c46a7cbd0ea2e84a9b802da1206a2b72bb78f6cc951367a11", + "command": [ + "/home/emil/Desktop/.worktrees/Faset_Engine-p1-p3/build/linux-debug/faset_editor", + "--project", + "/tmp/faset-p1-workflows-20260924-3/lua-project", + "--command", + "{\"name\": \"faset_build\", \"arguments\": {}}", + "--wait" + ], + "stdout": "raw/lua_initial_build-01-stdout.txt", + "stderr": "raw/lua_initial_build-01-stderr.txt", + "peak_rss_kib": 399232, + "schema_cache_hit": false, + "generation_reused": false + } + ], + "changed_lua_reload": [ + { + "seconds": 0.5036404599959496, + "build_configuration": "Debug", + "source_hash": "9d131daa84614f3f4ac55ae09146f3857388f01c258e8a5db9a219bc3c91dbf8", + "presentation_mode": "offscreen", + "player_log": "raw/lua-reload-stderr.txt" + }, + { + "seconds": 0.49866430400288664, + "build_configuration": "Debug", + "source_hash": "a81d79adbe5cd415ad019b4c50cb0e431e408aa99fb5ede765db11828854cd95", + "presentation_mode": "offscreen", + "player_log": "raw/lua-reload-stderr.txt" + }, + { + "seconds": 0.5010807320068125, + "build_configuration": "Debug", + "source_hash": "6f771d3395f48660d2806237086c6295ceab200f248fec0437a7fd61c4597f3f", + "presentation_mode": "offscreen", + "player_log": "raw/lua-reload-stderr.txt" + }, + { + "seconds": 0.5015947509964462, + "build_configuration": "Debug", + "source_hash": "7176456898abfa2153eebf42de52327f2001a3da59070f64dade08dc32c62aea", + "presentation_mode": "offscreen", + "player_log": "raw/lua-reload-stderr.txt" + }, + { + "seconds": 0.5015020470018499, + "build_configuration": "Debug", + "source_hash": "89bb60543b8aac8d4be28a9de6db2c5ecbf61796c5e348776634f884d4692cdf", + "presentation_mode": "offscreen", + "player_log": "raw/lua-reload-stderr.txt" + } + ], + "resource_lifecycle_process": [ + { + "seconds": 20.5125795470085, + "returncode": 0, + "build_configuration": "Debug", + "source_hash": "801fb7ba8f67c774ab1d7ec6350c8f099bf37aa6cd34afc952f7e81954df971e", + "command": [ + "/tmp/faset-p1-workflows-20260924-3/project/.faset/cache/builds/87b1c9a0-2493-4aa5-84ff-1b078f010980/faset_player", + "--scene", + "/tmp/faset-p1-workflows-20260924-3/project/Scenes/main.scene.json", + "--assets", + "/tmp/faset-p1-workflows-20260924-3/project/.faset/cache", + "--headless", + "--frames", + "3000", + "--profile", + "/tmp/faset-p1-workflows-20260924-3/raw/cpp-3000-frame-lifecycle.json" + ], + "stdout": "raw/resource_lifecycle_process-01-stdout.txt", + "stderr": "raw/resource_lifecycle_process-01-stderr.txt", + "peak_rss_kib": 177984 + } + ], + "larger_generated_scene_process": [ + { + "seconds": 33.95408695601509, + "returncode": 0, + "build_configuration": "Debug", + "source_hash": "3fb9976da7d2b3b85f5a370d6728a86cb874d69172ae0bcd157a784d9dbf4eed", + "command": [ + "/tmp/faset-p1-workflows-20260924-3/project/.faset/cache/builds/87b1c9a0-2493-4aa5-84ff-1b078f010980/faset_player", + "--scene", + "/tmp/faset-p1-workflows-20260924-3/raw/generated-512.scene.json", + "--assets", + "/tmp/faset-p1-workflows-20260924-3/project/.faset/cache", + "--headless", + "--frames", + "240", + "--profile", + "/tmp/faset-p1-workflows-20260924-3/raw/generated-512-profile.json" + ], + "stdout": "raw/larger_generated_scene_process-01-stdout.txt", + "stderr": "raw/larger_generated_scene_process-01-stderr.txt", + "peak_rss_kib": 178920 + } + ] + }, + "summary_seconds": { + "headless_editor_command_startup": { + "median": 0.025940723018720746, + "p95": 0.04091821500333026 + }, + "windowed_editor_two_frames": { + "median": 0.6512170849891845, + "p95": 0.6512170849891845 + }, + "cold_asset_import": { + "median": 0.049359967990312725, + "p95": 0.049359967990312725 + }, + "cached_asset_import": { + "median": 0.05242176400497556, + "p95": 0.05242176400497556 + }, + "cold_configure_build": { + "median": 106.00909288399271, + "p95": 106.00909288399271 + }, + "warm_unchanged_build": { + "median": 11.532686943013687, + "p95": 13.117528178001521 + }, + "changed_cpp_build": { + "median": 28.16259147101664, + "p95": 30.331249505019514 + }, + "changed_header_build": { + "median": 23.88723594098701, + "p95": 25.510155372990994 + }, + "build_failure": { + "median": 9.99945926599321, + "p95": 9.99945926599321 + }, + "build_recovery": { + "median": 19.928895885997918, + "p95": 19.928895885997918 + }, + "player_one_frame_process": { + "median": 0.347753299982287, + "p95": 0.40036001199041493 + }, + "offscreen_first_rendered_frame": { + "median": 0.28410913699999996, + "p95": 0.333160143 + }, + "editor_ui_probe_process": { + "median": 2.011972838023212, + "p95": 2.011972838023212 + }, + "editor_input_visible_frame": { + "median": 0.0139707935, + "p95": 0.018033446999999998 + }, + "lua_initial_build": { + "median": 112.234292070003, + "p95": 112.234292070003 + }, + "changed_lua_reload": { + "median": 0.5015020470018499, + "p95": 0.5036404599959496 + }, + "resource_lifecycle_process": { + "median": 20.5125795470085, + "p95": 20.5125795470085 + }, + "larger_generated_scene_process": { + "median": 33.95408695601509, + "p95": 33.95408695601509 + } + }, + "resource_lifecycle": { + "reference_frames": [ + 101, + 200 + ], + "end_frames": [ + 2901, + 3000 + ], + "explicit_gpu_bytes_reference_max": 15787008, + "explicit_gpu_bytes_end_max": 15787008, + "explicit_gpu_bytes_growth": 0, + "texture_count_reference_max": 1, + "texture_count_end_max": 1 + }, + "large_scene_summary_ms": { + "gpu": { + "max": 0.935264, + "min": 0.875968, + "p50": 0.886272, + "p95": 0.911264, + "samples": 240 + }, + "render_call": { + "max": 60.889035, + "min": 28.691691, + "p50": 30.686253, + "p95": 36.514678, + "samples": 240 + }, + "renderer_cpu": { + "max": 60.83318, + "min": 28.668106, + "p50": 30.643683, + "p95": 36.487466, + "samples": 240 + }, + "renderer_readback_cpu": { + "max": 2.64515, + "min": 0.364207, + "p50": 0.456721, + "p95": 0.593951, + "samples": 240 + }, + "simulation": { + "max": 60.782885, + "min": 37.535473, + "p50": 39.507203, + "p95": 48.192376, + "samples": 240 + }, + "snapshot": { + "max": 92.819015, + "min": 53.529994, + "p50": 57.758641, + "p95": 68.119504, + "samples": 240 + }, + "wall": { + "max": 195.585274, + "min": 120.185477, + "p50": 129.103849, + "p95": 149.386929, + "samples": 240 + } + }, + "coverage": { + "windowed_first_presented_frame": "unmeasured; only offscreen rendered frames were sampled", + "reference_release_budgets": "not compared with this Debug development workflow" + }, + "method": [ + "Fresh disposable C++ and Lua project copies; checked-in sources never modified.", + "Cold build means empty project .faset caches, not cold OS cache or dependency download.", + "Warm/changed C++ and header builds have one warm-up then five measured repetitions.", + "Lua edit-to-reload uses a persistent watched Player, one warm-up and five edits; wall time includes up to 500 ms watcher polling and stderr notification.", + "First frame is Player main-to-first-completed offscreen frame; OS loader excluded.", + "UI latency uses 10 warm-up and 100 keyboard-input to offscreen-render frames; there is no window presentation timing claim.", + "The 3,000-frame lifecycle compares maximum explicit Vulkan allocation and texture counts in frames 101-200 and 2901-3000; it is not a whole-process leak proof.", + "Times are observations under ambient host load, not CI pass/fail thresholds." + ] +} diff --git a/docs/validation/p1-iteration-2026-09-24/windows-4ac02ee/integration-manifest-2.json b/docs/validation/p1-iteration-2026-09-24/windows-4ac02ee/integration-manifest-2.json new file mode 100644 index 0000000..96eba26 --- /dev/null +++ b/docs/validation/p1-iteration-2026-09-24/windows-4ac02ee/integration-manifest-2.json @@ -0,0 +1,200 @@ +{ + "asset_generations": {}, + "build_fingerprint": "4bc8e41c9aa69bfb064a5392248a553b8ed78472fb7f2cefa53977f7b8394901", + "configuration": "Release", + "executable": "faset_player.exe", + "files": [ + { + "path": "faset_player.exe", + "sha256": "b172857f340973e91f4d257d5fe95efd9b0e0928e08d67aaf478efdc93e912d3", + "size": 4468736 + }, + { + "path": "Notices/box2d/LICENSE", + "sha256": "68a3e676d7e94093b102d5cba0d4e04af812040d6f230c3db67a6664574e43d2", + "size": 1067 + }, + { + "path": "Notices/box3d/LICENSE", + "sha256": "da5e31a26bf3cfd5ba5c96d6823e480128c81e76c107ef9d3ee5d94789184b90", + "size": 1067 + }, + { + "path": "Notices/dependencies.json", + "sha256": "a54639ad2d9ad13c2e5f1ec90d6775f5dfc493656789b78c7e44debe2a378fdc", + "size": 2206 + }, + { + "path": "Notices/entt/LICENSE", + "sha256": "0785027ce472d7c61f05fba664a1d3ba6639c1593ced351ad9e4bed868765d99", + "size": 1097 + }, + { + "path": "Notices/Faset-NOTICE.txt", + "sha256": "30c2e7e80f5153b31ab57675e07246aef9165965d64e36022b426a26449ece3f", + "size": 204 + }, + { + "path": "Notices/json/LICENSE.MIT", + "sha256": "46a65cffd1ea955132d95a8dd921640714a8d6b537d2e4e482d31145ae95b603", + "size": 1076 + }, + { + "path": "Notices/sdl3/LICENSE.txt", + "sha256": "97f35b302b361680ec1e891e95d2d52097bb95abff361434916d99dc1305f127", + "size": 884 + }, + { + "path": "Notices/stb/LICENSE", + "sha256": "bebfe904b14301657e4e5d655c811d51fd31b97c455b9cc2d8600d6bac6cff63", + "size": 2510 + }, + { + "path": "README.txt", + "sha256": "fe27b3851e724087d90841a9878e41e972d74e1e414cb696b6c9ad53ff2c9038", + "size": 266 + }, + { + "path": "scene.fscene", + "sha256": "ec3d6fd94fddfb2de442417768a4e8bb77ee1ac5a85a745f1047f9f25845dfab", + "size": 343 + }, + { + "path": "shaders/fragmentMain.reflection.json", + "sha256": "ba43159da6ef0e8c305ba9a88414551ec273c487cdc7d324403998ba2d296f10", + "size": 2777 + }, + { + "path": "shaders/fragmentMain.spv", + "sha256": "f5c4f289917ecab5d00d543c053aac1d10e6cca311fd172daf06d315160a3505", + "size": 7436 + }, + { + "path": "shaders/gpuCullMain.reflection.json", + "sha256": "48fad2c47c9b85966106de9876bbbf253a1c6e52242dd9c20f6cc07573e431e4", + "size": 3753 + }, + { + "path": "shaders/gpuCullMain.spv", + "sha256": "7691360ec55f41d40d43652f506b051cef8b3a3ddcdcc7db61a7d4d97f9e87d8", + "size": 16180 + }, + { + "path": "shaders/gpuHzbMain.reflection.json", + "sha256": "98ec71e97494b42fc558acd2296e46ae7bcb5850d11aef8bfd00c4ea349ba7e1", + "size": 2144 + }, + { + "path": "shaders/gpuHzbMain.spv", + "sha256": "08682362ee2120ed19d260e613285071747c3e436bb09bb6238e46f9cedc2308", + "size": 4140 + }, + { + "path": "shaders/gpuPostCullMain.reflection.json", + "sha256": "d6f61f0d934e0427b2998a7f70ca066a17d3318ea8c3bd8ba70c7e59dee3d5b7", + "size": 3757 + }, + { + "path": "shaders/gpuPostCullMain.spv", + "sha256": "62cb72e356346e1511c6d640a3cecb4a6e5283795338299b357edae5f7f52be4", + "size": 12460 + }, + { + "path": "shaders/gpuShadowMain.reflection.json", + "sha256": "5f64e8b8518b702e4b191d69f7c8c87462d54f1306dd9f5d0ca472ddb18a0091", + "size": 2884 + }, + { + "path": "shaders/gpuShadowMain.spv", + "sha256": "ffcdb91e70c41ce9452094865546a009b9203140cf8eeb3ad1b4e5868d82b815", + "size": 2404 + }, + { + "path": "shaders/gpuVertexMain.reflection.json", + "sha256": "056e344d444123652db3cb23f831b47ea299101394007210b3438aa06baada5b", + "size": 3248 + }, + { + "path": "shaders/gpuVertexMain.spv", + "sha256": "4647ef4fe1a68ab623ee9c19dac56631907f825cba0becd30869c5221c2a0385", + "size": 4928 + }, + { + "path": "shaders/shadowMain.reflection.json", + "sha256": "3f785e549f40abad75115d5dfc16b409f81bbb0eced6281c6eda33c2eb439249", + "size": 2772 + }, + { + "path": "shaders/shadowMain.spv", + "sha256": "7643b4d688492b5ee923b9606f0b0e70343ca05fa67673838206119a6f86d8d8", + "size": 784 + }, + { + "path": "shaders/vertexMain.reflection.json", + "sha256": "4459cc3113377b7fbc41b880529cf5ad474ad07d299e033eb9169ac7849894cf", + "size": 2768 + }, + { + "path": "shaders/vertexMain.spv", + "sha256": "1ad2631c35d654f48166321ae43d4165043e1b919b14f1dc61caf97b1ada0898", + "size": 1224 + }, + { + "path": "Windows-Runtime.txt", + "sha256": "1c53b7b6890d4a10408acfa7a27760ca1b176bb43dba9c25f3e5d2ac2d7d15db", + "size": 227 + } + ], + "format": "faset.export", + "generation": "9a19d08d-5b05-4c16-ad00-c1602ea089b3", + "lua_enabled": false, + "lua_fingerprint": "", + "platform": "windows", + "prerequisites": [ + "Windows x64", + "Vulkan 1.3 driver", + "Microsoft Visual C++ x64 Redistributable (Visual Studio 2022 or newer)" + ], + "renderer_profile": { + "api": "Vulkan 1.3", + "materials": [ + "base-color factor and texture", + "metallic and roughness factors" + ], + "required_features": [ + "dynamicRendering", + "synchronization2" + ], + "shadow_map": { + "resolution": 1024, + "world_extent": 40 + }, + "texture_sampling": "linear clamp, one mip level", + "unsupported_material_features": [ + "normal maps", + "metallic-roughness maps", + "emissive and occlusion maps", + "alpha mode selection", + "unlit mode", + "per-material face culling" + ] + }, + "scene_hash": "fc21b47cc39355299fa024c684f9e5aed7860cc73a1ea005260b1c66a82c6eba", + "simulation": { + "fixed_delta": 0.016666666666666666, + "gravity": [ + 0, + -9.81, + 0 + ], + "max_catch_up_ticks": 4, + "physics_substeps": 4 + }, + "units": { + "angle": "radian", + "coordinates": "right-handed Y-up", + "distance": "metre" + }, + "validation_log": "{\"dimension\":2,\"validated\":true}\r\n", + "version": 1 +} diff --git a/docs/validation/p1-iteration-2026-09-24/windows-4ac02ee/integration-manifest-3.json b/docs/validation/p1-iteration-2026-09-24/windows-4ac02ee/integration-manifest-3.json new file mode 100644 index 0000000..f47b54a --- /dev/null +++ b/docs/validation/p1-iteration-2026-09-24/windows-4ac02ee/integration-manifest-3.json @@ -0,0 +1,217 @@ +{ + "asset_generations": { + "90052bf603d476a2428bc5858bc68e35": "9fa8c1100a4e4b560ed892796cfe05e842148d32196afd6b15a53b9c3c9c7b48" + }, + "build_fingerprint": "27864533b0f049fd072976a34804202c6a02b4d8cd78a52b4706c74a4cb541b8", + "configuration": "Release", + "executable": "faset_player.exe", + "files": [ + { + "path": "assets/90052bf603d476a2428bc5858bc68e35/current.json", + "sha256": "32761a62000ecec206e989692b79dbc5efcde108357b60c5975bbc42efc72d82", + "size": 134 + }, + { + "path": "assets/90052bf603d476a2428bc5858bc68e35/generations/9fa8c1100a4e4b560ed892796cfe05e842148d32196afd6b15a53b9c3c9c7b48/manifest.json", + "sha256": "1d5a5f2db50c7b153734ad8e8b9e2ff76a541edd467f764488bc1d506847119d", + "size": 1867 + }, + { + "path": "assets/90052bf603d476a2428bc5858bc68e35/generations/9fa8c1100a4e4b560ed892796cfe05e842148d32196afd6b15a53b9c3c9c7b48/meshes/mesh-5359afb7c4e440747b19846810c8e319-0.fmesh", + "sha256": "abbf0cf07105a188ec605cc4d366ff5d4a9f62d0bf96477379f0a85fd477b01f", + "size": 124 + }, + { + "path": "faset_player.exe", + "sha256": "b172857f340973e91f4d257d5fe95efd9b0e0928e08d67aaf478efdc93e912d3", + "size": 4468736 + }, + { + "path": "Notices/box2d/LICENSE", + "sha256": "68a3e676d7e94093b102d5cba0d4e04af812040d6f230c3db67a6664574e43d2", + "size": 1067 + }, + { + "path": "Notices/box3d/LICENSE", + "sha256": "da5e31a26bf3cfd5ba5c96d6823e480128c81e76c107ef9d3ee5d94789184b90", + "size": 1067 + }, + { + "path": "Notices/dependencies.json", + "sha256": "a54639ad2d9ad13c2e5f1ec90d6775f5dfc493656789b78c7e44debe2a378fdc", + "size": 2206 + }, + { + "path": "Notices/entt/LICENSE", + "sha256": "0785027ce472d7c61f05fba664a1d3ba6639c1593ced351ad9e4bed868765d99", + "size": 1097 + }, + { + "path": "Notices/Faset-NOTICE.txt", + "sha256": "30c2e7e80f5153b31ab57675e07246aef9165965d64e36022b426a26449ece3f", + "size": 204 + }, + { + "path": "Notices/json/LICENSE.MIT", + "sha256": "46a65cffd1ea955132d95a8dd921640714a8d6b537d2e4e482d31145ae95b603", + "size": 1076 + }, + { + "path": "Notices/sdl3/LICENSE.txt", + "sha256": "97f35b302b361680ec1e891e95d2d52097bb95abff361434916d99dc1305f127", + "size": 884 + }, + { + "path": "Notices/stb/LICENSE", + "sha256": "bebfe904b14301657e4e5d655c811d51fd31b97c455b9cc2d8600d6bac6cff63", + "size": 2510 + }, + { + "path": "README.txt", + "sha256": "fe27b3851e724087d90841a9878e41e972d74e1e414cb696b6c9ad53ff2c9038", + "size": 266 + }, + { + "path": "scene.fscene", + "sha256": "0bf15f0fc31b6b85909b15eca992300feacdfd63a74a21e594f6c65abc30d876", + "size": 405 + }, + { + "path": "shaders/fragmentMain.reflection.json", + "sha256": "ba43159da6ef0e8c305ba9a88414551ec273c487cdc7d324403998ba2d296f10", + "size": 2777 + }, + { + "path": "shaders/fragmentMain.spv", + "sha256": "f5c4f289917ecab5d00d543c053aac1d10e6cca311fd172daf06d315160a3505", + "size": 7436 + }, + { + "path": "shaders/gpuCullMain.reflection.json", + "sha256": "48fad2c47c9b85966106de9876bbbf253a1c6e52242dd9c20f6cc07573e431e4", + "size": 3753 + }, + { + "path": "shaders/gpuCullMain.spv", + "sha256": "7691360ec55f41d40d43652f506b051cef8b3a3ddcdcc7db61a7d4d97f9e87d8", + "size": 16180 + }, + { + "path": "shaders/gpuHzbMain.reflection.json", + "sha256": "98ec71e97494b42fc558acd2296e46ae7bcb5850d11aef8bfd00c4ea349ba7e1", + "size": 2144 + }, + { + "path": "shaders/gpuHzbMain.spv", + "sha256": "08682362ee2120ed19d260e613285071747c3e436bb09bb6238e46f9cedc2308", + "size": 4140 + }, + { + "path": "shaders/gpuPostCullMain.reflection.json", + "sha256": "d6f61f0d934e0427b2998a7f70ca066a17d3318ea8c3bd8ba70c7e59dee3d5b7", + "size": 3757 + }, + { + "path": "shaders/gpuPostCullMain.spv", + "sha256": "62cb72e356346e1511c6d640a3cecb4a6e5283795338299b357edae5f7f52be4", + "size": 12460 + }, + { + "path": "shaders/gpuShadowMain.reflection.json", + "sha256": "5f64e8b8518b702e4b191d69f7c8c87462d54f1306dd9f5d0ca472ddb18a0091", + "size": 2884 + }, + { + "path": "shaders/gpuShadowMain.spv", + "sha256": "ffcdb91e70c41ce9452094865546a009b9203140cf8eeb3ad1b4e5868d82b815", + "size": 2404 + }, + { + "path": "shaders/gpuVertexMain.reflection.json", + "sha256": "056e344d444123652db3cb23f831b47ea299101394007210b3438aa06baada5b", + "size": 3248 + }, + { + "path": "shaders/gpuVertexMain.spv", + "sha256": "4647ef4fe1a68ab623ee9c19dac56631907f825cba0becd30869c5221c2a0385", + "size": 4928 + }, + { + "path": "shaders/shadowMain.reflection.json", + "sha256": "3f785e549f40abad75115d5dfc16b409f81bbb0eced6281c6eda33c2eb439249", + "size": 2772 + }, + { + "path": "shaders/shadowMain.spv", + "sha256": "7643b4d688492b5ee923b9606f0b0e70343ca05fa67673838206119a6f86d8d8", + "size": 784 + }, + { + "path": "shaders/vertexMain.reflection.json", + "sha256": "4459cc3113377b7fbc41b880529cf5ad474ad07d299e033eb9169ac7849894cf", + "size": 2768 + }, + { + "path": "shaders/vertexMain.spv", + "sha256": "1ad2631c35d654f48166321ae43d4165043e1b919b14f1dc61caf97b1ada0898", + "size": 1224 + }, + { + "path": "Windows-Runtime.txt", + "sha256": "1c53b7b6890d4a10408acfa7a27760ca1b176bb43dba9c25f3e5d2ac2d7d15db", + "size": 227 + } + ], + "format": "faset.export", + "generation": "2c49e403-4e02-4819-9375-c832b3821e34", + "lua_enabled": false, + "lua_fingerprint": "", + "platform": "windows", + "prerequisites": [ + "Windows x64", + "Vulkan 1.3 driver", + "Microsoft Visual C++ x64 Redistributable (Visual Studio 2022 or newer)" + ], + "renderer_profile": { + "api": "Vulkan 1.3", + "materials": [ + "base-color factor and texture", + "metallic and roughness factors" + ], + "required_features": [ + "dynamicRendering", + "synchronization2" + ], + "shadow_map": { + "resolution": 1024, + "world_extent": 40 + }, + "texture_sampling": "linear clamp, one mip level", + "unsupported_material_features": [ + "normal maps", + "metallic-roughness maps", + "emissive and occlusion maps", + "alpha mode selection", + "unlit mode", + "per-material face culling" + ] + }, + "scene_hash": "d7ca35df8ff6ed46340271bd1bd2440b89e68b4158316605722923f6529368b8", + "simulation": { + "fixed_delta": 0.016666666666666666, + "gravity": [ + 0, + -9.81, + 0 + ], + "max_catch_up_ticks": 4, + "physics_substeps": 4 + }, + "units": { + "angle": "radian", + "coordinates": "right-handed Y-up", + "distance": "metre" + }, + "validation_log": "{\"dimension\":3,\"validated\":true}\r\n", + "version": 1 +} diff --git a/docs/validation/p1-iteration-2026-09-24/windows-4ac02ee/integration-result-2.json b/docs/validation/p1-iteration-2026-09-24/windows-4ac02ee/integration-result-2.json new file mode 100644 index 0000000..2b96f78 --- /dev/null +++ b/docs/validation/p1-iteration-2026-09-24/windows-4ac02ee/integration-result-2.json @@ -0,0 +1,29 @@ +{ + "build": { + "build_directory": "D:\\a\\_temp\\faset-windows-export-e2e\\native-build\\Release", + "configuration": "Release", + "directory": "D:\\a\\_temp\\faset-windows-export-e2e\\project\\.faset\\cache\\builds\\9a19d08d-5b05-4c16-ad00-c1602ea089b3", + "fingerprint": "4bc8e41c9aa69bfb064a5392248a553b8ed78472fb7f2cefa53977f7b8394901", + "generation": "9a19d08d-5b05-4c16-ad00-c1602ea089b3", + "generation_reused": false, + "lua_enabled": false, + "lua_fingerprint": "", + "phase_times_ms": { + "configure": 38767, + "native_build": 89248, + "schema_package": 743, + "total": 128759 + }, + "player": "D:\\a\\_temp\\faset-windows-export-e2e\\project\\.faset\\cache\\builds\\9a19d08d-5b05-4c16-ad00-c1602ea089b3\\faset_player.exe", + "schema": "D:\\a\\_temp\\faset-windows-export-e2e\\project\\.faset\\cache\\builds\\9a19d08d-5b05-4c16-ad00-c1602ea089b3\\schema.json", + "schema_cache_hit": false + }, + "build_directory": "D:\\a\\_temp\\faset-windows-export-e2e\\native-build\\Release", + "configuration": "Release", + "directory": "D:\\a\\_temp\\faset-windows-export-e2e\\export-2\\generations\\9a19d08d-5b05-4c16-ad00-c1602ea089b3", + "executable": "D:\\a\\_temp\\faset-windows-export-e2e\\export-2\\generations\\9a19d08d-5b05-4c16-ad00-c1602ea089b3\\faset_player.exe", + "generation": "9a19d08d-5b05-4c16-ad00-c1602ea089b3", + "manifest": "D:\\a\\_temp\\faset-windows-export-e2e\\export-2\\generations\\9a19d08d-5b05-4c16-ad00-c1602ea089b3\\manifest.json", + "player": "D:\\a\\_temp\\faset-windows-export-e2e\\project\\.faset\\cache\\builds\\9a19d08d-5b05-4c16-ad00-c1602ea089b3\\faset_player.exe", + "schema": "D:\\a\\_temp\\faset-windows-export-e2e\\project\\.faset\\cache\\builds\\9a19d08d-5b05-4c16-ad00-c1602ea089b3\\schema.json" +} diff --git a/docs/validation/p1-iteration-2026-09-24/windows-4ac02ee/integration-result-3.json b/docs/validation/p1-iteration-2026-09-24/windows-4ac02ee/integration-result-3.json new file mode 100644 index 0000000..b7a6bc9 --- /dev/null +++ b/docs/validation/p1-iteration-2026-09-24/windows-4ac02ee/integration-result-3.json @@ -0,0 +1,29 @@ +{ + "build": { + "build_directory": "D:\\a\\_temp\\faset-windows-export-e2e\\native-build\\Release", + "configuration": "Release", + "directory": "D:\\a\\_temp\\faset-windows-export-e2e\\project\\.faset\\cache\\builds\\2c49e403-4e02-4819-9375-c832b3821e34", + "fingerprint": "27864533b0f049fd072976a34804202c6a02b4d8cd78a52b4706c74a4cb541b8", + "generation": "2c49e403-4e02-4819-9375-c832b3821e34", + "generation_reused": false, + "lua_enabled": false, + "lua_fingerprint": "", + "phase_times_ms": { + "configure": 13047, + "native_build": 126, + "schema_package": 721, + "total": 13895 + }, + "player": "D:\\a\\_temp\\faset-windows-export-e2e\\project\\.faset\\cache\\builds\\2c49e403-4e02-4819-9375-c832b3821e34\\faset_player.exe", + "schema": "D:\\a\\_temp\\faset-windows-export-e2e\\project\\.faset\\cache\\builds\\2c49e403-4e02-4819-9375-c832b3821e34\\schema.json", + "schema_cache_hit": false + }, + "build_directory": "D:\\a\\_temp\\faset-windows-export-e2e\\native-build\\Release", + "configuration": "Release", + "directory": "D:\\a\\_temp\\faset-windows-export-e2e\\export-3\\generations\\2c49e403-4e02-4819-9375-c832b3821e34", + "executable": "D:\\a\\_temp\\faset-windows-export-e2e\\export-3\\generations\\2c49e403-4e02-4819-9375-c832b3821e34\\faset_player.exe", + "generation": "2c49e403-4e02-4819-9375-c832b3821e34", + "manifest": "D:\\a\\_temp\\faset-windows-export-e2e\\export-3\\generations\\2c49e403-4e02-4819-9375-c832b3821e34\\manifest.json", + "player": "D:\\a\\_temp\\faset-windows-export-e2e\\project\\.faset\\cache\\builds\\2c49e403-4e02-4819-9375-c832b3821e34\\faset_player.exe", + "schema": "D:\\a\\_temp\\faset-windows-export-e2e\\project\\.faset\\cache\\builds\\2c49e403-4e02-4819-9375-c832b3821e34\\schema.json" +} diff --git a/docs/validation/p1-iteration-2026-09-24/windows-4ac02ee/playable-report.json b/docs/validation/p1-iteration-2026-09-24/windows-4ac02ee/playable-report.json new file mode 100644 index 0000000..a40c439 --- /dev/null +++ b/docs/validation/p1-iteration-2026-09-24/windows-4ac02ee/playable-report.json @@ -0,0 +1,556 @@ +{ + "format": "faset.playable-export-verification", + "version": 1, + "started_utc": "2026-09-24T00:29:46.053846+00:00", + "platform": "win32", + "engine": "D:\\a\\Faset_Engine\\Faset_Engine", + "editor": "D:\\a\\Faset_Engine\\Faset_Engine\\build\\windows-debug\\faset_editor.exe", + "standalone_root": "C:\\Users\\RUNNER~1\\AppData\\Local\\Temp\\faset-playable-exports-jtaqzpwj", + "engine_revision": "4ac02ee44ad0dff50486a3fa207818513b6837f0", + "engine_dirty": false, + "engine_git_status": [], + "engine_diff_sha256": null, + "editor_sha256": "a8215670624ee7090329477803aac9f435c9da96d42ae04d27fcff52247f5560", + "project_workspace": "C:\\Users\\RUNNER~1\\AppData\\Local\\Temp\\faset-playable-projects-m4xne0jc", + "vulkaninfo_available": false, + "driver_override": "D:\\a\\Faset_Engine\\Faset_Engine\\.cache\\windows-graphics\\driver\\vk_swiftshader_icd.json", + "frames_per_game": 120, + "status": "passed", + "projects": [ + { + "name": "collect-2d", + "dimension": 2, + "language": "cpp", + "source_inputs": [ + { + "path": ".gitignore", + "sha256": "3bb936ff6f84f3db041c75d6e207138a9107997cc9ad372621f657456c9c0665" + }, + { + "path": "project.faset.json", + "sha256": "27bd0e432381f8f884e78f6d68e9d0dc13d49222e70f3a5e34fef1d57d379b0b" + }, + { + "path": "README.md", + "sha256": "7d7b95b16b29b1ed7fb1775d062d5ff599777189414d3e9500d0af0cc998201b" + }, + { + "path": "Scenes/main.scene.json", + "sha256": "9e2ad049f60a9ff7f98e31061a8f107648fbf672e5b9292f53e6672e5bae66f1" + }, + { + "path": "Scripts/Gameplay.cpp", + "sha256": "99fb965e6589b138049a2e6cf95c5c61baea70761ffab33082a8058c91a687ff" + }, + { + "path": "Scripts/Gameplay.hpp", + "sha256": "9d1fa36da50886fa7d84f8a8b3d1ae42856ae74aae1e52be5015b60977634dc0" + } + ], + "generation": "d134e651-d0d2-4e07-b937-07313a575391", + "configuration": "Release", + "standalone_directory": "C:\\Users\\RUNNER~1\\AppData\\Local\\Temp\\faset-playable-exports-jtaqzpwj\\Faset Café 世界\\collect-2d", + "executable": "faset_player.exe", + "package_file_count": 28, + "asset_generations": {}, + "device": "SwiftShader Device (LLVM 10.0.0)", + "device_class": "software", + "driver": {}, + "validation_enabled": false, + "validation_errors": 0, + "completed_frames": 120, + "summary_ms": { + "gpu": { + "max": 129.1218, + "min": 1.8299, + "p50": 1.8962, + "p95": 2.0554, + "samples": 120 + }, + "render_call": { + "max": 130.1237, + "min": 2.0526, + "p50": 2.1223, + "p95": 2.2759, + "samples": 120 + }, + "renderer_cpu": { + "max": 130.1152, + "min": 2.0495, + "p50": 2.1189, + "p95": 2.2723, + "samples": 120 + }, + "renderer_readback_cpu": { + "max": 0.8484, + "min": 0.158, + "p50": 0.1606, + "p95": 0.1803, + "samples": 120 + }, + "simulation": { + "max": 0.3246, + "min": 0.213, + "p50": 0.276, + "p95": 0.3064, + "samples": 120 + }, + "snapshot": { + "max": 0.254, + "min": 0.1456, + "p50": 0.2129, + "p95": 0.2379, + "samples": 120 + }, + "wall": { + "max": 131.1927, + "min": 2.541, + "p50": 2.6232, + "p95": 2.8077, + "samples": 120 + } + }, + "capture": { + "width": 1280, + "height": 720, + "sampled_colors": 7, + "sha256": "f9d74067d87c1ebf30c6db372a26d93b7285791c8cb0307a24af5adb23bf201a" + }, + "source_project_paths_unavailable": true, + "status": "passed" + }, + { + "name": "collect-3d", + "dimension": 3, + "language": "cpp", + "source_inputs": [ + { + "path": ".gitignore", + "sha256": "3bb936ff6f84f3db041c75d6e207138a9107997cc9ad372621f657456c9c0665" + }, + { + "path": "Assets/exit-arch/create.py", + "sha256": "5d9dc30a3f939376d2474cf958065e6daab140c7220444cedecd3bf5edf6e3d1" + }, + { + "path": "Assets/exit-arch/manifest.json", + "sha256": "d72d44184d665148109de74782bc695d79392e43be12782e48096a7d79e37c4f" + }, + { + "path": "Assets/exit-arch/manifest.json.faset-import.json", + "sha256": "7639d4fa33f2ac52e10d1cf79280a93aeb680399d217fda167acec1c6edcae00" + }, + { + "path": "Assets/exit-arch/payload/ee6c748a212905fc9c465cbe95c033e94b80be643624f4f240ad5353761205b3.glb", + "sha256": "ee6c748a212905fc9c465cbe95c033e94b80be643624f4f240ad5353761205b3" + }, + { + "path": "Assets/exit-arch/source.blend", + "sha256": "ff2676bec97ab778e531e87a185ad716049ea3b05b4a4f0027a6345737735035" + }, + { + "path": "project.faset.json", + "sha256": "9a0ee78fa0ea56982a99cf707948a33db37266ab84de9d3f12a24aabb98afda5" + }, + { + "path": "README.md", + "sha256": "a2378adc9dbd5ffb6bfa65abb7770051827d08279e48761046f30d932a5eab8c" + }, + { + "path": "Scenes/main.scene.json", + "sha256": "b1b668a2d633deda0074b475460c82019dbcf592b76502906192eaf1f2345a7e" + }, + { + "path": "Scripts/Extensions/Beacon.hpp", + "sha256": "650e75bbc55a3339647bcf67ba10fd9b20cece3531bb688b4221155e97959d5e" + }, + { + "path": "Scripts/Gameplay.cpp", + "sha256": "c76fbb0bf28a85cc88732a905f2bc9be3e24c58d02cbf2ecccbf77c99093c029" + }, + { + "path": "Scripts/Gameplay.hpp", + "sha256": "9d1fa36da50886fa7d84f8a8b3d1ae42856ae74aae1e52be5015b60977634dc0" + } + ], + "import": { + "asset_id": "5832763b-3ed0-44d6-9088-0b524f196a91", + "cache_hit": false, + "diagnostics": [], + "generation": "e8eb8805673cc22596d1c5b48fc6b8fbdf600d1c6a15c9633d14014a7eb1d11f", + "manifest": { + "asset_id": "5832763b-3ed0-44d6-9088-0b524f196a91", + "files": [ + { + "path": "meshes/mesh-fc069a07a87e0f831fd92efdbc4efa1f-0.fmesh", + "sha256": "98b38aca7d2786c58a2265ba4d1f2255123f03d31d947e239232cf55bfdc2c97", + "size": 928 + }, + { + "path": "meshes/mesh-0961e2a3f92977836a3aa80cab09277e-0.fmesh", + "sha256": "98b38aca7d2786c58a2265ba4d1f2255123f03d31d947e239232cf55bfdc2c97", + "size": 928 + }, + { + "path": "meshes/mesh-93b5b3e52cb6bb120fefb80e2d8e222b-0.fmesh", + "sha256": "3875c16ea628d4126373ebfe07816621fbad3961596a2fcd112f1eec0e378071", + "size": 928 + } + ], + "generation": "e8eb8805673cc22596d1c5b48fc6b8fbdf600d1c6a15c9633d14014a7eb1d11f", + "importer": "faset-gltf-1/cgltf-1.15", + "input_key": { + "bundle_sha256": "d72d44184d665148109de74782bc695d79392e43be12782e48096a7d79e37c4f", + "dependencies": {}, + "importer": "faset-gltf-1/cgltf-1.15", + "settings": {}, + "source": "ee6c748a212905fc9c465cbe95c033e94b80be643624f4f240ad5353761205b3", + "target_profile": "desktop-static-pbr-v1", + "toolchain": { + "cgltf": "360db1a95480fe102ae9c69b27c5d101167ff5ba", + "stb": "2c980bb59875b0d32144a71867fbdebb2f77cd20" + } + }, + "kind": "scene", + "materials": [ + { + "alpha_cutoff": 0.5, + "alpha_mode": "OPAQUE", + "base_color": [ + 0.2199999988079071, + 0.28999999165534973, + 0.3400000035762787, + 1.0 + ], + "base_color_texture": -1, + "double_sided": true, + "emissive": [ + 0.0, + 0.0, + 0.0 + ], + "emissive_texture": -1, + "format": "faset.material", + "id": "material-bb63b094febbf90bb7049c9bcf7587bc", + "metallic": 0.07999999821186066, + "metallic_roughness_texture": -1, + "name": "Weathered stone", + "normal_texture": -1, + "occlusion_texture": -1, + "roughness": 0.800000011920929, + "unlit": false, + "version": 1 + } + ], + "meshes": [ + { + "id": "mesh-fc069a07a87e0f831fd92efdbc4efa1f", + "name": "Cube.001", + "primitives": [ + { + "material": 0, + "path": "meshes/mesh-fc069a07a87e0f831fd92efdbc4efa1f-0.fmesh" + } + ] + }, + { + "id": "mesh-0961e2a3f92977836a3aa80cab09277e", + "name": "Cube.002", + "primitives": [ + { + "material": 0, + "path": "meshes/mesh-0961e2a3f92977836a3aa80cab09277e-0.fmesh" + } + ] + }, + { + "id": "mesh-93b5b3e52cb6bb120fefb80e2d8e222b", + "name": "Cube.003", + "primitives": [ + { + "material": 0, + "path": "meshes/mesh-93b5b3e52cb6bb120fefb80e2d8e222b-0.fmesh" + } + ] + } + ], + "nodes": [ + { + "id": "node-cec6e8cea80cf5a98ba3263a0156bee4", + "local_transform": [ + 1.0, + 0.0, + 0.0, + 0.0, + 0.0, + 1.0, + 0.0, + 0.0, + 0.0, + 0.0, + 1.0, + 0.0, + 0.0, + 1.4500000476837158, + 1.2999999523162842, + 1.0 + ], + "mesh": 0, + "name": "Left post", + "parent_id": "", + "stable_source_id": true + }, + { + "id": "node-5f8a90a6c4d27020d20bd4fa81d1d958", + "local_transform": [ + 1.0, + 0.0, + 0.0, + 0.0, + 0.0, + 1.0, + 0.0, + 0.0, + 0.0, + 0.0, + 1.0, + 0.0, + 0.0, + 1.4500000476837158, + -1.2999999523162842, + 1.0 + ], + "mesh": 1, + "name": "Right post", + "parent_id": "", + "stable_source_id": true + }, + { + "id": "node-482463e486a8d1fd741340c653cd128f", + "local_transform": [ + 1.0, + 0.0, + 0.0, + 0.0, + 0.0, + 1.0, + 0.0, + 0.0, + 0.0, + 0.0, + 1.0, + 0.0, + 0.0, + 3.0, + 0.0, + 1.0 + ], + "mesh": 2, + "name": "Lintel", + "parent_id": "", + "stable_source_id": true + } + ], + "outputs": [ + "node-cec6e8cea80cf5a98ba3263a0156bee4", + "node-5f8a90a6c4d27020d20bd4fa81d1d958", + "node-482463e486a8d1fd741340c653cd128f", + "mesh-fc069a07a87e0f831fd92efdbc4efa1f", + "mesh-0961e2a3f92977836a3aa80cab09277e", + "mesh-93b5b3e52cb6bb120fefb80e2d8e222b", + "material-bb63b094febbf90bb7049c9bcf7587bc" + ], + "payload_source": "C:\\Users\\runneradmin\\AppData\\Local\\Temp\\faset-playable-projects-m4xne0jc\\Faset Café 世界\\collect-3d\\Assets\\exit-arch\\payload/ee6c748a212905fc9c465cbe95c033e94b80be643624f4f240ad5353761205b3.glb", + "schema_version": 1, + "settings": {}, + "source": "C:\\Users\\runneradmin\\AppData\\Local\\Temp\\faset-playable-projects-m4xne0jc\\Faset Café 世界\\collect-3d\\Assets\\exit-arch\\manifest.json", + "source_sha256": "ee6c748a212905fc9c465cbe95c033e94b80be643624f4f240ad5353761205b3", + "textures": [] + }, + "previous_generation": "", + "removed_output_ids": [] + }, + "generation": "b511a541-076c-4557-b67b-929c75148efc", + "configuration": "Release", + "standalone_directory": "C:\\Users\\RUNNER~1\\AppData\\Local\\Temp\\faset-playable-exports-jtaqzpwj\\Faset Café 世界\\collect-3d", + "executable": "faset_player.exe", + "package_file_count": 33, + "asset_generations": { + "5832763b-3ed0-44d6-9088-0b524f196a91": "e8eb8805673cc22596d1c5b48fc6b8fbdf600d1c6a15c9633d14014a7eb1d11f" + }, + "device": "SwiftShader Device (LLVM 10.0.0)", + "device_class": "software", + "driver": {}, + "validation_enabled": false, + "validation_errors": 0, + "completed_frames": 120, + "summary_ms": { + "gpu": { + "max": 192.2956, + "min": 14.6915, + "p50": 14.8455, + "p95": 19.4962, + "samples": 120 + }, + "render_call": { + "max": 193.4984, + "min": 14.9523, + "p50": 15.1207, + "p95": 19.7684, + "samples": 120 + }, + "renderer_cpu": { + "max": 193.4904, + "min": 14.9483, + "p50": 15.1161, + "p95": 19.7641, + "samples": 120 + }, + "renderer_readback_cpu": { + "max": 0.8453, + "min": 0.1582, + "p50": 0.1602, + "p95": 0.1764, + "samples": 120 + }, + "simulation": { + "max": 0.5484, + "min": 0.2793, + "p50": 0.3923, + "p95": 0.4312, + "samples": 120 + }, + "snapshot": { + "max": 2.8775, + "min": 0.1975, + "p50": 0.2659, + "p95": 0.2947, + "samples": 120 + }, + "wall": { + "max": 197.5302, + "min": 15.6122, + "p50": 15.7929, + "p95": 20.4153, + "samples": 120 + } + }, + "capture": { + "width": 1280, + "height": 720, + "sampled_colors": 43, + "sha256": "0edc88eef9f641a780ef44664f58c811a22bd201c8d29e1fcb7531b88f251900" + }, + "source_project_paths_unavailable": true, + "status": "passed" + }, + { + "name": "lua", + "dimension": 2, + "language": "lua", + "source_inputs": [ + { + "path": "project.faset.json", + "sha256": "c8907e39f3524019cb7978208eb8f65338ffbdd2df79c5cd34a5c5642d26cd36" + }, + { + "path": "README.md", + "sha256": "c1e1fbbbf1872bfc64e097f72f9016a9c0ac197575ccd0e9baf08b1f947a007f" + }, + { + "path": "Scenes/main.scene.json", + "sha256": "e38bba8ba7248b2ea05a1ad72be905a854d4b4f80956582da0c4fcf0d954e309" + }, + { + "path": "Scripts/beacon.lua", + "sha256": "8d30f894795f231795d6585acaa5c8df66179597f5e608da8a596152bc9bd74a" + }, + { + "path": "Scripts/player.lua", + "sha256": "8a525c978b9147312c4917e5c04a40443f923bfeea14fbafc014ca9bea1b9322" + }, + { + "path": "Scripts/util/motion.lua", + "sha256": "d35063ecaa127eeebc0c4931eeb5ed42fe69ab54f3e824caf8661fe60525c2a5" + } + ], + "generation": "a3b8e7d8-e97c-4d23-b80f-7f312c43d2a2", + "configuration": "Release", + "standalone_directory": "C:\\Users\\RUNNER~1\\AppData\\Local\\Temp\\faset-playable-exports-jtaqzpwj\\Faset Café 世界\\lua", + "executable": "faset_player.exe", + "package_file_count": 33, + "asset_generations": {}, + "device": "SwiftShader Device (LLVM 10.0.0)", + "device_class": "software", + "driver": {}, + "validation_enabled": false, + "validation_errors": 0, + "completed_frames": 120, + "summary_ms": { + "gpu": { + "max": 123.7514, + "min": 1.6052, + "p50": 1.6661, + "p95": 1.7675, + "samples": 120 + }, + "render_call": { + "max": 124.7418, + "min": 1.8107, + "p50": 1.8794, + "p95": 1.9904, + "samples": 120 + }, + "renderer_cpu": { + "max": 124.7364, + "min": 1.8083, + "p50": 1.8772, + "p95": 1.9876, + "samples": 120 + }, + "renderer_readback_cpu": { + "max": 0.8633, + "min": 0.1577, + "p50": 0.1583, + "p95": 0.1723, + "samples": 120 + }, + "simulation": { + "max": 0.1965, + "min": 0.1111, + "p50": 0.121, + "p95": 0.1477, + "samples": 120 + }, + "snapshot": { + "max": 0.0913, + "min": 0.05, + "p50": 0.0662, + "p95": 0.0829, + "samples": 120 + }, + "wall": { + "max": 125.5671, + "min": 1.9971, + "p50": 2.0685, + "p95": 2.1959, + "samples": 120 + } + }, + "capture": { + "width": 1280, + "height": 720, + "sampled_colors": 4, + "sha256": "e2f4c3b84de75dadd2e31d388d0ba51abc1861f1ec76eb7ba51a4a2dcac720a7" + }, + "source_project_paths_unavailable": true, + "status": "passed" + } + ], + "requested_projects": [ + "collect-2d", + "collect-3d", + "lua" + ], + "finished_utc": "2026-09-24T00:37:32.911802+00:00" +} diff --git a/docs/validation/p1-iteration-2026-09-24/windows-4ac02ee/toolchain.json b/docs/validation/p1-iteration-2026-09-24/windows-4ac02ee/toolchain.json new file mode 100644 index 0000000..04b5e46 --- /dev/null +++ b/docs/validation/p1-iteration-2026-09-24/windows-4ac02ee/toolchain.json @@ -0,0 +1,23 @@ +{ + "sources": { + "headers": { + "repository": "KhronosGroup/Vulkan-Headers", + "commit": "0d3f509e57041fbd073a1ee84cd9ccd36d148446", + "sha256": "e82005a6bd3289ce213232ef41e0f8722d1365ed72bf5cc4be56911c56bc30e0" + }, + "loader": { + "repository": "KhronosGroup/Vulkan-Loader", + "commit": "32fcb949e253cbeb40cda7ea76122b492db579ae", + "sha256": "610fa9017226c49bc4f19398d94fce9e3c9ff94c14f6420f9fe24822707feacf" + }, + "swiftshader": { + "repository": "google/swiftshader", + "commit": "1e80438d2b93ef36a7c05f8d2b81233bac0e3d16", + "sha256": "1c3a1afc397c7aa4d3275790bc9b451e80b144a1db665135d5519838bacf44a8" + } + }, + "validation_layer": false, + "vulkan_sdk": "D:\\a\\Faset_Engine\\Faset_Engine\\.cache\\windows-graphics\\sdk", + "driver": "D:\\a\\Faset_Engine\\Faset_Engine\\.cache\\windows-graphics\\driver\\vk_swiftshader_icd.json", + "loader_only": false +} diff --git a/docs/validation/p1-iteration-2026-09-24/windows-4ac02ee/vulkan-probe.json b/docs/validation/p1-iteration-2026-09-24/windows-4ac02ee/vulkan-probe.json new file mode 100644 index 0000000..f8a4dc0 --- /dev/null +++ b/docs/validation/p1-iteration-2026-09-24/windows-4ac02ee/vulkan-probe.json @@ -0,0 +1,32 @@ +{ + "format": "faset.windows-vulkan-probe", + "version": 1, + "status": "passed", + "loader": "D:\\a\\Faset_Engine\\Faset_Engine\\.cache\\windows-graphics\\sdk\\bin\\vulkan-1.dll", + "driver_manifest": "D:\\a\\Faset_Engine\\Faset_Engine\\.cache\\windows-graphics\\driver\\vk_swiftshader_icd.json", + "driver_library": "D:\\a\\Faset_Engine\\Faset_Engine\\.cache\\windows-graphics\\driver\\vk_swiftshader.dll", + "manifest": { + "file_format_version": "1.0.0", + "ICD": { + "library_path": ".\\vk_swiftshader.dll", + "api_version": "1.0.5" + } + }, + "loader_debug": "all", + "pointer_bits": 64, + "icd_negotiate_result": 0, + "icd_interface_version": 7, + "enumerate_version_result": 0, + "loader_api_version": "1.4.341", + "create_instance_result": 0, + "devices": [ + { + "name": "SwiftShader Device (LLVM 10.0.0)", + "api_version": "1.3.0", + "driver_version": 20971520, + "vendor_id": 6880, + "device_id": 49374, + "device_type": 4 + } + ] +}