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.
ID3D11FunctionReflection::GetVariableByName method
Gets a variable by name.
Syntax
ID3D11ShaderReflectionVariable* GetVariableByName(
[in] LPCSTR Name
);
Parameters
- Name [in]
-
Type: LPCSTR
A pointer to a string containing the variable name.
Return value
Type: ID3D11ShaderReflectionVariable*
Returns a ID3D11ShaderReflectionVariable Interface interface.
Requirements
|
Header |
|
|---|---|
|
Library |
|
|
DLL |
|
See also
Show: