DRAWRESULT

Detailed Description

Enumerations

enum class  DRAWRESULT {
  FAILURE ,
  OK ,
  SKIP
}
 

Functions

enum DRAWRESULT MAXON_ENUM_LIST (DRAWRESULT)
 

Enumeration Type Documentation

◆ DRAWRESULT

enum DRAWRESULT
strong
Enumerator
FAILURE 

There was an error while drawing.

OK 

Something was drawn.

SKIP 

There was nothing to draw in this pass.

Function Documentation

◆ MAXON_ENUM_LIST()

enum DRAWRESULT MAXON_ENUM_LIST ( DRAWRESULT  )