Safe Haskell | None |
---|---|
Language | Haskell2010 |
Synopsis
- newtype MemoryAllocateFlagBits where
- type MemoryAllocateFlags = MemoryAllocateFlagBits
Documentation
newtype MemoryAllocateFlagBits Source #
VkMemoryAllocateFlagBits - Bitmask specifying flags for a device memory allocation
See Also
pattern MEMORY_ALLOCATE_DEVICE_MASK_BIT :: MemoryAllocateFlagBits |
|
pattern MEMORY_ALLOCATE_DEVICE_ADDRESS_CAPTURE_REPLAY_BIT :: MemoryAllocateFlagBits |
|
pattern MEMORY_ALLOCATE_DEVICE_ADDRESS_BIT :: MemoryAllocateFlagBits |
|