TheMode

Results 57 comments of TheMode

`SetNextWindowSize` and `GetWindowSize` do however work, as in the value get updated on resize although constantly re-set in the loop. (and resizing down also move down `GetWindowPos` even with the...

It sounds interesting, but also a bit messy. If I am to implement my own dragging, won't I have to write some sort of docking support as well? By "child...

Yeah that would for sure be the ideal solution. For now, it seems that my hacked version works well enough. Except `SetNextWindowPos` causing the window to undock itself.

Same issue. Tried on both Windows 11 & macOS. Are we missing something? edit: fixed it by installing `glslang` and adding `--with_vulkan` to the build script.

![image](https://github.com/user-attachments/assets/a39cd6d5-71ee-4bc3-b2c1-f3f6c52a4218)

``` Benchmark Mode Cnt Score Error Units BlockBatchBenchmark.batchAsGeneratorHuge avgt 5 2.202 ± 0.054 us/op BlockBatchBenchmark.batchAsGeneratorMedium avgt 5 0.009 ± 0.002 us/op BlockBatchBenchmark.batchAsGeneratorSmall avgt 5 0.009 ± 0.001 us/op BlockBatchBenchmark.batchCountHuge avgt...

Sound like an implementation detail?