Go to the documentation of this file.00001 
00002 
00003 
00004 
00005 
00006 
00007 
00008 
00009 
00010 
00011 
00012 
00013 
00014 
00015 
00016 
00023 #ifndef __RS_SAMPLER_RSH__
00024 #define __RS_SAMPLER_RSH__
00025 
00026 
00027 #if (defined(RS_VERSION) && (RS_VERSION >= 16))
00028 
00035 extern rs_sampler_value __attribute__((overloadable))
00036     rsSamplerGetMinification(rs_sampler s);
00037 
00044 extern rs_sampler_value __attribute__((overloadable))
00045     rsSamplerGetMagnification(rs_sampler s);
00046 
00053 extern rs_sampler_value __attribute__((overloadable))
00054     rsSamplerGetWrapS(rs_sampler s);
00055 
00062 extern rs_sampler_value __attribute__((overloadable))
00063     rsSamplerGetWrapT(rs_sampler s);
00064 
00071 extern float __attribute__((overloadable))
00072     rsSamplerGetAnisotropy(rs_sampler s);
00073 
00074 #endif // (defined(RS_VERSION) && (RS_VERSION >= 16))
00075 
00076 #endif // __RS_SAMPLER_RSH__
00077