Class GraphicsWorkarounds

java.lang.Object
com.mojang.blaze3d.GraphicsWorkarounds

public class GraphicsWorkarounds extends Object
  • Field Details

    • INTEL_GEN11_CORE

      private static final List<String> INTEL_GEN11_CORE
    • INTEL_GEN11_ATOM

      private static final List<String> INTEL_GEN11_ATOM
    • INTEL_GEN11_CELERON

      private static final List<String> INTEL_GEN11_CELERON
    • INTEL_GEN11_PENTIUM

      private static final List<String> INTEL_GEN11_PENTIUM
    • instance

      @Nullable private static GraphicsWorkarounds instance
    • gpuDevice

      private final WeakReference<GpuDevice> gpuDevice
    • alwaysCreateFreshImmediateBuffer

      private final boolean alwaysCreateFreshImmediateBuffer
  • Constructor Details

    • GraphicsWorkarounds

      private GraphicsWorkarounds(GpuDevice p_428863_)
  • Method Details

    • get

      public static GraphicsWorkarounds get(GpuDevice p_428864_)
    • alwaysCreateFreshImmediateBuffer

      public boolean alwaysCreateFreshImmediateBuffer()
    • isIntelGen11

      private static boolean isIntelGen11(GpuDevice p_428865_)