Safe Haskell | None |
---|---|
Language | Haskell2010 |
Gpu.Vulkan.Khr.Surface.PhysicalDevice
Synopsis
- getSupport :: P -> Index -> S ss -> IO Bool
- getFormats :: P -> S ss -> (forall (fmts :: [Format]). Show (PL FormatToValue Format fmts) => PL FormatToValue Format fmts -> IO a) -> IO a
- getFormatsFiltered :: forall (fmt :: Format) ss. FormatToValue fmt => P -> S ss -> IO [Format fmt]
- getCapabilities :: P -> S ss -> IO Capabilities
- getPresentModes :: P -> S ss -> IO [PresentMode]
GET SUPPORT, FORMATS, CAPABILITIES AND PRESENT MODES
getFormats :: P -> S ss -> (forall (fmts :: [Format]). Show (PL FormatToValue Format fmts) => PL FormatToValue Format fmts -> IO a) -> IO a Source #
getFormatsFiltered :: forall (fmt :: Format) ss. FormatToValue fmt => P -> S ss -> IO [Format fmt] Source #
getCapabilities :: P -> S ss -> IO Capabilities Source #
getPresentModes :: P -> S ss -> IO [PresentMode] Source #