Package net.minecraft.client.gl
Interface GlProgram
- All Known Implementing Classes:
JsonGlProgram
@Environment(CLIENT) public interface GlProgram
- Mappings:
Namespace Name official dliintermediary net/minecraft/class_3679named net/minecraft/client/gl/GlProgram
-
Method Summary
Modifier and Type Method Description GlShadergetFragmentShader()intgetProgramRef()GlShadergetVertexShader()voidmarkUniformsDirty()
-
Method Details
-
getProgramRef
int getProgramRef()- Mappings:
Namespace Name Mixin selector official aLdli;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 bLdli;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 cLdli;c()Ldlj;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 dLdli;d()Ldlj;intermediary method_1278Lnet/minecraft/class_3679;method_1278()Lnet/minecraft/class_281;named getFragmentShaderLnet/minecraft/client/gl/GlProgram;getFragmentShader()Lnet/minecraft/client/gl/GlShader;
-