Enable shadow samplers by default.

This commit is contained in:
Alberto Torres 2024-09-13 18:43:18 +02:00
parent c1291c0412
commit 01229cc2b5

View file

@ -5,7 +5,7 @@ import ../graphics/framebuffer
import ../graphics/texture
import ../scene
const USE_SHADOW_SAMPLERS* = false
const USE_SHADOW_SAMPLERS* = true
when defined(nimdoc):
type TYPES* = ShadowManager | ShadowMapUniform