LiteFX 0.3.1.2022
Computer Graphics Engine
graphics.hpp
1#pragma once
2
3#include <litefx/graphics_api.hpp>
4#include <litefx/graphics_formatters.hpp>
5#include <litefx/math.hpp>
6
7namespace LiteFX::Graphics {
8 using namespace LiteFX;
9 using namespace LiteFX::Math;
10
11 struct LITEFX_GRAPHICS_API Vertex {
12 public:
17 };
18
19}
Definition: math.hpp:115
Definition: math.hpp:232
Definition: math.hpp:349
Definition: graphics.hpp:7
Definition: math.hpp:30
Definition: app.hpp:6
Definition: graphics.hpp:11
Vector3f Position
Definition: graphics.hpp:13
Vector2f TextureCoordinate0
Definition: graphics.hpp:16
Vector3f Normal
Definition: graphics.hpp:15
Vector4f Color
Definition: graphics.hpp:14