Eevee: Shadow: Add high bitdepth option.

This option is here for reducing the memory usage of shadow maps.

Also lower bitdepth are quicker to process.
This commit is contained in:
Clément Foucault
2017-09-02 02:27:28 +02:00
parent f46b908cc5
commit 6c17348e91
6 changed files with 22 additions and 8 deletions

View File

@@ -763,6 +763,7 @@ class RENDER_PT_eevee_shadows(RenderButtonsPanel, Panel):
col = layout.column()
col.prop(props, "shadow_method")
col.prop(props, "shadow_size")
col.prop(props, "shadow_high_bitdepth")
classes = (