gpu-vulkan-0.1.0.169: Vulkan library
Safe HaskellNone
LanguageHaskell2010

Gpu.Vulkan.Device.GroupDevice

Documentation

data CreateInfo (mn :: Maybe Type) #

Constructors

CreateInfo 

Instances

Instances details
Show (M mn) => Show (CreateInfo mn) 
Instance details

Defined in Gpu.Vulkan.Device.GroupDevice.Middle.Internal

Methods

showsPrec :: Int -> CreateInfo mn -> ShowS #

show :: CreateInfo mn -> String #

showList :: [CreateInfo mn] -> ShowS #

WithPoked (M mn) => WithPoked (CreateInfo mn) 
Instance details

Defined in Gpu.Vulkan.Device.GroupDevice.Middle.Internal

Methods

withPoked' :: CreateInfo mn -> (forall s. PtrS s (CreateInfo mn) -> IO b) -> IO b #

data Mask Source #

Instances

Instances details
Default Mask Source # 
Instance details

Defined in Gpu.Vulkan.Device.GroupDevice.Internal

Methods

def :: Mask #

Bits Mask Source # 
Instance details

Defined in Gpu.Vulkan.Device.GroupDevice.Internal

Show Mask Source # 
Instance details

Defined in Gpu.Vulkan.Device.GroupDevice.Internal

Methods

showsPrec :: Int -> Mask -> ShowS #

show :: Mask -> String #

showList :: [Mask] -> ShowS #

Eq Mask Source # 
Instance details

Defined in Gpu.Vulkan.Device.GroupDevice.Internal

Methods

(==) :: Mask -> Mask -> Bool #

(/=) :: Mask -> Mask -> Bool #

pattern AllDevice :: Mask Source #