Revert "Remove some remains of software skinning"
This reverts commit 2d33d526b8
.
This commit is contained in:
parent
55ea4bdfd9
commit
69309aa400
6 changed files with 88 additions and 1 deletions
|
@ -72,7 +72,7 @@ int DecFmtSize(u8 fmt) {
|
|||
}
|
||||
|
||||
void DecVtxFormat::ComputeID() {
|
||||
id = uvfmt | (c0fmt << 4) | (c1fmt << 8) | (nrmfmt << 12) | (posfmt << 16);
|
||||
id = w0fmt | (w1fmt << 4) | (uvfmt << 8) | (c0fmt << 12) | (c1fmt << 16) | (nrmfmt << 20) | (posfmt << 24);
|
||||
}
|
||||
|
||||
void DecVtxFormat::InitializeFromID(uint32_t id) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue