diff options
author | Roland Scheidegger <[email protected]> | 2010-01-21 20:22:24 +0100 |
---|---|---|
committer | Roland Scheidegger <[email protected]> | 2010-01-21 20:22:24 +0100 |
commit | c6c9d3b0914e2c3d8585123055c97d8ac3452fe5 (patch) | |
tree | 24812ba9aff9cdb9e88a1522f0f4b6e20d515eaf /src/gallium/include | |
parent | eba1e2a44718bea398e49d496a78ee002c9922b8 (diff) |
docs: clean up sampler description
Diffstat (limited to 'src/gallium/include')
-rw-r--r-- | src/gallium/include/pipe/p_state.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/include/pipe/p_state.h b/src/gallium/include/pipe/p_state.h index 3c217645ab4..b9ac2db5915 100644 --- a/src/gallium/include/pipe/p_state.h +++ b/src/gallium/include/pipe/p_state.h @@ -274,7 +274,7 @@ struct pipe_sampler_state unsigned compare_mode:1; /**< PIPE_TEX_COMPARE_x */ unsigned compare_func:3; /**< PIPE_FUNC_x */ unsigned normalized_coords:1; /**< Are coords normalized to [0,1]? */ - unsigned prefilter:4; /**< Wierd sampling state exposed by some api's */ + unsigned prefilter:4; /**< Cylindrical texcoord wrap, per coord, exposed by some api's */ float lod_bias; /**< LOD/lambda bias */ float min_lod, max_lod; /**< LOD clamp range, after bias */ float border_color[4]; |