From cfb13bd1655be6d6964911424e94cb76da6f2f62 Mon Sep 17 00:00:00 2001 From: Randolph Sapp Date: Thu, 12 Dec 2024 16:29:19 -0600 Subject: [PATCH] fix(graphics): include isonum for reg definition The reg substitution is part of the isonum standard symbol definitions. The GFX sections that were already including isonum were accidentally broken when we removed the old include directives for replacevars. Fixes: 58170050 (chore: remove all references to old include file, 2024-11-30) Signed-off-by: Randolph Sapp --- .../linux/Foundational_Components/Graphics/Common/OpenGL_ES.rst | 1 + source/linux/Foundational_Components/Graphics/Common/Vulkan.rst | 1 + source/linux/Foundational_Components/Graphics/Rogue/Overview.rst | 1 + source/linux/Foundational_Components/Graphics/SGX/Overview.rst | 1 + 4 files changed, 4 insertions(+) diff --git a/source/linux/Foundational_Components/Graphics/Common/OpenGL_ES.rst b/source/linux/Foundational_Components/Graphics/Common/OpenGL_ES.rst index 1eda04f14..9041e676e 100644 --- a/source/linux/Foundational_Components/Graphics/Common/OpenGL_ES.rst +++ b/source/linux/Foundational_Components/Graphics/Common/OpenGL_ES.rst @@ -1,3 +1,4 @@ +.. include:: ######### OpenGL ES diff --git a/source/linux/Foundational_Components/Graphics/Common/Vulkan.rst b/source/linux/Foundational_Components/Graphics/Common/Vulkan.rst index 8e34223bd..9b577ddb9 100644 --- a/source/linux/Foundational_Components/Graphics/Common/Vulkan.rst +++ b/source/linux/Foundational_Components/Graphics/Common/Vulkan.rst @@ -1,3 +1,4 @@ +.. include:: ###### Vulkan diff --git a/source/linux/Foundational_Components/Graphics/Rogue/Overview.rst b/source/linux/Foundational_Components/Graphics/Rogue/Overview.rst index c46b1d3ed..a100e7621 100644 --- a/source/linux/Foundational_Components/Graphics/Rogue/Overview.rst +++ b/source/linux/Foundational_Components/Graphics/Rogue/Overview.rst @@ -1,3 +1,4 @@ +.. include:: .. include:: ############ diff --git a/source/linux/Foundational_Components/Graphics/SGX/Overview.rst b/source/linux/Foundational_Components/Graphics/SGX/Overview.rst index d98e14b7e..93b9b439c 100644 --- a/source/linux/Foundational_Components/Graphics/SGX/Overview.rst +++ b/source/linux/Foundational_Components/Graphics/SGX/Overview.rst @@ -1,3 +1,4 @@ +.. include:: Introduction ============