Re: [PATCH 2/4] d3d9: Volume and cube textures do not support user memory (try 2).
Dec. 9, 2013
10:27 a.m.
On 9 December 2013 13:28, Stefan Dösinger <stefan(a)codeweavers.com> wrote:
if (shared_handle) + { + if (pool != D3DPOOL_DEFAULT) + { + WARN("User memory is not allowed on volume textures.\n");
Similarly, I don't think this warning really represent what's going on. The issue is that resource sharing is only allowed with default pool resources. (And quite possibly only on d3d9ex devices.)
4535
Age (days ago)
4535
Last active (days ago)
0 comments
1 participants
participants (1)
-
Henri Verbeet