LiteFX 0.3.1.2022
Computer Graphics Engine
|
This is the complete list of members for LiteFX::Rendering::RenderTarget, including all inherited members.
blendState() const noexcept override | LiteFX::Rendering::RenderTarget | virtual |
clearBuffer() const noexcept override | LiteFX::Rendering::RenderTarget | virtual |
clearStencil() const noexcept override | LiteFX::Rendering::RenderTarget | virtual |
clearValues() const noexcept override | LiteFX::Rendering::RenderTarget | virtual |
format() const noexcept override | LiteFX::Rendering::RenderTarget | virtual |
isVolatile() const noexcept override | LiteFX::Rendering::RenderTarget | virtual |
location() const noexcept override | LiteFX::Rendering::RenderTarget | virtual |
name() const noexcept override | LiteFX::Rendering::RenderTarget | virtual |
operator=(const RenderTarget &) noexcept | LiteFX::Rendering::RenderTarget | inline |
operator=(RenderTarget &&) noexcept | LiteFX::Rendering::RenderTarget | inline |
RenderTarget() noexcept | LiteFX::Rendering::RenderTarget | |
RenderTarget(const UInt32 &location, const RenderTargetType &type, const Format &format, const bool &clearBuffer, const Vector4f &clearValues={ 0.f, 0.f, 0.f, 0.f }, const bool &clearStencil=true, const bool &isVolatile=false, const BlendState &blendState={}) | LiteFX::Rendering::RenderTarget | explicit |
RenderTarget(const String &name, const UInt32 &location, const RenderTargetType &type, const Format &format, const bool &clearBuffer, const Vector4f &clearValues={ 0.f, 0.f, 0.f, 0.f }, const bool &clearStencil=true, const bool &isVolatile=false, const BlendState &blendState={}) | LiteFX::Rendering::RenderTarget | explicit |
RenderTarget(const RenderTarget &) noexcept | LiteFX::Rendering::RenderTarget | |
RenderTarget(RenderTarget &&) noexcept | LiteFX::Rendering::RenderTarget | |
type() const noexcept override | LiteFX::Rendering::RenderTarget | virtual |
~IRenderTarget() noexcept=default | LiteFX::Rendering::IRenderTarget | virtual |
~RenderTarget() noexcept | LiteFX::Rendering::RenderTarget | virtual |