Safe Haskell | None |
---|---|
Language | Haskell2010 |
Synopsis
- create :: forall (mn :: Maybe Type) (mscc :: Maybe (Type, Type)) sd a. (WithPoked (M mn), ToMiddle mscc) => D sd -> CreateInfo mn -> M (U2 A) mscc -> (forall s. P s -> IO a) -> IO a
- data P s
- data CreateInfo (mn :: Maybe Type) = CreateInfo {}
- getData :: D sd -> P s -> IO Data
- newtype Data = Data ByteString
- readFile :: FilePath -> IO Data
- writeFile :: FilePath -> Data -> IO ()
- hRead :: Handle -> IO Data
- hWrite :: Handle -> Data -> IO ()
CREATE
create :: forall (mn :: Maybe Type) (mscc :: Maybe (Type, Type)) sd a. (WithPoked (M mn), ToMiddle mscc) => D sd -> CreateInfo mn -> M (U2 A) mscc -> (forall s. P s -> IO a) -> IO a Source #
data CreateInfo (mn :: Maybe Type) #
Instances
Show (M mn) => Show (CreateInfo mn) | |
Defined in Gpu.Vulkan.PipelineCache.Middle.Internal showsPrec :: Int -> CreateInfo mn -> ShowS # show :: CreateInfo mn -> String # showList :: [CreateInfo mn] -> ShowS # |