Fixing linux build kind of

This commit is contained in:
2021-10-13 15:20:30 +02:00
parent 99760724cd
commit 59b262777c
18 changed files with 111 additions and 100 deletions
+1 -1
View File
@@ -28,7 +28,7 @@ public:
virtual void createRenderPass() = 0;
void setResources(PRenderGraphResources resources) { this->resources = resources; }
protected:
_declspec(align(16)) struct ViewParameter
struct ViewParameter
{
Matrix4 viewMatrix;
Matrix4 projectionMatrix;