Pico Headers
|
Sampler options. More...
#include <pico_gfx.h>
Public Attributes | |
bool | smooth |
Linear filtering if true, nearest otherwise. | |
bool | repeat_u |
Repeat if true, clamp-to-edge otherwise. | |
bool | repeat_v |
Repeat if true, clamp-to-edge otherwise. | |
Sampler options.
bool pg_sampler_opts_t::smooth |
Linear filtering if true, nearest otherwise.
bool pg_sampler_opts_t::repeat_u |
Repeat if true, clamp-to-edge otherwise.
bool pg_sampler_opts_t::repeat_v |
Repeat if true, clamp-to-edge otherwise.