sp_tex_sample.h

Go to the documentation of this file.
00001 #ifndef SP_TEX_SAMPLE_H
00002 #define SP_TEX_SAMPLE_H
00003 
00004 
00005 struct tgsi_sampler;
00006 
00007 
00008 extern void
00009 sp_get_samples(struct tgsi_sampler *sampler,
00010                const float s[QUAD_SIZE],
00011                const float t[QUAD_SIZE],
00012                const float p[QUAD_SIZE],
00013                float lodbias,
00014                float rgba[NUM_CHANNELS][QUAD_SIZE]);
00015 
00016 
00017 #endif /* SP_TEX_SAMPLE_H */

Generated on Tue Sep 29 06:25:17 2009 for Gallium3D by  doxygen 1.5.4