mirror of
https://github.com/doitsujin/dxvk.git
synced 2025-01-19 05:52:11 +01:00
[dxvk] Don't align pushg constant data to 64 bytes
Causes binaries compiled with GCC 6.3 to crash on device creation.
This commit is contained in:
parent
9c93ca451d
commit
b3f61936d2
@ -103,7 +103,7 @@ namespace dxvk {
|
||||
|
||||
|
||||
struct DxvkPushConstantState {
|
||||
alignas(64) char data[MaxPushConstantSize];
|
||||
char data[MaxPushConstantSize];
|
||||
};
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user