pub trait DepthTextureDataType: DepthDataType { }
Expand description

The basic data type used for each pixel in a depth texture.

Object Safety§

This trait is not object safe.

Implementations on Foreign Types§

source§

impl DepthTextureDataType for f32

Implementors§