Table of Contents

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

slot int
description UAVDescription

Properties

Description

[DataMember]
public UAVDescription Description { get; set; }

Property Value

UAVDescription

Slot

[DataMember]
public int Slot { get; set; }

Property Value

int

Methods

Clone()

public UAVMapping Clone()

Returns

UAVMapping