mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-04 11:58:10 +02:00
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:
parent
608c7b4a63
commit
4a6a47ed05
1 changed files with 1 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue