public class NanoVGBGFX
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
NanoVGBGFX.Functions
Contains the function pointers loaded from bgfx.
|
| Modifier and Type | Method and Description |
|---|---|
static long |
nnvgCreate(int _edgeaa,
short _viewId,
long _allocator) |
static void |
nnvgluBindFramebuffer(long _framebuffer) |
static long |
nnvgluCreateFramebuffer(long _ctx,
int _width,
int _height,
int imageFlags) |
static void |
nnvgluDeleteFramebuffer(long _framebuffer) |
static void |
nnvgluSetViewFramebuffer(short _view_id,
long _framebuffer) |
static void |
nnvgSetViewId(long _ctx,
short _viewId) |
static long |
nvgCreate(boolean _edgeaa,
int _viewId,
long _allocator) |
static void |
nvgDelete(long _ctx) |
static short |
nvgGetViewId(long _ctx) |
static void |
nvgluBindFramebuffer(NVGLUFramebufferBGFX _framebuffer) |
static NVGLUFramebufferBGFX |
nvgluCreateFramebuffer(long _ctx,
int _width,
int _height,
int imageFlags) |
static void |
nvgluDeleteFramebuffer(NVGLUFramebufferBGFX _framebuffer) |
static void |
nvgluSetViewFramebuffer(int _view_id,
NVGLUFramebufferBGFX _framebuffer) |
static void |
nvgSetViewId(long _ctx,
int _viewId) |
public static long nnvgCreate(int _edgeaa,
short _viewId,
long _allocator)
public static long nvgCreate(boolean _edgeaa,
int _viewId,
long _allocator)
public static void nvgDelete(long _ctx)
public static void nnvgSetViewId(long _ctx,
short _viewId)
public static void nvgSetViewId(long _ctx,
int _viewId)
public static short nvgGetViewId(long _ctx)
public static long nnvgluCreateFramebuffer(long _ctx,
int _width,
int _height,
int imageFlags)
@Nullable public static NVGLUFramebufferBGFX nvgluCreateFramebuffer(long _ctx, int _width, int _height, int imageFlags)
public static void nnvgluBindFramebuffer(long _framebuffer)
public static void nvgluBindFramebuffer(@Nullable
NVGLUFramebufferBGFX _framebuffer)
public static void nnvgluDeleteFramebuffer(long _framebuffer)
public static void nvgluDeleteFramebuffer(NVGLUFramebufferBGFX _framebuffer)
public static void nnvgluSetViewFramebuffer(short _view_id,
long _framebuffer)
public static void nvgluSetViewFramebuffer(int _view_id,
NVGLUFramebufferBGFX _framebuffer)
Copyright LWJGL. All Rights Reserved. License terms.