mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-12 06:07:55 -05:00
Build fix for Debug configurations.
This commit is contained in:
@ -33,7 +33,7 @@ struct OutputVertex {
|
|||||||
|
|
||||||
// VS output attributes
|
// VS output attributes
|
||||||
Math::Vec4<float24> pos;
|
Math::Vec4<float24> pos;
|
||||||
Math::Vec4<float24> dummy; // quaternions (not implemented, yet)
|
Math::Vec4<float24> quat;
|
||||||
Math::Vec4<float24> color;
|
Math::Vec4<float24> color;
|
||||||
Math::Vec2<float24> tc0;
|
Math::Vec2<float24> tc0;
|
||||||
Math::Vec2<float24> tc1;
|
Math::Vec2<float24> tc1;
|
||||||
|
Reference in New Issue
Block a user