Ken Johnson
Ken Johnson
Another alternative is that we pull in libpng similar how to this project is doing it: https://github.com/diasurgical/devilutionX/blob/master/3rdParty/libpng/CMakeLists.txt This appears to build libpng with the ported fix (proposed by the same...
That is purely dependent on how far we want to go with the implementation, afaics. For this instance, as long as no GLFW specific code is in the Graphics.Vulkan namespace,...
I'll have to take a look at this. Is this occurring only on Ubuntu? Since Windows has more of a unified way of providing graphics/audio/windowing, it _appears_ as if its...
Looks like this might need retesting as well 😄
As per https://learn.microsoft.com/en-us/cpp/standard-library/messages-class?view=msvc-170 -> > Currently, while the messages class is implemented, there are no messages.
Hi there @mohzulfikar ! I don't believe we are using `gha-setup-vsdevenv` however we are certainly using humbletim's Vulkan SDK actions. With that said, we'll leave this as blocked for now....
> Lol, no, its just GLFW doesn't work in some cases This indeed helps with bringing more compatibility for non-desktop related use cases in the future, as well as cases...
Dependent on #486 being merged
Yup, that's correct - thanks for the reminder @Pheubel
Possibly out of date - currently, CI is using CMake 3.24 and our CMakeLists will throw a fatal error if it's not at least that, so we should probably update...