Class NanoVGGLES3

java.lang.Object
org.lwjgl.nanovg.NanoVGGLES3

public class NanoVGGLES3 extends Object
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
     
    static final int
     
    static final int
     
    static final int
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static long
    nnvgCreate(int flags)
    NVGcontext * nvgCreate(int flags)
    static void
    nnvgDelete(long ctx)
    void nvgDelete(NVGcontext * ctx)
    static int
    nnvglCreateImageFromHandle(long ctx, int textureId, int w, int h, int flags)
    int nvglCreateImageFromHandle(NVGcontext * ctx, GLuint textureId, int w, int h, int flags)
    static int
    nnvglImageHandle(long ctx, int image)
    GLuint nvglImageHandle(NVGcontext * ctx, int image)
    static void
    nnvgluBindFramebuffer(long ctx, long fb)
    void nvgluBindFramebuffer(NVGcontext * ctx, NVGLUframebuffer * fb)
    static long
    nnvgluCreateFramebuffer(long ctx, int w, int h, int imageFlags)
    NVGLUframebuffer * nvgluCreateFramebuffer(NVGcontext * ctx, int w, int h, int imageFlags)
    static void
    nnvgluDeleteFramebuffer(long ctx, long fb)
    void nvgluDeleteFramebuffer(NVGcontext * ctx, NVGLUframebuffer * fb)
    static long
    nvgCreate(int flags)
    NVGcontext * nvgCreate(int flags)
    static void
    nvgDelete(long ctx)
    void nvgDelete(NVGcontext * ctx)
    static int
    nvglCreateImageFromHandle(long ctx, int textureId, int w, int h, int flags)
    int nvglCreateImageFromHandle(NVGcontext * ctx, GLuint textureId, int w, int h, int flags)
    static int
    nvglImageHandle(long ctx, int image)
    GLuint nvglImageHandle(NVGcontext * ctx, int image)
    static void
    nvgluBindFramebuffer(long ctx, @Nullable NVGLUFramebuffer fb)
    void nvgluBindFramebuffer(NVGcontext * ctx, NVGLUframebuffer * fb)
    static @Nullable NVGLUFramebuffer
    nvgluCreateFramebuffer(long ctx, int w, int h, int imageFlags)
    NVGLUframebuffer * nvgluCreateFramebuffer(NVGcontext * ctx, int w, int h, int imageFlags)
    static void
    void nvgluDeleteFramebuffer(NVGcontext * ctx, NVGLUframebuffer * fb)

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

  • Method Details

    • nnvglCreateImageFromHandle

      public static int nnvglCreateImageFromHandle(long ctx, int textureId, int w, int h, int flags)
      int nvglCreateImageFromHandle(NVGcontext * ctx, GLuint textureId, int w, int h, int flags)
    • nvglCreateImageFromHandle

      public static int nvglCreateImageFromHandle(long ctx, int textureId, int w, int h, int flags)
      int nvglCreateImageFromHandle(NVGcontext * ctx, GLuint textureId, int w, int h, int flags)
    • nnvglImageHandle

      public static int nnvglImageHandle(long ctx, int image)
      GLuint nvglImageHandle(NVGcontext * ctx, int image)
    • nvglImageHandle

      public static int nvglImageHandle(long ctx, int image)
      GLuint nvglImageHandle(NVGcontext * ctx, int image)
    • nnvgCreate

      public static long nnvgCreate(int flags)
      NVGcontext * nvgCreate(int flags)
    • nvgCreate

      public static long nvgCreate(int flags)
      NVGcontext * nvgCreate(int flags)
    • nnvgDelete

      public static void nnvgDelete(long ctx)
      void nvgDelete(NVGcontext * ctx)
    • nvgDelete

      public static void nvgDelete(long ctx)
      void nvgDelete(NVGcontext * ctx)
    • nnvgluCreateFramebuffer

      public static long nnvgluCreateFramebuffer(long ctx, int w, int h, int imageFlags)
      NVGLUframebuffer * nvgluCreateFramebuffer(NVGcontext * ctx, int w, int h, int imageFlags)
    • nvgluCreateFramebuffer

      public static @Nullable NVGLUFramebuffer nvgluCreateFramebuffer(long ctx, int w, int h, int imageFlags)
      NVGLUframebuffer * nvgluCreateFramebuffer(NVGcontext * ctx, int w, int h, int imageFlags)
    • nnvgluBindFramebuffer

      public static void nnvgluBindFramebuffer(long ctx, long fb)
      void nvgluBindFramebuffer(NVGcontext * ctx, NVGLUframebuffer * fb)
    • nvgluBindFramebuffer

      public static void nvgluBindFramebuffer(long ctx, @Nullable NVGLUFramebuffer fb)
      void nvgluBindFramebuffer(NVGcontext * ctx, NVGLUframebuffer * fb)
    • nnvgluDeleteFramebuffer

      public static void nnvgluDeleteFramebuffer(long ctx, long fb)
      void nvgluDeleteFramebuffer(NVGcontext * ctx, NVGLUframebuffer * fb)
    • nvgluDeleteFramebuffer

      public static void nvgluDeleteFramebuffer(long ctx, NVGLUFramebuffer fb)
      void nvgluDeleteFramebuffer(NVGcontext * ctx, NVGLUframebuffer * fb)