Reputation: 13509
OpenGL driver creates buffer in the host RAM. When I run some OpenGL application under Linux I can use a top command to check how many memory is occupied by a process. Is a OpenGL driver memory usage included in my OpenGL process or I should check some other process, for example Xorg ?
Upvotes: 1
Views: 137
Reputation: 162317
This is not well defined. It may show not up at all (completely in-kernel), be isolated to either your process or the X server, both, or even all three places redundantly.
Upvotes: 4