Skip to content

Commit cfb13bd

Browse files
StaticRocketcshilwant
authored andcommitted
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: 5817005 (chore: remove all references to old include file, 2024-11-30) Signed-off-by: Randolph Sapp <[email protected]>
1 parent cf8fe21 commit cfb13bd

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

source/linux/Foundational_Components/Graphics/Common/OpenGL_ES.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
.. include:: <isonum.txt>
12

23
#########
34
OpenGL ES

source/linux/Foundational_Components/Graphics/Common/Vulkan.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
.. include:: <isonum.txt>
12

23
######
34
Vulkan

source/linux/Foundational_Components/Graphics/Rogue/Overview.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
.. include:: <isonum.txt>
12
.. include:: <isopub.txt>
23

34
############

source/linux/Foundational_Components/Graphics/SGX/Overview.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
.. include:: <isonum.txt>
12

23
Introduction
34
============

0 commit comments

Comments
 (0)