mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-04-21 21:05:50 +12:00
[GL] Pipe Pica registers and implement ambient lighting
This commit is contained in:
parent
de3c4020d8
commit
6fababb93a
2 changed files with 35 additions and 1 deletions
|
@ -32,6 +32,7 @@ class Renderer {
|
|||
GLint textureEnvScaleLoc = -1;
|
||||
GLint textureEnvUpdateBufferLoc = -1;
|
||||
GLint textureEnvBufferColorLoc = -1;
|
||||
GLint picaRegLoc = -1;
|
||||
|
||||
// Depth configuration uniform locations
|
||||
GLint depthOffsetLoc = -1;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue