EVENTTYPE enumeration

An enum used to indicate the type of an event.

Syntax

C++ 
enum EVENTTYPE {
  ET_NONE = 0, 
  ET_SESSIONSTART, 
  ET_SESSIONEND, 
  ET_PROCESSSTART, 
  ET_PROCESSEND, 
  ET_FRAMEBEGIN, 
  ET_FRAMEEND, 
  ET_USEREVENTBEGIN, 
  ET_USEREVENTEND, 
  ET_USERMARKER, 
  ET_CALL, 
  ET_OBJECTCREATION, 
  ET_OBJECTPOPULATION, 
  ET_CALLSYNC, 
  ET_DRAW, 
  ET_DISPATCH 
};

Constants

ET_NONE
A value that corresponds to no event.

ET_SESSIONSTART
A value that corresponds to a session start event.

ET_SESSIONEND
A value that corresponds to a session end event.

ET_PROCESSSTART
A value that corresponds to a process start event.

ET_PROCESSEND
A value that corresponds to a process end event.

ET_FRAMEBEGIN
A value that corresponds to a frame begin event.

ET_FRAMEEND
A value that corresponds to a frame end event. Not used.

ET_USEREVENTBEGIN
A value that corresponds to a user-event begin event.

ET_USEREVENTEND
A value that corresponds to a user-event end event. Not used.

ET_USERMARKER
A value that corresponds to a user-marker event.

ET_CALL
A value that corresponds to a call event.

ET_OBJECTCREATION
A value that corresponds to an object creation event.

ET_OBJECTPOPULATION
A value that corresponds to an object population event.

ET_CALLSYNC

ET_DRAW
A value that corresponds to a draw call event.

ET_DISPATCH
A value that corresponds to a dispatch event.

Requirements

Header

Vspixengine.h