Move default_attributes into Pica state

This commit is contained in:
Jannik Vogel 2016-05-12 10:06:35 +02:00
parent f6eb62d062
commit 6c6d99ca51
5 changed files with 5 additions and 5 deletions

View file

@ -340,8 +340,6 @@ struct ShaderSetup {
std::array<Math::Vec4<u8>, 4> i;
} uniforms;
Math::Vec4<float24> default_attributes[16];
std::array<u32, 1024> program_code;
std::array<u32, 1024> swizzle_data;