Nielsbishere
Nielsbishere
Please add https://github.com/wxWidgets/wxWidgets as submodule so it builds without having to manually clone it. I fetched it and it doesn't build. Also use $(SolutionDir) instead of direct paths in the...
Hi, this was a good read and interesting to see. One thing that might be interesting reading about is https://www.khronos.org/blog/vulkan-subgroup-tutorial, it basically allows to get rid of the atomicOr and...
Multiple PRs: - https://github.com/Immediate-Mode-UI/Nuklear/pull/50 - https://github.com/Immediate-Mode-UI/Nuklear/pull/35 - https://github.com/Immediate-Mode-UI/Nuklear/pull/15 - https://github.com/Immediate-Mode-UI/Nuklear/pull/14 - https://github.com/Immediate-Mode-UI/Nuklear/pull/13 Various changes such as: - Fixing clicking through multiple overlapping windows - Allowing subpixel rendering - Allowing add_window...
The following is deemed as deprecated by the C++20 standard; Having an enum that's used for initialization in another enum by bitwise operation. This: NK_EDIT_SIMPLE | (result from nk_edit_flags or)...
Fixed headless rendering; you now create a window without setting the Windows API instance. This won't create a OS-backed window but rather a virtual one.
**Is your request related to a problem? Please describe.** There's several memory leaks that result in problems when the maya plugin unloads wips. This thread will be used to note...
**Describe the bug** First frame doesn't output anything, second frame outputs a black render target. **To Reproduce** Create a headless window and output the render target to disk; set break...
**Is your request related to a problem? Please describe.** Most d3d12 functions don't do error checking. **Describe the solution you'd like** For example mapping a buffer should use a function...
**Is your request related to a problem? Please describe.** My 970M only has 2 GiB VRAM, so it can't (properly) run 1080p, only 720p in emibl, but it can in...
**Is your design request related to a problem? Please describe.** A lot of code that does almost exactly the same thing could be prevented by using templates or by smarter...