Package com.mojang.blaze3d.shaders
Class EffectProgram
java.lang.Object
com.mojang.blaze3d.shaders.Program
com.mojang.blaze3d.shaders.EffectProgram
- 
Nested Class Summary
Nested classes/interfaces inherited from class com.mojang.blaze3d.shaders.Program
Program.Type - 
Field Summary
Fields - 
Constructor Summary
ConstructorsModifierConstructorDescriptionprivateEffectProgram(Program.Type p_166582_, int p_166583_, String p_166584_)  - 
Method Summary
Modifier and TypeMethodDescriptionvoidattachToEffect(Effect p_166587_) voidclose()static EffectProgramcompileShader(Program.Type p_166589_, String p_166590_, InputStream p_166591_, String p_166592_) Methods inherited from class com.mojang.blaze3d.shaders.Program
attachToShader, compileShader, compileShaderInternal, getId, getName 
- 
Field Details
- 
PREPROCESSOR
 - 
references
private int references 
 - 
 - 
Constructor Details
- 
EffectProgram
 
 - 
 - 
Method Details
- 
attachToEffect
 - 
close
public void close() - 
compileShader
public static EffectProgram compileShader(Program.Type p_166589_, String p_166590_, InputStream p_166591_, String p_166592_) throws IOException - Throws:
 IOException
 
 -