Class Config
java.lang.Object
dev.pfaff.altargui.internal.Config
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final boolean
static final String
static final boolean
static final boolean
static final int
static final SceneProxyExecutor
static final boolean
static final boolean
When enabled, some unsafe APIs are used to perform accesses without bounds checks or to give the JIT compiler the necessary constant information to do so automatically. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
CHECKS
public static final boolean CHECKS -
SANITIZE_KEYS
public static final boolean SANITIZE_KEYS -
UNSAFE_OPTIMIZATIONS
public static final boolean UNSAFE_OPTIMIZATIONSWhen enabled, some unsafe APIs are used to perform accesses without bounds checks or to give the JIT compiler the necessary constant information to do so automatically. -
GL_CHECKS
public static final boolean GL_CHECKS -
GL_ALWAYS_UNBIND
public static final boolean GL_ALWAYS_UNBIND -
GL_CONTEXT_POOL_SIZE
public static final int GL_CONTEXT_POOL_SIZE -
FONT_FAMILY
-
PATHFINDER_SCENE_PROXY_EXECUTOR
-
-
Constructor Details
-
Config
public Config()
-