Class GraphicsConfigLegacy
java.lang.Object
dev.engine.graphics.GraphicsConfig
dev.engine.graphics.GraphicsConfigLegacy
Deprecated.
Use backend-specific GraphicsConfig subclasses instead.
Legacy GraphicsConfig for backward compatibility with GraphicsBackendFactory.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final GraphicsConfigLegacyDeprecated.static final GraphicsConfigLegacyDeprecated. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected RenderDevicecreateDevice(WindowHandle window) Deprecated.Creates the backend-specific render device for the given window.Methods inherited from class GraphicsConfig
create, headless, headless, maxAnisotropy, maxAnisotropy, msaaSamples, msaaSamples, presentMode, presentMode, srgb, srgb, toolkit, validation, validation
-
Field Details
-
DEFAULT
Deprecated. -
HEADLESS
Deprecated.
-
-
Constructor Details
-
GraphicsConfigLegacy
public GraphicsConfigLegacy(boolean headless) Deprecated.
-
-
Method Details
-
createDevice
Deprecated.Description copied from class:GraphicsConfigCreates the backend-specific render device for the given window. Implemented by each backend config.- Specified by:
createDevicein classGraphicsConfig
-