Uses of Class
org.xjge.graphics.Shader

Packages that use Shader
Package Description
org.xjge.graphics
Supplies abstractions of OpenGL into various objects and data structures to be used by other parts of the engine.
  • Uses of Shader in org.xjge.graphics

    Constructor parameters in org.xjge.graphics with type arguments of type Shader
    Constructor Description
    GLProgram​(java.util.LinkedList<Shader> shaders, java.lang.String name)
    Creates a new shader program with the code supplied from the compiled .glsl source files.