Skip to content

Commit

Permalink
fix: link error
Browse files Browse the repository at this point in the history
  • Loading branch information
Sway007 committed Aug 27, 2024
1 parent 62ef483 commit 28c446b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/en/graphics/shader/shaderLab/syntax/pass.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ vec3 u_lightDir;

## Declaring varying Variables

Specify by defining the output [structure](/docs/graphics/shader/shaderLab/syntax/shader/#structs-functions) of the vertex shader and the input structure of the fragment shader
Specify by defining the output [structure](/en/docs/graphics/shader/shaderLab/syntax/shader/#structs-functions) of the vertex shader and the input structure of the fragment shader

```glsl
struct v2f {
Expand Down

0 comments on commit 28c446b

Please sign in to comment.