일단 완성

This commit is contained in:
2025-05-17 12:34:03 +09:00
parent 6ec8ce37d0
commit bba916f29e
22 changed files with 9564 additions and 95 deletions

View File

@@ -0,0 +1,8 @@
#pragma once
namespace veng {
struct UniformTransformations {
glm::mat4 view;
glm::mat4 projection;
};
} // namespace veng