Pico Headers
Loading...
Searching...
No Matches
Public Attributes | List of all members
pg_sampler_opts_t Struct Reference

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.
 

Detailed Description

Sampler options.

Member Data Documentation

◆ smooth

bool pg_sampler_opts_t::smooth

Linear filtering if true, nearest otherwise.

◆ repeat_u

bool pg_sampler_opts_t::repeat_u

Repeat if true, clamp-to-edge otherwise.

◆ repeat_v

bool pg_sampler_opts_t::repeat_v

Repeat if true, clamp-to-edge otherwise.


The documentation for this struct was generated from the following file: