LukasBanana / LLGL

Low Level Graphics Library (LLGL) is a thin abstraction layer for the modern graphics APIs OpenGL, Direct3D, Vulkan, and Metal
BSD 3-Clause "New" or "Revised" License
2.03k stars 135 forks source link

Support MSYS2 MINGW64 on Windows #82

Closed ghost closed 1 year ago

ghost commented 1 year ago

On MSYS2, there is no Direct3D 11 or Direct3D 12, but there is Vulkan. OpenGL and Vulkan renders will available.

LukasBanana commented 1 year ago

Is this a question? I am not familiar with MSYS2, but I'm open for suggestions how to extend CMakeLists.txt script to support it.