Uses of Class
oshi.driver.windows.DxgiAdapterInfo
Packages that use DxgiAdapterInfo
-
Uses of DxgiAdapterInfo in oshi.jna.platform.windows
Methods in oshi.jna.platform.windows that return DxgiAdapterInfoModifier and TypeMethodDescriptionstatic DxgiAdapterInfoWindowsDxgi.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.jna.platform.windows that return types with arguments of type DxgiAdapterInfoModifier and TypeMethodDescriptionstatic List<DxgiAdapterInfo> WindowsDxgi.queryAdapters()Enumerates all DXGI display adapters and returns their identity and dedicated video memory.Method parameters in oshi.jna.platform.windows with type arguments of type DxgiAdapterInfoModifier and TypeMethodDescriptionstatic DxgiAdapterInfoWindowsDxgi.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.