Uses of Class
oshi.driver.common.windows.gpu.DxgiAdapterInfo
Packages that use DxgiAdapterInfo
Package
Description
Shared GPU-related driver classes for Windows, containing POJOs and utility methods with no native dependencies.
-
Uses of DxgiAdapterInfo in oshi.driver.common.windows.gpu
Methods in oshi.driver.common.windows.gpu that return DxgiAdapterInfoModifier and TypeMethodDescriptionstatic DxgiAdapterInfoDxgiUtil.findMatch(List<DxgiAdapterInfo> adapters, int vendorId, int deviceId, String adapterName) Finds the best-matching DXGI adapter for a given vendor ID, device ID, and adapter name.Methods in oshi.driver.common.windows.gpu with parameters of type DxgiAdapterInfoModifier and TypeMethodDescriptionstatic StringDxgiUtil.buildLuidPrefix(DxgiAdapterInfo adapter) Builds the PDH LUID instance prefix for the given DXGI adapter.Method parameters in oshi.driver.common.windows.gpu with type arguments of type DxgiAdapterInfoModifier and TypeMethodDescriptionstatic DxgiAdapterInfoDxgiUtil.findMatch(List<DxgiAdapterInfo> adapters, int vendorId, int deviceId, String adapterName) Finds the best-matching DXGI adapter for a given vendor ID, device ID, and adapter name.