remove clutter
This commit is contained in:
parent
87cbc2a254
commit
b62515426c
1 changed files with 0 additions and 2 deletions
|
@ -127,8 +127,6 @@ createInstance window = do
|
||||||
-- enable validation layer for debugging purposes
|
-- enable validation layer for debugging purposes
|
||||||
, Vk.enabledLayerNames = V.singleton "VK_LAYER_KHRONOS_validation"
|
, Vk.enabledLayerNames = V.singleton "VK_LAYER_KHRONOS_validation"
|
||||||
}
|
}
|
||||||
-- requirements =
|
|
||||||
-- [Vk.RequireInstanceExtension Nothing n minBound | n <- windowExtensions ]
|
|
||||||
|
|
||||||
(_, inst) <- allocate
|
(_, inst) <- allocate
|
||||||
(Vk.createInstance createInfo Nothing)
|
(Vk.createInstance createInfo Nothing)
|
||||||
|
|
Loading…
Reference in a new issue