Class RenderQuad
The RenderQuad effect decorator. Used to transfer framebuffer to swapchain framebuffer.
Inherited Members
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 |