Skip to content

Commit 27bed11

Browse files
committed
vk: pins vulkan spec to working commit
See: #526
1 parent 431786d commit 27bed11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

glad/specification.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ def protections(self, symbol, api=None, profile=None, feature_set=None):
5353
class VK(Specification):
5454
DISPLAY_NAME = 'Vulkan'
5555

56-
API = 'https://raw.githubusercontent.com/KhronosGroup/Vulkan-Docs/main/xml/'
56+
API = 'https://raw.githubusercontent.com/KhronosGroup/Vulkan-Docs/ac3d0660c45ecf86b2952b298d125270228150d1/xml/'
5757
NAME = 'vk'
5858

5959
def _magic_require(self, api, profile):

0 commit comments

Comments
 (0)