Lines Matching refs:build

16 This README describes how to build the Vulkan API specification, reference
19 It documents how to set up your build environment, build steps and targets,
30 Next, install all the necessary build tools (see <<depends,Software
33 which we strongly recommend, one way to build using the image (assuming a
49 to build an HTML5 specification output for the core Vulkan 1.3
55 to build the spec targets `html`, `pdf`, `styleguide`, `registry`,
62 If you are not using our Docker image to build with, and you have a
80 Usually dozens to hundreds of build options must be set to specify the
89 * The default `make` options build a Vulkan 1.3 specification with no
125 Once you have the basic build working, an appropriate parallelization
138 To instead build a Vulkan 1.1 specification, pass
150 To build the Vulkan SC 1.0 specification, it is necessary both specify the
154 To build the html spec for Vulkan SC API:
160 To build the Vulkan SC header files:
169 * `vulkan` - build the Vulkan API variant.
170 * `vulkansc` - build the Vulkan SC API variant.
191 The `makeSpec` wrapper script can clean generated files and then build one
200 * -spec *type* - build with specified sets of extensions.
206 * -extension *extname* - build with specified extension included,
214 as specify actual build targets.
215 For example, to build the HTML specification with all KHR extensions
234 probably cause any more restricted set of refpages to fail to build.
277 The asciidoctor HTML build is very fast, even for the whole Specification,
352 generated for them, and build properly.
400 needing to build from this repository use the Docker image.
406 The build image is *named* `khronosgroup/docker-images:asciidoctor-spec`.
422 This image is used to build Specification output documents or other Makefile
442 used to build our Docker image.
459 possible build environment.
460 The Docker image is a straightforward way to build the specification in most
469 * 2023-05-29 - Add Vulkan SC spec build instructions.
479 * 2018-10-25 - Update Troubleshooting, and Windows and Linux build. Plus