mirror of
https://git.eden-emu.dev/eden-emu/eden
synced 2026-04-14 06:58:56 +02:00
fuck arrays
This commit is contained in:
parent
edc9207a9c
commit
de9d2f9edf
1 changed files with 1 additions and 1 deletions
|
|
@ -226,7 +226,7 @@ struct FixedPipelineState {
|
|||
|
||||
std::array<u16, Maxwell::NumViewports> viewport_swizzles;
|
||||
union {
|
||||
u32 attribute_types[3]; // Used with VK_EXT_vertex_input_dynamic_state
|
||||
std::array<u32, 3> attribute_types; // Used with VK_EXT_vertex_input_dynamic_state
|
||||
u64 enabled_divisors;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue