Interface GraphicsCard
- All Known Implementing Classes:
AbstractGraphicsCard
GraphicsCard interface.
-
Method Details
-
getName
-
getDeviceId
-
getVendor
String getVendor()Retrieves the card's manufacturer/vendor- Returns:
- The vendor of the card as human-readable text if possible, or the Vendor ID (VID) otherwise
-
getVersionInfo
String getVersionInfo()Retrieves a list of version/revision data from the card. Users may need to further parse this list to identify specific GPU capabilities.- Returns:
- A comma-delimited list of version/revision data
-
getVRam
long getVRam()Retrieves the Video RAM (VRAM) available on the GPU- Returns:
- Total number of bytes.
-