diff options
| author | 2015-08-16 15:12:43 +0200 | |
|---|---|---|
| committer | 2015-08-16 15:14:54 +0200 | |
| commit | 96820ae42a52658f5df193641413f9b4230b5333 (patch) | |
| tree | 84212ddb3baf3b64a5cc6a7482473e61d0c49276 /src | |
| parent | Merge pull request #997 from Lectem/cmdlist_full_debug (diff) | |
| download | yuzu-96820ae42a52658f5df193641413f9b4230b5333.tar.gz yuzu-96820ae42a52658f5df193641413f9b4230b5333.tar.xz yuzu-96820ae42a52658f5df193641413f9b4230b5333.zip | |
Build fix for Debug configurations.
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; |