Class ARBShadingLanguageInclude


  • public final class ARBShadingLanguageInclude
    extends Object
    • Field Detail

      • GL_SHADER_INCLUDE_ARB

        public static final int GL_SHADER_INCLUDE_ARB
        Accepted by the <type> parameter of NamedStringARB:
        See Also:
        Constant Field Values
      • GL_NAMED_STRING_LENGTH_ARB

        public static final int GL_NAMED_STRING_LENGTH_ARB
        Accepted by the <pname> parameter of GetNamedStringivARB:
        See Also:
        Constant Field Values
      • GL_NAMED_STRING_TYPE_ARB

        public static final int GL_NAMED_STRING_TYPE_ARB
        Accepted by the <pname> parameter of GetNamedStringivARB:
        See Also:
        Constant Field Values
    • Method Detail

      • glNamedStringARB

        public static void glNamedStringARB​(int type,
                                            ByteBuffer name,
                                            ByteBuffer string)
      • glNamedStringARB

        public static void glNamedStringARB​(int type,
                                            CharSequence name,
                                            CharSequence string)
        Overloads glNamedStringARB.
      • glDeleteNamedStringARB

        public static void glDeleteNamedStringARB​(ByteBuffer name)
      • glDeleteNamedStringARB

        public static void glDeleteNamedStringARB​(CharSequence name)
        Overloads glDeleteNamedStringARB.
      • glCompileShaderIncludeARB

        public static void glCompileShaderIncludeARB​(int shader,
                                                     int count,
                                                     ByteBuffer path)
      • glCompileShaderIncludeARB

        public static void glCompileShaderIncludeARB​(int shader,
                                                     CharSequence[] path)
        Overloads glCompileShaderIncludeARB.
      • glIsNamedStringARB

        public static boolean glIsNamedStringARB​(ByteBuffer name)
      • glIsNamedStringARB

        public static boolean glIsNamedStringARB​(CharSequence name)
        Overloads glIsNamedStringARB.
      • glGetNamedStringARB

        public static void glGetNamedStringARB​(CharSequence name,
                                               IntBuffer stringlen,
                                               ByteBuffer string)
        Overloads glGetNamedStringARB.
      • glGetNamedStringARB

        public static String glGetNamedStringARB​(CharSequence name,
                                                 int bufSize)
        Overloads glGetNamedStringARB.
      • glGetNamedStringARB

        public static void glGetNamedStringARB​(ByteBuffer name,
                                               int pname,
                                               IntBuffer params)
      • glGetNamedStringiARB

        public static void glGetNamedStringiARB​(CharSequence name,
                                                int pname,
                                                IntBuffer params)
        Overloads glGetNamedStringivARB.
      • glGetNamedStringiARB

        public static int glGetNamedStringiARB​(CharSequence name,
                                               int pname)
        Overloads glGetNamedStringivARB.