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.
|
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) | |
Multisample anti-aliasing enum.
Values: NO, MSAA_2X, MSAA_4X, MSAA_8X.
com.spvessel.spacevil.Flags.MSAA.MSAA | ( | int | state | ) |
|
static |
int com.spvessel.spacevil.Flags.MSAA.getValue | ( | ) |
com.spvessel.spacevil.Flags.MSAA.MSAA_2X =(2) |
com.spvessel.spacevil.Flags.MSAA.MSAA_4X =(4) |
com.spvessel.spacevil.Flags.MSAA.MSAA_8X =(8) |
com.spvessel.spacevil.Flags.MSAA.NO =(0) |