a little cleanup
This commit is contained in:
parent
200b28ac31
commit
84d59f731a
2 changed files with 5 additions and 5 deletions
|
@ -21,7 +21,7 @@ createInstance window = do
|
|||
print windowExtensions
|
||||
let createInfo = Vk.zero
|
||||
{ Vk.applicationInfo = Just Vk.zero
|
||||
{ Vk.applicationName = Nothing
|
||||
{ Vk.applicationName = Just "Haskell ❤️ Vulkan"
|
||||
, Vk.apiVersion = Vk.API_VERSION_1_3
|
||||
}
|
||||
-- enable debug util extension for debugging purposes
|
||||
|
|
Loading…
Reference in a new issue