ObjectivelyMVC
Object oriented MVC framework for SDL3 and GNU C
Loading...
Searching...
No Matches
MVC_Vertex Struct Reference

Interleaved position + texcoord + color vertex for GPU upload. More...

#include <Renderer.h>

Data Fields

SDL_Color color
 
vec2 position
 
vec2 uv
 

Detailed Description

Interleaved position + texcoord + color vertex for GPU upload.

Definition at line 48 of file Renderer.h.

Field Documentation

◆ color

SDL_Color MVC_Vertex::color

Definition at line 51 of file Renderer.h.

◆ position

vec2 MVC_Vertex::position

Definition at line 49 of file Renderer.h.

◆ uv

vec2 MVC_Vertex::uv

Definition at line 50 of file Renderer.h.


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