Nxna2
 All Classes Namespaces Functions Enumerations Enumerator Pages
Namespaces | Classes | Typedefs | Enumerations
Nxna Namespace Reference

Nxna2. More...

Namespaces

 Graphics
 Graphics.
 

Classes

struct  Color
 
struct  Matrix
 
struct  NxnaResultDetails
 
struct  Quaternion
 
struct  Rectangle
 
struct  Vector2
 
struct  Vector3
 
class  Vector4
 

Typedefs

typedef unsigned int PackedColor
 
typedef unsigned char nxna_byte
 

Enumerations

enum  NxnaResult { NxnaResult::Success = 0, NxnaResult::NotSupported = -10000, NxnaResult::UnknownError = -1 }
 

Detailed Description

Nxna2.

Enumeration Type Documentation

enum Nxna::NxnaResult
strong
Enumerator
Success 

Success, no errors.

NotSupported 

The requested operation is not supported on the current platform or hardware.

UnknownError 

An unknown error.