IPixelHistoryCallback2::IntersectionsCallback method

A callback that notifies the host of pixel history intersection information returned by the assocaited request.

Syntax

HRESULT IntersectionsCallback(
   DWORD                       count,
   PixelHistoryIntersection [] count0_intersections
);

Parameters

count
The number of pixel history intersections.

count0_intersections
The pixel history intersections.

Return value

If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.

Requirements

Header

Vspixengine.h

See also

IPixelHistoryCallback2