Sebastian Bischlager
Sebastian Bischlager
Would it be possible to add basic support for C++20 concepts? For my use case I wouldn't need any advanced details about them and it would be sufficient if the...
Installing OSX on the 573G is easy. The much harder part is creating a bootable stick. If you don´t have a running OSX system, your only option is to set...
Hi, I tried building Compressonator on MacOS because there is no prebuilt version in the releases. The build is currently failing with the following error: ``` /Users/sebastianbischlager/Tools/Compressonator/applications/_plugins/cimage/ktx/./lib/ktx.h:148:10: warning: non-portable path...
Hi, I encountered a small problem regarding mouse input when rendering manipluate gizmos over other UI elements that react to mouse input.  I am rendering an invisible...
Hi, I am using the MoltenVK provided by the MacOS Vulkan SDK and I'm having problems compiling compute shaders that try to access the dimensions of structured buffer. Here's one...