[−][src]Crate rendy
Rendy's top level crate. Reexports all others.
Re-exports
pub use gfx_hal as hal; |
pub use rendy_util::vulkan; |
Modules
command | This crate revolves around command recording and submission. |
descriptor | |
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 | Crate that contains utility modules used by other rendy crates |
wsi | Window system integration. |