File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 3232 build :
3333 runs-on : ubuntu-latest
3434 env :
35- HUGO_VERSION : 0.134.2
35+ # HUGO_VERSION: 0.134.2
36+ HUGO_VERSION : 0.122.0
3637 steps :
3738 - name : Install Hugo CLI
3839 run : |
Original file line number Diff line number Diff line change 1- baseURL = ' '
1+ baseURL = ' https://mikage-emu.github.io/3dbrew/ '
22languageCode = ' en-us'
33title = ' 3dbrew'
44disablePathToLower = true
5+ relativeURLs = true
Original file line number Diff line number Diff line change @@ -5,6 +5,10 @@ date = 2024-09-21T11:34:39+02:00
55+++
66## Overview
77
8+ [ GPU relative] ( GPU )
9+ [ GPU absolute] ( /GPU )
10+ [ GPU anchor] ( #GPU )
11+
812A compiled shader binary is comprised of two parts : the main
913instruction sequence and the operand descriptor table. These are both
1014sent to the GPU around the same time but using separate [ GPU
You can’t perform that action at this time.
0 commit comments