Update vulkan version

pull/2283/head
Bailey Morgan 7 months ago
parent c62fa225f0
commit cae2ae81a2

@ -2,11 +2,11 @@ module Docs
class Vulkan < UrlScraper class Vulkan < UrlScraper
self.name = 'Vulkan' self.name = 'Vulkan'
self.type = 'simple' self.type = 'simple'
self.release = '1.0.59' self.release = '1.3.289'
self.base_url = 'https://www.khronos.org/registry/vulkan/specs/1.0/' self.base_url = 'https://registry.khronos.org/vulkan/specs/1.3/html/'
self.root_path = 'apispec.html' self.root_path = 'vkspec.html'
self.links = { self.links = {
home: 'https://www.khronos.org/vulkan/' home: 'https://registry.khronos.org/vulkan'
} }
html_filters.push 'vulkan/entries', 'vulkan/clean_html', 'title' html_filters.push 'vulkan/entries', 'vulkan/clean_html', 'title'
@ -16,7 +16,7 @@ module Docs
options[:root_title] = 'Vulkan API Reference' options[:root_title] = 'Vulkan API Reference'
options[:attribution] = <<-HTML options[:attribution] = <<-HTML
&copy; 2014&ndash;2017 Khronos Group Inc.<br> &copy; 2024 Khronos Group Inc.<br>
Licensed under the Creative Commons Attribution 4.0 International License.<br> Licensed under the Creative Commons Attribution 4.0 International License.<br>
Vulkan and the Vulkan logo are registered trademarks of the Khronos Group Inc. Vulkan and the Vulkan logo are registered trademarks of the Khronos Group Inc.
HTML HTML

Loading…
Cancel
Save