Skip to content

Commit 2579e76

Browse files
whitebelyashartdeell
authored andcommitted
Add Samsung vendor ID
1 parent 310490e commit 2579e76

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/main/java/git/artdeell/artvk/Vk11PhysicalDevice.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,7 @@ public String vendorName() {
144144
case 0x8086 -> "Intel";
145145
case 0x10005 -> "Mesa";
146146
case 0x1AE0 -> "Google";
147+
case 0x144D -> "Samsung";
147148
default -> String.format(Locale.ROOT, "0x%x", vendorId);
148149
};
149150
}

0 commit comments

Comments
 (0)