Struct ash::extensions_generated::khr::ray_tracing_maintenance1::Device
source · pub struct Device {
pub(crate) fp: DeviceFn,
pub(crate) handle: Device,
}
Expand description
VK_KHR_ray_tracing_maintenance1 device-level functions
Fields§
§fp: DeviceFn
§handle: Device
Implementations§
source§impl Device
impl Device
sourcepub unsafe fn cmd_trace_rays_indirect2(
&self,
command_buffer: CommandBuffer,
indirect_device_address: DeviceAddress,
)
pub unsafe fn cmd_trace_rays_indirect2( &self, command_buffer: CommandBuffer, indirect_device_address: DeviceAddress, )
https://registry.khronos.org/vulkan/specs/1.3-extensions/man/html/vkCmdTraceRaysIndirect2KHR.html
indirect_device_address
is a buffer device address which is a pointer to a vk::TraceRaysIndirectCommand2KHR
structure containing the trace ray parameters.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Device
impl RefUnwindSafe for Device
impl Send for Device
impl Sync for Device
impl Unpin for Device
impl UnwindSafe for Device
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more