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 |
Definition at line 249 of file p_state.h.
unsigned pipe_sampler_state::wrap_s |
unsigned pipe_sampler_state::wrap_t |
unsigned pipe_sampler_state::wrap_r |
unsigned pipe_sampler_state::min_img_filter |
unsigned pipe_sampler_state::min_mip_filter |
unsigned pipe_sampler_state::mag_img_filter |
unsigned pipe_sampler_state::compare_mode |
unsigned pipe_sampler_state::compare_func |
unsigned pipe_sampler_state::prefilter |
float pipe_sampler_state::border_color[4] |