Safe Haskell | None |
---|---|
Language | Haskell2010 |
Gpu.Vulkan.Sparse.Core
Documentation
newtype MemoryBind Source #
Constructors
MemoryBind_ (ForeignPtr MemoryBind) |
Instances
Storable MemoryBind Source # | |
Defined in Gpu.Vulkan.Sparse.Core Methods sizeOf :: MemoryBind -> Int # alignment :: MemoryBind -> Int # peekElemOff :: Ptr MemoryBind -> Int -> IO MemoryBind # pokeElemOff :: Ptr MemoryBind -> Int -> MemoryBind -> IO () # peekByteOff :: Ptr b -> Int -> IO MemoryBind # pokeByteOff :: Ptr b -> Int -> MemoryBind -> IO () # peek :: Ptr MemoryBind -> IO MemoryBind # poke :: Ptr MemoryBind -> MemoryBind -> IO () # | |
Show MemoryBind Source # | |
Defined in Gpu.Vulkan.Sparse.Core Methods showsPrec :: Int -> MemoryBind -> ShowS # show :: MemoryBind -> String # showList :: [MemoryBind] -> ShowS # |
pattern MemoryBind :: Word64 -> Word64 -> M -> Word64 -> Word32 -> MemoryBind Source #
memoryBind :: MemoryBind -> (Word64, Word64, M, Word64, Word32) Source #
type PtrMemoryBind = Ptr MemoryBind Source #