Uses of Class
org.xjge.graphics.BufferType

Packages that use BufferType
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 BufferType in org.xjge.graphics

    Methods in org.xjge.graphics that return BufferType
    Modifier and Type Method Description
    static BufferType BufferType.valueOf​(java.lang.String name)
    Returns the enum constant of this type with the specified name.
    static BufferType[] BufferType.values()
    Returns an array containing the constants of this enum type, in the order they are declared.
    Methods in org.xjge.graphics with parameters of type BufferType
    Modifier and Type Method Description
    void GLProgram.addUniform​(BufferType type, java.lang.String name)
    Creates an association between a CPU-stored data buffer holding the value of a uniform variable and its corresponding memory location on the GPU.