diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/video_core/shader/shader.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/video_core/shader/shader.h b/src/video_core/shader/shader.h index 58d21f7cd..bac51ddd8 100644 --- a/src/video_core/shader/shader.h +++ b/src/video_core/shader/shader.h | |||
| @@ -33,7 +33,7 @@ struct OutputVertex { | |||
| 33 | 33 | ||
| 34 | // VS output attributes | 34 | // VS output attributes |
| 35 | Math::Vec4<float24> pos; | 35 | Math::Vec4<float24> pos; |
| 36 | Math::Vec4<float24> dummy; // quaternions (not implemented, yet) | 36 | Math::Vec4<float24> quat; |
| 37 | Math::Vec4<float24> color; | 37 | Math::Vec4<float24> color; |
| 38 | Math::Vec2<float24> tc0; | 38 | Math::Vec2<float24> tc0; |
| 39 | Math::Vec2<float24> tc1; | 39 | Math::Vec2<float24> tc1; |