SiebenCorgie / ori-engine

A small engine written in rust + vulkan.
Other
7 stars 1 forks source link

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

Open SiebenCorgie opened 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