pub trait FloatElement: WgpuElement + Element { }
Expand description

The float element type for the wgpu backend.

Object Safety§

This trait is not object safe.

Implementations on Foreign Types§

source§

impl FloatElement for f32

Implementors§