diff options
author | Michal Krol <[email protected]> | 2010-02-03 15:49:10 +0100 |
---|---|---|
committer | Michal Krol <[email protected]> | 2010-02-09 15:32:36 +0100 |
commit | 9a8473da8319c039c003af3b6a004726d48444fc (patch) | |
tree | ed64b88397ffaa14b778d1da6b60492388333499 /src/gallium/docs/source/cso | |
parent | 63d60979109fc715fbfb293ce0f831e792f45549 (diff) |
gallium: Remove prefilter member from pipe_sampler_state struct.
Diffstat (limited to 'src/gallium/docs/source/cso')
-rw-r--r-- | src/gallium/docs/source/cso/sampler.rst | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gallium/docs/source/cso/sampler.rst b/src/gallium/docs/source/cso/sampler.rst index 8b67ca57f12..044ffffcb4f 100644 --- a/src/gallium/docs/source/cso/sampler.rst +++ b/src/gallium/docs/source/cso/sampler.rst @@ -35,8 +35,6 @@ normalized_coords Whether the texture coordinates are normalized. If normalized, they will always be in [0, 1]. If not, they will be in the range of each dimension of the loaded texture. -prefilter - Cylindrical texcoord wrap enable per coord. Not exposed by most APIs. lod_bias The bias to apply to the level of detail. min_lod |