IPipeLineStagesCallback::MeshDataNotAvailableCallback method

A callback that notifies the host of which pipeline stages are not able to return mesh data for the event specified in the associated request.

Syntax

HRESULT MeshDataNotAvailableCallback(
   UINT                  numberStages,
   PipeLineStageError [] count0_errors,
   UINT                  width,
   UINT                  height,
   EventID               eid
);

Parameters

numberStages
The number of stage errors returned.

count0_errors
The pipeline stage errors.

width
The width of the swap chain associated with the draw call. This is used when requesting pipeline preview images.

height
The height of the swap chain assocaited with the draw call. This is used when requesting pipeline preview images.

eid
The event represented in the results.

Return value

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

Requirements

Header

Vspixengine.h

See also

IPipeLineStagesCallback