Logical Render Pipelines and Command Packets
All checks were successful
Intrepid/Prometeu/Runtime/pipeline/pr-master This commit looks good

This commit is contained in:
bQUARKz 2026-05-25 14:52:58 +01:00
parent 91fab7de96
commit 5ba47eb20a
Signed by: bquarkz
SSH Key Fingerprint: SHA256:Z7dgqoglWwoK6j6u4QC87OveEq74WOhFN+gitsxtkf8
3 changed files with 2 additions and 2 deletions

View File

@ -46,7 +46,7 @@
] ]
}, },
"host-dependent": { "host-dependent": {
"baseline_percent": 43, "baseline_percent": 35,
"paths": [ "paths": [
"crates/host/prometeu-host-desktop-winit/src/" "crates/host/prometeu-host-desktop-winit/src/"
] ]

View File

@ -5,5 +5,5 @@
"title": "Stress Console", "title": "Stress Console",
"app_version": "0.1.0", "app_version": "0.1.0",
"app_mode": "Game", "app_mode": "Game",
"capabilities": ["gfx", "log", "asset"] "capabilities": ["composer", "gfx2d", "log", "asset"]
} }