add lambda param to get_sample()
[mesa.git] / src / mesa / pipe / softpipe / sp_tex_sample.h
1 #ifndef SP_TEX_SAMPLE_H
2 #define SP_TEX_SAMPLE_H
3
4
5 struct tgsi_sampler;
6
7
8 extern void
9 sp_get_sample(struct tgsi_sampler *sampler,
10 const GLfloat strq[4], GLfloat lambda, GLfloat rgba[4]);
11
12
13 #endif /* SP_TEX_SAMPLE_H */