Contents include
- Helper source code for app developers to synchronize sharing surfaces between Direct3D9Ex and DXGI based (Direct3D10 and above) devices in a correct, efficient and easily usable manner. The helper source solves the synchronization problem by providing a building block that allows the app to safely pass shared resources from one device to another.
- Sample code to demonstrate how the help source can be used in an application using Direct3D9Ex with Direct3D10 and Direct3D11.
For whitepaper on detailed documentation of shared surface queue and its usage, refer to http://msdn.microsoft.com/en-us/library/ee913554(VS.85).aspx.
|