Interface EngineGpuDevice
- All Superinterfaces:
EngineInterface<com.mojang.blaze3d.systems.GpuDevice>
- All Known Implementing Classes:
GpuDeviceMixin
Provides access to GPU device backend information.
-
Method Summary
Modifier and TypeMethodDescriptiondefault com.mojang.blaze3d.systems.GpuDeviceBackendReturns the GPU device backend type.Methods inherited from interface EngineInterface
engine$self
-
Method Details
-
engine$getBackend
default com.mojang.blaze3d.systems.GpuDeviceBackend engine$getBackend()Returns the GPU device backend type.
-