public final class AMDDeviceBoardName
extends java.lang.Object
This query enables the developer to get the name of the GPU board and model of the specific device. Currently, this is only for GPU devices.
| Modifier and Type | Field and Description |
|---|---|
static int |
CL_DEVICE_BOARD_NAME_AMD
Accepted as the
param_name parameter of GetDeviceInfo. |
public static final int CL_DEVICE_BOARD_NAME_AMD
param_name parameter of GetDeviceInfo. Returns the name of the GPU board and model of the specific device.
Currently, this is only for GPU devices. The returned name is a 128-character value.
Copyright LWJGL. All Rights Reserved. License terms.