SiebenCorgie / jakar-engine

Formerly "Ori-Engine" is an hobby project of mine. Target is an Rust/Vulkan engine for games and visualization software.
MIT License
19 stars 0 forks source link

Create an `vulkano::instance::ApplicationInfo` at renderer creation #9

Closed SiebenCorgie closed 7 years ago

SiebenCorgie commented 7 years ago

Create the vulkano::instance::ApplicationInfo struct at creation time to fill the first parameter of vulkano::instance::Instance::new() This way, at some point, drivers could better recognise the engine and its application/game