Package com.mojang.blaze3d.shaders
Class EffectProgram
java.lang.Object
com.mojang.blaze3d.shaders.Program
com.mojang.blaze3d.shaders.EffectProgram
- 
Nested Class SummaryNested classes/interfaces inherited from class com.mojang.blaze3d.shaders.ProgramProgram.Type
- 
Field SummaryFields
- 
Constructor SummaryConstructorsModifierConstructorDescriptionprivateEffectProgram(Program.Type p_166582_, int p_166583_, String p_166584_) 
- 
Method SummaryModifier 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.ProgramattachToShader, compileShader, compileShaderInternal, getId, getName
- 
Field Details- 
PREPROCESSOR
- 
referencesprivate int references
 
- 
- 
Constructor Details- 
EffectProgram
 
- 
- 
Method Details- 
attachToEffect
- 
closepublic void close()
- 
compileShaderpublic static EffectProgram compileShader(Program.Type p_166589_, String p_166590_, InputStream p_166591_, String p_166592_) throws IOException - Throws:
- IOException
 
 
-