Table of Contents

Class TextureDescription

Namespace
HelixToolkit.SharpDX.Shaders
Assembly
HelixToolkit.SharpDX.dll
[DataContract]
public sealed class TextureDescription
Inheritance
TextureDescription
Inherited Members

Constructors

TextureDescription()

public TextureDescription()

TextureDescription(string, ShaderStage, TextureType)

public TextureDescription(string name, ShaderStage shaderType, TextureType type)

Parameters

name string
shaderType ShaderStage
type TextureType

Properties

Name

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

Property Value

string

ShaderType

[DataMember]
public ShaderStage ShaderType { get; set; }

Property Value

ShaderStage

Type

[DataMember]
public TextureType Type { get; set; }

Property Value

TextureType

Methods

Clone()

public TextureDescription Clone()

Returns

TextureDescription

CreateMapping(int)

public TextureMapping CreateMapping(int slot)

Parameters

slot int

Returns

TextureMapping