Struct pilka_lib::ash::vk::NvRayTracingFn[]

pub struct NvRayTracingFn {
    pub create_acceleration_structure_nv: unsafe extern "system" fn(Device, *const AccelerationStructureCreateInfoNV, *const AllocationCallbacks, *mut AccelerationStructureNV) -> Result,
    pub destroy_acceleration_structure_nv: unsafe extern "system" fn(Device, AccelerationStructureNV, *const AllocationCallbacks),
    pub get_acceleration_structure_memory_requirements_nv: unsafe extern "system" fn(Device, *const AccelerationStructureMemoryRequirementsInfoNV, *mut MemoryRequirements2),
    pub bind_acceleration_structure_memory_nv: unsafe extern "system" fn(Device, u32, *const BindAccelerationStructureMemoryInfoNV) -> Result,
    pub cmd_build_acceleration_structure_nv: unsafe extern "system" fn(CommandBuffer, *const AccelerationStructureInfoNV, Buffer, u64, u32, AccelerationStructureNV, AccelerationStructureNV, Buffer, u64),
    pub cmd_copy_acceleration_structure_nv: unsafe extern "system" fn(CommandBuffer, AccelerationStructureNV, AccelerationStructureNV, CopyAccelerationStructureModeKHR),
    pub cmd_trace_rays_nv: unsafe extern "system" fn(CommandBuffer, Buffer, u64, Buffer, u64, u64, Buffer, u64, u64, Buffer, u64, u64, u32, u32, u32),
    pub create_ray_tracing_pipelines_nv: unsafe extern "system" fn(Device, PipelineCache, u32, *const RayTracingPipelineCreateInfoNV, *const AllocationCallbacks, *mut Pipeline) -> Result,
    pub get_ray_tracing_shader_group_handles_nv: unsafe extern "system" fn(Device, Pipeline, u32, u32, usize, *mut c_void) -> Result,
    pub get_acceleration_structure_handle_nv: unsafe extern "system" fn(Device, AccelerationStructureNV, usize, *mut c_void) -> Result,
    pub cmd_write_acceleration_structures_properties_nv: unsafe extern "system" fn(CommandBuffer, u32, *const AccelerationStructureNV, QueryType, QueryPool, u32),
    pub compile_deferred_nv: unsafe extern "system" fn(Device, Pipeline, u32) -> Result,
}

Fields

create_acceleration_structure_nv: unsafe extern "system" fn(Device, *const AccelerationStructureCreateInfoNV, *const AllocationCallbacks, *mut AccelerationStructureNV) -> Resultdestroy_acceleration_structure_nv: unsafe extern "system" fn(Device, AccelerationStructureNV, *const AllocationCallbacks)get_acceleration_structure_memory_requirements_nv: unsafe extern "system" fn(Device, *const AccelerationStructureMemoryRequirementsInfoNV, *mut MemoryRequirements2)bind_acceleration_structure_memory_nv: unsafe extern "system" fn(Device, u32, *const BindAccelerationStructureMemoryInfoNV) -> Resultcmd_build_acceleration_structure_nv: unsafe extern "system" fn(CommandBuffer, *const AccelerationStructureInfoNV, Buffer, u64, u32, AccelerationStructureNV, AccelerationStructureNV, Buffer, u64)cmd_copy_acceleration_structure_nv: unsafe extern "system" fn(CommandBuffer, AccelerationStructureNV, AccelerationStructureNV, CopyAccelerationStructureModeKHR)cmd_trace_rays_nv: unsafe extern "system" fn(CommandBuffer, Buffer, u64, Buffer, u64, u64, Buffer, u64, u64, Buffer, u64, u64, u32, u32, u32)create_ray_tracing_pipelines_nv: unsafe extern "system" fn(Device, PipelineCache, u32, *const RayTracingPipelineCreateInfoNV, *const AllocationCallbacks, *mut Pipeline) -> Resultget_ray_tracing_shader_group_handles_nv: unsafe extern "system" fn(Device, Pipeline, u32, u32, usize, *mut c_void) -> Resultget_acceleration_structure_handle_nv: unsafe extern "system" fn(Device, AccelerationStructureNV, usize, *mut c_void) -> Resultcmd_write_acceleration_structures_properties_nv: unsafe extern "system" fn(CommandBuffer, u32, *const AccelerationStructureNV, QueryType, QueryPool, u32)compile_deferred_nv: unsafe extern "system" fn(Device, Pipeline, u32) -> Result

Implementations

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The alignment of pointer.

The type for initializers.

Initializes a with the given initializer. Read more

Dereferences the given pointer. Read more

Mutably dereferences the given pointer. Read more

Drops the object pointed to by the given pointer. Read more

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

recently added

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.