Skip to content
Snippets Groups Projects
Commit 6d5f2a3c authored by Lioncash's avatar Lioncash
Browse files

vertex_loader: Correct forward declaration of InputVertex

It's actually a struct, not a class.
parent 5587383e
No related branches found
No related tags found
No related merge requests found
...@@ -12,7 +12,7 @@ class MemoryAccessTracker; ...@@ -12,7 +12,7 @@ class MemoryAccessTracker;
} }
namespace Shader { namespace Shader {
class InputVertex; struct InputVertex;
} }
class VertexLoader { class VertexLoader {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment