Click or drag to resize
AB4D logo

PixelMaterialDiffuseTextures Property

Gets an array of ShaderResourceView objects that define the textures. Call SetTexture(ShaderResourceView, Size2, Color4, SamplerState, BlendState, String) or SetTexture(ShaderResourceView, Size2, SamplerState, BlendState, String) to set this property.

Namespace: Ab3d.DirectX.Materials
Assembly: Ab3d.DXEngine (in Ab3d.DXEngine.dll) Version: 7.0.8865.1045
Syntax
C#
public ShaderResourceView[] DiffuseTextures { get; }

Property Value

ShaderResourceView

Implements

IDiffuseTextureMaterialDiffuseTextures
See Also