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
namestringshaderTypeShaderStagetypeTextureType
Properties
Name
[DataMember]
public string Name { get; set; }
Property Value
ShaderType
[DataMember]
public ShaderStage ShaderType { get; set; }
Property Value
Type
[DataMember]
public TextureType Type { get; set; }
Property Value
Methods
Clone()
public TextureDescription Clone()
Returns
CreateMapping(int)
public TextureMapping CreateMapping(int slot)
Parameters
slotint