diff options
Diffstat (limited to 'o3d/plugin/idl/sampler.idl')
-rw-r--r-- | o3d/plugin/idl/sampler.idl | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/o3d/plugin/idl/sampler.idl b/o3d/plugin/idl/sampler.idl index b8d9c5e..2f75ccc 100644 --- a/o3d/plugin/idl/sampler.idl +++ b/o3d/plugin/idl/sampler.idl @@ -96,17 +96,20 @@ class Sampler : ParamObject { [getter, setter] AddressMode address_mode_w_; %[ - The magnification filter. + The magnification filter. Valid values for the mag filter are: POINT and + LINEAR. %] [getter, setter] FilterType mag_filter_; %[ - The minification filter. + The minification filter. Valid values for the min filter are: POINT, LINEAR + and ANISOTROPIC. %] [getter, setter] FilterType min_filter_; %[ - The mipmap filter used during minification. + The mipmap filter used during minification. Valid values for the mip filter + are: NONE, POINT and LINEAR. %] [getter, setter] FilterType mip_filter_; |