Safe Haskell | None |
---|---|
Language | Haskell2010 |
Documentation
pattern IMAGE_CREATE_ALIAS_BIT_KHR :: ImageCreateFlagBits Source #
bindBufferMemory2KHR :: (PokeChain a, MonadIO io) => Device -> ("bindInfos" ::: Vector (BindBufferMemoryInfo a)) -> io () Source #
bindImageMemory2KHR :: (PokeChain a, MonadIO io) => Device -> ("bindInfos" ::: Vector (BindImageMemoryInfo a)) -> io () Source #
type KHR_BIND_MEMORY_2_SPEC_VERSION = 1 Source #
pattern KHR_BIND_MEMORY_2_SPEC_VERSION :: forall a. Integral a => a Source #
type KHR_BIND_MEMORY_2_EXTENSION_NAME = "VK_KHR_bind_memory2" Source #
pattern KHR_BIND_MEMORY_2_EXTENSION_NAME :: forall a. (Eq a, IsString a) => a Source #