From 6c6d99ca51cca8d11e0641ee254377d45c5ff9f3 Mon Sep 17 00:00:00 2001 From: Jannik Vogel Date: Thu, 12 May 2016 10:06:35 +0200 Subject: Move default_attributes into Pica state --- src/video_core/pica_state.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/video_core/pica_state.h') diff --git a/src/video_core/pica_state.h b/src/video_core/pica_state.h index 1059c6ae4..495174c25 100644 --- a/src/video_core/pica_state.h +++ b/src/video_core/pica_state.h @@ -25,6 +25,8 @@ struct State { Shader::ShaderSetup vs; Shader::ShaderSetup gs; + std::array, 16> vs_default_attributes; + struct { union LutEntry { // Used for raw access -- cgit v1.2.3