ID3D11FunctionLinkingGraph

Undocumented in source.

Members

Functions

CallFunction
HRESULT CallFunction(char* pModuleInstanceNamespace, ID3D11Module pModuleWithFunctionPrototype, char* pFunctionName, ID3D11LinkingNode* ppCallNode)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
CreateModuleInstance
HRESULT CreateModuleInstance(ID3D11ModuleInstance* ppModuleInstance, ID3DBlob* ppErrorBuffer)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GenerateHlsl
HRESULT GenerateHlsl(uint uFlags, ID3DBlob* ppBuffer)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GetLastError
HRESULT GetLastError(ID3DBlob* ppErrorBuffer)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
PassValue
HRESULT PassValue(ID3D11LinkingNode pSrcNode, int SrcParameterIndex, ID3D11LinkingNode pDstNode, int DstParameterIndex)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
PassValueWithSwizzle
HRESULT PassValueWithSwizzle(ID3D11LinkingNode pSrcNode, int SrcParameterIndex, char* pSrcSwizzle, ID3D11LinkingNode pDstNode, int DstParameterIndex, char* pDstSwizzle)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
SetInputSignature
HRESULT SetInputSignature(D3D11_PARAMETER_DESC* pInputParameters, uint cInputParameters, ID3D11LinkingNode* ppInputNode)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
SetOutputSignature
HRESULT SetOutputSignature(D3D11_PARAMETER_DESC* pOutputParameters, uint cOutputParameters, ID3D11LinkingNode* ppOutputNode)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.

Meta