Package org.lwjgl.opengl
Class GPU_DEVICE
java.lang.Object
org.lwjgl.system.Pointer.Default
org.lwjgl.system.Struct<GPU_DEVICE>
org.lwjgl.opengl.GPU_DEVICE
- All Implemented Interfaces:
AutoCloseable,org.lwjgl.system.NativeResource,org.lwjgl.system.Pointer
public class GPU_DEVICE
extends org.lwjgl.system.Struct<GPU_DEVICE>
implements org.lwjgl.system.NativeResource
Receives information about the display device specified by the
deviceIndex parameter of the EnumGpuDevicesNV function.
Layout
struct GPU_DEVICE {
DWORD cb();
CHAR DeviceName()[32];
CHAR DeviceString()[128];
DWORD Flags();
RECT rcVirtualScreen();
}-
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 member offsets.static final intThe struct member offsets.static final intThe struct member offsets.static final intThe struct size in bytes.Fields inherited from interface org.lwjgl.system.Pointer
BITS32, BITS64, CLONG_SHIFT, CLONG_SIZE, POINTER_SHIFT, POINTER_SIZE -
Constructor Summary
ConstructorsConstructorDescriptionGPU_DEVICE(ByteBuffer container) Creates aGPU_DEVICEinstance at the current position of the specifiedByteBuffercontainer. -
Method Summary
Modifier and TypeMethodDescriptionstatic GPU_DEVICEcalloc()Returns a newGPU_DEVICEinstance allocated withmemCalloc.static GPU_DEVICE.Buffercalloc(int capacity) Returns a newGPU_DEVICE.Bufferinstance allocated withmemCalloc.static GPU_DEVICE.Buffercalloc(int capacity, org.lwjgl.system.MemoryStack stack) Returns a newGPU_DEVICE.Bufferinstance allocated on the specifiedMemoryStackand initializes all its bits to zero.static GPU_DEVICEcalloc(org.lwjgl.system.MemoryStack stack) Returns a newGPU_DEVICEinstance allocated on the specifiedMemoryStackand initializes all its bits to zero.static GPU_DEVICEDeprecated.static GPU_DEVICE.BuffercallocStack(int capacity) Deprecated.static GPU_DEVICE.BuffercallocStack(int capacity, org.lwjgl.system.MemoryStack stack) Deprecated.static GPU_DEVICEcallocStack(org.lwjgl.system.MemoryStack stack) Deprecated.intcb()the size of theGPU_DEVICEstructure.static GPU_DEVICEcreate()Returns a newGPU_DEVICEinstance allocated withBufferUtils.static GPU_DEVICE.Buffercreate(int capacity) Returns a newGPU_DEVICE.Bufferinstance allocated withBufferUtils.static GPU_DEVICEcreate(long address) Returns a newGPU_DEVICEinstance for the specified memory address.static GPU_DEVICE.Buffercreate(long address, int capacity) Create aGPU_DEVICE.Bufferinstance at the specified memory.static GPU_DEVICEcreateSafe(long address) static GPU_DEVICE.BuffercreateSafe(long address, int capacity) a string identifying the display device name.a string identifying the display device name.a string describing the GPU for this display device.a string describing the GPU for this display device.intFlags()indicates the state of the display devicestatic GPU_DEVICEmalloc()Returns a newGPU_DEVICEinstance allocated withmemAlloc.static GPU_DEVICE.Buffermalloc(int capacity) Returns a newGPU_DEVICE.Bufferinstance allocated withmemAlloc.static GPU_DEVICE.Buffermalloc(int capacity, org.lwjgl.system.MemoryStack stack) Returns a newGPU_DEVICE.Bufferinstance allocated on the specifiedMemoryStack.static GPU_DEVICEmalloc(org.lwjgl.system.MemoryStack stack) Returns a newGPU_DEVICEinstance allocated on the specifiedMemoryStack.static GPU_DEVICEDeprecated.static GPU_DEVICE.BuffermallocStack(int capacity) Deprecated.static GPU_DEVICE.BuffermallocStack(int capacity, org.lwjgl.system.MemoryStack stack) Deprecated.static GPU_DEVICEmallocStack(org.lwjgl.system.MemoryStack stack) Deprecated.static intncb(long struct) Unsafe version ofcb().static ByteBuffernDeviceName(long struct) Unsafe version ofDeviceName().static StringnDeviceNameString(long struct) Unsafe version ofDeviceNameString().static ByteBuffernDeviceString(long struct) Unsafe version ofDeviceString().static StringnDeviceStringString(long struct) Unsafe version ofDeviceStringString().static intnFlags(long struct) Unsafe version ofFlags().static org.lwjgl.system.windows.RECTnrcVirtualScreen(long struct) Unsafe version ofrcVirtualScreen().org.lwjgl.system.windows.RECTspecifies the display device rectangle, in virtual screen coordinates.intsizeof()Methods inherited from class org.lwjgl.system.Struct
clear, free, isNull, 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. -
CB
public static final int CBThe struct member offsets. -
DEVICENAME
public static final int DEVICENAMEThe struct member offsets. -
DEVICESTRING
public static final int DEVICESTRINGThe struct member offsets. -
FLAGS
public static final int FLAGSThe struct member offsets. -
RCVIRTUALSCREEN
public static final int RCVIRTUALSCREENThe struct member offsets.
-
-
Constructor Details
-
GPU_DEVICE
Creates aGPU_DEVICEinstance 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<GPU_DEVICE>
-
cb
public int cb()the size of theGPU_DEVICEstructure. Before callingEnumGpuDevicesNV, setcbto the size, in bytes, ofGPU_DEVICE. -
DeviceName
a string identifying the display device name. This will be the same string as stored in theDeviceNamefield of theDISPLAY_DEVICEstructure, which is filled in byEnumDisplayDevices. -
DeviceNameString
a string identifying the display device name. This will be the same string as stored in theDeviceNamefield of theDISPLAY_DEVICEstructure, which is filled in byEnumDisplayDevices. -
DeviceString
a string describing the GPU for this display device. It is the same string as stored in theDeviceStringfield in theDISPLAY_DEVICEstructure that is filled in byEnumDisplayDeviceswhen it describes a display adapter (and not a monitor). -
DeviceStringString
a string describing the GPU for this display device. It is the same string as stored in theDeviceStringfield in theDISPLAY_DEVICEstructure that is filled in byEnumDisplayDeviceswhen it describes a display adapter (and not a monitor). -
Flags
public int Flags()indicates the state of the display device -
rcVirtualScreen
public org.lwjgl.system.windows.RECT rcVirtualScreen()specifies the display device rectangle, in virtual screen coordinates. The value ofrcVirtualScreenis undefined if the device is not part of the desktop, i.e.DISPLAY_DEVICE_ATTACHED_TO_DESKTOPis not set in theFlagsfield. -
malloc
Returns a newGPU_DEVICEinstance allocated withmemAlloc. The instance must be explicitly freed. -
calloc
Returns a newGPU_DEVICEinstance allocated withmemCalloc. The instance must be explicitly freed. -
create
Returns a newGPU_DEVICEinstance allocated withBufferUtils. -
create
Returns a newGPU_DEVICEinstance for the specified memory address. -
createSafe
-
malloc
Returns a newGPU_DEVICE.Bufferinstance allocated withmemAlloc. The instance must be explicitly freed.- Parameters:
capacity- the buffer capacity
-
calloc
Returns a newGPU_DEVICE.Bufferinstance allocated withmemCalloc. The instance must be explicitly freed.- Parameters:
capacity- the buffer capacity
-
create
Returns a newGPU_DEVICE.Bufferinstance allocated withBufferUtils.- Parameters:
capacity- the buffer capacity
-
create
Create aGPU_DEVICE.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 GPU_DEVICE.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 GPU_DEVICE.Buffer callocStack(int capacity, org.lwjgl.system.MemoryStack stack) Deprecated.Deprecated for removal in 3.4.0. Usecalloc(int, MemoryStack)instead. -
malloc
Returns a newGPU_DEVICEinstance allocated on the specifiedMemoryStack.- Parameters:
stack- the stack from which to allocate
-
calloc
Returns a newGPU_DEVICEinstance allocated on the specifiedMemoryStackand initializes all its bits to zero.- Parameters:
stack- the stack from which to allocate
-
malloc
Returns a newGPU_DEVICE.Bufferinstance allocated on the specifiedMemoryStack.- Parameters:
capacity- the buffer capacitystack- the stack from which to allocate
-
calloc
Returns a newGPU_DEVICE.Bufferinstance allocated on the specifiedMemoryStackand initializes all its bits to zero.- Parameters:
capacity- the buffer capacitystack- the stack from which to allocate
-
ncb
public static int ncb(long struct) Unsafe version ofcb(). -
nDeviceName
Unsafe version ofDeviceName(). -
nDeviceNameString
Unsafe version ofDeviceNameString(). -
nDeviceString
Unsafe version ofDeviceString(). -
nDeviceStringString
Unsafe version ofDeviceStringString(). -
nFlags
public static int nFlags(long struct) Unsafe version ofFlags(). -
nrcVirtualScreen
public static org.lwjgl.system.windows.RECT nrcVirtualScreen(long struct) Unsafe version ofrcVirtualScreen().
-