Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 1013 Bytes

README.MD

File metadata and controls

30 lines (20 loc) · 1013 Bytes

vulkan 教程

LICENSE

A Rust implementation of the Vulkan Tutorial based on ash crate.

Status

The environment configuration is same as ash. See here for more detail.

Vulkan is quite hard. All examples on official website have been finished. 🍻

Usage

Run any example with the following command:

$ cargo run --features=debug 1

Snapshot

rendering_and_presentation vertex_buffer_creation index_buffer descriptor_pool_and_sets combined_image_sampler combined_image_sampler1 depth_buffering loading_models