mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-06-03 12:27:21 +12:00
Add some renderer related helper functions in emulator and renderergl
This commit is contained in:
parent
df3c90109b
commit
b5b94a3526
3 changed files with 7 additions and 0 deletions
|
@ -160,6 +160,7 @@ class GPU {
|
|||
}
|
||||
}
|
||||
|
||||
Renderer* getRenderer() { return renderer.get(); }
|
||||
private:
|
||||
// GPU external registers
|
||||
// We have them in the end of the struct for cache locality reasons. Tl;dr we want the more commonly used things to be packed in the start
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue