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

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

There is a newer version: 2.9.3
Show newest version
/* MACHINE GENERATED FILE, DO NOT EDIT */

package org.lwjgl.opencl;

import org.lwjgl.*;
import java.nio.*;

public final class NVDeviceAttributeQuery {

	/**
	 * Accepted as the <param_name> parameter of clGetDeviceInfo. 
	 */
	public static final int CL_DEVICE_COMPUTE_CAPABILITY_MAJOR_NV = 0x4000,
		CL_DEVICE_COMPUTE_CAPABILITY_MINOR_NV = 0x4001,
		CL_DEVICE_REGISTERS_PER_BLOCK_NV = 0x4002,
		CL_DEVICE_WARP_SIZE_NV = 0x4003,
		CL_DEVICE_GPU_OVERLAP_NV = 0x4004,
		CL_DEVICE_KERNEL_EXEC_TIMEOUT_NV = 0x4005,
		CL_DEVICE_INTEGRATED_MEMORY_NV = 0x4006;

	private NVDeviceAttributeQuery() {}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy