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

Vertex buffer description. More...

#include <pico_gfx.h>

Public Attributes

bool instanced
 True if the buffer will be used for instanced rendering.
 
int step
 The step rate (default is 1)
 
int stride
 Size of an element in the vertex array.
 

Detailed Description

Vertex buffer description.

Member Data Documentation

◆ instanced

bool pg_vertex_buf_t::instanced

True if the buffer will be used for instanced rendering.

◆ step

int pg_vertex_buf_t::step

The step rate (default is 1)

◆ stride

int pg_vertex_buf_t::stride

Size of an element in the vertex array.


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