| 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; }
public:
property bool IsFormatValid {
bool get ();
}
Property Value
Type:
Booleantrue if a surface format is available; otherwise,
false.
Exceptions Version Information Lumiscaphe Workshop SDK
Supported in: 7.0 release 1
See Also