• Joined on 2025-03-29
jorijnvdgraaf opened issue Catcrafts/Crafter.Graphics#52 2026-06-16 14:51:31 +00:00
[perf][MEDIUM] Per-frame text re-shaping for static strings
jorijnvdgraaf opened issue Catcrafts/Crafter.Graphics#51 2026-06-16 14:51:31 +00:00
[perf][MEDIUM] Full 1 MiB font atlas re-upload on any single new glyph
jorijnvdgraaf opened issue Catcrafts/Crafter.Graphics#50 2026-06-16 14:51:31 +00:00
[perf][LOW] uiResolveScreenPixel runs clip-rect compares even when unclipped
jorijnvdgraaf opened issue Catcrafts/Crafter.Graphics#49 2026-06-16 14:51:31 +00:00
[perf][LOW] nonuniformEXT on dynamically-uniform font slots (text shader)
jorijnvdgraaf opened issue Catcrafts/Crafter.Graphics#48 2026-06-16 14:51:31 +00:00
[perf][MEDIUM] Full-image compute->compute barrier between every UI dispatch
jorijnvdgraaf opened issue Catcrafts/Crafter.Graphics#47 2026-06-16 14:51:31 +00:00
[perf][MEDIUM] Redundant swapchain imageLoad/imageStore per UI dispatch
jorijnvdgraaf opened issue Catcrafts/Crafter.Graphics#46 2026-06-16 14:51:30 +00:00
[perf][HIGH] UI tiles scan the full item list — no spatial culling
jorijnvdgraaf opened issue Catcrafts/Crafter.Graphics#45 2026-06-16 14:51:30 +00:00
[perf][LOW] Resize path: dead present-mode queries + presentModes vector
jorijnvdgraaf opened issue Catcrafts/Crafter.Graphics#44 2026-06-16 14:51:30 +00:00
[perf][LOW] CRAFTER_TIMING frame-time history uses erase(begin()) every frame
jorijnvdgraaf opened issue Catcrafts/Crafter.Graphics#43 2026-06-16 14:51:30 +00:00
[perf][LOW] Invariant Vulkan structs rebuilt every frame
jorijnvdgraaf opened issue Catcrafts/Crafter.Graphics#42 2026-06-16 14:51:30 +00:00
[perf][LOW] Descriptor-heap bind recorded unconditionally every frame
jorijnvdgraaf opened issue Catcrafts/Crafter.Graphics#41 2026-06-16 14:51:29 +00:00
[perf][MEDIUM] Single shared semaphore pair prevents multiple frames in flight
jorijnvdgraaf opened issue Catcrafts/Crafter.Graphics#40 2026-06-16 14:51:29 +00:00
[perf][HIGH] Per-frame vkQueueWaitIdle fully serializes CPU and GPU (frame loop)
jorijnvdgraaf pushed to master at Catcrafts/Crafter.Graphics 2026-06-16 13:51:00 +00:00
15ce47f422 removed stale docs, added docs folder
jorijnvdgraaf pushed to master at Catcrafts/Crafter.Graphics 2026-06-16 13:49:23 +00:00
00d14d67cb tlas build options
jorijnvdgraaf opened issue Catcrafts/Crafter.Graphics#37 2026-06-16 13:31:40 +00:00
Procedural BLAS: device-buffer build input + refit (UPDATE) for dynamic geometry
jorijnvdgraaf opened issue Catcrafts/Crafter.Graphics#36 2026-06-16 13:22:37 +00:00
Accelration structure build options
jorijnvdgraaf opened issue Catcrafts/Crafter.Math#1 2026-06-15 14:57:28 +00:00
Wasm relaxed SIMD
jorijnvdgraaf opened issue Catcrafts/Crafter.Build#24 2026-06-15 14:43:19 +00:00
Browser wasm: feature-detected module variants (relaxed-SIMD) + variant-aware runtime.js
jorijnvdgraaf opened issue Catcrafts/Crafter.Graphics#33 2026-06-12 11:39:21 +00:00
Vulkan: Mesh::BuildProcedural — AABB (procedural) BLAS build path to match WebGPU