fixed unsigned keyword not permitted on intel drivers
This commit is contained in:
parent
1a547ed824
commit
73d8c4a0e6
@ -10,7 +10,7 @@ layout (location = 3) out vec4 outSpecular;
|
||||
uniform float materialNs;
|
||||
|
||||
// variables used for picking
|
||||
uniform unsigned int object_identifier;
|
||||
uniform int object_identifier;
|
||||
#ifdef INSTANCED
|
||||
flat in int instanceId;
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user