all: replace ustr literals by cstr literals
This commit is contained in:
parent
1a0181f2ac
commit
e2cb37c4d8
5 changed files with 17 additions and 21 deletions
|
|
@ -63,7 +63,7 @@ impl VulkanInstance {
|
|||
.collect();
|
||||
let app_info = ApplicationInfo::default()
|
||||
.api_version(API_VERSION)
|
||||
.application_name(ustr!("jay").as_c_str().unwrap())
|
||||
.application_name(c"jay")
|
||||
.application_version(1);
|
||||
let mut severity = DebugUtilsMessageSeverityFlagsEXT::empty()
|
||||
| DebugUtilsMessageSeverityFlagsEXT::ERROR
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue