Jon Leech
Jon Leech
I have a project with includes a build tool compromising about 88 MB of bundled JavaScript in 187 different modules and thousands of files. Almost all of them are under...
Per #1760, could you add a CI stage that pulls the current Vulkan-Docs main branch, generates whatever artifacts you need from that, and builds / compiles Vulkan-Hpp based on that?...
Someone emailed me to ask if I knew what the 'EXT_multi_draw_buffers' extension referred to from https://registry.khronos.org/EGL/extensions/EXT/EGL_EXT_multiview_window.txt was, which I do not, nor can find any references to in the EGL...
@charles-lunarg I note in .github/workflows/ci.yml, it says > on: > push: > pull_request: > branches: > -main ISTM this is just causing CI to be run twice on every PR...
We have some very heavily conditionalized documents, and it's not uncommon for contributors to improperly terminate a conditional in a way that makes the rest of the document build incorrectly...
asciidoc.py is long obsolete and this gets on a path to incorporate the DF spec into Antora builds. This is working for HTML builds although many of the images are...
due to ISP-related networking issues and a possible workaround using a VPN service. Closes #1180 ## Description This is just a note added to the repository README description of cloning...
Update: the issue is to have the full repository clone, with submodules, work without submodule fatal errors. @gpx1000 volunteered to look at this, although they are not running into this...
Per https://github.com/KhronosGroup/Vulkan-Samples/issues/1180#issuecomment-2389081462, @gpx1000 volunteered to configure cmake such that we don't need to pull the submodules just to build the docs.vulkan.org samples component. Creating a tracking issue for that.
mirroring license & spec generation checks in .gitlab-ci.yml