Add missing doc link for AccelerationStructure::get_device_acceleration_structure_compatibility (#347)
This commit is contained in:
parent
05747b25aa
commit
1661b37cd2
|
@ -266,6 +266,7 @@ impl AccelerationStructure {
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#[doc = "<https://www.khronos.org/registry/vulkan/specs/1.2-extensions/man/html/vkGetDeviceAccelerationStructureCompatibilityKHR.html>"]
|
||||||
pub unsafe fn get_device_acceleration_structure_compatibility(
|
pub unsafe fn get_device_acceleration_structure_compatibility(
|
||||||
&self,
|
&self,
|
||||||
device: vk::Device,
|
device: vk::Device,
|
||||||
|
|
Loading…
Reference in a new issue