Class SystemDetails
java.lang.Object
team.lodestar.lodestone.systems.rendering.shader.compute.SystemDetails
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
SystemDetails
public SystemDetails()
-
-
Method Details
-
getVendor
-
getRenderer
-
getVersion
-
getOpenglVersion
public static int[] getOpenglVersion() -
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)
-