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