mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-12 05:27:50 +00:00
VideoCore: Corrections to the MME Inliner and removal of hacky instance management.
This commit is contained in:
parent
b61203a547
commit
ae03b1ebc7
6 changed files with 81 additions and 31 deletions
|
@ -1277,8 +1277,11 @@ public:
|
|||
|
||||
struct MMEDrawState {
|
||||
MMMEDrawMode current_mode{MMMEDrawMode::Undefined};
|
||||
u32 current_count;
|
||||
u32 instance_count;
|
||||
u32 current_count{};
|
||||
u32 instance_count{};
|
||||
bool instance_mode{};
|
||||
bool gl_begin_consume{};
|
||||
u32 gl_end_count{};
|
||||
} mme_draw;
|
||||
|
||||
private:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue