Package org.lwjgl.nanovg
Class NanoVGGLES3
java.lang.Object
org.lwjgl.nanovg.NanoVGGLES3
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
static final int
static final int
static final int
-
Method Summary
Modifier and TypeMethodDescriptionstatic 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
nvgluDeleteFramebuffer
(long ctx, NVGLUFramebuffer fb) void nvgluDeleteFramebuffer(NVGcontext * ctx, NVGLUframebuffer * fb)
-
Field Details
-
NVG_ANTIALIAS
public static final int NVG_ANTIALIAS- See Also:
-
NVG_STENCIL_STROKES
public static final int NVG_STENCIL_STROKES- See Also:
-
NVG_DEBUG
public static final int NVG_DEBUG- See Also:
-
NVG_IMAGE_NODELETE
public static final int NVG_IMAGE_NODELETE- See Also:
-
-
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
void nvgluBindFramebuffer(NVGcontext * ctx, NVGLUframebuffer * fb)
-
nnvgluDeleteFramebuffer
public static void nnvgluDeleteFramebuffer(long ctx, long fb) void nvgluDeleteFramebuffer(NVGcontext * ctx, NVGLUframebuffer * fb)
-
nvgluDeleteFramebuffer
void nvgluDeleteFramebuffer(NVGcontext * ctx, NVGLUframebuffer * fb)
-