Module vulkano::sampler [] [src]

How to retreive data from an image within a shader.

This module contains a struct named Sampler which describes how to get pixel data from a texture.

Structs

Sampler

Describes how to retreive data from an image within a shader.

Enums

Filter

Describes how the color of each pixel should be determined.

MipmapMode

Describes which mipmap from the source to use.

SamplerAddressMode
SamplerCreationError

Error that can happen when creating an instance.

UnnormalizedSamplerAddressMode