#include <ProFX2.h>
Public Member Functions | |
| ProFX2Parameters (LPDIRECT3DDEVICE9 device=NULL, int size=256) | |
Public Attributes | |
| LPDIRECT3DDEVICE9 | d3dDevice |
| Direct3D 9 Device (Mandatory). | |
| int | width |
| Output / working size : width. | |
| int | height |
| Output / working size : height. | |
|
||||||||||||
|
Inline Constructor from Direct3D device and size (width and height)
|
1.4.6-NO