Search Results for

    Show / Hide Table of Contents

    Class RenderToFrameBuffer

    Render to final framebuffer.

    Inheritance
    object
    DisposableObject
    RenderToFrameBuffer
    Implements
    IDisposable
    Inherited Members
    DisposableObject.Disposed
    DisposableObject.Dispose()
    DisposableObject.Dispose(bool)
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Evergine.Framework.Graphics
    Assembly: Evergine.Framework.dll
    Syntax
    public class RenderToFrameBuffer : DisposableObject, IDisposable

    Constructors

    RenderToFrameBuffer(GraphicsContext)

    Initializes a new instance of the RenderToFrameBuffer class.

    Declaration
    public RenderToFrameBuffer(GraphicsContext graphicsContext)
    Parameters
    Type Name Description
    GraphicsContext graphicsContext

    GraphicsContext instance.

    Methods

    AddDrawContext(DrawContext)

    Generates a new pipeline based on a drawContext.

    Declaration
    public void AddDrawContext(DrawContext drawContext)
    Parameters
    Type Name Description
    DrawContext drawContext

    DrawContext instance.

    Destroy()

    Destroy all resources of this instance.

    Declaration
    protected override void Destroy()
    Overrides
    DisposableObject.Destroy()

    RemoveDrawContext(DrawContext)

    Remove all resources associated to the specified DrawContext.

    Declaration
    public void RemoveDrawContext(DrawContext drawContext)
    Parameters
    Type Name Description
    DrawContext drawContext

    The draw context.

    Transfer(DrawContext, CommandBuffer)

    Copy intermediate Framebuffer to final Framebuffer.

    Declaration
    public void Transfer(DrawContext drawContext, CommandBuffer commandBuffer)
    Parameters
    Type Name Description
    DrawContext drawContext

    DrawContext instance.

    CommandBuffer commandBuffer

    CommandBuffer instance.

    Implements

    IDisposable

    Extension Methods

    ReflectionHelper.GetMemberAssembly(object)
    ReflectionHelper.GetTypeName(object)
    In This Article
    Back to top
    Generated by DocFX