mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
Fix various typos with codespell
Using 2.2.7.dev217+g10c2abcf. Had to add `colour` to the ignore list as we used it as an alias/keyword for the documentation of color-related APIs. Also ignore recommendations to change `thirdparty` to either `third-party` or `third party`, which are correct but we use the former fairly consistently.
This commit is contained in:
parent
107fd30ae7
commit
4b070e8031
16 changed files with 33 additions and 33 deletions
|
|
@ -76,7 +76,7 @@ void main() {
|
|||
vec2 uv = uv_interp;
|
||||
#endif
|
||||
|
||||
// Input is standardised. R for X, G for Y, 0.0 (0) = 1, 0.33 (85) = 2, 0.66 (170) = 3, 1.0 (255) = 8
|
||||
// Input is standardized. R for X, G for Y, 0.0 (0) = 1, 0.33 (85) = 2, 0.66 (170) = 3, 1.0 (255) = 8
|
||||
vec4 color = textureLod(source_color, uv, 0.0);
|
||||
|
||||
// Output image shading rate image for VRS according to VK_KHR_fragment_shading_rate.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue