Browse Source

Added missing project settings

Closes #190
Björn Ritzl 4 years ago
parent
commit
5b89ea3854
1 changed files with 8 additions and 0 deletions
  1. 8 0
      docs/en/manuals/project-settings.md

+ 8 - 0
docs/en/manuals/project-settings.md

@@ -183,6 +183,11 @@ The maximum number of debug vertices. Used for physics shape rendering among oth
 #### Texture Profiles
 #### Texture Profiles
 The texture profiles file to use for this project, `/builtins/graphics/default.texture_profiles` by default.
 The texture profiles file to use for this project, `/builtins/graphics/default.texture_profiles` by default.
 
 
+## Shader
+
+#### Output SPIR-V
+Compile and output SPIR-V shaders for use with Metal or Vulkan.
+
 ## Input
 ## Input
 
 
 #### Repeat Delay
 #### Repeat Delay
@@ -221,6 +226,9 @@ The HTTP timeout in seconds. Set to `0` to disable timeout, which is the default
 #### Max Instances
 #### Max Instances
 Max number of game object instances in a collection, `1024` by default.
 Max number of game object instances in a collection, `1024` by default.
 
 
+#### Max Input Stack Entries
+Max number of game objects in the input stack, `16` by default.
+
 ## Sound
 ## Sound
 
 
 #### Gain
 #### Gain