libsf3
Loading...
Searching...
No Matches
Data Fields
sf3_vertices Struct Reference

An array of vertex data. More...

#include <sf3_model.h>

Data Fields

uint32_t count
 The number of floats stored.
 
float vertices []
 The vertex data, packed according to the vertex format.
 

Detailed Description

An array of vertex data.

Definition at line 52 of file sf3_model.h.

Field Documentation

◆ count

uint32_t sf3_vertices::count

The number of floats stored.

Definition at line 54 of file sf3_model.h.

◆ vertices

float sf3_vertices::vertices[]

The vertex data, packed according to the vertex format.

Definition at line 56 of file sf3_model.h.


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