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 Supplier
<LayeredRenderBuffer> static final SceneProxyExecutor
static final RawBuffer.Factory
static final boolean
static final Supplier
<AbstractTextureArray> 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 -
LAYERED_RENDER_BUFFER_IMPL
-
RAW_BUFFER_IMPL
-
TEXTURE_ATLAS_ARRAY_IMPL
-
FONT_FAMILY
-
PATHFINDER_SCENE_PROXY_EXECUTOR
-
TRACE_THREAD_FUTURE_SPAWN_POINT
public static final boolean TRACE_THREAD_FUTURE_SPAWN_POINT
-
-
Constructor Details
-
Config
public Config()
-