Starting matricies, etc...
This commit is contained in:
@@ -9,6 +9,7 @@
|
||||
|
||||
namespace cve {
|
||||
struct SimplePushConstantData{
|
||||
glm::mat2 transform{1.f}; // Identity matrix
|
||||
glm::vec2 offset;
|
||||
alignas(16) glm::vec3 color;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user