1
0
mirror of https://github.com/godotengine/godot.git synced 2025-12-31 18:41:20 +00:00

Merge pull request #112361 from Calinou/export-dedicated-server-no-shader-baker

Disable shader baker when exporting as dedicated server
This commit is contained in:
Rémi Verschelde
2025-12-09 19:54:22 +01:00
10 changed files with 14 additions and 4 deletions

View File

@@ -730,6 +730,7 @@
</member>
<member name="shader_baker/enabled" type="bool" setter="" getter="">
If [code]true[/code], shaders will be compiled and embedded in the application. This option is only supported when using the Forward+ or Mobile renderers.
[b]Note:[/b] When exporting as a dedicated server, the shader baker is always disabled since no rendering is performed.
</member>
<member name="storyboard/custom_bg_color" type="Color" setter="" getter="">
A custom background color of the storyboard launch screen.