From cd01d0dee1621d21e0a3a325483a1857cd55899b Mon Sep 17 00:00:00 2001 From: Erik Faye-Lund Date: Mon, 20 Apr 2020 13:11:10 +0200 Subject: [PATCH] radv: update internal reference Part-of: --- src/amd/vulkan/radv_debug.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/amd/vulkan/radv_debug.h b/src/amd/vulkan/radv_debug.h index 979b448c6ad..63605035815 100644 --- a/src/amd/vulkan/radv_debug.h +++ b/src/amd/vulkan/radv_debug.h @@ -26,7 +26,7 @@ #include "radv_private.h" -/* Please keep docs/envvars.html up-to-date when you add/remove options. */ +/* Please keep docs/envvars.rst up-to-date when you add/remove options. */ enum { RADV_DEBUG_NO_FAST_CLEARS = 0x1, RADV_DEBUG_NO_DCC = 0x2,