|
Defines | |
| #define | VDP_TRUE 1 |
| A true VdpBool value. | |
| #define | VDP_FALSE 0 |
| A false VdpBool value. | |
Typedefs | |
| typedef int | VdpBool |
| A boolean value, holding VDP_TRUE or VDP_FALSE. | |
VDPAU primarily uses ISO C99 types from stdint.h.
| #define VDP_FALSE 0 |
A false VdpBool value.
| #define VDP_TRUE 1 |
A true VdpBool value.
1.6.1