TotalVidMem  

Parameters:

n/a

Description:

TotalVidMem () simply returns the total available memory on a graphics card, in bytes. Note that to retrieve the currently available number of bytes, you should use AvailVidMem ().

Example:

Print "Total graphics memory available: " + TotalVidMem () + " bytes."
; NOTE: To retrieve the *available* graphics memory, use AvailVidMem ()!