Class GLAMDDrawBuffersBlend

java.lang.Object
overrungl.opengl.ext.amd.GLAMDDrawBuffersBlend

public final class GLAMDDrawBuffersBlend extends Object
GL_AMD_draw_buffers_blend
Since:
0.1.0
Author:
squid233
  • Constructor Details

    • GLAMDDrawBuffersBlend

      public GLAMDDrawBuffersBlend()
  • Method Details

    • load

      public static void load(GLExtCaps ext, GLLoadFunc load)
    • glBlendEquationIndexedAMD

      public static void glBlendEquationIndexedAMD(int buf, int mode)
    • glBlendEquationSeparateIndexedAMD

      public static void glBlendEquationSeparateIndexedAMD(int buf, int modeRGB, int modeAlpha)
    • glBlendFuncIndexedAMD

      public static void glBlendFuncIndexedAMD(int buf, int src, int dst)
    • glBlendFuncSeparateIndexedAMD

      public static void glBlendFuncSeparateIndexedAMD(int buf, int srcRGB, int dstRGB, int srcAlpha, int dstAlpha)