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

Pipeline creation options. More...

#include <pico_gfx.h>

Collaboration diagram for pg_pipeline_opts_t:
Collaboration graph
[legend]

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.
 

Detailed Description

Pipeline creation options.

Member Data Documentation

◆ primitive

pg_primitive_t pg_pipeline_opts_t::primitive

Rendering primitive.

◆ layout

pg_pipeline_layout_t pg_pipeline_opts_t::layout

Attribute information.

◆ target

bool pg_pipeline_opts_t::target

Drawing to render target.

◆ indexed

bool pg_pipeline_opts_t::indexed

Indexed drawing.

◆ blend_enabled

bool pg_pipeline_opts_t::blend_enabled

Enables blending.

◆ blend

pg_blend_mode_t pg_pipeline_opts_t::blend

Blend mode.


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