aboutsummaryrefslogtreecommitdiff
path: root/source/CommonVertexIndex.hpp
diff options
context:
space:
mode:
authorrtk0c <[email protected]>2022-04-30 13:55:20 -0700
committerrtk0c <[email protected]>2022-04-30 13:55:20 -0700
commit453e1df6fb7a5847c8a5b26bd8479451091fb69d (patch)
treee0753be4c78535a3d2697c8b7be4123b76d2ad0d /source/CommonVertexIndex.hpp
parentac153a0a9463e3877fb0066e3603b6bf15fe6706 (diff)
Changeset: 20 Add ImGuizmo for GameObjects, start to make things actually render
Diffstat (limited to 'source/CommonVertexIndex.hpp')
-rw-r--r--source/CommonVertexIndex.hpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/source/CommonVertexIndex.hpp b/source/CommonVertexIndex.hpp
index c15e658..adb81b6 100644
--- a/source/CommonVertexIndex.hpp
+++ b/source/CommonVertexIndex.hpp
@@ -1,11 +1,17 @@
#pragma once
#include "Color.hpp"
+#include "RcPtr.hpp"
#include "Rect.hpp"
#include "Texture.hpp"
+#include "VertexIndex.hpp"
#include <cstdint>
+// Initialized in main()
+inline RcPtr<VertexFormat> gVformatStandard{};
+inline RcPtr<VertexFormat> gVformatStandardSplit{};
+
// Suffixes:
// - _P_osition
// - _T_exture coordiantes