cancel
Showing results for 
Search instead for 
Did you mean: 

Archives Discussions

adamvanner
Journeyman III

GLSL ATI Link error codes

where are they!

Just wondering if theres a full description / documentaiton of the GLSL 4.0 ATI shader linker error codes? 

I have two identical uniform structs which appear in VP and FP which are thowing the error:

 

ERROR: error(#275) Symbol '_CurObject' is defined with 2 different types between two stages

ERROR: error(#277) Symbol '_CurObject' usage doesn't match between two stages

 

 

_CurObject is defined identically in both VP and FP as:

// Uniform settings provided by the current mesh

struct avGeometry

{

mat4 worldMatrix;

int ObjectId;

};

uniform avGeometry _CurObject;

Thanks!!
0 Likes
1 Reply
frali
Staff

It's a bug in the driver. We will fix it soon.

Thanks 

0 Likes