Quantcast
Channel: What your mother never told you about graphics development » Memory
Browsing all 3 articles
Browse latest View live

Image may be NSFW.
Clik here to view.

Fighting against CRT heap and winning

Memory management is one of (many) cornerstones of tech quality for console games. Proper memory management can decrease amount of bugs, increase product quality (for example, by eliminating desperate...

View Article



Image may be NSFW.
Clik here to view.

Death by static initialization

The language war in game development is long over – and the winner is C++. The utmost majority of code that’s going to run on the users side (engine code and game code) is written in C++. This is...

View Article

Image may be NSFW.
Clik here to view.

Mesh optimization – Quantizing floats

Over the next few posts I’d like to write about optimizing mesh data for run-time performance (i.e. producing vertex/index buffers that accurately represent the source model and are as fast to render...

View Article
Browsing all 3 articles
Browse latest View live


Latest Images