Click or drag to resize

D3D9DeviceCapsIsTextureFormatSupported Method

[Missing <summary> documentation for "M:Demo3D.Visuals.D3D9DeviceCaps.IsTextureFormatSupported(SlimDX.Direct3D9.Format)"]


Namespace: Demo3D.Visuals
Assembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.00.00
Syntax
C#
public bool IsTextureFormatSupported(
	Format format
)

Parameters

format  Format

[Missing <param name="format"/> documentation for "M:Demo3D.Visuals.D3D9DeviceCaps.IsTextureFormatSupported(SlimDX.Direct3D9.Format)"]

Return Value

Boolean

[Missing <returns> documentation for "M:Demo3D.Visuals.D3D9DeviceCaps.IsTextureFormatSupported(SlimDX.Direct3D9.Format)"]

See Also