Skip to content

Commit 5f8ab16

Browse files
authored
Fix the link issue in readme.md (#3149)
Caused by wrongly using backslash
1 parent bf5d585 commit 5f8ab16

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/DxrFallback/readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ The DXR Fallback Compiler addresses several challenges that native DX12 compute
1818
* Invocation of another shader in the middle of shader code - *i.e. TraceRay and CallShader*
1919
* Recursive invocations of shader calls
2020

21-
These challenges are handled by abstractly viewing GPU execution of a DXR pipeline as State Machine traversal, where each shader is transformed into one or more state functions. further technical details are described in the header of [StateFunctionTransform.h](..\\DxrFallback\StateFunctionTransform.h).
21+
These challenges are handled by abstractly viewing GPU execution of a DXR pipeline as State Machine traversal, where each shader is transformed into one or more state functions. further technical details are described in the header of [StateFunctionTransform.h](../DxrFallback/StateFunctionTransform.h).
2222

2323
## Building runtime.h
2424
Download LLVM 3.7: http://releases.llvm.org/3.7.0/LLVM-3.7.0-win64.exe

0 commit comments

Comments
 (0)