GPU: clean up GPU index detection code

This commit is contained in:
李通洲
2024-09-19 15:38:43 +08:00
parent 503a8d51ab
commit 0bcbae90e9
7 changed files with 14 additions and 12 deletions
+1 -1
View File
@@ -28,7 +28,7 @@ typedef struct FFGPUMemory
typedef struct FFGPUResult
{
uint8_t index;
uint32_t index;
FFGPUType type;
FFstrbuf vendor;
FFstrbuf name;