mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-04 14:08:37 +00:00
d3d12; Factorise IALayout generation code
This commit is contained in:
parent
14e9323154
commit
8ec9f84c1b
5 changed files with 231 additions and 203 deletions
|
|
@ -118,7 +118,7 @@ void RSXVertexData::Load(u32 start, u32 count, u32 baseOffset, u32 baseIndex = 0
|
|||
}
|
||||
}
|
||||
|
||||
u32 RSXVertexData::GetTypeSize()
|
||||
u32 RSXVertexData::GetTypeSize() const
|
||||
{
|
||||
switch (type)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue