Class UAVMapping
- Namespace
- HelixToolkit.SharpDX.Shaders
- Assembly
- HelixToolkit.SharpDX.dll
[DataContract]
public sealed class UAVMapping
- Inheritance
-
UAVMapping
- Inherited Members
Constructors
UAVMapping(int, UAVDescription)
public UAVMapping(int slot, UAVDescription description)
Parameters
slotintdescriptionUAVDescription
Properties
Description
[DataMember]
public UAVDescription Description { get; set; }
Property Value
Slot
[DataMember]
public int Slot { get; set; }
Property Value
Methods
Clone()
public UAVMapping Clone()