org.lwjgl.opencl.AMDDeviceBoardName Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of lwjgl-opencl Show documentation
Show all versions of lwjgl-opencl Show documentation
An open, royalty-free standard for cross-platform, parallel programming of diverse processors found in personal computers, servers, mobile devices and embedded platforms.
/*
* Copyright LWJGL. All rights reserved.
* License terms: https://www.lwjgl.org/license
* MACHINE GENERATED FILE, DO NOT EDIT
*/
package org.lwjgl.opencl;
/**
* Native bindings to the amd_device_board_name extension.
*
* 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.
*/
public final class AMDDeviceBoardName {
/**
* Accepted as the {@code param_name} parameter of {@link CL10#clGetDeviceInfo 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.
*/
public static final int CL_DEVICE_BOARD_NAME_AMD = 0x4038;
private AMDDeviceBoardName() {}
}