Class UAVDescription
- Namespace
- HelixToolkit.SharpDX.Shaders
- Assembly
- HelixToolkit.SharpDX.dll
public sealed class UAVDescription
- Inheritance
-
UAVDescription
- Inherited Members
Constructors
UAVDescription()
public UAVDescription()
UAVDescription(string, ShaderStage, UnorderedAccessViewType)
public UAVDescription(string name, ShaderStage shaderType, UnorderedAccessViewType type)
Parameters
namestringshaderTypeShaderStagetypeUnorderedAccessViewType
Fields
ShaderType
[DataMember]
public ShaderStage ShaderType
Field Value
Type
[DataMember]
public UnorderedAccessViewType Type
Field Value
Properties
Name
[DataMember]
public string Name { get; set; }
Property Value
Methods
Clone()
public UAVDescription Clone()
Returns
CreateMapping(int)
public UAVMapping CreateMapping(int slot)
Parameters
slotint