gpu-vulkan-middle-0.1.0.54: Medium wrapper for Vulkan API
Safe HaskellNone
LanguageHaskell2010

Gpu.Vulkan.Descriptor.Enum

Documentation

newtype Type Source #

Constructors

Type Word32 

Instances

Instances details
Storable Type Source # 
Instance details

Defined in Gpu.Vulkan.Descriptor.Enum

Methods

sizeOf :: Type -> Int #

alignment :: Type -> Int #

peekElemOff :: Ptr Type -> Int -> IO Type #

pokeElemOff :: Ptr Type -> Int -> Type -> IO () #

peekByteOff :: Ptr b -> Int -> IO Type #

pokeByteOff :: Ptr b -> Int -> Type -> IO () #

peek :: Ptr Type -> IO Type #

poke :: Ptr Type -> Type -> IO () #

Show Type Source # 
Instance details

Defined in Gpu.Vulkan.Descriptor.Enum

Methods

showsPrec :: Int -> Type -> ShowS #

show :: Type -> String #

showList :: [Type] -> ShowS #

Eq Type Source # 
Instance details

Defined in Gpu.Vulkan.Descriptor.Enum

Methods

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

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

newtype BindingFlagBits Source #

Constructors

BindingFlagBits Word32 

Instances

Instances details
Storable BindingFlagBits Source # 
Instance details

Defined in Gpu.Vulkan.Descriptor.Enum

Bits BindingFlagBits Source # 
Instance details

Defined in Gpu.Vulkan.Descriptor.Enum

Show BindingFlagBits Source # 
Instance details

Defined in Gpu.Vulkan.Descriptor.Enum

Eq BindingFlagBits Source # 
Instance details

Defined in Gpu.Vulkan.Descriptor.Enum