Safe Haskell | None |
---|---|
Language | Haskell2010 |
Documentation
pattern STRUCTURE_TYPE_SUBPASS_END_INFO_KHR :: StructureType Source #
createRenderPass2KHR :: forall (a :: [Type]) io. (Extendss RenderPassCreateInfo2 a, PokeChain a, MonadIO io) => Device -> RenderPassCreateInfo2 a -> ("allocator" ::: Maybe AllocationCallbacks) -> io RenderPass Source #
cmdBeginRenderPass2KHR :: forall (a :: [Type]) io. (Extendss RenderPassBeginInfo a, PokeChain a, MonadIO io) => CommandBuffer -> RenderPassBeginInfo a -> SubpassBeginInfo -> io () Source #
cmdNextSubpass2KHR :: MonadIO io => CommandBuffer -> SubpassBeginInfo -> SubpassEndInfo -> io () Source #
cmdEndRenderPass2KHR :: MonadIO io => CommandBuffer -> SubpassEndInfo -> io () Source #
type SubpassEndInfoKHR = SubpassEndInfo Source #
type KHR_CREATE_RENDERPASS_2_SPEC_VERSION = 1 Source #
pattern KHR_CREATE_RENDERPASS_2_SPEC_VERSION :: forall a. Integral a => a Source #
type KHR_CREATE_RENDERPASS_2_EXTENSION_NAME = "VK_KHR_create_renderpass2" Source #
pattern KHR_CREATE_RENDERPASS_2_EXTENSION_NAME :: forall a. (Eq a, IsString a) => a Source #