Click or drag to resize
AB4D logo

TextureMapInfo Constructor

Constructor

Namespace: Ab3d.DirectX.Materials
Assembly: Ab3d.DXEngine (in Ab3d.DXEngine.dll) Version: 7.0.8865.1045
Syntax
C#
public TextureMapInfo(
	TextureMapTypes mapType,
	ShaderResourceView shaderResourceView,
	SamplerState samplerState = null,
	string textureResourceName = null
)

Parameters

mapType  TextureMapTypes
TextureMapTypes
shaderResourceView  ShaderResourceView
ShaderResourceView
samplerState  SamplerState  (Optional)
SamplerState (when null, a default WrapSampler is used)
textureResourceName  String  (Optional)
File name or resource name of the texture map (optional and can be null)
See Also