Skip to content

Commit

Permalink
fix(graphics): include isonum for reg definition
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
StaticRocket authored and cshilwant committed Dec 13, 2024
1 parent cf8fe21 commit cfb13bd
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
.. include:: <isonum.txt>

#########
OpenGL ES
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
.. include:: <isonum.txt>

######
Vulkan
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
.. include:: <isonum.txt>
.. include:: <isopub.txt>

############
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
.. include:: <isonum.txt>

Introduction
============
Expand Down

0 comments on commit cfb13bd

Please sign in to comment.