Class GlShaderModule

java.lang.Object
com.mojang.renderpearl.backend.opengl.GlShaderModule
All Implemented Interfaces:
UncheckedAutoCloseable, AutoCloseable

public class GlShaderModule extends Object implements UncheckedAutoCloseable
  • Field Details

    • NOT_ALLOCATED

      private static final int NOT_ALLOCATED
      See Also:
    • INVALID_SHADER

      public static final GlShaderModule INVALID_SHADER
    • label

      private final String label
    • shaderId

      private int shaderId
    • type

      private final ShaderType type
  • Constructor Details

    • GlShaderModule

      public GlShaderModule(int shaderId, String label, ShaderType type)
  • Method Details