1 2 3 4 5 6 7 8 9 10 11
#ifndef ATI_MEMINFO_H #define ATI_MEMINFO_H /* * Report the memory usage from the graphics card. Code based on * documentation at * http://www.opengl.org/registry/specs/ATI/meminfo.txt. */ void ati_meminfo (void); #endif // ATI_MEMINFO_H
Copyright © 2009 Don Pellegrino All Rights Reserved.