SBgl 0.1.0
A graphics framework in C99
Loading...
Searching...
No Matches
sbgl_VertexLayout Struct Reference

Vertex input layout definition. More...

#include <sbgl_types.h>

Collaboration diagram for sbgl_VertexLayout:

Data Fields

uint32_t stride
 
uint32_t attributeCount
 
const sbgl_VertexAttributeattributes
 

Detailed Description

Vertex input layout definition.

Definition at line 186 of file sbgl_types.h.

Field Documentation

◆ attributeCount

uint32_t sbgl_VertexLayout::attributeCount

Definition at line 188 of file sbgl_types.h.

◆ attributes

const sbgl_VertexAttribute* sbgl_VertexLayout::attributes

Definition at line 189 of file sbgl_types.h.

◆ stride

uint32_t sbgl_VertexLayout::stride

Definition at line 187 of file sbgl_types.h.


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