From 1575f6a2b2f9b600a45ba091c6f4ba854e8d9e81 Mon Sep 17 00:00:00 2001 From: tdashelby-cmyk Date: Mon, 11 May 2026 16:05:48 +0200 Subject: [PATCH] fix broken rasterization paper link --- src/data/resources/high_perf_sw_rasterization_gpu.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/data/resources/high_perf_sw_rasterization_gpu.toml b/src/data/resources/high_perf_sw_rasterization_gpu.toml index 5a56558..ffdf46b 100644 --- a/src/data/resources/high_perf_sw_rasterization_gpu.toml +++ b/src/data/resources/high_perf_sw_rasterization_gpu.toml @@ -1,5 +1,5 @@ title = "High-Performance Software Rasterization on GPUs (2011)" categories = ["Rasterization/Software Rasterization", "GPU Compute/Applications"] -link = "https://users.aalto.fi/~laines9/publications/laine2011hpg_paper.pdf" +link = "https://research.nvidia.com/sites/default/files/pubs/2011-08_High-Performance-Software-Rasterization/laine2011hpg_paper.pdf" description = "A paper describing high-performance software rasterization techniques running on GPUs." formats = ["paper"]