Semantics: Catch nested types containing 'int' with non-'flat' interpolation.
This commit is contained in:
@@ -37,7 +37,7 @@ struct s {
|
||||
};
|
||||
|
||||
in s badout; // ERROR, can't contain a sampler
|
||||
|
||||
// ERROR, can't have int in struct without flat
|
||||
struct S2 {
|
||||
vec3 c;
|
||||
float f;
|
||||
|
||||
Reference in New Issue
Block a user