Class DefaultGlDeviceProperties
java.lang.Object
net.neoforged.neoforge.client.blaze3d.opengl.DefaultGlDeviceProperties
- All Implemented Interfaces:
GpuDeviceProperties
Theoretical GpuDevice properties for the default GlDevice
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionapiName()
The API the backend is using, ex: "OpenGL" or "Vulkan".Name of the backend implementation, can be used to identify backends that further extend B3D.
-
Constructor Details
-
DefaultGlDeviceProperties
public DefaultGlDeviceProperties()
-
-
Method Details
-
backendName
Description copied from interface:GpuDeviceProperties
Name of the backend implementation, can be used to identify backends that further extend B3D.- Specified by:
backendName
in interfaceGpuDeviceProperties
-
apiName
Description copied from interface:GpuDeviceProperties
The API the backend is using, ex: "OpenGL" or "Vulkan".- Specified by:
apiName
in interfaceGpuDeviceProperties
-