类 EffectProgram
java.lang.Object
com.mojang.blaze3d.shaders.Program
com.mojang.blaze3d.shaders.EffectProgram
-
嵌套类概要
从类继承的嵌套类/接口 com.mojang.blaze3d.shaders.Program
Program.Type
-
字段概要
字段 -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明void
attachToEffect
(Effect pEffect) void
close()
static EffectProgram
compileShader
(Program.Type pType, String pName, InputStream pShaderData, String pSourceName) 从类继承的方法 com.mojang.blaze3d.shaders.Program
attachToShader, compileShader, compileShaderInternal, getId, getName
-
字段详细资料
-
PREPROCESSOR
-
references
private int references
-
-
构造器详细资料
-
EffectProgram
-
-
方法详细资料
-
attachToEffect
-
close
public void close() -
compileShader
public static EffectProgram compileShader(Program.Type pType, String pName, InputStream pShaderData, String pSourceName) throws IOException - 抛出:
IOException
-