ID3D10EffectSamplerVariable::GetBackingStore, méthode (d3d10effect.h)
Obtenez un pointeur vers une variable qui contient l’état de l’échantillonneur.
Syntaxe
HRESULT GetBackingStore(
[in] UINT Index,
[in] D3D10_SAMPLER_DESC *pSamplerDesc
);
Paramètres
[in] Index
Type : UINT
Indexer dans un tableau de descriptions d’échantillonneur. S’il n’existe qu’une seule variable d’échantillonneur dans l’effet, utilisez 0.
[in] pSamplerDesc
Type : D3D10_SAMPLER_DESC*
Pointeur vers la description d’un échantillonneur (voir D3D10_SAMPLER_DESC).
Valeur retournée
Type : HRESULT
Renvoie l’un des codes de retour Direct3D 10 suivants.
Configuration requise
Plateforme cible | Windows |
En-tête | d3d10effect.h |