Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Synopsis
- type MemoryHeapFlags = MemoryHeapFlagBits
- newtype MemoryHeapFlagBits where
Documentation
type MemoryHeapFlags = MemoryHeapFlagBits Source #
newtype MemoryHeapFlagBits Source #
VkMemoryHeapFlagBits - Bitmask specifying attribute flags for a heap
See Also
pattern MEMORY_HEAP_DEVICE_LOCAL_BIT :: MemoryHeapFlagBits |
|
pattern MEMORY_HEAP_SEU_SAFE_BIT :: MemoryHeapFlagBits | |
pattern MEMORY_HEAP_MULTI_INSTANCE_BIT :: MemoryHeapFlagBits |
|