All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.lwjgl.opencl.AMDDeviceBoardName Maven / Gradle / Ivy

Go to download

An open, royalty-free standard for cross-platform, parallel programming of diverse processors found in personal computers, servers, mobile devices and embedded platforms.

There is a newer version: 3.3.4
Show newest version
/*
 * 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() {} }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy