We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2b8ca29 + dd8772e commit 11e7667Copy full SHA for 11e7667
PluginSource/projects/GNUMake/Makefile
@@ -1,9 +1,10 @@
1
SRCDIR = ../../source
2
SRCS = $(SRCDIR)/RenderingPlugin.cpp \
3
$(SRCDIR)/RenderAPI.cpp \
4
-$(SRCDIR)/RenderAPI_OpenGLCoreES.cpp
+$(SRCDIR)/RenderAPI_OpenGLCoreES.cpp \
5
+$(SRCDIR)/RenderAPI_Vulkan.cpp
6
OBJS = ${SRCS:.cpp=.o}
-UNITY_DEFINES = -DSUPPORT_OPENGL_UNIFIED=1 -DUNITY_LINUX=1
7
+UNITY_DEFINES = -DSUPPORT_OPENGL_UNIFIED=1 -DSUPPORT_VULKAN=1 -DUNITY_LINUX=1
8
CXXFLAGS = $(UNITY_DEFINES) -O2 -fPIC
9
LDFLAGS = -shared -rdynamic
10
LIBS =
UnityProject/Assets/Plugins/x86_64/libRenderingPlugin.so
15.3 KB
0 commit comments