Sebastian Bischlager

Results 5 issues of 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...

bug
help-wanted

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. ![Screenshot 2022-12-19 170259](https://user-images.githubusercontent.com/6696853/208468299-3ae32745-837a-4d98-a624-c820e105d68c.png) 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...