Interrupt / delve-framework

Delve is a framework for writing Games in Zig and Lua. For those who value being cross platform and keeping things simple.
MIT License
203 stars 11 forks source link

Vulkan backend not working on linux #25

Closed stark26583 closed 3 months ago

stark26583 commented 4 months ago

Creating Sokol App backend Main loop starting Sokol app starting main loop Sokol app context initializing Sokol setup backend: gfx.Backend.GLCORE

Interrupt commented 3 months ago

Oh, sorry. This was a misunderstanding on my part. The list of backends Sokol actually supports is:

macOS: Metal + GL4.1 Windows: D3D11 + GL4.3 web: WebGL2 + WebGPU iOS: Metal + GLES3.0 Android: GLES3.0 Linux: GL4.3macOS: Metal + GL4.1 Windows: D3D11 + GL4.3 web: WebGL2 + WebGPU iOS: Metal + GLES3.0 Android: GLES3.0 Linux: GL4.3

stark26583 commented 3 months ago

Its fine thanks for clearing my doubt