mirror of
https://github.com/stan220/godot-docs.git
synced 2026-09-08 18:29:11 +00:00
Document that hint_color is now source_color
(cherry picked from commit 77969eb138)
This commit is contained in:
@@ -519,6 +519,7 @@ Some notable renames you will need to perform in shaders are:
|
||||
- Texture filter and repeat modes are now set on individual uniforms, rather
|
||||
than the texture files themselves.
|
||||
- ``hint_albedo`` is now ``source_color``.
|
||||
- ``hint_color`` is now ``source_color``.
|
||||
- :ref:`Built in matrix variables were renamed. <doc_spatial_shader>`
|
||||
- Particles shaders no longer use the ``vertex()`` processor function. Instead
|
||||
they use ``start()`` and ``process()``.
|
||||
|
||||
Reference in New Issue
Block a user