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

Vertex attribute description. More...

#include <pico_gfx.h>

Public Attributes

int buffer_index
 The vertex buffer bind slot.
 
pg_vertex_format_t format
 Vertex pixel format (see above)
 
int offset
 Attribute offset into the vertex buffer.
 

Detailed Description

Vertex attribute description.

Member Data Documentation

◆ buffer_index

int pg_vertex_attr_t::buffer_index

The vertex buffer bind slot.

◆ format

pg_vertex_format_t pg_vertex_attr_t::format

Vertex pixel format (see above)

◆ offset

int pg_vertex_attr_t::offset

Attribute offset into the vertex buffer.


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