mirror of
https://github.com/izzy2lost/dolphin.git
synced 2026-06-19 01:16:48 -07:00
NativeVertexFormat: Drop unused virtual method SetupVertexPointers
This commit is contained in:
@@ -119,10 +119,6 @@ D3DVertexFormat::~D3DVertexFormat()
|
||||
SAFE_RELEASE(m_layout);
|
||||
}
|
||||
|
||||
void D3DVertexFormat::SetupVertexPointers()
|
||||
{
|
||||
}
|
||||
|
||||
void D3DVertexFormat::SetInputLayout(D3DBlob* vs_bytecode)
|
||||
{
|
||||
if (!m_layout)
|
||||
|
||||
Reference in New Issue
Block a user