Class SamplerMetaFile
Sampler meta file.
Inheritance
SamplerMetaFile
Implements
Inherited Members
Namespace: Evergine.Assets.Exporters
Assembly: Evergine.Assets.dll
Syntax
public class SamplerMetaFile : AssetMetafile<SamplerProfile, SamplerExporter>, IAssetMetaFile
Constructors
SamplerMetaFile()
Initializes a new instance of the SamplerMetaFile class.
Declaration
public SamplerMetaFile()
SamplerMetaFile(SamplerStateDescription)
Initializes a new instance of the SamplerMetaFile class.
Declaration
public SamplerMetaFile(SamplerStateDescription samplerDescription)
Parameters
Type | Name | Description |
---|---|---|
SamplerStateDescription | samplerDescription | SamplerState instance. |
Fields
Extension
The Sampler meta file extension.
Declaration
public static readonly string Extension
Field Value
Type | Description |
---|---|
string |
Properties
ExtensionMetafile
Gets the sampler extension.
Declaration
public override string ExtensionMetafile { get; }
Property Value
Type | Description |
---|---|
string |