Quantcast
Channel: AMD Developer Forums: Message List - OpenGL & Vulkan
Viewing all articles
Browse latest Browse all 631

Re: Opengl Shader Compiler issues with newer than 13.9 drivers on HD 5850

$
0
0

Hi,

 

Without seeing your shader, it would be hard to tell what's going on. However, from the error message, it sounds like your shader assigns an array of vec2 values to a float. We have been doing quite a bit of work in our shader compiler in order to pass some tests that include negative cases (ensuring that we don't compile illegal shaders).

 

If you could post the shader, or at least the line generating the error, we can see where the problem is.

 

As for the increased CPU usage, you are right. CPU usage should not be high if the GPU is the bottleneck. We will investigate.

 

Thanks,

 

Graham


Viewing all articles
Browse latest Browse all 631

Trending Articles