Vulkan2D
2D renderer written in C using Vulkan and SDL2
VK2DVertex3D Struct Reference

Vertex data for 3D models. More...

#include <Structs.h>

Data Fields

vec3 pos
 Position of the vertex.
 
vec2 uv
 UV coordinates for this vertex.
 

Detailed Description

Vertex data for 3D models.


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