mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-04-21 21:05:50 +12:00
[GPU] Move TEV uniforms update into its own method
This commit is contained in:
parent
a368d77005
commit
b854367676
2 changed files with 46 additions and 50 deletions
|
@ -75,6 +75,7 @@ class Renderer {
|
|||
MAKE_LOG_FUNCTION(log, rendererLogger)
|
||||
void setupBlending();
|
||||
void bindDepthBuffer();
|
||||
void setupTextureEnvState();
|
||||
|
||||
public:
|
||||
Renderer(GPU& gpu, const std::array<u32, regNum>& internalRegs) : gpu(gpu), regs(internalRegs) {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue