[][src]Trait web_glitz::extensions::color_buffer_float::FloatRenderable

pub unsafe trait FloatRenderable { }

Marker trait for internal image format types for which this extension enables rendering.

Implementors

impl FloatRenderable for R11F_G11F_B10F[src]

impl FloatRenderable for R16F[src]

impl FloatRenderable for R32F[src]

impl FloatRenderable for RG16F[src]

impl FloatRenderable for RG32F[src]

impl FloatRenderable for RGBA16F[src]

impl FloatRenderable for RGBA32F[src]

impl<F> FloatRenderable for F where
    F: BaseFloatRenderable
[src]

Loading content...