Compartir a través de


Método ID3D10EffectShaderVariable::GetPixelShader (d3d10effect.h)

Obtiene un sombreador de píxeles.

Sintaxis

HRESULT GetPixelShader(
  [in]  UINT              ShaderIndex,
  [out] ID3D10PixelShader **ppPS
);

Parámetros

[in] ShaderIndex

Tipo: UINT

Un índice basado en cero.

[out] ppPS

Tipo: ID3D10PixelShader**

Puntero a una interfaz ID3D10PixelShader.

Valor devuelto

Tipo: HRESULT

Devuelve uno de los siguientes códigos de retorno de Direct3D 10.

Requisitos

Requisito Value
Plataforma de destino Windows
Encabezado d3d10effect.h

Consulte también

Id3D10EffectShaderResourceVariable (interfaz)

ID3D10EffectShaderVariable