vertex_loader: Correct forward declaration of InputVertex
It's actually a struct, not a class.
This commit is contained in:
parent
38eca6b728
commit
b6dd73e5c3
|
|
@ -12,7 +12,7 @@ class MemoryAccessTracker;
|
|||
}
|
||||
|
||||
namespace Shader {
|
||||
class InputVertex;
|
||||
struct InputVertex;
|
||||
}
|
||||
|
||||
class VertexLoader {
|
||||
|
|
|
|||
Loading…
Reference in New Issue