[][src]Crate rendy

Rendy's top level crate. Reexports all others.

Re-exports

pub use gfx_hal as hal;

Modules

command

This crate revolves around command recording and submission.

factory

Higher-level rendy interface.

frame

Everything that is frame related.

graph

Framegraph implementation for Rendy engine.

memory

GPU memory management

mesh

This crates provides means to deal with vertex buffers and meshes.

resource

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

shader

Shader compilation.

texture

Texture creation and usage.

util
wsi

Window system integration.