glsl: clean up textureSize prototype

Signed-off-by: Ilia Mirkin <imirkin@alum.mit.edu>
Reviewed-by: Timothy Arceri <t_arceri@yahoo.com.au>
This commit is contained in:
Ilia Mirkin 2015-08-12 11:55:53 -04:00
parent 608c7b4a63
commit 4a6a47ed05

View file

@ -666,10 +666,7 @@ private:
B1(any);
B1(all);
B1(not);
B2(textureSize);
ir_function_signature *_textureSize(builtin_available_predicate avail,
const glsl_type *return_type,
const glsl_type *sampler_type);
BA2(textureSize);
/** Flags to _texture() */
#define TEX_PROJECT 1