diff options
author | Sebastian Park <SebPark03@gmail.com> | 2024-05-05 02:41:56 -0400 |
---|---|---|
committer | Sebastian Park <SebPark03@gmail.com> | 2024-05-05 02:41:56 -0400 |
commit | 551b160b816cdfa446de800140aa1c7aef352b19 (patch) | |
tree | 3f5c1f7c24f187e0dae9da6c95538312cdb11489 /CMakeLists.txt | |
parent | 045eb047c556898606005e548c16f102ac02e995 (diff) |
Get FBOs working.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index adf92af..6d35a8d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -100,6 +100,8 @@ qt6_add_resources(${PROJECT_NAME} "Resources" resources/shaders/anchorPoint.frag resources/shaders/texture.vert resources/shaders/texture.frag + resources/shaders/color.vert + resources/shaders/color.frag ) |