@NonnullDefault
See: Description
| Interface | Description |
|---|---|
| UIHandlerI |
Instances of this interface may be passed to the
SetHandler method. |
| Class | Description |
|---|---|
| Blendish |
Blendish is a small collection of drawing functions for NanoVG, designed to replicate the look of the Blender 2.5+ User Interface.
|
| BNDnodeTheme |
Describes the theme used to draw nodes.
|
| BNDnodeTheme.Buffer |
An array of
BNDnodeTheme structs. |
| BNDtheme |
Describes the theme used to draw widgets.
|
| BNDtheme.Buffer |
An array of
BNDtheme structs. |
| BNDwidgetTheme |
Describes the theme used to draw a single widget or widget box; these values correspond to the same values that can be retrieved from the Theme panel
in the Blender preferences.
|
| BNDwidgetTheme.Buffer |
An array of
BNDwidgetTheme structs. |
| NanoSVG |
NanoSVG is a simple stupid single-header-file SVG parse.
|
| NanoVG |
NanoVG is a small antialiased vector graphics rendering library for OpenGL.
|
| NanoVGBGFX |
Implementation of the NanoVG API using bgfx.
|
| NanoVGBGFX.Functions |
Contains the function pointers loaded from bgfx.
|
| NanoVGGL2 |
Implementation of the NanoVG API using OpenGL 2.0.
|
| NanoVGGL3 |
Implementation of the NanoVG API using OpenGL 3.0.
|
| NanoVGGLES2 |
Implementation of the NanoVG API using OpenGL ES 2.0.
|
| NanoVGGLES3 |
Implementation of the NanoVG API using OpenGL ES 3.0.
|
| NSVGGradient |
Layout
|
| NSVGGradient.Buffer |
An array of
NSVGGradient structs. |
| NSVGGradientStop |
Layout
|
| NSVGGradientStop.Buffer |
An array of
NSVGGradientStop structs. |
| NSVGImage |
Member documentation
|
| NSVGImage.Buffer |
An array of
NSVGImage structs. |
| NSVGPaint |
Layout
|
| NSVGPaint.Buffer |
An array of
NSVGPaint structs. |
| NSVGPath |
Member documentation
|
| NSVGPath.Buffer |
An array of
NSVGPath structs. |
| NSVGShape |
Member documentation
|
| NSVGShape.Buffer |
An array of
NSVGShape structs. |
| NVGColor |
A NanoVG color.
|
| NVGColor.Buffer |
An array of
NVGColor structs. |
| NVGGlyphPosition |
A glyph position.
|
| NVGGlyphPosition.Buffer |
An array of
NVGGlyphPosition structs. |
| NVGLUFramebuffer |
A framebuffer object.
|
| NVGLUFramebuffer.Buffer |
An array of
NVGLUFramebuffer structs. |
| NVGLUFramebufferBGFX |
A framebuffer object.
|
| NVGLUFramebufferBGFX.Buffer |
An array of
NVGLUFramebufferBGFX structs. |
| NVGPaint |
A NanoVG paint.
|
| NVGPaint.Buffer |
An array of
NVGPaint structs. |
| NVGTextRow |
A text row.
|
| NVGTextRow.Buffer |
An array of
NVGTextRow structs. |
| OUI | |
| UIHandler |
Instances of this class may be passed to the
SetHandler method. |
| UIRect |
layout rectangle
|
| UIRect.Buffer |
An array of
UIRect structs. |
| UIVec2 |
for cursor positions, mainly
|
| UIVec2.Buffer |
An array of
UIVec2 structs. |
Copyright LWJGL. All Rights Reserved. License terms.