Bladeren bron

Merge pull request #9939 from clayjohn/shaders-instance-uniform-note

Remove note about not supporting per-instance uniforms in the Compatibility backend
Max Hilbrunner 11 maanden geleden
bovenliggende
commit
3a3fa0ee7c
1 gewijzigde bestanden met toevoegingen van 0 en 4 verwijderingen
  1. 0 4
      tutorials/shaders/shader_reference/shading_language.rst

+ 0 - 4
tutorials/shaders/shader_reference/shading_language.rst

@@ -1080,10 +1080,6 @@ Per-instance uniforms
 
 
     Per-instance uniforms are only available in ``spatial`` (3D) shaders.
     Per-instance uniforms are only available in ``spatial`` (3D) shaders.
 
 
-.. note::
-
-    Per-instance uniforms are not supported when using the Compatibility renderer.
-
 Sometimes, you want to modify a parameter on each node using the material. As an
 Sometimes, you want to modify a parameter on each node using the material. As an
 example, in a forest full of trees, when you want each tree to have a slightly
 example, in a forest full of trees, when you want each tree to have a slightly
 different color that is editable by hand. Without per-instance uniforms, this
 different color that is editable by hand. Without per-instance uniforms, this