Skip to content

Commit

Permalink
fix: btdf
Browse files Browse the repository at this point in the history
  • Loading branch information
hhhhkrx committed Dec 26, 2024
1 parent 730548b commit 0a776c4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
#include "VaryingsPBR.glsl"
#include "LightDirectPBR.glsl"
#include "LightIndirectPBR.glsl"
#include "BTDF.glsl"

#include "VertexPBR.glsl"
#include "FragmentPBR.glsl"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
#define FUNCTION_SHEEN_IBL evaluateSheenIBL
#endif
#include "BRDF.glsl"
#include "BTDF.glsl"
#include "Light.glsl"
#include "LightIndirectFunctions.glsl"

Expand Down

0 comments on commit 0a776c4

Please sign in to comment.