Search Results for

    Show / Hide Table of Contents

    Class RenderQuad

    The RenderQuad effect decorator. Used to transfer framebuffer to swapchain framebuffer.

    Inheritance
    object
    BaseMaterialDecorator
    MaterialDecorator
    RenderQuad
    Inherited Members
    MaterialDecorator.Material
    MaterialDecorator.AllowInstancing
    MaterialDecorator.Id
    MaterialDecorator.OrderBias
    MaterialDecorator.LayerDescription
    BaseMaterialDecorator.material
    BaseMaterialDecorator.ActiveDirectivesNames
    BaseMaterialDecorator.Effect
    BaseMaterialDecorator.GetMaterialPassResources(string, bool)
    BaseMaterialDecorator.Prepare(CommandBuffer)
    BaseMaterialDecorator.Dispose()
    Namespace: Evergine.Framework.Graphics.Materials
    Assembly: Evergine.Framework.dll
    Syntax
    public class RenderQuad : MaterialDecorator

    Constructors

    RenderQuad(Effect)

    Initializes a new instance of the RenderQuad class.

    Declaration
    public RenderQuad(Effect effect)
    Parameters
    Type Name Description
    Effect effect

    The renderQuad effect.

    RenderQuad(Material)

    Initializes a new instance of the RenderQuad class.

    Declaration
    public RenderQuad(Material material)
    Parameters
    Type Name Description
    Material material

    The material.

    Properties

    DiffuseTexture

    Gets or sets Diffuse Texture.

    Declaration
    public Texture DiffuseTexture { get; set; }
    Property Value
    Type Description
    Texture

    DiffuseTextureArray

    Gets or sets Diffuse Texture Array.

    Declaration
    public Texture DiffuseTextureArray { get; set; }
    Property Value
    Type Description
    Texture

    Sampler

    Gets or sets Sampler.

    Declaration
    public SamplerState Sampler { get; set; }
    Property Value
    Type Description
    SamplerState

    Extension Methods

    ReflectionHelper.GetMemberAssembly(object)
    ReflectionHelper.GetTypeName(object)
    In this article
    Back to top
    Generated by DocFX