Skip to content

Commit eb03091

Browse files
committed
Use links to github instead of internal gitlab
1 parent 6c112cf commit eb03091

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

proposals/VK_EXT_frame_boundary.adoc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
// Copyright 2022-2026 The Khronos Group Inc.
2-
//
32
// SPDX-License-Identifier: CC-BY-4.0
43

54
= VK_EXT_frame_boundary
@@ -12,7 +11,7 @@
1211
debuggers) to group queue submissions per frames in non-trivial scenarios,
1312
typically when `vkQueuePresentKHR` is not a relevant frame boundary delimiter.
1413

15-
See also the discussion in https://gitlab.khronos.org/vulkan/vulkan/-/issues/2436
14+
Also see the discussion in internal gitlab issue 2436.
1615

1716
== Problem Statement
1817

proposals/VK_KHR_shader_constant_data.adoc

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
// Copyright 2021-2026 The Khronos Group Inc.
2-
//
32
// SPDX-License-Identifier: CC-BY-4.0
43

54
= VK_KHR_shader_constant_data
65
:toc: left
76
:docs: https://docs.vulkan.org/spec/latest/
87
:extensions: {docs}appendices/extensions.html#
8+
:spirvextensions: https://github.khronos.org/SPIRV-Registry/extensions/
99
:sectnums:
1010
// Required so images render in github
1111
ifndef::images[:images: ../images]
@@ -14,8 +14,9 @@ This extension allows applications to specify large constant data arrays in thei
1414

1515
== Problem Statement
1616

17-
https://gitlab.khronos.org/spirv/spirv-extensions/-/blob/SPV_KHR_large_constants/SPV_KHR_constant_data.asciidoc[`SPV_KHR_constant_data`] added the capability to specify arrayed data as constants in SPIR-V, to enable the specification of strings as data, or other chunks of data, in a more compact manner than previously available.
18-
A detailed problem statement on why this was added to SPIR-V is provided in the https://gitlab.khronos.org/spirv/spirv-extensions/-/blob/SPV_KHR_large_constants/SPV_KHR_constant_data.asciidoc[`SPV_KHR_constant_data` specification].
17+
{spirvextensions}/KHR/SPV_KHR_constant_data.asciidoc[`SPV_KHR_constant_data`] added the capability to specify arrayed data as constants in SPIR-V, to enable the specification of strings as data, or other chunks of data, in a more compact manner than previously available.
18+
A detailed problem statement on why this was added to SPIR-V is provided in
19+
the `SPV_KHR_constant_data` specification.
1920

2021
Support for this extension is required in Vulkan to add better string support to Vulkan, and particularly for link:{extensions}VK_KHR_shader_abort[VK_KHR_shader_abort].
2122

registry.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ https://registry.khronos.org/vulkan/ .
114114
= Getting Started
115115

116116
See
117-
https://gitlab.khronos.org/vulkan/vulkan/blob/main/xml/BUILD.adoc[`xml/BUILD.adoc`]
117+
https://github.com/KhronosGroup/Vulkan-Docs/blob/main/BUILD.adoc[`xml/BUILD.adoc`]
118118
in the `Vulkan-Docs` repository for information on required toolchain
119119
components such as Python 3, pass:[g++], and GNU make.
120120

0 commit comments

Comments
 (0)