-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
Am 2014-08-04 12:17, schrieb Henri Verbeet:
@@ -2029,6 +2029,7 @@ struct wined3d_resource DWORD usage; enum wined3d_pool pool; DWORD access_flags;
- DWORD draw_binding;
Will this stay in wined3d_resource, or do you plan to move this to wined3d_(render_target_)view later on?
On 4 August 2014 16:06, Stefan Dösinger stefandoesinger@gmail.com wrote:
Am 2014-08-04 12:17, schrieb Henri Verbeet:
@@ -2029,6 +2029,7 @@ struct wined3d_resource DWORD usage; enum wined3d_pool pool; DWORD access_flags;
- DWORD draw_binding;
Will this stay in wined3d_resource, or do you plan to move this to wined3d_(render_target_)view later on?
I suppose it might move, but I don't know yet. At this point I see no strong reason to prefer storing it in the view over storing it in the resource.