Modules§
Structs§
- Compressed
Image Formats - Compressed
Image Saver - ExrTexture
Loader - Loads EXR textures as Texture assets
- ExrTexture
Loader Settings - File
Texture Error - An error that occurs when loading a texture from a file.
- HdrTexture
Loader - Loads HDR textures as Texture assets
- HdrTexture
Loader Settings - Image
- Image
Loader - Loader for images that can be read by the
image
crate. - Image
Loader Settings - Image
Sampler Descriptor - Indicates to an
ImageLoader
how anImage
should be sampled.
Enums§
- Compressed
Image Saver Error - Data
Format - ExrTexture
Loader Error - Possible errors that can be produced by
ExrTextureLoader
- HdrTexture
Loader Error - Image
Address Mode - How edges should be handled in texture addressing.
- Image
Compare Function - Comparison function used for depth and stencil operations.
- Image
Filter Mode - Texel mixing mode when sampling between texels.
- Image
Format - Image
Format Setting - Image
Loader Error - Image
Sampler - Used in
Image
, this determines what image sampler to use when rendering. The default setting,ImageSampler::Default
, will read the sampler from theImagePlugin
at setup. Setting this toImageSampler::Descriptor
will override the global default descriptor for thisImage
. - Image
Sampler Border Color - Color variation to use when the sampler addressing mode is
ImageAddressMode::ClampToBorder
. - Image
Type - The type of a raw image buffer.
- Into
Dynamic Image Error - Errors that occur while converting an
Image
into aDynamicImage
- Texture
Access Error - An error that occurs when accessing specific pixels in a texture
- Texture
Error - An error that occurs when loading a texture
- Transcode
Format
Constants§
Traits§
- Bevy
Default - Texture
Format Pixel Info - Extends the wgpu
TextureFormat
with information about the pixel. - Volume
- Used to calculate the volume of an item.