[][src]Crate rendy_resource

This crate provide methods to create/destroy and otherwise manage device resources. Primarily focus on buffers and images.

Re-exports

pub use crate::buffer::Buffer;
pub use crate::image::Image;

Modules

buffer

Buffer usage, creation-info and wrappers.

image

Image usage, format, kind, extent, creation-info and wrappers.

sampler

Sampler creation-info and wrappers.

Structs

KeepAlive

Values of KeepAlive keeps resources from destroying.

Resources

Resource manager. It can be used to create and destroy resources such as buffers and images.