This commit is contained in:
nek0 2022-07-11 14:18:31 +02:00
parent 8a1b5c82c5
commit 345942b3be

View file

@ -170,7 +170,7 @@ getImageViewHandles swapchain surfaceFormat logicalDevice = do
snd <$> allocate
(Vk.createImageView logicalDevice createInfo Nothing)
(\imageView -> do
print ("destrying image view" :: String)
print ("destroying image view" :: String)
Vk.destroyImageView logicalDevice imageView Nothing
)
)