Re-exports§
pub use external_image::*;pub use external_texture::*;pub use format::*;
Modules§
Structs§
- Image
Subresource Range - Subresource range within an image
- Sampler
Descriptor - Describes a
Sampler. - Texel
Copy Buffer Info - View of a buffer which can be used to copy to/from a texture.
- Texel
Copy Buffer Layout - Layout of a texture in a buffer’s memory.
- Texel
Copy Texture Info - View of a texture which can be used to copy to/from a buffer/texture.
- Texture
Descriptor - Describes a
Texture. - Texture
Selector - Specifies a particular set of subresources in a texture.
- Texture
Transition - A texture transition for use with
CommandEncoder::transition_resources. - Texture
Usages - Different ways that you can use a texture.
- Texture
Uses - Similar to
TextureUsages, but used only forCommandEncoder::transition_resources. - Texture
View Descriptor - Describes a
TextureView.
Enums§
- Address
Mode - How edges should be handled in texture addressing.
- Filter
Mode - Texel mixing mode when sampling between texels.
- Mipmap
Filter Mode - Texel mixing mode when sampling between texels.
- Sampler
Border Color - Color variation to use when sampler addressing mode is
AddressMode::ClampToBorder - Storage
Texture Access - Specific type of a sample in a texture binding.
- Texture
Aspect - Selects a subset of the data a
Textureholds. - Texture
Data Order - Order in which texture data is laid out in memory.
- Texture
Dimension - Dimensionality of a texture.
- Texture
Sample Type - Specific type of a sample in a texture binding.
- Texture
View Dimension - Dimensions of a particular texture view.