summaryrefslogtreecommitdiffstats
path: root/src/video_core/vertex_loader.h
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2016-05-09 05:04:42 +0200
committerLioncash <mathew1800@gmail.com>2016-05-09 05:08:18 +0200
commit6d5f2a3cff519ca2811033d8381fac2515a74af8 (patch)
tree40afa20cf04698d2c257a5de156cb4b00cdbcc07 /src/video_core/vertex_loader.h
parentvertex_loader: Provide an assertion for ensuring the loader has been setup (diff)
downloadyuzu-6d5f2a3cff519ca2811033d8381fac2515a74af8.tar
yuzu-6d5f2a3cff519ca2811033d8381fac2515a74af8.tar.gz
yuzu-6d5f2a3cff519ca2811033d8381fac2515a74af8.tar.bz2
yuzu-6d5f2a3cff519ca2811033d8381fac2515a74af8.tar.lz
yuzu-6d5f2a3cff519ca2811033d8381fac2515a74af8.tar.xz
yuzu-6d5f2a3cff519ca2811033d8381fac2515a74af8.tar.zst
yuzu-6d5f2a3cff519ca2811033d8381fac2515a74af8.zip
Diffstat (limited to 'src/video_core/vertex_loader.h')
-rw-r--r--src/video_core/vertex_loader.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/video_core/vertex_loader.h b/src/video_core/vertex_loader.h
index 7192120a5..ac162c254 100644
--- a/src/video_core/vertex_loader.h
+++ b/src/video_core/vertex_loader.h
@@ -12,7 +12,7 @@ class MemoryAccessTracker;
}
namespace Shader {
-class InputVertex;
+struct InputVertex;
}
class VertexLoader {