diff options
| author | 2026-03-16 16:03:52 -0400 | |
|---|---|---|
| committer | 2026-03-16 16:03:52 -0400 | |
| commit | a6fcd3f4c75651e08c4392dea8a77b7fed1c2fe5 (patch) | |
| tree | be60df9efc6961ceb2e96b8411a688ec4e5ed4d6 /Shaders/notes.txt | |
| download | WorldTuningTool-a6fcd3f4c75651e08c4392dea8a77b7fed1c2fe5.tar.gz WorldTuningTool-a6fcd3f4c75651e08c4392dea8a77b7fed1c2fe5.tar.bz2 WorldTuningTool-a6fcd3f4c75651e08c4392dea8a77b7fed1c2fe5.zip | |
Outline of new features
Signed-off-by: Andrew Opalach <andrew@akon.city>
Diffstat (limited to 'Shaders/notes.txt')
| -rw-r--r-- | Shaders/notes.txt | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/Shaders/notes.txt b/Shaders/notes.txt new file mode 100644 index 0000000..a2e172b --- /dev/null +++ b/Shaders/notes.txt @@ -0,0 +1,11 @@ +# FXAA Source +https://web.archive.org/web/20120121124756/https://docs.google.com/leaf?id=0B2manFVVrzQAOWUwODM1YmQtNmEwOC00ZDBlLThlYzMtYzE4ZDM1ZjRlMzMx&hl=en_US +https://gist.githubusercontent.com/kosua20/0c506b81b3812ac900048059d2383126/raw/9c1f4b97ea5a2ac4bf632fff509f64d7dff0e96a/gistfile1.txt +# Both sources identical and contain this final patch. +https://web.archive.org/web/20120121124756/http://timothylottes.blogspot.com/2011/08/fxaa-311-bug-fixes-for-360.html + +# Links +https://github.com/bo3b/3Dmigoto +https://stackoverflow.com/questions/74722423/i-need-a-source-of-information-about-directxs-assembler +https://learn.microsoft.com/en-us/windows/win32/direct3dhlsl/registers---cs-5-0 +https://learn.microsoft.com/en-us/windows/win32/direct3dhlsl/dx-graphics-hlsl-to-load |