GentenStudios / QuartzEngine

Nolonger used, see Phoenix repo
BSD 3-Clause "New" or "Revised" License
34 stars 10 forks source link

Handle Allocator for Graphics Resources #112

Closed vyomfadia closed 5 years ago

vyomfadia commented 5 years ago

We need a handle allocator for storing a reference to a graphics resource that a certain thing is using.

@DontBelieveMe has already begun work on this, however the freeing of this and the automatic shifting within the Allocator's internal data needs to be implemented.

DontBelieveMe commented 5 years ago

I'm going to close this and create another issue for addressing the maximum number of handles that can be allocated and the no freeing.