#include <iostream>
#include <d3d9.h>
#include <d3dx9math.h>
Classes | |
| struct | ProFX2Parameters |
| struct | ProFX2Texture |
| struct | ProFX2Size |
| A very simple "Size" structure. More... | |
| class | ProFX2Handle |
Enumerations | |
| enum | ProFX2ErrorCodes { ProFX2_Error_NoError, ProFX2_Error_NullDevice, ProFX2_Error_TextureSetParse, ProFX2_Error_TextureSetDeadlock, ProFX2_Error_TextureSetUnknown, ProFX2_Error_TextureSetGraph, ProFX2_Error_InvalidIndex, ProFX2_Error_TextureSetOutput } |
| Enumeration of error codes returned by 'ProFX2HandlegetErrorCode'. More... | |
| enum | SwitchState { SwitchDisabled, SwitchEnabled, SwitchExclusive } |
| Enumeration of switch states used by ProFX2Handle::switchOutput function. More... | |
|
|
|
Enumeration of switch states used by ProFX2Handle::switchOutput function.
|
1.4.6-NO