Update from dev #53

Merged
hodasemi merged 10 commits from dev into master 2023-08-16 07:05:12 +00:00
Showing only changes of commit 7905957835 - Show all commits

View file

@ -166,9 +166,9 @@ pub(crate) extern "system" fn create_instance(
proc_addr,
&ext_names,
if (*create_info).pApplicationInfo == ptr::null() {
VK_MAKE_VERSION(1, 3, 0)
None
} else {
(*(*create_info).pApplicationInfo).apiVersion
Some((*(*create_info).pApplicationInfo).apiVersion)
},
)
}) {