diff options
author | Erik Faye-Lund <[email protected]> | 2020-04-20 13:11:10 +0200 |
---|---|---|
committer | Marge Bot <[email protected]> | 2020-06-13 10:42:01 +0000 |
commit | cd01d0dee1621d21e0a3a325483a1857cd55899b (patch) | |
tree | f55050bf342fc3f3ab4d219e92e1a22724530570 | |
parent | 7d497e4e0985515056b6c97322e4b21dbc8fbeae (diff) |
radv: update internal reference
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4630>
-rw-r--r-- | src/amd/vulkan/radv_debug.h | 2 |
1 files changed, 1 insertions, 1 deletions
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, |