Class SamplerMapping
- Namespace
- HelixToolkit.SharpDX.Shaders
- Assembly
- HelixToolkit.SharpDX.dll
[DataContract]
public sealed class SamplerMapping
- Inheritance
-
SamplerMapping
- Inherited Members
Constructors
SamplerMapping()
public SamplerMapping()
SamplerMapping(int, string, ShaderStage)
public SamplerMapping(int slot, string name, ShaderStage type)
Parameters
slotintnamestringtypeShaderStage
Fields
ShaderType
The shader type
[DataMember]
public ShaderStage ShaderType
Field Value
Properties
Name
Gets or sets the name.
[DataMember]
public string Name { get; set; }
Property Value
- string
The name.
Slot
Gets or sets the slot.
[DataMember]
public int Slot { get; set; }
Property Value
- int
The slot.
Methods
Clone()
public SamplerMapping Clone()