diff options
author | Kenneth Graunke <kenneth@whitecape.org> | 2010-08-07 01:11:43 -0700 |
---|---|---|
committer | Kenneth Graunke <kenneth@whitecape.org> | 2010-08-09 12:41:39 -0700 |
commit | 2eed82ebc0435da40dd5b588efc9bef0946e8497 (patch) | |
tree | f40e799ac35983367cd68c7a8e3bfcd048e6df04 /src/glsl/builtins/130/textureProjGrad | |
parent | dbff7b541e4be26cc9363956af8595ec052c4e56 (diff) |
texture_builtins.py: Fix cut and paste errors in function names.
Some signatures were being generated with the wrong function name.
Diffstat (limited to 'src/glsl/builtins/130/textureProjGrad')
-rw-r--r-- | src/glsl/builtins/130/textureProjGrad | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/glsl/builtins/130/textureProjGrad b/src/glsl/builtins/130/textureProjGrad index a0142c5e68..b4bfa58c12 100644 --- a/src/glsl/builtins/130/textureProjGrad +++ b/src/glsl/builtins/130/textureProjGrad @@ -1,4 +1,4 @@ -((function textureLod +((function textureProjGrad (signature vec4 (parameters (declare (in) sampler1D sampler) |