D3DHAL_DP2SETRENDERTARGET2 - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// d3dhal.h

typedef struct _D3DHAL_DP2SETRENDERTARGET2 {
  DWORD RTIndex;
  DWORD hRenderTarget;
} D3DHAL_DP2SETRENDERTARGET2;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-d3dhal-_d3dhal_dp2setrendertarget2)

_D3DHAL_DP2SETRENDERTARGET2 structure

Description

The D3DHAL_DP2SETRENDERTARGET2 structure is used with the D3DDP2OP_SETRENDERTARGET2 opcode to map a portion of a rendering target surface and depth buffer in the current context.

Members

RTIndex

Specifies an index into the rendering target.

hRenderTarget

Specifies a handle to the rendering target.

See also

D3DDP2OP_SETRENDERTARGET2

D3dDrawPrimitives2