[−][src]Struct ash::vk::NvDeviceGeneratedCommandsFn
Fields
get_generated_commands_memory_requirements_nv: extern "system" fn(device: Device, p_info: *const GeneratedCommandsMemoryRequirementsInfoNV, p_memory_requirements: *mut MemoryRequirements2) -> c_void
cmd_preprocess_generated_commands_nv: extern "system" fn(command_buffer: CommandBuffer, p_generated_commands_info: *const GeneratedCommandsInfoNV) -> c_void
cmd_execute_generated_commands_nv: extern "system" fn(command_buffer: CommandBuffer, is_preprocessed: Bool32, p_generated_commands_info: *const GeneratedCommandsInfoNV) -> c_void
cmd_bind_pipeline_shader_group_nv: extern "system" fn(command_buffer: CommandBuffer, pipeline_bind_point: PipelineBindPoint, pipeline: Pipeline, group_index: u32) -> c_void
create_indirect_commands_layout_nv: extern "system" fn(device: Device, p_create_info: *const IndirectCommandsLayoutCreateInfoNV, p_allocator: *const AllocationCallbacks, p_indirect_commands_layout: *mut IndirectCommandsLayoutNV) -> Result
destroy_indirect_commands_layout_nv: extern "system" fn(device: Device, indirect_commands_layout: IndirectCommandsLayoutNV, p_allocator: *const AllocationCallbacks) -> c_void
Methods
impl NvDeviceGeneratedCommandsFn
[src]
impl NvDeviceGeneratedCommandsFn
[src]
pub fn load<F>(_f: F) -> Self where
F: FnMut(&CStr) -> *const c_void,
[src]
F: FnMut(&CStr) -> *const c_void,
pub unsafe fn get_generated_commands_memory_requirements_nv(
&self,
device: Device,
p_info: *const GeneratedCommandsMemoryRequirementsInfoNV,
p_memory_requirements: *mut MemoryRequirements2
) -> c_void
[src]
&self,
device: Device,
p_info: *const GeneratedCommandsMemoryRequirementsInfoNV,
p_memory_requirements: *mut MemoryRequirements2
) -> c_void
pub unsafe fn cmd_preprocess_generated_commands_nv(
&self,
command_buffer: CommandBuffer,
p_generated_commands_info: *const GeneratedCommandsInfoNV
) -> c_void
[src]
&self,
command_buffer: CommandBuffer,
p_generated_commands_info: *const GeneratedCommandsInfoNV
) -> c_void
pub unsafe fn cmd_execute_generated_commands_nv(
&self,
command_buffer: CommandBuffer,
is_preprocessed: Bool32,
p_generated_commands_info: *const GeneratedCommandsInfoNV
) -> c_void
[src]
&self,
command_buffer: CommandBuffer,
is_preprocessed: Bool32,
p_generated_commands_info: *const GeneratedCommandsInfoNV
) -> c_void
pub unsafe fn cmd_bind_pipeline_shader_group_nv(
&self,
command_buffer: CommandBuffer,
pipeline_bind_point: PipelineBindPoint,
pipeline: Pipeline,
group_index: u32
) -> c_void
[src]
&self,
command_buffer: CommandBuffer,
pipeline_bind_point: PipelineBindPoint,
pipeline: Pipeline,
group_index: u32
) -> c_void
pub unsafe fn create_indirect_commands_layout_nv(
&self,
device: Device,
p_create_info: *const IndirectCommandsLayoutCreateInfoNV,
p_allocator: *const AllocationCallbacks,
p_indirect_commands_layout: *mut IndirectCommandsLayoutNV
) -> Result
[src]
&self,
device: Device,
p_create_info: *const IndirectCommandsLayoutCreateInfoNV,
p_allocator: *const AllocationCallbacks,
p_indirect_commands_layout: *mut IndirectCommandsLayoutNV
) -> Result
pub unsafe fn destroy_indirect_commands_layout_nv(
&self,
device: Device,
indirect_commands_layout: IndirectCommandsLayoutNV,
p_allocator: *const AllocationCallbacks
) -> c_void
[src]
&self,
device: Device,
indirect_commands_layout: IndirectCommandsLayoutNV,
p_allocator: *const AllocationCallbacks
) -> c_void
Trait Implementations
impl Clone for NvDeviceGeneratedCommandsFn
[src]
fn clone(&self) -> Self
[src]
fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl Send for NvDeviceGeneratedCommandsFn
[src]
impl Sync for NvDeviceGeneratedCommandsFn
[src]
Auto Trait Implementations
impl RefUnwindSafe for NvDeviceGeneratedCommandsFn
impl Unpin for NvDeviceGeneratedCommandsFn
impl UnwindSafe for NvDeviceGeneratedCommandsFn
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T
[src]
fn clone_into(&self, target: &mut T)
[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,