Vulkan fixes on Linux

This commit is contained in:
Lorenzo Torres 2025-11-12 15:15:46 +01:00
parent 2f8a8ed763
commit b6a7b2192c
5 changed files with 9 additions and 10 deletions

View file

@ -8,8 +8,8 @@ endif
SRC:=\
topaz.c\
core/linear.c\
core/arena.c\
core/vector.c\
core/arena.c
ifeq (${GRAPHICS_BACKEND},gl)
SRC += rendering/gl/gl.c\