diff options
author | Tony Wasserka <NeoBrainX@gmail.com> | 2015-08-16 15:12:43 +0200 |
---|---|---|
committer | Tony Wasserka <NeoBrainX@gmail.com> | 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 yuzu-96820ae42a52658f5df193641413f9b4230b5333.tar.gz yuzu-96820ae42a52658f5df193641413f9b4230b5333.tar.bz2 yuzu-96820ae42a52658f5df193641413f9b4230b5333.tar.lz yuzu-96820ae42a52658f5df193641413f9b4230b5333.tar.xz yuzu-96820ae42a52658f5df193641413f9b4230b5333.tar.zst yuzu-96820ae42a52658f5df193641413f9b4230b5333.zip |
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 { // VS output attributes Math::Vec4<float24> pos; - Math::Vec4<float24> dummy; // quaternions (not implemented, yet) + Math::Vec4<float24> quat; Math::Vec4<float24> color; Math::Vec2<float24> tc0; Math::Vec2<float24> tc1; |