mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-29 22:22:54 +02:00
fix shader shadow bug on mac
This commit is contained in:
parent
a6cbc44885
commit
1f90e86b87
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
||||||
# define MAT4 mat4
|
# define MAT4 mat4
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define SHADOW_CASCADE_MAX_COUNT 1
|
#define SHADOW_CASCADE_MAX_COUNT 4
|
||||||
|
|
||||||
struct ShadowTransform {
|
struct ShadowTransform {
|
||||||
MAT4 reprojection;
|
MAT4 reprojection;
|
||||||
|
|
Loading…
Reference in a new issue