Use the individual man page doc links for the push_descriptor extension (#255)

The `vkspec.html` page is rather large and slow to load and navigate.
This change is consistent with all other doc links.
This commit is contained in:
aloucks 2019-12-04 17:48:05 -05:00 committed by Maik Klein
parent 0b689273c6
commit 31d14486e5

View file

@ -27,7 +27,7 @@ impl PushDescriptor {
vk::KhrPushDescriptorFn::name() vk::KhrPushDescriptorFn::name()
} }
#[doc = "<https://www.khronos.org/registry/vulkan/specs/1.1-extensions/html/vkspec.html#vkCmdPushDescriptorSetKHR>"] #[doc = "<https://www.khronos.org/registry/vulkan/specs/1.1-extensions/man/html/vkCmdPushDescriptorSetKHR.html>"]
pub unsafe fn cmd_push_descriptor_set( pub unsafe fn cmd_push_descriptor_set(
&self, &self,
command_buffer: vk::CommandBuffer, command_buffer: vk::CommandBuffer,
@ -46,7 +46,7 @@ impl PushDescriptor {
); );
} }
#[doc = "<https://www.khronos.org/registry/vulkan/specs/1.1-extensions/html/vkspec.html#vkCmdPushDescriptorSetWithTemplateKHR>"] #[doc = "<https://www.khronos.org/registry/vulkan/specs/1.1-extensions/man/html/vkCmdPushDescriptorSetWithTemplateKHR.html>"]
pub unsafe fn cmd_push_descriptor_set_with_template( pub unsafe fn cmd_push_descriptor_set_with_template(
&self, &self,
command_buffer: vk::CommandBuffer, command_buffer: vk::CommandBuffer,