mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2024-09-15 00:55:33 +00:00
vertex_loader: Correct forward declaration of InputVertex
It's actually a struct, not a class.
This commit is contained in:
parent
5587383eb7
commit
6d5f2a3cff
@ -12,7 +12,7 @@ class MemoryAccessTracker;
|
||||
}
|
||||
|
||||
namespace Shader {
|
||||
class InputVertex;
|
||||
struct InputVertex;
|
||||
}
|
||||
|
||||
class VertexLoader {
|
||||
|
Loading…
Reference in New Issue
Block a user