Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The common.cpp file provided in Samples provides the following helper functions to get Direct3D surfaces and textures for the transform to read from or write to.
Function | Description |
GetSurface | Retrieves an IDirect3DSurface9 interface for the transform to read from or write to. |
GetTexture | Retrieves an IDirect3DTexture9 interface for the application to read from or write to. |
See Also