Home
last modified time | relevance | path

Searched defs:DeviceFunctions (Results 1 – 2 of 2) sorted by relevance

/external/rust/crates/vulkano/out/
Dfns.rs162 pub struct DeviceFunctions { struct
163 pub v1_0: ash::vk::DeviceFnV1_0,
164 pub v1_1: ash::vk::DeviceFnV1_1,
165 pub v1_2: ash::vk::DeviceFnV1_2,
166 pub v1_3: ash::vk::DeviceFnV1_3,
167 pub khr_acceleration_structure: ash::vk::KhrAccelerationStructureFn,
168 pub khr_bind_memory2: ash::vk::KhrBindMemory2Fn,
169 pub khr_buffer_device_address: ash::vk::KhrBufferDeviceAddressFn,
170 pub khr_copy_commands2: ash::vk::KhrCopyCommands2Fn,
171 pub khr_create_renderpass2: ash::vk::KhrCreateRenderpass2Fn,
[all …]
/external/rust/crates/vulkano/src/device/
Dmod.rs459 pub fn fns(&self) -> &DeviceFunctions { in fns()