Friduric / voxel-cone-tracing

A real-time global illumination implementation using voxel cone tracing. Implemented in C++ and GLSL.
MIT License
770 stars 74 forks source link

not compatible with opengl 4.5 #3

Open Soietre opened 4 years ago

Soietre commented 4 years ago

my computer system is window10 and opengl version is 4.5 , and the hardware is not nvidia but (Intel(R) UHD Graphics 630, when I run the problem the system broke down whith the information; Initialization started. [0] : GLFW initialized. [1] : GLEW initialized. ERROR: GLEW_VERSION_4_5 (OpenGL 4.5) not supported! Expect unexpected behaviour. Press any key to continue ... do you know the reasone

HoseobJeong commented 3 years ago

I think that macros doesn't support intel graphic chip

phonowiz commented 3 years ago

On Wed, Mar 17, 2021 at 13:18 hoseob.jeong @.***> wrote:

I think that macros doesn't support intel graphic chip

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/Friduric/voxel-cone-tracing/issues/3#issuecomment-801262059, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACEQZ4BZBLCML2ECNSQD3U3TEDPZ7ANCNFSM4NI3GFHQ .

I would download gpu caps viewer to see if your system supports 4.5. It may be that your drivers are out of date.

hanbim520 commented 3 years ago

i have the same question,the driver updated to the latest.

wangweiyong commented 1 month ago

I changed glew version from2.1.0 to 1.11.0, and this error dissappear.