Browse Source

Build fix for Debug configurations.

nce_cpp
Tony Wasserka 11 years ago
parent
commit
ca1fea38dc
  1. 2
      src/video_core/shader/shader.h

2
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;

Loading…
Cancel
Save