LiteFX 0.4.1.2025
Computer Graphics Engine
Loading...
Searching...
No Matches
vertex.hpp
1#pragma once
2
3#include <litefx/graphics_api.hpp>
4#include <litefx/math.hpp>
5
6namespace LiteFX::Graphics {
7 using namespace LiteFX;
8 using namespace LiteFX::Math;
9
35
36}
A vector that contains two floats.
Definition math.hpp:273
A vector that stores three floats.
Definition math.hpp:468
Definition math.hpp:534
Definition blitter.hpp:14
Definition math.hpp:30
Definition app.hpp:6
Default definition for a simple vertex.
Definition vertex.hpp:13
Vector3f Position
The position of the vertex.
Definition vertex.hpp:18
Vector2f TextureCoordinate0
The texture coordinate of the vertex.
Definition vertex.hpp:33
Vector3f Normal
The normal vector of the vertex.
Definition vertex.hpp:28
Vector4f Color
The color of the vertex.
Definition vertex.hpp:23