INITRENDERRESULT

Detailed Description

Result codes for InitRender() calls in the rendering API.

Enumerations

enum class  INITRENDERRESULT {
  OK ,
  OUTOFMEMORY ,
  ASSETMISSING ,
  UNKNOWNERROR ,
  USERBREAK
}
 

Functions

enum INITRENDERRESULT MAXON_ENUM_LIST (INITRENDERRESULT)
 

Enumeration Type Documentation

◆ INITRENDERRESULT

enum INITRENDERRESULT
strong
Enumerator
OK 

Everything is OK, there was no error.

OUTOFMEMORY 

Not enough memory.

ASSETMISSING 

Assets (textures etc.) are missing.

UNKNOWNERROR 

Unknown error.

USERBREAK 

Thread has been canceled.

Since
R17.032 Was INITRENDERRESULT_THREADEDLOCK.

Function Documentation

◆ MAXON_ENUM_LIST()

enum INITRENDERRESULT MAXON_ENUM_LIST ( INITRENDERRESULT  )