mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
NativeVertexFormat: Drop unused virtual method SetupVertexPointers
This commit is contained in:
@ -106,8 +106,6 @@ class NativeVertexFormat : NonCopyable
|
||||
{
|
||||
public:
|
||||
virtual ~NativeVertexFormat() {}
|
||||
virtual void SetupVertexPointers() = 0;
|
||||
|
||||
u32 GetVertexStride() const { return vtx_decl.stride; }
|
||||
const PortableVertexDeclaration& GetVertexDeclaration() const { return vtx_decl; }
|
||||
protected:
|
||||
|
Reference in New Issue
Block a user