mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-21 01:40:22 +00:00
VideoCommon: flush vertex manager if components change
This commit is contained in:
parent
491e149545
commit
983978ee66
15 changed files with 56 additions and 51 deletions
|
@ -33,5 +33,8 @@ namespace VertexLoaderManager
|
|||
// These arrays are in reverse order.
|
||||
extern float position_cache[3][4];
|
||||
extern u32 position_matrix_index[3];
|
||||
|
||||
// VB_HAS_X. Bitmask telling what vertex components are present.
|
||||
extern u32 g_current_components;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue