From a38d6547a52d8c31ed43d79f24887f60e569f08c Mon Sep 17 00:00:00 2001 From: Eric Engestrom Date: Mon, 1 Apr 2024 13:05:32 +0100 Subject: [PATCH] docs/isl: VK_FORMAT_xxx_PACKEDn is not a real format, don't try to link to it Part-of: --- docs/isl/formats.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/isl/formats.rst b/docs/isl/formats.rst index 1f47eda075f..9403fa7346b 100644 --- a/docs/isl/formats.rst +++ b/docs/isl/formats.rst @@ -73,7 +73,7 @@ must be careful to pay attention to the enum in question in order to avoid getting them backwards. From an API perspective, both types of formats are available. In Vulkan, the -formats that are of the form :c:enumerator:`VK_FORMAT_xxx_PACKEDn` are packed +formats that are of the form ``VK_FORMAT_xxx_PACKEDn`` are packed formats where the entire color fits in `n` bits and formats without the `_PACKEDn` suffix are array formats. In GL, if you specify one of the base types such as :c:enumerator:`GL_FLOAT` you get an array format but if you