mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-29 22:48:12 +02:00
progs/glsl: Fix bump GLSL compilation error on Mac OS.
This commit is contained in:
parent
77b1f2fbcf
commit
bbb41153c2
1 changed files with 1 additions and 1 deletions
|
|
@ -17,7 +17,7 @@ uniform float BumpDensity; // = 16.0
|
|||
uniform float BumpSize; // = 0.15
|
||||
uniform float SpecularFactor; // = 0.5
|
||||
|
||||
sampler2D Tex;
|
||||
uniform sampler2D Tex;
|
||||
|
||||
void main()
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue