D3DCreateLinker 函式 (d3dcompiler.h)
建立連結器介面。
注意 此函式是 HLSL 著色器連結技術的一部分,您可以在所有 Direct3D 11 平臺上用來建立先行編譯的 HLSL 函式、將它們封裝成程式庫,並在執行時間將它們連結至完整著色器。
語法
HRESULT D3DCreateLinker(
[out] ID3D11Linker **ppLinker
);
參數
[out] ppLinker
類型: ID3D11Linker**
變數的指標,接收用來連結著色器模組之 ID3D11Linker 介面的指標。
傳回值
類型: HRESULT
如果成功,則傳回S_OK;否則,傳回其中一個 Direct3D 11 傳回碼。
備註
注意 D3dcompiler_47.dll 或更新版本的 DLL 包含 D3DCreateLinker 函式。
需求
目標平台 | Windows |
標頭 | d3dcompiler.h |
程式庫 | D3DCompiler.lib |
Dll | D3DCompiler_47.dll |