mirror of
https://github.com/TheRedShip/RT_GPU.git
synced 2025-09-27 18:48:36 +02:00
+ | Shader code include system
This commit is contained in:
@ -15,6 +15,7 @@
|
||||
Window::Window(Scene *scene, int width, int height, const char *title, int sleep)
|
||||
{
|
||||
_scene = scene;
|
||||
_frameCount = 0;
|
||||
|
||||
if (!glfwInit())
|
||||
{
|
||||
|
Reference in New Issue
Block a user