GPU: Implement guest driver profile and deduce texture handler sizes.
This commit is contained in:
parent
0d6a9f7d6b
commit
e9f3264c8d
13 changed files with 127 additions and 0 deletions
|
@ -218,6 +218,8 @@ public:
|
|||
return regs.tex_cb_index;
|
||||
}
|
||||
|
||||
VideoCore::GuestDriverProfile& AccessGuestDriverProfile() override;
|
||||
|
||||
private:
|
||||
Core::System& system;
|
||||
VideoCore::RasterizerInterface& rasterizer;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue