pub unsafe trait TextureBufferContent: BufferContent {
    fn get_type() -> TextureBufferContentType;
}
Expand description

Trait for data types that can be interpreted by a buffer texture.

Required Methods§

Returns the enumeration corresponding to elements of this data type.

Implementations on Foreign Types§

Implementors§