DRAWRESULT Enumeration

详细描述

Enumerations

enum   DRAWRESULT {
   FAILURE ,
   OK ,
   SKIP
}

函数

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   )