Click or drag to resize

RenderDx11IsFormatValid Property

Gets a value determining whether a surface format is available as a specified resource type and can be used as a render target on a device representing this adapter.

Namespace:  Lumiscaphe.Workshop.Interop
Assembly:  Lumiscaphe.Workshop.Interop (in Lumiscaphe.Workshop.Interop.dll) Version: 21.1.16.0
Syntax
public bool IsFormatValid { get; }

Property Value

Type: Boolean
true if a surface format is available; otherwise, false.
Exceptions
ExceptionCondition
ObjectDestroyedExceptionRenderDx11::IsDestroyed == true
Version Information

Lumiscaphe Workshop SDK

Supported in: 7.0 release 1
See Also