Processing Forum
The Texture Information (Resolution, Share Handle) is transmitted to the plugin via Shared Memory.
The shared memory's name can be set in the plugin's parameters. The Data structure is as follows:
struct DX9SharedTextureInfo { UINT16 width; UINT16 height; HANDLE shareHandle; };