summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTony Wasserka <NeoBrainX@gmail.com>2015-08-16 15:12:43 +0200
committerTony Wasserka <NeoBrainX@gmail.com>2015-08-16 15:14:54 +0200
commit96820ae42a52658f5df193641413f9b4230b5333 (patch)
tree84212ddb3baf3b64a5cc6a7482473e61d0c49276
parentMerge pull request #997 from Lectem/cmdlist_full_debug (diff)
downloadyuzu-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
-rw-r--r--src/video_core/shader/shader.h2
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;