LLGL 0.05 Beta
Loading...
Searching...
No Matches
CommandBuffer.RenderPasses.inl File Reference

Functions

virtual void BeginRenderPass (LLGL::RenderTarget &renderTarget, const LLGL::RenderPass *renderPass=nullptr, std::uint32_t numClearValues=0, const LLGL::ClearValue *clearValues=nullptr, std::uint32_t swapBufferIndex=LLGL_CURRENT_SWAP_INDEX) override final
virtual void EndRenderPass (void) override final
virtual void Clear (long flags, const LLGL::ClearValue &clearValue={}) override final
virtual void ClearAttachments (std::uint32_t numAttachments, const LLGL::AttachmentClear *attachments) override final

Function Documentation

◆ BeginRenderPass()

virtual void BeginRenderPass ( LLGL::RenderTarget & renderTarget,
const LLGL::RenderPass * renderPass = nullptr,
std::uint32_t numClearValues = 0,
const LLGL::ClearValue * clearValues = nullptr,
std::uint32_t swapBufferIndex = LLGL_CURRENT_SWAP_INDEX )
finaloverridevirtual

◆ Clear()

virtual void Clear ( long flags,
const LLGL::ClearValue & clearValue = {} )
finaloverridevirtual

◆ ClearAttachments()

virtual void ClearAttachments ( std::uint32_t numAttachments,
const LLGL::AttachmentClear * attachments )
finaloverridevirtual

◆ EndRenderPass()

virtual void EndRenderPass ( void )
finaloverridevirtual