video-memory

Report Direct3D memory usage

I have a Direct3D 9 application and I would like to monitor the memory usage. Is there a tool to know how much system and video memory is used by Direct3D? Ideally, it would also report how much is allocated for textures, vertex buffers, index buffers... ...

WPF Can you clear video memory?

I have a very rich media based application built in WPF, and Im using lots and lots of different PNG images to add animations and materials to 3D objects, as well as 2D animations. I have noticed that quickly the video memory fills up, and Im looking into trying to clear it. I don't seem to be able to do anything through C# to force th...

OpenGL Video Memory Usage

Hello, is there an API or profiler application that can track the video memory usage of my application? I am using C++/OpenGL on Windows, but I am open to suggestions on other platforms as well. ...

OpenGL Video RAM Limits

I have been trying to make a Cross-platform 2D Online Game, and my maps are made of tiles. My tileset, which I render the tiles from, is quite huge. I wanted to know how can I disable hardware rendering, or at least making it more capable. Hence, I wanted to know what are the basic limits of the video ram, as far as I know, Direct3D has ...

How to query the video ram size of a ATI card on Linux?

I want to know the physical video ram size in my application. I can get the same information of Nvidia card by using "nvidia-settings -q -t VideoRam". I can use amdcccle to find this information, but it's an GUI app, so can't be used in my application. I wonder if there is a way to get this by command, function, or config file? I'm us...

Does webpage content go to DRAM or Video RAM, and what if Video RAM runs out?

If the project has a page that uses jCarousel, and it has a <ul> (or <div>) that is 15860 x 375px, with 32-bit / pixel, that's close to 24MB. Or, what if it is 1000 x 700 pixel per screenful, 6 screenful per webpage, and 5 tabs of such pages, with 32 bit per pixel 1000 x 700 x 6 x 5 x 4 = 84MB does these 24MB or 84MB go to Video RAM o...