blob: d1d40e4a2f66f815538450e542ffc9a2478e0722 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
#ifndef SP_TEX_SAMPLE_H
#define SP_TEX_SAMPLE_H
struct tgsi_sampler;
extern void
sp_get_sample(struct tgsi_sampler *sampler,
const GLfloat strq[4], GLfloat rgba[4]);
#endif /* SP_TEX_SAMPLE_H */
|