togl/togles: set D3DMATRIX alignment to 16

This commit is contained in:
nillerusr
2023-04-29 15:34:11 +03:00
parent 657f59ada3
commit 965ef97212
3 changed files with 27 additions and 24 deletions
+1 -1
View File
@@ -1042,7 +1042,7 @@ typedef enum _D3DSHADER_PARAM_REGISTER_TYPE
D3DSPR_FORCE_DWORD = 0x7fffffff, // force 32-bit size enum
} D3DSHADER_PARAM_REGISTER_TYPE;
struct D3DMATRIX
struct alignas(16) D3DMATRIX
{
union
{