Commit 192e0dc4 authored by Roderick Colenbrander's avatar Roderick Colenbrander Committed by Alexandre Julliard

wined3d: Store amount of video memory in gpu_description_table.

parent 27fb5e2d
......@@ -1456,6 +1456,7 @@ struct wined3d_driver_info
enum wined3d_pci_device device;
const char *name;
const char *description;
unsigned int vidmem;
DWORD version_high;
DWORD version_low;
};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment