Gpu.Vulkan.PhysicalDevice.Enum
newtype Type Source #
Constructors
Defined in Gpu.Vulkan.PhysicalDevice.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 () #
showsPrec :: Int -> Type -> ShowS #
show :: Type -> String #
showList :: [Type] -> ShowS #
(==) :: Type -> Type -> Bool #
(/=) :: Type -> Type -> Bool #
pattern TypeMaxEnum :: Type Source #
pattern TypeCpu :: Type Source #
pattern TypeVirtualGpu :: Type Source #
pattern TypeDiscreteGpu :: Type Source #
pattern TypeIntegratedGpu :: Type Source #
pattern TypeOther :: Type Source #
unType :: Type -> Word32 Source #