The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
ID3D11ShaderReflectionType::IsOfType method
Indicates whether a variable is of the specified type.
Syntax
HRESULT IsOfType(
[in] ID3D11ShaderReflectionType *pType
);
Parameters
- pType [in]
-
Type: ID3D11ShaderReflectionType*
A pointer to a ID3D11ShaderReflectionType Interface.
Return value
Type: HRESULT
Returns S_OK if object being queried is equal to or inherits from the type in the pType parameter; otherwise returns S_FALSE.
Remarks
This method's interface is hosted in the out-of-box DLL D3DCompiler_xx.dll.
Requirements
|
Header |
|
|---|---|
|
Library |
|
|
DLL |
|
See also
Show: