org.lwjgl.opencl.ARMJobSlotSelection 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.
The 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 arm_job_slot_selection extension.
*
* On devices that support work submission via job slots, this extension provides a way of selecting the job slot that is used to submit work to the
* device as well as a device info query to obtain a list of usable job slots.
*/
public final class ARMJobSlotSelection {
/** {@code cl_device_info} */
public static final int CL_DEVICE_JOB_SLOTS_ARM = 0x41E0;
private ARMJobSlotSelection() {}
}