Class FrameBufferSourceLoader
The framebuffer source loader.
Inheritance
FrameBufferSourceLoader
Implements
Inherited Members
Namespace: Evergine.Framework.Assets
Assembly: Evergine.Framework.dll
Syntax
public class FrameBufferSourceLoader : AssetSourceLoadableConverter<FrameBufferSource, FrameBuffer>, IAssetSourceLoadableConverter
Constructors
FrameBufferSourceLoader(AssetsService, GraphicsContext)
Initializes a new instance of the FrameBufferSourceLoader class.
Declaration
public FrameBufferSourceLoader(AssetsService assetsService, GraphicsContext graphicsContext)
Parameters
| Type | Name | Description |
|---|---|---|
| AssetsService | assetsService | The assets service. |
| GraphicsContext | graphicsContext | The graphics context. |
Properties
ExportedExtension
Gets the exported extension of the asset.
Declaration
public override string ExportedExtension { get; }
Property Value
| Type | Description |
|---|---|
| string |
Overrides
Methods
Convert(FrameBufferSource)
Converts from FrameBufferSource to FrameBuffer.
Declaration
public override FrameBuffer Convert(FrameBufferSource source)
Parameters
| Type | Name | Description |
|---|---|---|
| FrameBufferSource | source | FrameBuffer source. |
Returns
| Type | Description |
|---|---|
| FrameBuffer | FrameBuffer instance. |