ID3D11ShaderReflectionType::ImplementsInterface 方法 (d3d11shader.h)
指出類別類型是否實作介面。
語法
HRESULT ImplementsInterface(
[in] ID3D11ShaderReflectionType *pBase
);
參數
[in] pBase
類型: ID3D11ShaderReflectionType*
ID3D11ShaderReflectionType 介面的指標。
傳回值
類型: HRESULT
如果實作介面,則傳回S_OK;否則會傳回S_FALSE。
備註
這個方法的介面裝載於現用 DLL D3DCompiler_xx.dll。
規格需求
需求 | 值 |
---|---|
目標平台 | Windows |
標頭 | d3d11shader.h |
程式庫 | D3DCompiler.lib |
Dll | D3DCompiler_47.dll |