Safe Haskell | None |
---|---|
Language | Haskell2010 |
Graphics.Vulkan.Core10.Enums.MemoryHeapFlagBits
Synopsis
- newtype MemoryHeapFlagBits where
- type MemoryHeapFlags = MemoryHeapFlagBits
Documentation
newtype MemoryHeapFlagBits Source #
Constructors
MemoryHeapFlagBits Flags |
Bundled Patterns
pattern MEMORY_HEAP_DEVICE_LOCAL_BIT :: MemoryHeapFlagBits |
|
pattern MEMORY_HEAP_MULTI_INSTANCE_BIT :: MemoryHeapFlagBits |
|
Instances
type MemoryHeapFlags = MemoryHeapFlagBits Source #