mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-02-01 12:32:48 +00:00
Merge pull request #375 from degasus/remove_SkipVertices
VertexLoaderManager: Remove unused function.
This commit is contained in:
commit
fee6efc4dc
@ -126,14 +126,6 @@ void RunVertices(int vtx_attr_group, int primitive, int count)
|
|||||||
RefreshLoader(vtx_attr_group)->RunVertices(vtx_attr_group, primitive, count);
|
RefreshLoader(vtx_attr_group)->RunVertices(vtx_attr_group, primitive, count);
|
||||||
}
|
}
|
||||||
|
|
||||||
void SkipVertices(int vtx_attr_group, int count)
|
|
||||||
{
|
|
||||||
if (!count)
|
|
||||||
return;
|
|
||||||
u32 stride = RefreshLoader(vtx_attr_group)->GetVertexSize();
|
|
||||||
DataSkip(count * stride);
|
|
||||||
}
|
|
||||||
|
|
||||||
int GetVertexSize(int vtx_attr_group)
|
int GetVertexSize(int vtx_attr_group)
|
||||||
{
|
{
|
||||||
return RefreshLoader(vtx_attr_group)->GetVertexSize();
|
return RefreshLoader(vtx_attr_group)->GetVertexSize();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user