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

Pipeline layout. More...

#include <pico_gfx.h>

Collaboration diagram for pg_pipeline_layout_t:
Collaboration graph
[legend]

Public Attributes

pg_vertex_buf_t bufs [PG_MAX_VERTEX_BUFFERS]
 Vertex buffer descriptions.
 
pg_vertex_attr_t attrs [PG_MAX_VERTEX_ATTRIBUTES]
 Vertex buffer attribute definitions.
 

Detailed Description

Pipeline layout.

Member Data Documentation

◆ bufs

pg_vertex_buf_t pg_pipeline_layout_t::bufs[PG_MAX_VERTEX_BUFFERS]

Vertex buffer descriptions.

◆ attrs

pg_vertex_attr_t pg_pipeline_layout_t::attrs[PG_MAX_VERTEX_ATTRIBUTES]

Vertex buffer attribute definitions.


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