Safe Haskell | None |
---|---|
Language | Haskell2010 |
Documentation
pattern STRUCTURE_TYPE_SUBPASS_END_INFO_KHR :: StructureType Source #
createRenderPass2KHR :: PokeChain a => Device -> RenderPassCreateInfo2 a -> ("allocator" ::: Maybe AllocationCallbacks) -> IO RenderPass Source #
cmdBeginRenderPass2KHR :: PokeChain a => CommandBuffer -> RenderPassBeginInfo a -> SubpassBeginInfo -> IO () Source #
cmdNextSubpass2KHR :: CommandBuffer -> SubpassBeginInfo -> SubpassEndInfo -> IO () Source #
cmdEndRenderPass2KHR :: 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 #