Search found 2 matches
- Sun Apr 19, 2009 1:04 pm
- Forum: Programming Discussion
- Topic: When to Free Surfaces
- Replies: 24
- Views: 2416
Re: When to Free Surfaces
Sounds to me that you've seen your first instance of a shared resource. You should read up on retain counting, shared pointers, and/or memory ownership.
- Sun Apr 19, 2009 4:11 am
- Forum: Programming Discussion
- Topic: Just a few questions...
- Replies: 3
- Views: 461
Just a few questions...
From the readme first post (by dr house): "I've told people time and time again, it's a closed project, and no source will be released until they're ready. " So, if I understand that correctly, it's closed source until it is said to be in a ready state, in which it will then be made open s...