Uses of Class
zombie.core.opengl.ShaderProgram
Packages that use ShaderProgram
Package
Description
-
Uses of ShaderProgram in zombie.core
Methods in zombie.core with parameters of type ShaderProgramModifier and TypeMethodDescriptionvoidDefaultShader.onCompileSuccess(ShaderProgram sender) voidDepthShader.onCompileSuccess(ShaderProgram sender) -
Uses of ShaderProgram in zombie.core.opengl
Methods in zombie.core.opengl that return ShaderProgramModifier and TypeMethodDescriptionstatic ShaderProgramShaderProgram.createShaderProgram(String name, boolean isStatic, boolean isInstanced, boolean compile) Shader.getProgram()ShaderPrograms.getProgramByID(int shaderID) Shader.getShaderProgram()SmartShader.getShaderProgram()Methods in zombie.core.opengl with parameters of type ShaderProgramModifier and TypeMethodDescriptionvoidVBORenderer.addBox(float width, float height, float length, float r, float g, float b, float a, ShaderProgram shaderProgram) voidVBORenderer.addCylinder(int drawStyle, int orientation, float baseRadius, float topRadius, float height, int slices, int stacks, float r1, float g1, float b1, float a1, ShaderProgram shaderProgram) voidVBORenderer.addCylinder_Fill(float baseRadius, float topRadius, float height, int slices, int stacks, float r1, float g1, float b1, float a1, ShaderProgram shaderProgram) voidVBORenderer.addCylinder_Line(float baseRadius, float topRadius, float height, int slices, int stacks, float r1, float g1, float b1, float a1, ShaderProgram shaderProgram) voidIShaderProgramListener.callback(ShaderProgram sender) voidShader.callback(ShaderProgram sender) voidVBORenderer.cmdUseProgram(ShaderProgram shaderProgram) voidVBORendererCommands.cmdUseProgram(ShaderProgram shaderProgram) voidShaderPrograms.registerProgram(ShaderProgram shaderProgram) voidVBORenderer.setShaderProgram(ShaderProgram shaderProgram) voidShaderPrograms.unregisterProgram(ShaderProgram shaderProgram) Constructors in zombie.core.opengl with parameters of type ShaderProgramModifierConstructorDescriptionShaderUnit(ShaderProgram parent, String fileName, ShaderUnit.Type unitType) -
Uses of ShaderProgram in zombie.core.skinnedmodel.model
Methods in zombie.core.skinnedmodel.model with parameters of type ShaderProgramModifier and TypeMethodDescriptionstatic voidVertexBufferObject.setModelViewProjection(ShaderProgram shaderProgram) -
Uses of ShaderProgram in zombie.core.skinnedmodel.shader
Methods in zombie.core.skinnedmodel.shader that return ShaderProgram -
Uses of ShaderProgram in zombie.iso.weather
Methods in zombie.iso.weather with parameters of type ShaderProgram -
Uses of ShaderProgram in zombie.iso.weather.fog
Methods in zombie.iso.weather.fog that return ShaderProgramMethods in zombie.iso.weather.fog with parameters of type ShaderProgram -
Uses of ShaderProgram in zombie.viewCone
Methods in zombie.viewCone with parameters of type ShaderProgramModifier and TypeMethodDescriptionvoidBlurShader.onCompileSuccess(ShaderProgram sender) voidChunkRenderShader.onCompileSuccess(ShaderProgram sender)