mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-24 13:45:45 +00:00
vertex_loader: Correct forward declaration of InputVertex
It's actually a struct, not a class.
This commit is contained in:
parent
38eca6b728
commit
b6dd73e5c3
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ class MemoryAccessTracker;
|
|||
}
|
||||
|
||||
namespace Shader {
|
||||
class InputVertex;
|
||||
struct InputVertex;
|
||||
}
|
||||
|
||||
class VertexLoader {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue