Skip to content

Commit

Permalink
Fixed hyperlink
Browse files Browse the repository at this point in the history
  • Loading branch information
papadanku committed May 13, 2024
1 parent 3d18b4f commit 4026ce7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/blog/shadermodel3.rst
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ If you are hit with the following asm, with constants not declared in ASM.
mov r0, v0
};

To solve this problem, we use the ``: register()`` to a shader variable to a particular register. You can read more about it `here <https://learn.microsoft.com/en-us/windows/win32/direct3dhlsl/dx-graphics-hlsl-variable-register>`.
To solve this problem, we use the ``: register()`` to a shader variable to a particular register. You can read more about it `here <https://learn.microsoft.com/en-us/windows/win32/direct3dhlsl/dx-graphics-hlsl-variable-register>`_.

::

Expand Down

0 comments on commit 4026ce7

Please sign in to comment.