Safe Haskell | None |
---|---|
Language | Haskell2010 |
Synopsis
- data Properties
- pattern Properties :: Word32 -> Word32 -> Word32 -> Extent3d -> Properties
- propertiesQueueFlags :: Properties -> Word32
- propertiesQueueCount :: Properties -> Word32
- propertiesTimestampValidBits :: Properties -> Word32
- propertiesMinImageTransferGranularity :: Properties -> Extent3d
PROPERTIES
data Properties Source #
Instances
Storable Properties Source # | |
Defined in Gpu.Vulkan.QueueFamily.Core sizeOf :: Properties -> Int # alignment :: Properties -> Int # peekElemOff :: Ptr Properties -> Int -> IO Properties # pokeElemOff :: Ptr Properties -> Int -> Properties -> IO () # peekByteOff :: Ptr b -> Int -> IO Properties # pokeByteOff :: Ptr b -> Int -> Properties -> IO () # peek :: Ptr Properties -> IO Properties # poke :: Ptr Properties -> Properties -> IO () # | |
Show Properties Source # | |
Defined in Gpu.Vulkan.QueueFamily.Core showsPrec :: Int -> Properties -> ShowS # show :: Properties -> String # showList :: [Properties] -> ShowS # |
pattern Properties :: Word32 -> Word32 -> Word32 -> Extent3d -> Properties Source #