ID3D11DeviceContext::PSGetShader method
Get the pixel shader currently set on the device.
Syntax
void PSGetShader( [out] ID3D11PixelShader **ppPixelShader, [out, optional] ID3D11ClassInstance **ppClassInstances, [in, out, optional] UINT *pNumClassInstances );
Parameters
- ppPixelShader [out]
-
Type: ID3D11PixelShader**
Address of a pointer to a pixel shader (see ID3D11PixelShader) to be returned by the method.
- ppClassInstances [out, optional]
-
Type: ID3D11ClassInstance**
Pointer to an array of class instance interfaces (see ID3D11ClassInstance).
- pNumClassInstances [in, out, optional]
-
Type: UINT*
The number of class-instance elements in the array.
Return value
Returns nothing.
Remarks
Any returned interfaces will have their reference count incremented by one. Applications should call IUnknown::Release on the returned interfaces when they are no longer needed, to avoid memory leaks.
Windows Phone 8: This API is supported.
Requirements
Header |
|
---|---|
Library |
|
See also