Skip to content

Commit

Permalink
Build 293
Browse files Browse the repository at this point in the history
  • Loading branch information
simul-build committed Nov 23, 2023
1 parent aa311eb commit f7fb2af
Show file tree
Hide file tree
Showing 15 changed files with 27 additions and 5 deletions.
Binary file modified .doctrees/changelist.doctree
Binary file not shown.
Binary file modified .doctrees/environment.pickle
Binary file not shown.
2 changes: 2 additions & 0 deletions 1-introduction.html
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@
platform = "linux"; // Set default here.
}
Cookies.set('platform', platform, { expires: 365});
addUrlParameter('platform', platform);
updatePlatform();
}

Expand Down Expand Up @@ -217,6 +218,7 @@
graphicsApi = "vulkan"; // Set default here.
}
Cookies.set('graphicsapi', graphicsApi, { expires: 365});
addUrlParameter('graphicsapi', graphicsApi);
updateGraphicsAPI();
}

Expand Down
2 changes: 2 additions & 0 deletions 2-setup.html
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@
platform = "linux"; // Set default here.
}
Cookies.set('platform', platform, { expires: 365});
addUrlParameter('platform', platform);
updatePlatform();
}

Expand Down Expand Up @@ -217,6 +218,7 @@
graphicsApi = "vulkan"; // Set default here.
}
Cookies.set('graphicsapi', graphicsApi, { expires: 365});
addUrlParameter('graphicsapi', graphicsApi);
updateGraphicsAPI();
}

Expand Down
2 changes: 2 additions & 0 deletions 3-graphics.html
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@
platform = "linux"; // Set default here.
}
Cookies.set('platform', platform, { expires: 365});
addUrlParameter('platform', platform);
updatePlatform();
}

Expand Down Expand Up @@ -217,6 +218,7 @@
graphicsApi = "vulkan"; // Set default here.
}
Cookies.set('graphicsapi', graphicsApi, { expires: 365});
addUrlParameter('graphicsapi', graphicsApi);
updateGraphicsAPI();
}

Expand Down
2 changes: 2 additions & 0 deletions 4-actions.html
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@
platform = "linux"; // Set default here.
}
Cookies.set('platform', platform, { expires: 365});
addUrlParameter('platform', platform);
updatePlatform();
}

Expand Down Expand Up @@ -217,6 +218,7 @@
graphicsApi = "vulkan"; // Set default here.
}
Cookies.set('graphicsapi', graphicsApi, { expires: 365});
addUrlParameter('graphicsapi', graphicsApi);
updateGraphicsAPI();
}

Expand Down
2 changes: 2 additions & 0 deletions 5-extensions.html
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@
platform = "linux"; // Set default here.
}
Cookies.set('platform', platform, { expires: 365});
addUrlParameter('platform', platform);
updatePlatform();
}

Expand Down Expand Up @@ -217,6 +218,7 @@
graphicsApi = "vulkan"; // Set default here.
}
Cookies.set('graphicsapi', graphicsApi, { expires: 365});
addUrlParameter('graphicsapi', graphicsApi);
updateGraphicsAPI();
}

Expand Down
2 changes: 2 additions & 0 deletions 6-next-steps.html
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@
platform = "linux"; // Set default here.
}
Cookies.set('platform', platform, { expires: 365});
addUrlParameter('platform', platform);
updatePlatform();
}

Expand Down Expand Up @@ -216,6 +217,7 @@
graphicsApi = "vulkan"; // Set default here.
}
Cookies.set('graphicsapi', graphicsApi, { expires: 365});
addUrlParameter('graphicsapi', graphicsApi);
updateGraphicsAPI();
}

Expand Down
2 changes: 2 additions & 0 deletions Outlines.html
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@
platform = "linux"; // Set default here.
}
Cookies.set('platform', platform, { expires: 365});
addUrlParameter('platform', platform);
updatePlatform();
}

Expand Down Expand Up @@ -215,6 +216,7 @@
graphicsApi = "vulkan"; // Set default here.
}
Cookies.set('graphicsapi', graphicsApi, { expires: 365});
addUrlParameter('graphicsapi', graphicsApi);
updateGraphicsAPI();
}

Expand Down
4 changes: 2 additions & 2 deletions _sources/changelist.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ Changelist
=========
.. code-block:: json
| **Thu 23 Nov** : updatePlatformFromTab() and updateGraphicsAPIFromTab() call addUrlParameter().
| **Wed 22 Nov** : Minor changes to console log in layout.html.
| **Wed 22 Nov** : Removed console logs. Add same system for updating GraphicsAPI.
| **Wed 22 Nov** : Moved updatePlatform() default value.
Expand Down Expand Up @@ -100,5 +101,4 @@ Changelist
| **Wed 01 Nov** : Added chapter 1 folder for archive zip and reference of the stub application.
| **Wed 01 Nov** : Better explanation of xrEnumerateApiLayerProperties and xrEnumerateInstanceExtensionProperties.
| **Wed 01 Nov** : Added sphinx.ext.extlinks to link OpenXR type to the OpenXR manual.
| **Mon 30 Oct** : Unified comments. Copied ViewConfiguration changes to chapters 4 and 5. Changed Count for Size naming variables for array sizes.
| **Mon 30 Oct** : Minor updates to GraphicsAPI_D3D12.cpp and GraphicsAPI_OpenGL_ES.cpp.
| **Mon 30 Oct** : Unified comments. Copied ViewConfiguration changes to chapters 4 and 5. Changed Count for Size naming variables for array sizes.
6 changes: 4 additions & 2 deletions changelist.html
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@
platform = "linux"; // Set default here.
}
Cookies.set('platform', platform, { expires: 365});
addUrlParameter('platform', platform);
updatePlatform();
}

Expand Down Expand Up @@ -215,6 +216,7 @@
graphicsApi = "vulkan"; // Set default here.
}
Cookies.set('graphicsapi', graphicsApi, { expires: 365});
addUrlParameter('graphicsapi', graphicsApi);
updateGraphicsAPI();
}

Expand Down Expand Up @@ -390,7 +392,8 @@

<section id="changelist">
<h1>Changelist<a class="headerlink" href="#changelist" title="Permalink to this heading"></a></h1>
<div class="highlight-json notranslate"><div class="highlight"><pre><span></span>| **Wed 22 Nov** : Minor changes to console log in layout.html.
<div class="highlight-json notranslate"><div class="highlight"><pre><span></span>| **Thu 23 Nov** : updatePlatformFromTab() and updateGraphicsAPIFromTab() call addUrlParameter().
| **Wed 22 Nov** : Minor changes to console log in layout.html.
| **Wed 22 Nov** : Removed console logs. Add same system for updating GraphicsAPI.
| **Wed 22 Nov** : Moved updatePlatform() default value.
| **Wed 22 Nov** : updatePlatformFromURL() uses cookie as default.
Expand Down Expand Up @@ -489,7 +492,6 @@ <h1>Changelist<a class="headerlink" href="#changelist" title="Permalink to this
| **Wed 01 Nov** : Better explanation of xrEnumerateApiLayerProperties and xrEnumerateInstanceExtensionProperties.
| **Wed 01 Nov** : Added sphinx.ext.extlinks to link OpenXR type to the OpenXR manual.
| **Mon 30 Oct** : Unified comments. Copied ViewConfiguration changes to chapters 4 and 5. Changed Count for Size naming variables for array sizes.
| **Mon 30 Oct** : Minor updates to GraphicsAPI_D3D12.cpp and GraphicsAPI_OpenGL_ES.cpp.
</pre></div>
</div>
<p>Version: v0.0.0</p>
Expand Down
2 changes: 2 additions & 0 deletions genindex.html
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@
platform = "linux"; // Set default here.
}
Cookies.set('platform', platform, { expires: 365});
addUrlParameter('platform', platform);
updatePlatform();
}

Expand Down Expand Up @@ -214,6 +215,7 @@
graphicsApi = "vulkan"; // Set default here.
}
Cookies.set('graphicsapi', graphicsApi, { expires: 365});
addUrlParameter('graphicsapi', graphicsApi);
updateGraphicsAPI();
}

Expand Down
2 changes: 2 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@
platform = "linux"; // Set default here.
}
Cookies.set('platform', platform, { expires: 365});
addUrlParameter('platform', platform);
updatePlatform();
}

Expand Down Expand Up @@ -216,6 +217,7 @@
graphicsApi = "vulkan"; // Set default here.
}
Cookies.set('graphicsapi', graphicsApi, { expires: 365});
addUrlParameter('graphicsapi', graphicsApi);
updateGraphicsAPI();
}

Expand Down
2 changes: 2 additions & 0 deletions search.html
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@
platform = "linux"; // Set default here.
}
Cookies.set('platform', platform, { expires: 365});
addUrlParameter('platform', platform);
updatePlatform();
}

Expand Down Expand Up @@ -217,6 +218,7 @@
graphicsApi = "vulkan"; // Set default here.
}
Cookies.set('graphicsapi', graphicsApi, { expires: 365});
addUrlParameter('graphicsapi', graphicsApi);
updateGraphicsAPI();
}

Expand Down
2 changes: 1 addition & 1 deletion searchindex.js

Large diffs are not rendered by default.

0 comments on commit f7fb2af

Please sign in to comment.