fix: projects now build for both vs 2022 and vs 2012

This commit is contained in:
Patoke
2026-03-01 05:50:14 -03:00
parent 4b7769987d
commit ac4fcfb546
5 changed files with 15 additions and 8 deletions
+4 -2
View File
@@ -57,7 +57,8 @@ public:
struct
{
DirectX::XMMATRIX m_matrix;
float m_matrix[16];
//DirectX::XMMATRIX m_matrix;
} add_matrix;
struct
@@ -105,7 +106,8 @@ public:
struct
{
int m_light_index;
DirectX::XMVECTOR m_direction;
float m_direction[3];
//DirectX::XMVECTOR m_direction;
} set_light_direction;
struct