Lines Matching full:json
134 On Windows, Linux, and macOS systems, JSON-formatted manifest files are used to
136 In order to find system-installed layers, the Vulkan loader will read the JSON
185 the JSON manifest file specified by the name of the value.
194 associated with these adapters for the locations of JSON manifest files.
224 the JSON manifest file specified by the key value.
225 Each value must be an absolute path to a JSON manifest file.
227 interpreted as a list of paths to JSON manifest files.
1232 `pre_instance_functions` JSON object
1570 The following section discusses the details of the Layer Manifest JSON file
1572 The JSON file itself does not have any requirements for naming.
1573 The only requirement is that the extension suffix of the file is ".json".
1575 Here is an example layer JSON Manifest file with a single layer:
1577 ```json
1621 ```json
1640 ```json
1660 <th>JSON Node</th>
1837 path of the JSON manifest file (e.g. for cases when an application
1925 [layer manifest schema](https://github.com/LunarG/VulkanTools/blob/main/vkconfig_core/layers/layers_schema.json).
1976 This JSON array field can be used when defining a single layer or multiple
1983 fields of a layer JSON file.
2220 <td>A layer <b>must</b> have a valid JSON manifest file for the
2221 loader to process that ends with the ".json" suffix.
2223 <a href="https://github.com/LunarG/VulkanTools/blob/main/vkconfig_core/layers/layers_schema.json">