Class GLPlaceHolderTexture
The placeholder texture used for the swapchain.
Inherited Members
Namespace: Evergine.OpenGL
Assembly: Evergine.OpenGL.dll
Syntax
public class GLPlaceHolderTexture : GLBaseTexture, ILoadable, IDependencyObject
Constructors
GLPlaceHolderTexture(GraphicsContext, TextureDescription)
Initializes a new instance of the GLPlaceHolderTexture class.
Declaration
public GLPlaceHolderTexture(GraphicsContext context, TextureDescription description)
Parameters
| Type | Name | Description |
|---|---|---|
| GraphicsContext | context | The graphics context. |
| TextureDescription | description | The texture description. |
Properties
CouldBeAttachedToFramebuffer
Gets a value indicating whether this texture can be attached to a framebuffer.
Declaration
public override bool CouldBeAttachedToFramebuffer { get; }
Property Value
| Type | Description |
|---|---|
| bool |