From 643cc8be7f2a535e13b0f52949259ed27ea178cd Mon Sep 17 00:00:00 2001 From: Eric Engestrom Date: Mon, 1 Apr 2024 12:53:37 +0100 Subject: [PATCH] docs/isl: fix references to ISL_AUX_USAGE_CCS_* Part-of: --- docs/isl/ccs.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/isl/ccs.rst b/docs/isl/ccs.rst index c65ea788da9..c374c5ec6eb 100644 --- a/docs/isl/ccs.rst +++ b/docs/isl/ccs.rst @@ -16,7 +16,8 @@ referring both to the *multisample control surface* used for multisample compression and the control surface used for fast-clears. In ISL, the :c:enumerator:`isl_aux_usage.ISL_AUX_USAGE_MCS` enum always refers to multisample color compression while the -:c:enumerator:`isl_aux_usage.ISL_AUX_USAGE_CCS_` enums always refer to +:c:enumerator:`isl_aux_usage.ISL_AUX_USAGE_CCS_D` and +:c:enumerator:`isl_aux_usage.ISL_AUX_USAGE_CCS_E` enums always refer to single-sampled color compression. Throughout this chapter and the rest of the ISL documentation, we will use the term "color control surface", abbreviated CCS, to denote the control surface used for both fast-clears and color