mirror of
https://github.com/yuzu-emu/yuzu-android
synced 2025-11-25 08:18:59 -08:00
vertex_loader: Correct forward declaration of InputVertex
It's actually a struct, not a class.
This commit is contained in:
@@ -12,7 +12,7 @@ class MemoryAccessTracker;
|
||||
}
|
||||
|
||||
namespace Shader {
|
||||
class InputVertex;
|
||||
struct InputVertex;
|
||||
}
|
||||
|
||||
class VertexLoader {
|
||||
|
||||
Reference in New Issue
Block a user