PipeLineStageError structure

Represents an error in a pipeline stage.

Syntax


typedef struct PipeLineStageError {
  PipeLineStagesID Stage;
  HRESULT          Error;
} PipeLineStageError;

Members

Stage

The ID of the pipeline stage in which the error has occured.

Error

The kind of error that has occurred.

Requirements

Header

Vspixengine.h

 

 

Community Additions

ADD
Show: