Interface ShaderObject.ShaderType

All Known Implementing Classes:
ShaderObject.StandardShaderType
Enclosing interface:
ShaderObject

public static interface ShaderObject.ShaderType
Represents a Shader Type.
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    The GL code used in GL20.glCreateShader(int).
  • Method Details

    • getGLCode

      int getGLCode()
      The GL code used in GL20.glCreateShader(int).
      Returns:
      The code.