@NonnullDefault
See: Description
| Interface | Description |
|---|---|
| STBIEOFCallbackI |
Instances of this interface may be set to the
eof field of the STBIIOCallbacks struct. |
| STBIReadCallbackI |
Instances of this interface may be set to the
read field of the STBIIOCallbacks struct. |
| STBISkipCallbackI |
Instances of this interface may be set to the
skip field of the STBIIOCallbacks struct. |
| STBIWriteCallbackI |
Instances of this interface may be used with the
STBImageWrite write_type_to_func functions. |
| STBIZlibCompressI |
Instances of this interface may be set to
STBImageWrite.stbi_zlib_compress. |
| Class | Description |
|---|---|
| STBDXT |
Native bindings to stb_dxt.h from the stb library.
|
| STBEasyFont |
Native bindings to stb_easy_font.h from the stb library.
|
| STBIEOFCallback |
Instances of this class may be set to the
eof field of the STBIIOCallbacks struct. |
| STBIIOCallbacks |
Image IO callbacks, used by
load_from_callbacks. |
| STBIIOCallbacks.Buffer |
An array of
STBIIOCallbacks structs. |
| STBImage |
Native bindings to stb_image.h from the stb library.
|
| STBImageResize |
Native bindings to stb_image_resize.h from the stb library.
|
| STBImageWrite |
Native bindings to stb_image_write.h from the stb library.
|
| STBIReadCallback |
Instances of this class may be set to the
read field of the STBIIOCallbacks struct. |
| STBISkipCallback |
Instances of this class may be set to the
skip field of the STBIIOCallbacks struct. |
| STBIWriteCallback |
Instances of this class may be used with the
STBImageWrite write_type_to_func functions. |
| STBIZlibCompress |
Instances of this class may be set to
STBImageWrite.stbi_zlib_compress. |
| STBPerlin |
Native bindings to stb_perlin.h from the stb library.
|
| STBRectPack |
Native bindings to stb_rect_pack.h from the stb library.
|
| STBRPContext |
The opaque
stbrp_context struct. |
| STBRPContext.Buffer |
An array of
STBRPContext structs. |
| STBRPNode |
The opaque
stbrp_node struct. |
| STBRPNode.Buffer |
An array of
STBRPNode structs. |
| STBRPRect |
A packed rectangle.
|
| STBRPRect.Buffer |
An array of
STBRPRect structs. |
| STBTruetype |
Native bindings to stb_truetype.h from the stb library.
|
| STBTTAlignedQuad |
Quad used for drawing a baked character, returned by
GetBakedQuad. |
| STBTTAlignedQuad.Buffer |
An array of
STBTTAlignedQuad structs. |
| STBTTBakedChar |
Baked character data, returned by
BakeFontBitmap. |
| STBTTBakedChar.Buffer |
An array of
STBTTBakedChar structs. |
| STBTTBitmap |
Bitmap data.
|
| STBTTBitmap.Buffer |
An array of
STBTTBitmap structs. |
| STBTTFontinfo |
An opaque structure that contains font information.
|
| STBTTFontinfo.Buffer |
An array of
STBTTFontinfo structs. |
| STBTTPackContext | |
| STBTTPackContext.Buffer |
An array of
STBTTPackContext structs. |
| STBTTPackedchar |
Packed character data, returned by
PackFontRange |
| STBTTPackedchar.Buffer |
An array of
STBTTPackedchar structs. |
| STBTTPackRange |
A range of packed character data, used by
PackFontRanges |
| STBTTPackRange.Buffer |
An array of
STBTTPackRange structs. |
| STBTTVertex |
Vertex data.
|
| STBTTVertex.Buffer |
An array of
STBTTVertex structs. |
| STBVorbis |
Native bindings to stb_vorbis.c from the stb library.
|
| STBVorbisAlloc |
A buffer to use for allocations by
STBVorbis |
| STBVorbisAlloc.Buffer |
An array of
STBVorbisAlloc structs. |
| STBVorbisInfo |
Information about a Vorbis stream.
|
| STBVorbisInfo.Buffer |
An array of
STBVorbisInfo structs. |
The functionality provided by stb includes:
Copyright LWJGL. All Rights Reserved. License terms.