• Joined on 2025-03-29
jorijnvdgraaf opened issue Catcrafts/Crafter.Graphics#72 2026-06-16 15:02:03 +00:00
[perf] RT shader binding table is HOST_VISIBLE, GPU-read every traceRays
jorijnvdgraaf opened issue Catcrafts/Crafter.Graphics#71 2026-06-16 14:51:35 +00:00
[perf][LOW] Compressed-asset Update re-Resizes both staging buffers every call
jorijnvdgraaf opened issue Catcrafts/Crafter.Graphics#70 2026-06-16 14:51:35 +00:00
[perf][LOW] Per-mip layout transitions issued one-at-a-time
jorijnvdgraaf opened issue Catcrafts/Crafter.Graphics#69 2026-06-16 14:51:35 +00:00
[perf][LOW] No VkPipelineCache passed to vkCreateComputePipelines
jorijnvdgraaf opened issue Catcrafts/Crafter.Graphics#68 2026-06-16 14:51:34 +00:00
[perf][LOW] Refit re-uploads immutable index buffer on UPDATE
jorijnvdgraaf opened issue Catcrafts/Crafter.Graphics#67 2026-06-16 14:51:34 +00:00
[perf] compressedStaging reallocated and kept per compressed Build
jorijnvdgraaf opened issue Catcrafts/Crafter.Graphics#66 2026-06-16 14:51:34 +00:00
[perf] Per-mesh dedicated scratch buffer (VRAM waste)
jorijnvdgraaf opened issue Catcrafts/Crafter.Graphics#65 2026-06-16 14:51:34 +00:00
[perf][MEDIUM] TLAS instance buffer is HOST_VISIBLE, read directly as AS build input
jorijnvdgraaf opened issue Catcrafts/Crafter.Graphics#64 2026-06-16 14:51:34 +00:00
[perf] TLAS instance/metadata buffers reallocated on instance-count change
jorijnvdgraaf opened issue Catcrafts/Crafter.Graphics#63 2026-06-16 14:51:33 +00:00
[perf] VulkanBuffer::Resize always destroys+reallocates
jorijnvdgraaf opened issue Catcrafts/Crafter.Graphics#62 2026-06-16 14:51:33 +00:00
[perf] Per-allocation vkAllocateMemory, no suballocator
jorijnvdgraaf opened issue Catcrafts/Crafter.Graphics#61 2026-06-16 14:51:33 +00:00
[perf][LOW] Per-descriptor write flushes all numFrames heap copies whole-size
jorijnvdgraaf opened issue Catcrafts/Crafter.Graphics#60 2026-06-16 14:51:33 +00:00
[perf][LOW] FlushDevice always flushes even on coherent memory
jorijnvdgraaf opened issue Catcrafts/Crafter.Graphics#59 2026-06-16 14:51:33 +00:00
[perf][LOW] GetMemoryType returns first match, no preferred/fallback distinction
jorijnvdgraaf opened issue Catcrafts/Crafter.Graphics#58 2026-06-16 14:51:33 +00:00
[perf][MEDIUM] Descriptor heaps force HOST_VISIBLE|DEVICE_LOCAL with no fallback
jorijnvdgraaf opened issue Catcrafts/Crafter.Graphics#57 2026-06-16 14:51:32 +00:00
[perf][LOW] GetLineWidth/ScaleForSize recompute scale + per-glyph HMetrics uncached
jorijnvdgraaf opened issue Catcrafts/Crafter.Graphics#56 2026-06-16 14:51:32 +00:00
[perf][LOW] InputField hit-test is O(n^2): re-measures whole prefix per char
jorijnvdgraaf opened issue Catcrafts/Crafter.Graphics#55 2026-06-16 14:51:32 +00:00
[robustness] Font atlas has no eviction/repack; ShelfPlace fails permanently once full
jorijnvdgraaf opened issue Catcrafts/Crafter.Graphics#54 2026-06-16 14:51:32 +00:00
[perf][MEDIUM] TransitionImageLayout hardcodes RAY_TRACING stage for all shader reads
jorijnvdgraaf opened issue Catcrafts/Crafter.Graphics#53 2026-06-16 14:51:32 +00:00
[perf][LOW] Ensure()+Lookup() do two hash-map probes per glyph