orangeduck / Corange

Pure C Game Engine
http://www.youtube.com/watch?v=482GxqTWXtA
Other
1.79k stars 199 forks source link

OpenGL Error: Invalid Enum #21

Closed Oki28z closed 7 years ago

Oki28z commented 7 years ago

Hi ! I've got this error when compiling almost all demos : [DEBUG] (src/casset.c:folder_load:308) Loading Folder: '/home/oki28z/git/Corange/demos/rendering/assets/podium' [DEBUG] (src/casset.c:file_load:282) Loading: '/home/oki28z/git/Corange/demos/rendering/assets/podium/podium.mat' [DEBUG] (src/casset.c:file_load:282) Loading: '/home/oki28z/git/Corange/demos/rendering/assets/podium/podium.dds' [ERROR] (src/assets/texture.c:dds_load_file:572) OpenGL Error: Invalid Enum

How can I fix it ? Thanks for your help :-)

Oki28z commented 7 years ago

Found that was a problem when executing demos with intel graphics and not nvidia sorry for asking before searching.