Interface EngineGpuDevice

All Superinterfaces:
EngineInterface<com.mojang.blaze3d.systems.GpuDevice>
All Known Implementing Classes:
GpuDeviceMixin

public interface EngineGpuDevice extends EngineInterface<com.mojang.blaze3d.systems.GpuDevice>
Provides access to GPU device backend information.
  • Method Summary

    Modifier and Type
    Method
    Description
    default com.mojang.blaze3d.systems.GpuDeviceBackend
    Returns 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.