[−][src]Module amethyst_rendy::rendy::hal::image
Image related structures.
An image is a block of GPU memory representing a grid of texels.
Structs
Access | Bitflags to describe how memory in an image or buffer can be accessed. |
Offset | |
Usage | TODO: Find out if TRANSIENT_ATTACHMENT + INPUT_ATTACHMENT are applicable on backends other than Vulkan. --AP Image usage flags |
Enums
CreationError | Pure image object creation error. |
Type Definitions
State | Image state, combining access methods and the image's layout. |