Class GpuDeviceMixin
java.lang.Object
de.luckymcdev.foundryengine.mixin.render.GpuDeviceMixin
- All Implemented Interfaces:
EngineInterface<com.mojang.blaze3d.systems.GpuDevice>, EngineGpuDevice
Implements
EngineGpuDevice to expose the GPU device backend.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.mojang.blaze3d.systems.GpuDeviceBackendReturns the GPU device backend.Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface EngineInterface
engine$self
-
Constructor Details
-
GpuDeviceMixin
public GpuDeviceMixin()
-
-
Method Details
-
engine$getBackend
public com.mojang.blaze3d.systems.GpuDeviceBackend engine$getBackend()Returns the GPU device backend.- Specified by:
engine$getBackendin interfaceEngineGpuDevice
-