PFND3D12DDI_ADD_PIPELINE_STATE_TO_LIBRARY_0010 fonction de rappel (d3d12umddi.h)
Ajoute l’état du pipeline d’entrée à la bibliothèque correspondante.
Syntaxe
PFND3D12DDI_ADD_PIPELINE_STATE_TO_LIBRARY_0010 Pfnd3d12ddiAddPipelineStateToLibrary0010;
HRESULT Pfnd3d12ddiAddPipelineStateToLibrary0010(
D3D12DDI_HDEVICE hDevice,
D3D12DDI_HPIPELINELIBRARY hLibrary,
D3D12DDI_HPIPELINESTATE hPipelineState,
UINT PipelineIndex
)
{...}
Paramètres
hDevice
Handle de l’appareil d’affichage (contexte graphique).
hLibrary
Bibliothèque de types de handle de pilote en mode utilisateur.
hPipelineState
Handle à l’état du pipeline.
PipelineIndex
Index de pipeline.
Valeur de retour
Retourne HRESULT.
Exigences
Exigence | Valeur |
---|---|
d’en-tête | d3d12umddi.h |