Class RenderQuad
The RenderQuad effect decorator. Used to transfer the framebuffer to the 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 the diffuse texture.
Declaration
public Texture DiffuseTexture { get; set; }
Property Value
Type | Description |
---|---|
Texture |
DiffuseTextureArray
Gets or sets the Diffuse Texture Array.
Declaration
public Texture DiffuseTextureArray { get; set; }
Property Value
Type | Description |
---|---|
Texture |
Sampler
Gets or sets the sampler.
Declaration
public SamplerState Sampler { get; set; }
Property Value
Type | Description |
---|---|
SamplerState |