mirror of
https://github.com/Lime3DS/Lime3DS.git
synced 2024-11-02 00:15:06 +01:00
Merge pull request #5023 from jroweboy/fix-register-length
Use the correct register length for index_array
This commit is contained in:
commit
8b1738aeac
@ -138,7 +138,8 @@ struct PipelineRegs {
|
|||||||
};
|
};
|
||||||
|
|
||||||
union {
|
union {
|
||||||
BitField<0, 31, u32> offset; // relative to base attribute address
|
BitField<0, 28, u32> offset; // relative to base attribute address
|
||||||
|
BitField<28, 3, u32> unused;
|
||||||
BitField<31, 1, IndexFormat> format;
|
BitField<31, 1, IndexFormat> format;
|
||||||
};
|
};
|
||||||
} index_array;
|
} index_array;
|
||||||
|
Loading…
Reference in New Issue
Block a user