State management in D3D

H. Verbeet hverbeet at gmail.com
Tue Sep 12 16:27:56 CDT 2006


On 12/09/06, Stefan Dösinger <stefandoesinger at gmx.at> wrote:
> > Why wouldn't you be able to remove an entry from a list?
> With the array, we can only truly remove a single element by moving all other
> entries by one, reducing the total amount of entries and adjusting all values
> that specify a list index. This is possible, but the amount of work needed is
> growing linearly with the numbers of elements in the list.
An array is not the same as a list... :-)



More information about the wine-devel mailing list