mirror of
https://github.com/TheRedShip/RT_GPU.git
synced 2025-09-27 10:48:34 +02:00
+ | Shader reloading working
This commit is contained in:
5
Makefile
5
Makefile
@ -46,9 +46,10 @@ IMGUI_SRCS := imgui/imgui.cpp \
|
||||
imgui/imgui_impl_glfw.cpp \
|
||||
imgui/imgui_impl_opengl3.cpp
|
||||
|
||||
ALL_SRCS := $(IMGUI_SRCS) \
|
||||
RT.cpp gl.cpp \
|
||||
ALL_SRCS := $(IMGUI_SRCS) gl.cpp \
|
||||
RT.cpp RT_utils.cpp \
|
||||
class/Window.cpp \
|
||||
class/ShaderProgram.cpp \
|
||||
class/Shader.cpp \
|
||||
class/Camera.cpp \
|
||||
class/Scene.cpp \
|
||||
|
Reference in New Issue
Block a user