Pico Headers
|
Pipeline creation options. More...
#include <pico_gfx.h>
Public Attributes | |
pg_primitive_t | primitive |
Rendering primitive. | |
pg_pipeline_layout_t | layout |
Attribute information. | |
bool | target |
Drawing to render target. | |
bool | indexed |
Indexed drawing. | |
bool | blend_enabled |
Enables blending. | |
pg_blend_mode_t | blend |
Blend mode. | |
Pipeline creation options.
pg_primitive_t pg_pipeline_opts_t::primitive |
Rendering primitive.
pg_pipeline_layout_t pg_pipeline_opts_t::layout |
Attribute information.
bool pg_pipeline_opts_t::target |
Drawing to render target.
bool pg_pipeline_opts_t::indexed |
Indexed drawing.
bool pg_pipeline_opts_t::blend_enabled |
Enables blending.
pg_blend_mode_t pg_pipeline_opts_t::blend |
Blend mode.