keid-render-basic-0.1.9.0: Basic rendering programs for Keid engine.
Safe HaskellSafe-Inferred
LanguageGHC2021

Render.Unlit.Colored.Pipeline

Documentation

allocate :: (HasVulkan env, HasRenderPass renderpass) => Bool -> SampleCountFlagBits -> Tagged Scene DsLayoutBindings -> renderpass -> ResourceT (RIO env) Pipeline Source #

allocateWireframe :: (HasVulkan env, HasRenderPass renderpass) => Bool -> SampleCountFlagBits -> Tagged Scene DsLayoutBindings -> renderpass -> ResourceT (RIO env) Pipeline Source #

type Config = Configure Pipeline Source #

config :: Bool -> Tagged Scene DsLayoutBindings -> Config Source #

configWireframe :: Bool -> Tagged Scene DsLayoutBindings -> Config Source #

stageCode :: StageCode Source #

stageSpirv :: StageSpirv Source #