[PATCH] d3drm: Partially Implement IDirect3DRM*::LoadTexture(v3).

Henri Verbeet hverbeet at gmail.com
Tue Mar 29 10:22:16 CDT 2016


On 29 March 2016 at 17:01, Aaryaman Vasishta <jem456.vasishta at gmail.com> wrote:
> Are there any existing examples within wine where a destroy callback was
> used in similar cases?
If you mean AddDestroyCallback() specifically, that's pretty specific
to d3drm and you'd be limited to test_Viewport() in the d3drm tests.
The concept of a callback that gets called on destruction is much more
generic of course, and in that case you should be able to find plenty.
E.g. surface_wined3d_object_destroyed() in d3d9.



More information about the wine-devel mailing list