Safe Haskell | None |
---|---|
Language | Haskell2010 |
Documentation
pattern IMAGE_CREATE_ALIAS_BIT_KHR :: ImageCreateFlagBits Source #
bindBufferMemory2KHR :: PokeChain a => Device -> ("bindInfos" ::: Vector (BindBufferMemoryInfo a)) -> IO () Source #
bindImageMemory2KHR :: PokeChain a => 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 #