Safe Haskell | None |
---|---|
Language | Haskell2010 |
Documentation
pattern VK_KHR_16BIT_STORAGE_SPEC_VERSION :: Integral a => a Source #
pattern VK_KHR_16BIT_STORAGE_EXTENSION_NAME :: (Eq a, IsString a) => a Source #
pattern VkPhysicalDevice16BitStorageFeaturesKHR :: ("sType" ::: VkStructureType) -> ("pNext" ::: Ptr ()) -> ("storageBuffer16BitAccess" ::: VkBool32) -> ("uniformAndStorageBuffer16BitAccess" ::: VkBool32) -> ("storagePushConstant16" ::: VkBool32) -> ("storageInputOutput16" ::: VkBool32) -> VkPhysicalDevice16BitStorageFeaturesKHR Source #