Skip to content

Commit

Permalink
make mat4 consistent with vec4 (#9298)
Browse files Browse the repository at this point in the history
  • Loading branch information
RadiantUwU committed Apr 29, 2024
1 parent adf3c32 commit 348be5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tutorials/shaders/shader_reference/shading_language.rst
Original file line number Diff line number Diff line change
Expand Up @@ -870,7 +870,7 @@ table of the corresponding types:
| **mat3** | **Basis** | |
+----------------------+-------------------------+------------------------------------------------------------+
| **mat4** | **Projection**, | When a Transform3D is used, the w Vector is set to the |
| **mat4** | **Transform3D** | identity. |
| | **Transform3D** | identity. |
+----------------------+-------------------------+------------------------------------------------------------+
| **sampler2D** | **Texture2D** | |
+----------------------+-------------------------+------------------------------------------------------------+
Expand Down

0 comments on commit 348be5b

Please sign in to comment.