Mentions légales du service

Skip to content
Snippets Groups Projects
Commit cd312f30 authored by Edgar Baucher's avatar Edgar Baucher Committed by Mathieu Faverge
Browse files

Use only opengl (without vbo)

parent 38044cdf
No related branches found
No related tags found
No related merge requests found
...@@ -134,7 +134,7 @@ cmake_dependent_option(USE_OPENGL "Use OpenGL as renderer module" ON ...@@ -134,7 +134,7 @@ cmake_dependent_option(USE_OPENGL "Use OpenGL as renderer module" ON
"NOT USE_VULKAN" OFF) "NOT USE_VULKAN" OFF)
#OpenGL with VBO #OpenGL with VBO
cmake_dependent_option(VITE_ENABLE_VBO "Enable the support of VBO." ON cmake_dependent_option(VITE_ENABLE_VBO "Enable the support of VBO." OFF
USE_OPENGL OFF) USE_OPENGL OFF)
#Vulkan #Vulkan
......
...@@ -54,7 +54,7 @@ ...@@ -54,7 +54,7 @@
#ifdef __APPLE__ #ifdef __APPLE__
#include <OpenGL/glu.h> #include <OpenGL/glu.h>
#else #else
#include <GL/glu.h> #include <GL/glew.h>
#endif #endif
/* -- */ /* -- */
#include <QFile> // For loading the wait image #include <QFile> // For loading the wait image
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment