Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Get an array of render-targets.
Syntax
HRESULT GetRenderTargetArray(
[out] ID3D10RenderTargetView **ppResources,
[in] UINT Offset,
[in] UINT Count
);
Parameters
[out] ppResources
Type: ID3D10RenderTargetView**
A pointer to an array of render-target-view interfaces. See ID3D10RenderTargetView Interface.
[in] Offset
Type: UINT
The zero-based array index to get the first interface.
[in] Count
Type: UINT
The number of elements in the array.
Return value
Type: HRESULT
Returns one of the following Direct3D 10 Return Codes.
Requirements
Requirement | Value |
---|---|
Target Platform | Windows |
Header | d3d10effect.h (include D3d10) |