pub struct Specular<'a> { /* private fields */ }
This is supported on crate feature KHR_materials_specular only.
Expand description

Parameter values that define the strength and colour of the specular reflection of the material

Implementations

The strength of the specular reflection.

A texture that defines the strength of the specular reflection, stored in the alpha (A) channel. This will be multiplied by specular_factor.

The F0 color of the specular reflection (linear RGB).

A texture that defines the F0 color of the specular reflection, stored in the RGB channels and encoded in sRGB. This texture will be multiplied by specular_color_factor.

Optional application specific data.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The alignment of pointer.

The type for initializers.

Initializes a with the given initializer. Read more

Dereferences the given pointer. Read more

Mutably dereferences the given pointer. Read more

Drops the object pointed to by the given pointer. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.