Interface GlShader

All Known Subinterfaces:
EffectGlShader
All Known Implementing Classes:
JsonEffectGlShader, Shader

@Environment(CLIENT) public interface GlShader
Mappings:
Namespace Name
official dsa
intermediary net/minecraft/class_3679
named net/minecraft/client/gl/GlShader
  • Method Details

    • getProgramRef

      int getProgramRef()
      Mappings:
      Namespace Name Mixin selector
      official a Ldsa;a()I
      intermediary method_1270 Lnet/minecraft/class_3679;method_1270()I
      named getProgramRef Lnet/minecraft/client/gl/GlShader;getProgramRef()I
    • markUniformsDirty

      void markUniformsDirty()
      Mappings:
      Namespace Name Mixin selector
      official b Ldsa;b()V
      intermediary method_1279 Lnet/minecraft/class_3679;method_1279()V
      named markUniformsDirty Lnet/minecraft/client/gl/GlShader;markUniformsDirty()V
    • getVertexShader

      Program getVertexShader()
      Mappings:
      Namespace Name Mixin selector
      official c Ldsa;c()Ldry;
      intermediary method_1274 Lnet/minecraft/class_3679;method_1274()Lnet/minecraft/class_281;
      named getVertexShader Lnet/minecraft/client/gl/GlShader;getVertexShader()Lnet/minecraft/client/gl/Program;
    • getFragmentShader

      Program getFragmentShader()
      Mappings:
      Namespace Name Mixin selector
      official d Ldsa;d()Ldry;
      intermediary method_1278 Lnet/minecraft/class_3679;method_1278()Lnet/minecraft/class_281;
      named getFragmentShader Lnet/minecraft/client/gl/GlShader;getFragmentShader()Lnet/minecraft/client/gl/Program;
    • attachReferencedShaders

      void attachReferencedShaders()
      Mappings:
      Namespace Name Mixin selector
      official e Ldsa;e()V
      intermediary method_34418 Lnet/minecraft/class_3679;method_34418()V
      named attachReferencedShaders Lnet/minecraft/client/gl/GlShader;attachReferencedShaders()V