mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-12 19:19:03 +00:00
NativeVertexFormat: Drop unused virtual method SetupVertexPointers
This commit is contained in:
parent
33f6668544
commit
25338c53e0
9 changed files with 0 additions and 23 deletions
|
@ -119,10 +119,6 @@ D3DVertexFormat::~D3DVertexFormat()
|
|||
SAFE_RELEASE(m_layout);
|
||||
}
|
||||
|
||||
void D3DVertexFormat::SetupVertexPointers()
|
||||
{
|
||||
}
|
||||
|
||||
void D3DVertexFormat::SetInputLayout(D3DBlob* vs_bytecode)
|
||||
{
|
||||
if (!m_layout)
|
||||
|
|
|
@ -19,7 +19,6 @@ class D3DVertexFormat : public NativeVertexFormat
|
|||
public:
|
||||
D3DVertexFormat(const PortableVertexDeclaration& vtx_decl);
|
||||
~D3DVertexFormat();
|
||||
void SetupVertexPointers() override;
|
||||
void SetInputLayout(D3DBlob* vs_bytecode);
|
||||
|
||||
private:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue