summaryrefslogtreecommitdiff
path: root/src/glsl/builtins/130/textureProjLod
diff options
context:
space:
mode:
authorKenneth Graunke <kenneth@whitecape.org>2010-08-07 01:11:43 -0700
committerKenneth Graunke <kenneth@whitecape.org>2010-08-09 12:41:39 -0700
commit2eed82ebc0435da40dd5b588efc9bef0946e8497 (patch)
treef40e799ac35983367cd68c7a8e3bfcd048e6df04 /src/glsl/builtins/130/textureProjLod
parentdbff7b541e4be26cc9363956af8595ec052c4e56 (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/textureProjLod')
-rw-r--r--src/glsl/builtins/130/textureProjLod2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/glsl/builtins/130/textureProjLod b/src/glsl/builtins/130/textureProjLod
index 9f4ce1b493..d242f7e40f 100644
--- a/src/glsl/builtins/130/textureProjLod
+++ b/src/glsl/builtins/130/textureProjLod
@@ -1,4 +1,4 @@
-((function textureLod
+((function textureProjLod
(signature vec4
(parameters
(declare (in) sampler1D sampler)