mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 22:29:39 -06:00
VideoCommon: flush vertex manager if components change
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user