Enum glenum::Hint [] [src]

pub enum Hint {
    DontCare,
    Fastest,
    Nicest,
    GenerateMipmapHint,
}

Constants passed to WebGLRenderingContext.hint()

Variants

There is no preference for this behavior.

The most efficient behavior should be used.

The most correct or the highest quality option should be used.

Hint for the quality of filtering when generating mipmap images with WebGLRenderingContext.generateMipmap().

Trait Implementations

impl Debug for Hint
[src]

[src]

Formats the value using the given formatter.

impl Clone for Hint
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for Hint
[src]