public abstract class STBIZlibCompress extends org.lwjgl.system.Callback implements STBIZlibCompressI
STBImageWrite.stbi_zlib_compress.
unsigned char * (*) (
unsigned char *data,
int data_len,
int *out_len,
int quality
)org.lwjgl.system.CallbackI.B, org.lwjgl.system.CallbackI.D, org.lwjgl.system.CallbackI.F, org.lwjgl.system.CallbackI.I, org.lwjgl.system.CallbackI.J, org.lwjgl.system.CallbackI.N, org.lwjgl.system.CallbackI.P, org.lwjgl.system.CallbackI.S, org.lwjgl.system.CallbackI.V, org.lwjgl.system.CallbackI.ZSIGNATURE| Modifier and Type | Method and Description |
|---|---|
static STBIZlibCompress |
create(long functionPointer)
Creates a
STBIZlibCompress instance from the specified function pointer. |
static STBIZlibCompress |
create(STBIZlibCompressI instance)
Creates a
STBIZlibCompress instance that delegates to the specified STBIZlibCompressI instance. |
static STBIZlibCompress |
createSafe(long functionPointer)
|
__stdcall, address, equals, free, free, get, getSafe, hashCode, toStringcallback, getSignature, invokepublic static STBIZlibCompress create(long functionPointer)
STBIZlibCompress instance from the specified function pointer.STBIZlibCompress@Nullable public static STBIZlibCompress createSafe(long functionPointer)
public static STBIZlibCompress create(STBIZlibCompressI instance)
STBIZlibCompress instance that delegates to the specified STBIZlibCompressI instance.Copyright LWJGL. All Rights Reserved. License terms.