pub trait ExtHostQueryResetExtension: DeviceV1_0 {
    const METADATA: Extension = EXT_HOST_QUERY_RESET_EXTENSION;

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

Provided Associated Constants§

source

const METADATA: Extension = EXT_HOST_QUERY_RESET_EXTENSION

The metadata for this extension.

Provided Methods§

Object Safety§

This trait is not object safe.

Implementors§