Table of Contents

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

name string
shaderType ShaderStage
type UnorderedAccessViewType

Fields

ShaderType

[DataMember]
public ShaderStage ShaderType

Field Value

ShaderStage

Type

[DataMember]
public UnorderedAccessViewType Type

Field Value

UnorderedAccessViewType

Properties

Name

[DataMember]
public string Name { get; set; }

Property Value

string

Methods

Clone()

public UAVDescription Clone()

Returns

UAVDescription

CreateMapping(int)

public UAVMapping CreateMapping(int slot)

Parameters

slot int

Returns

UAVMapping