D3DTEXTURELOAD

The D3DTEXTURELOAD structure describes operand data for the D3DOP_TEXTURELOAD opcode in the D3DOPCODE enumerated type.

typedef struct _D3DTEXTURELOAD { 
    D3DTEXTUREHANDLE hDestTexture; 
    D3DTEXTUREHANDLE hSrcTexture; 
} D3DTEXTURELOAD, *LPD3DTEXTURELOAD; 
 

Members

hDestTexture
Handle to the destination texture.
hSrcTexture
Handle to the source texture.

Remarks

The textures referred to by the hDestTexture and hSrcTexture members must be the same size.

QuickInfo

  Windows NT: Use version 4.0 or later.
  Windows: Use Windows 95 or later. Available as a redistributable for Windows 95.
  Windows CE: Unsupported.
  Header: Declared in d3dtypes.h.