pipe_sampler_state Struct Reference

Texture sampler state. More...


Data Fields

unsigned wrap_s:3
 PIPE_TEX_WRAP_x.
unsigned wrap_t:3
 PIPE_TEX_WRAP_x.
unsigned wrap_r:3
 PIPE_TEX_WRAP_x.
unsigned min_img_filter:2
 PIPE_TEX_FILTER_x.
unsigned min_mip_filter:2
 PIPE_TEX_MIPFILTER_x.
unsigned mag_img_filter:2
 PIPE_TEX_FILTER_x.
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.
float shadow_ambient
 shadow test fail color/intensity
float lod_bias
 LOD/lambda bias.
float min_lod
float max_lod
 LOD clamp range, after bias.
float border_color [4]
float max_anisotropy


Detailed Description

Texture sampler state.

Definition at line 249 of file p_state.h.


Field Documentation

unsigned pipe_sampler_state::wrap_s

PIPE_TEX_WRAP_x.

Definition at line 251 of file p_state.h.

unsigned pipe_sampler_state::wrap_t

PIPE_TEX_WRAP_x.

Definition at line 252 of file p_state.h.

unsigned pipe_sampler_state::wrap_r

PIPE_TEX_WRAP_x.

Definition at line 253 of file p_state.h.

unsigned pipe_sampler_state::min_img_filter

PIPE_TEX_FILTER_x.

Definition at line 254 of file p_state.h.

unsigned pipe_sampler_state::min_mip_filter

PIPE_TEX_MIPFILTER_x.

Definition at line 255 of file p_state.h.

unsigned pipe_sampler_state::mag_img_filter

PIPE_TEX_FILTER_x.

Definition at line 256 of file p_state.h.

unsigned pipe_sampler_state::compare_mode

PIPE_TEX_COMPARE_x.

Definition at line 257 of file p_state.h.

unsigned pipe_sampler_state::compare_func

PIPE_FUNC_x.

Definition at line 258 of file p_state.h.

unsigned pipe_sampler_state::normalized_coords

Are coords normalized to [0,1]?

Definition at line 259 of file p_state.h.

unsigned pipe_sampler_state::prefilter

Wierd sampling state exposed by some api's.

Definition at line 260 of file p_state.h.

float pipe_sampler_state::shadow_ambient

shadow test fail color/intensity

Definition at line 261 of file p_state.h.

float pipe_sampler_state::lod_bias

LOD/lambda bias.

Definition at line 262 of file p_state.h.

float pipe_sampler_state::min_lod

Definition at line 263 of file p_state.h.

float pipe_sampler_state::max_lod

LOD clamp range, after bias.

Definition at line 263 of file p_state.h.

float pipe_sampler_state::border_color[4]

Definition at line 264 of file p_state.h.

float pipe_sampler_state::max_anisotropy

Definition at line 265 of file p_state.h.


The documentation for this struct was generated from the following file:
Generated on Tue Sep 29 06:26:04 2009 for Gallium3D by  doxygen 1.5.4