Safe Haskell | None |
---|---|
Language | Haskell2010 |
Documentation
pattern VK_KHR_DEDICATED_ALLOCATION_SPEC_VERSION :: Integral a => a Source #
pattern VK_KHR_DEDICATED_ALLOCATION_EXTENSION_NAME :: (Eq a, IsString a) => a Source #
pattern VkMemoryDedicatedRequirementsKHR :: ("sType" ::: VkStructureType) -> ("pNext" ::: Ptr ()) -> ("prefersDedicatedAllocation" ::: VkBool32) -> ("requiresDedicatedAllocation" ::: VkBool32) -> VkMemoryDedicatedRequirementsKHR Source #
pattern VkMemoryDedicatedAllocateInfoKHR :: ("sType" ::: VkStructureType) -> ("pNext" ::: Ptr ()) -> ("image" ::: VkImage) -> ("buffer" ::: VkBuffer) -> VkMemoryDedicatedAllocateInfoKHR Source #