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:
@@ -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 = (
|
||||
|
Reference in New Issue
Block a user