[][src]Module luminance_front::texture

Structs

Cubemap

Cubemap dimension.

Dim1

1D dimension.

Dim1Array

1D array dimension.

Dim2

2D dimension.

Dim2Array

2D dimension.

Dim3

3D dimension.

Sampler

A Sampler object gives hint on how a Texture should be sampled.

Enums

CubeFace

Faces of a cubemap.

Dim

Dimension of a texture.

GenMipmaps

Whether mipmaps should be generated.

MagFilter

Magnification filter.

MinFilter

Minification filter.

TextureError

Errors that might happen when working with textures.

Wrap

How to wrap texture coordinates while sampling textures?

Traits

Dimensionable

Reify a type into a Dim.

Type Definitions

Texture