Просмотр исходного кода

Pica: Add tc0.w to OutputVertex

Jannik Vogel 10 лет назад
Родитель
Сommit
2f8e8e1455
1 измененных файлов с 2 добавлено и 1 удалено
  1. 2 1
      src/video_core/shader/shader.h

+ 2 - 1
src/video_core/shader/shader.h

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