cancel
Showing results for 
Search instead for 
Did you mean: 

Newcomers Start Here

vitor-chaves-lima
Journeyman III

GL_KHR_DEBUG extension not showing shader compilation errors

I'm developing an OpenGL application using version 24.04.231107_282afec of the AMD driver and I'm unable to use the GL_KHR_debug debug context to view compilation errors in my shaders.

 

I'm trying to compile the following shader:

 

vitorchaveslima_1-1714144606035.png

 

As you can see, there is a syntax error, but when i check the output of my application i can't see any errors.

 

vitorchaveslima_0-1714144432643.png

 

NOTE: The debug context is properly configured and I can even use the DebugMessageInsert function.

 

0 Likes
0 Replies