Pica: Add tc0.w to OutputVertex

This commit is contained in:
Jannik Vogel 2016-04-18 10:51:13 +02:00
parent 22df1fdc1e
commit 1fe9ac4c45

View file

@ -43,7 +43,8 @@ struct OutputVertex {
Math::Vec4<float24> color;
Math::Vec2<float24> tc0;
Math::Vec2<float24> tc1;
INSERT_PADDING_WORDS(2);
float24 tc0_w;
INSERT_PADDING_WORDS(1);
Math::Vec3<float24> view;
INSERT_PADDING_WORDS(1);
Math::Vec2<float24> tc2;