Browse Source

fuck arrays

lizzie/vids-ratatata
lizzie 2 months ago
committed by crueter
parent
commit
de9d2f9edf
  1. 2
      src/video_core/renderer_vulkan/fixed_pipeline_state.h

2
src/video_core/renderer_vulkan/fixed_pipeline_state.h

@ -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…
Cancel
Save