Stanislas Dolcini
Stanislas Dolcini
I have the same issue https://ldjam.com/events/ludum-dare/55/demons-on-demand/$394081/ I don't think I am a new user, but new is probably relative :P
Could be SDL2 built without Vulkan support?
Could be a mesa bug or a missing mesa-vulkan driver?
SDL2 has a confguration header with a bunch of flags. See the windows header for example. https://trac.wildfiregames.com/browser/ps/trunk/libraries/win32/sdl2/include/SDL/SDL_config.h#L247 Depending on the version too 2.0.6 added support
Right I never think of grepping binary files
Fixed in https://github.com/KenneyNL/Adobe-Alternatives/commit/7808e19740244aaf78c88437f971532b2d8440ea
I experience the same issue. There seems to be no documentation whatsoever on this feature. I can upload a sample project, but it can be reproduced using a barebone project...
I have this one, which was broken [TestBabylon - Copy.zip](https://github.com/BabylonJS/Editor/files/11508047/TestBabylon.-.Copy.zip)
Nice, when was it fixed?