java.lang.Object
team.lodestar.lodestone.systems.rendering.shader.compute.SystemDetails

public class SystemDetails extends Object
  • Constructor Details

    • SystemDetails

      public SystemDetails()
  • Method Details

    • getVendor

      public static String getVendor()
    • getRenderer

      public static String getRenderer()
    • getVersion

      public static String getVersion()
    • getOpenglVersion

      public static int[] getOpenglVersion()
    • getShadingLanguageVersion

      public static String getShadingLanguageVersion()
    • isComputeSupported

      public static boolean isComputeSupported()
    • isSsboSupported

      public static boolean isSsboSupported()
    • getMaxSsboBindings

      public static int getMaxSsboBindings()
    • getMaxShaderStorageBlockSize

      public static int getMaxShaderStorageBlockSize()
    • init

      public static void init()
    • fetchDeviceData

      public static void fetchDeviceData(net.neoforged.neoforge.client.event.RegisterShadersEvent event)