Trait vulkano::query::QueryResultElement[][src]

pub unsafe trait QueryResultElement {
    const FLAG: QueryResultFlags;
}

A trait for elements of buffers that can be used as a destination for query results.

Safety

This is implemented for u32 and u64. Unless you really know what you’re doing, you should not implement this trait for any other type.

Associated Constants

Loading content...

Implementations on Foreign Types

impl QueryResultElement for u32[src]

impl QueryResultElement for u64[src]

Loading content...

Implementors

Loading content...