Package org.lwjgl.glfw
Class GLFWImage
java.lang.Object
org.lwjgl.system.Pointer.Default
org.lwjgl.system.Struct<GLFWImage>
org.lwjgl.glfw.GLFWImage
- All Implemented Interfaces:
AutoCloseable,org.lwjgl.system.NativeResource,org.lwjgl.system.Pointer
public class GLFWImage
extends org.lwjgl.system.Struct<GLFWImage>
implements org.lwjgl.system.NativeResource
Image data.
This describes a single 2D image. See the documentation for each related function to see what the expected pixel format is.
Layout
struct GLFWimage {
int width();
int height();
unsigned char * pixels(int);
}- Since:
- version 2.1
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class org.lwjgl.system.Struct
org.lwjgl.system.Struct.StructValidationNested classes/interfaces inherited from interface org.lwjgl.system.Pointer
org.lwjgl.system.Pointer.Default -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intThe struct alignment in bytes.static final intThe struct member offsets.static final intThe struct member offsets.static final intThe struct size in bytes.static final intThe struct member offsets.Fields inherited from interface org.lwjgl.system.Pointer
BITS32, BITS64, CLONG_SHIFT, CLONG_SIZE, POINTER_SHIFT, POINTER_SIZE -
Constructor Summary
ConstructorsConstructorDescriptionGLFWImage(ByteBuffer container) Creates aGLFWImageinstance at the current position of the specifiedByteBuffercontainer. -
Method Summary
Modifier and TypeMethodDescriptionstatic GLFWImagecalloc()Returns a newGLFWImageinstance allocated withmemCalloc.static GLFWImage.Buffercalloc(int capacity) Returns a newGLFWImage.Bufferinstance allocated withmemCalloc.static GLFWImage.Buffercalloc(int capacity, org.lwjgl.system.MemoryStack stack) Returns a newGLFWImage.Bufferinstance allocated on the specifiedMemoryStackand initializes all its bits to zero.static GLFWImagecalloc(org.lwjgl.system.MemoryStack stack) Returns a newGLFWImageinstance allocated on the specifiedMemoryStackand initializes all its bits to zero.static GLFWImageDeprecated.static GLFWImage.BuffercallocStack(int capacity) Deprecated.static GLFWImage.BuffercallocStack(int capacity, org.lwjgl.system.MemoryStack stack) Deprecated.static GLFWImagecallocStack(org.lwjgl.system.MemoryStack stack) Deprecated.static GLFWImagecreate()Returns a newGLFWImageinstance allocated withBufferUtils.static GLFWImage.Buffercreate(int capacity) Returns a newGLFWImage.Bufferinstance allocated withBufferUtils.static GLFWImagecreate(long address) Returns a newGLFWImageinstance for the specified memory address.static GLFWImage.Buffercreate(long address, int capacity) Create aGLFWImage.Bufferinstance at the specified memory.static @Nullable GLFWImagecreateSafe(long address) static @Nullable GLFWImage.BuffercreateSafe(long address, int capacity) intheight()the height, in pixels, of this imageheight(int value) Sets the specified value to theheight()field.static GLFWImagemalloc()Returns a newGLFWImageinstance allocated withmemAlloc.static GLFWImage.Buffermalloc(int capacity) Returns a newGLFWImage.Bufferinstance allocated withmemAlloc.static GLFWImage.Buffermalloc(int capacity, org.lwjgl.system.MemoryStack stack) Returns a newGLFWImage.Bufferinstance allocated on the specifiedMemoryStack.static GLFWImagemalloc(org.lwjgl.system.MemoryStack stack) Returns a newGLFWImageinstance allocated on the specifiedMemoryStack.static GLFWImageDeprecated.static GLFWImage.BuffermallocStack(int capacity) Deprecated.static GLFWImage.BuffermallocStack(int capacity, org.lwjgl.system.MemoryStack stack) Deprecated.static GLFWImagemallocStack(org.lwjgl.system.MemoryStack stack) Deprecated.static intnheight(long struct) Unsafe version ofheight().static voidnheight(long struct, int value) Unsafe version ofheight.static ByteBuffernpixels(long struct, int capacity) Unsafe version ofpixels.static voidnpixels(long struct, ByteBuffer value) Unsafe version ofpixels.static intnwidth(long struct) Unsafe version ofwidth().static voidnwidth(long struct, int value) Unsafe version ofwidth.pixels(int capacity) pixels(ByteBuffer value) Sets the address of the specifiedByteBufferto thepixels(int)field.set(int width, int height, ByteBuffer pixels) Initializes this struct with the specified values.Copies the specified struct data to this struct.intsizeof()static voidvalidate(long struct) Validates pointer members that should not beNULL.intwidth()the width, in pixels, of this imagewidth(int value) Sets the specified value to thewidth()field.Methods inherited from class org.lwjgl.system.Struct
clear, free, isNull, validate, validateMethods inherited from class org.lwjgl.system.Pointer.Default
address, equals, hashCode, toStringMethods inherited from interface org.lwjgl.system.NativeResource
close, free
-
Field Details
-
SIZEOF
public static final int SIZEOFThe struct size in bytes. -
ALIGNOF
public static final int ALIGNOFThe struct alignment in bytes. -
WIDTH
public static final int WIDTHThe struct member offsets. -
HEIGHT
public static final int HEIGHTThe struct member offsets. -
PIXELS
public static final int PIXELSThe struct member offsets.
-
-
Constructor Details
-
GLFWImage
Creates aGLFWImageinstance at the current position of the specifiedByteBuffercontainer. Changes to the buffer's content will be visible to the struct instance and vice versa.The created instance holds a strong reference to the container object.
-
-
Method Details
-
sizeof
public int sizeof()- Specified by:
sizeofin classorg.lwjgl.system.Struct<GLFWImage>
-
width
public int width()the width, in pixels, of this image -
height
public int height()the height, in pixels, of this image -
pixels
- Parameters:
capacity- the number of elements in the returned buffer- Returns:
- the pixel data of this image, arranged left-to-right, top-to-bottom
-
width
Sets the specified value to thewidth()field. -
height
Sets the specified value to theheight()field. -
pixels
Sets the address of the specifiedByteBufferto thepixels(int)field. -
set
Initializes this struct with the specified values. -
set
Copies the specified struct data to this struct.- Parameters:
src- the source struct- Returns:
- this struct
-
malloc
Returns a newGLFWImageinstance allocated withmemAlloc. The instance must be explicitly freed. -
calloc
Returns a newGLFWImageinstance allocated withmemCalloc. The instance must be explicitly freed. -
create
Returns a newGLFWImageinstance allocated withBufferUtils. -
create
Returns a newGLFWImageinstance for the specified memory address. -
createSafe
-
malloc
Returns a newGLFWImage.Bufferinstance allocated withmemAlloc. The instance must be explicitly freed.- Parameters:
capacity- the buffer capacity
-
calloc
Returns a newGLFWImage.Bufferinstance allocated withmemCalloc. The instance must be explicitly freed.- Parameters:
capacity- the buffer capacity
-
create
Returns a newGLFWImage.Bufferinstance allocated withBufferUtils.- Parameters:
capacity- the buffer capacity
-
create
Create aGLFWImage.Bufferinstance at the specified memory.- Parameters:
address- the memory addresscapacity- the buffer capacity
-
createSafe
-
mallocStack
Deprecated.Deprecated for removal in 3.4.0. Usemalloc(MemoryStack)instead. -
callocStack
Deprecated.Deprecated for removal in 3.4.0. Usecalloc(MemoryStack)instead. -
mallocStack
Deprecated.Deprecated for removal in 3.4.0. Usemalloc(MemoryStack)instead. -
callocStack
Deprecated.Deprecated for removal in 3.4.0. Usecalloc(MemoryStack)instead. -
mallocStack
Deprecated.Deprecated for removal in 3.4.0. Usemalloc(int, MemoryStack)instead. -
callocStack
Deprecated.Deprecated for removal in 3.4.0. Usecalloc(int, MemoryStack)instead. -
mallocStack
@Deprecated public static GLFWImage.Buffer mallocStack(int capacity, org.lwjgl.system.MemoryStack stack) Deprecated.Deprecated for removal in 3.4.0. Usemalloc(int, MemoryStack)instead. -
callocStack
@Deprecated public static GLFWImage.Buffer callocStack(int capacity, org.lwjgl.system.MemoryStack stack) Deprecated.Deprecated for removal in 3.4.0. Usecalloc(int, MemoryStack)instead. -
malloc
Returns a newGLFWImageinstance allocated on the specifiedMemoryStack.- Parameters:
stack- the stack from which to allocate
-
calloc
Returns a newGLFWImageinstance allocated on the specifiedMemoryStackand initializes all its bits to zero.- Parameters:
stack- the stack from which to allocate
-
malloc
Returns a newGLFWImage.Bufferinstance allocated on the specifiedMemoryStack.- Parameters:
capacity- the buffer capacitystack- the stack from which to allocate
-
calloc
Returns a newGLFWImage.Bufferinstance allocated on the specifiedMemoryStackand initializes all its bits to zero.- Parameters:
capacity- the buffer capacitystack- the stack from which to allocate
-
nwidth
public static int nwidth(long struct) Unsafe version ofwidth(). -
nheight
public static int nheight(long struct) Unsafe version ofheight(). -
npixels
Unsafe version ofpixels. -
nwidth
public static void nwidth(long struct, int value) Unsafe version ofwidth. -
nheight
public static void nheight(long struct, int value) Unsafe version ofheight. -
npixels
Unsafe version ofpixels. -
validate
public static void validate(long struct) Validates pointer members that should not beNULL.- Parameters:
struct- the struct to validate
-