Skip to content

Latest commit

 

History

History
71 lines (43 loc) · 1.62 KB

id3dx11effect-isvalid.md

File metadata and controls

71 lines (43 loc) · 1.62 KB
title description ms.assetid keywords topic_type api_name api_location api_type ms.topic ms.date
ID3DX11Effect IsValid method (D3dx11effect.h)
Test an effect to see if it contains valid syntax. | ID3DX11Effect IsValid method (D3dx11effect.h)
42bf0069-1828-4f55-99f5-d0f81eb04336
IsValid method Direct3D 11
IsValid method Direct3D 11 , ID3DX11Effect interface
ID3DX11Effect interface Direct3D 11 , IsValid method
apiref
ID3DX11Effect.IsValid
N/A
N/A.dll
COM
reference
05/31/2018

ID3DX11Effect::IsValid method

Test an effect to see if it contains valid syntax.

Syntax

BOOL IsValid();

Parameters

This method has no parameters.

Return value

Type: BOOL

TRUE if the code syntax is valid; otherwise FALSE.

Remarks

Note

The DirectX SDK does not supply any compiled binaries for effects. You must use Effects 11 source to build your effects-type application. For more information about using Effects 11 source, see Differences Between Effects 10 and Effects 11.

Requirements

Requirement Value
Header
D3dx11effect.h
Library
N/A (An Effects 11 library is available online as shared source.)

See also

ID3DX11Effect