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: 15.0.2.11458
Syntax
C#
public bool IsTextureFormatSupported(
	Format format
)

Parameters

format
Type: Format

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

Return Value

Type: Boolean

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

See Also