mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-05-15 16:23:58 +12:00
Fog in ubershader
This commit is contained in:
parent
a6e3d41628
commit
4176a19256
9 changed files with 110 additions and 20 deletions
src/core/PICA
|
@ -74,6 +74,9 @@ void GPU::reset() {
|
|||
lightingLUT.fill(0);
|
||||
lightingLUTDirty = true;
|
||||
|
||||
fogLUT.fill(0);
|
||||
fogLUTDirty = true;
|
||||
|
||||
totalAttribCount = 0;
|
||||
fixedAttribMask = 0;
|
||||
fixedAttribIndex = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue