Package org.lwjgl.opencl
Class KHRPCIBusInfo
- java.lang.Object
-
- org.lwjgl.opencl.KHRPCIBusInfo
-
public final class KHRPCIBusInfo extends java.lang.ObjectNative bindings to the khr_pci_bus_info extension.This extension adds a new query to obtain PCI bus information about an OpenCL device.
Not all OpenCL devices have PCI bus information, either due to the device not being connected to the system through a PCI interface or due to platform specific restrictions and policies. Thus this extension is only expected to be supported by OpenCL devices which can provide the information.
As a consequence, applications should always check for the presence of the extension string for each individual OpenCL device for which they intend to issue the new query for and should not have any assumptions about the availability of the extension on any given platform.
-
-
Field Summary
Fields Modifier and Type Field Description static intCL_DEVICE_PCI_BUS_INFO_KHRAccepted value for theparam_nameparameter toGetDeviceInfo.
-
-
-
Field Detail
-
CL_DEVICE_PCI_BUS_INFO_KHR
public static final int CL_DEVICE_PCI_BUS_INFO_KHR
Accepted value for theparam_nameparameter toGetDeviceInfo.- See Also:
- Constant Field Values
-
-