Interface OGLVersioned

All Known Implementing Classes:
BufferTargetType, ColorFormat, GeometryType, OGL11Graphics, OGL12Graphics, OGL13Graphics, OGL14Graphics, OGL15Graphics, OGL20Graphics, OGL21Graphics, OGL30Graphics, OGL31Graphics, OGL32Graphics, OGL33Graphics, OGL40Graphics, OGL41Graphics, OGL42Graphics, OGL43Graphics, OGL44Graphics, OGL45Graphics, OGL46Graphics, OGLGraphics, QueryTarget, ShaderType, TextureFormat, TextureTargetType, TextureWrapType

public interface OGLVersioned
Describes an object that can only be used with specific versions of OpenGL.
Author:
Matthew Tropiano
  • Method Summary

    Modifier and Type
    Method
    Description
     
    boolean
     
  • Method Details

    • getVersion

      OGLVersion getVersion()
      Returns:
      the version that this object or value is available for (and higher).
    • isCore

      boolean isCore()
      Returns:
      true if this object is considered part of core spec, false otherwise.