Package net.minecraft.client.gl
Interface GlProgram
- All Known Subinterfaces:
class_5936
- All Known Implementing Classes:
class_5944,JsonGlProgram
@Environment(CLIENT) public interface GlProgram
- Mappings:
Namespace Name official dneintermediary net/minecraft/class_3679named net/minecraft/client/gl/GlProgram
-
Method Summary
Modifier and Type Method Description GlShadergetFragmentShader()intgetProgramRef()GlShadergetVertexShader()voidmarkUniformsDirty()voidmethod_34418()
-
Method Details
-
getProgramRef
int getProgramRef()- Mappings:
Namespace Name Mixin selector official aLdne;a()Iintermediary method_1270Lnet/minecraft/class_3679;method_1270()Inamed getProgramRefLnet/minecraft/client/gl/GlProgram;getProgramRef()I
-
markUniformsDirty
void markUniformsDirty()- Mappings:
Namespace Name Mixin selector official bLdne;b()Vintermediary method_1279Lnet/minecraft/class_3679;method_1279()Vnamed markUniformsDirtyLnet/minecraft/client/gl/GlProgram;markUniformsDirty()V
-
getVertexShader
GlShader getVertexShader()- Mappings:
Namespace Name Mixin selector official cLdne;c()Ldnc;intermediary method_1274Lnet/minecraft/class_3679;method_1274()Lnet/minecraft/class_281;named getVertexShaderLnet/minecraft/client/gl/GlProgram;getVertexShader()Lnet/minecraft/client/gl/GlShader;
-
getFragmentShader
GlShader getFragmentShader()- Mappings:
Namespace Name Mixin selector official dLdne;d()Ldnc;intermediary method_1278Lnet/minecraft/class_3679;method_1278()Lnet/minecraft/class_281;named getFragmentShaderLnet/minecraft/client/gl/GlProgram;getFragmentShader()Lnet/minecraft/client/gl/GlShader;
-
method_34418
void method_34418()- Mappings:
Namespace Name Mixin selector official eLdne;e()Vintermediary method_34418Lnet/minecraft/class_3679;method_34418()Vnamed method_34418Lnet/minecraft/client/gl/GlProgram;method_34418()V
-