Reference for JVM version of SpaceVIL  0.3.5.8
SpaceVIL (Space of Visual Items Layout) is a cross-platform and multilingual framework for creating GUI client applications for .NET Standard, .NET Core and JVM. SpaceVIL is based on OpenGL graphic technology and GLFW. Using this framework in conjunction with .Net Core or with a JVM, you can work and create graphical client applications on Linux, Mac OS X and Windows.
com.spvessel.spacevil.Flags.MSAA Enum Reference

Multisample anti-aliasing enum. More...

Public Member Functions

 MSAA (int state)
 
int getValue ()
 

Static Public Member Functions

static MSAA getEnum (int state)
 

Public Attributes

 NO =(0)
 
 MSAA_2X =(2)
 
 MSAA_4X =(4)
 
 MSAA_8X =(8)
 

Detailed Description

Multisample anti-aliasing enum.

Values: NO, MSAA_2X, MSAA_4X, MSAA_8X.

Constructor & Destructor Documentation

◆ MSAA()

com.spvessel.spacevil.Flags.MSAA.MSAA ( int  state)

Member Function Documentation

◆ getEnum()

static MSAA com.spvessel.spacevil.Flags.MSAA.getEnum ( int  state)
static

◆ getValue()

int com.spvessel.spacevil.Flags.MSAA.getValue ( )

Member Data Documentation

◆ MSAA_2X

com.spvessel.spacevil.Flags.MSAA.MSAA_2X =(2)

◆ MSAA_4X

com.spvessel.spacevil.Flags.MSAA.MSAA_4X =(4)

◆ MSAA_8X

com.spvessel.spacevil.Flags.MSAA.MSAA_8X =(8)

◆ NO

com.spvessel.spacevil.Flags.MSAA.NO =(0)

The documentation for this enum was generated from the following file: