From 7d965b163f5d2907b941192210c611e830b9bfcd Mon Sep 17 00:00:00 2001 From: Sascha Willems Date: Fri, 29 Nov 2024 12:07:44 +0100 Subject: [PATCH] Fix image link --- samples/performance/surface_rotation/README.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/performance/surface_rotation/README.adoc b/samples/performance/surface_rotation/README.adoc index f12c59219..02270766b 100644 --- a/samples/performance/surface_rotation/README.adoc +++ b/samples/performance/surface_rotation/README.adoc @@ -36,7 +36,7 @@ Therefore in Vulkan the application is responsible for supporting rotation. In this sample we focus on the rotation step, and analyse the performance implications of implementing it correctly with Vulkan. -./rotation_cases.jpg[Pre-rotation] +image::./images/rotation_cases.jpg[Pre-rotation] == Pre-rotation