Module pixel_buffer

Module pixel_buffer 

Source
Expand description

Core systems and components of the pixel buffer library

Structs§

CreateImageParams
Parameters for create_image.
Fill
Fill behaviour of the pixel buffer, resizing it automatically
PixelBuffer
Component defining a pixel buffer.
PixelBufferPlugin
Plugin that needs to be added to the app.
PixelBufferPlugins
Plugin group that adds the complete bevy_pixel_buffer suite of plugins:
PixelBufferSize
Size of a pixel buffer.

Enums§

FillKind
What to fill

Functions§

create_image
Creates a compatible Image with the pixel buffer.