Skip to main content

ExtHostQueryResetExtensionDeviceCommands

Trait ExtHostQueryResetExtensionDeviceCommands 

Source
pub trait ExtHostQueryResetExtensionDeviceCommands: DeviceV1_0 {
    // Provided method
    unsafe fn reset_query_pool_ext(
        &self,
        query_pool: QueryPool,
        first_query: u32,
        query_count: u32,
    ) { ... }
}
Expand description

The device-level commands added by EXT_HOST_QUERY_RESET_EXTENSION.

Provided Methods§

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§