Skip to content

Demonstrations of various graphics programming techniques using Vulkan and written in Rust

Notifications You must be signed in to change notification settings

matthewjberger/tephra

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

77 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tephra

Demonstrations of various graphics programming techniques using Vulkan and Rust.

Instructions

cargo run --release --bin teapot
cargo run --release --bin pbr


# To enable loading validation layers:

# Run in debug mode.
# Validation layers are loaded by default in debug mode.
cargo run --bin pbr

# Or use release mode and enable the 'validation' feature flag
cargo run --bin pbr --release --features validation

About

Demonstrations of various graphics programming techniques using Vulkan and written in Rust

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published