Click or drag to resize
AB4D logo

DXDeviceResourcesCacheAddDXMaterial Method

Adds the DXEngine's dxMaterial that was created from the WPF material to this DXDeviceResourcesCache.

Namespace: Ab3d.DirectX.Common
Assembly: Ab3d.DXEngine.Wpf (in Ab3d.DXEngine.Wpf.dll) Version: 7.0.8865.1045
Syntax
C#
public void AddDXMaterial(
	Material material,
	Material dxMaterial
)

Parameters

material  Material
WPF material
dxMaterial  Material
DXEngine's material
See Also