On 10/5/21 14:00, Henri Verbeet wrote:
On Tue, 5 Oct 2021 at 10:19, Matteo Bruni mbruni@codeweavers.com wrote:
Creating a separate descriptor heap and table for each texture seems questionable but probably good enough for these tests...
Yeah, that's not great; neither is growing the "context.textures" array by one element each time. I guess we'll fix it when it becomes an issue...
Is it likely to become an issue?