Class SamplerProfile
The sampler profile class.
Inherited Members
Namespace: Evergine.Assets.Exporters
Assembly: Evergine.Assets.dll
Syntax
public class SamplerProfile : AssetProfile
Constructors
SamplerProfile()
Initializes a new instance of the SamplerProfile class.
Declaration
public SamplerProfile()
SamplerProfile(SamplerStateDescription)
Initializes a new instance of the SamplerProfile class.
Declaration
public SamplerProfile(SamplerStateDescription samplerDescription)
Parameters
Type | Name | Description |
---|---|---|
SamplerStateDescription | samplerDescription | Sampler State Description. |
Fields
SamplerInfo
The sampler info.
Declaration
public SamplerInfoPart SamplerInfo
Field Value
Type | Description |
---|---|
SamplerInfoPart |