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:GpuDevicePropertiesName of the backend implementation, can be used to identify backends that further extend B3D.- Specified by:
backendNamein interfaceGpuDeviceProperties
-
apiName
Description copied from interface:GpuDevicePropertiesThe API the backend is using, ex: "OpenGL" or "Vulkan".- Specified by:
apiNamein interfaceGpuDeviceProperties
-