Starting matricies, etc...

This commit is contained in:
2026-02-21 17:30:09 +00:00
parent 13063ad289
commit 467910c80d
9 changed files with 43 additions and 1 deletions

View File

@@ -9,6 +9,7 @@
namespace cve {
struct SimplePushConstantData{
glm::mat2 transform{1.f}; // Identity matrix
glm::vec2 offset;
alignas(16) glm::vec3 color;
};