VDPAU
Macros | Typedefs
Basic Types
Collaboration diagram for Basic Types:

Macros

#define VDP_TRUE   1
 A true VdpBool value. More...
 
#define VDP_FALSE   0
 A false VdpBool value. More...
 

Typedefs

typedef int VdpBool
 A boolean value, holding VDP_TRUE or VDP_FALSE. More...
 

Detailed Description

VDPAU primarily uses ISO C99 types from stdint.h.

Macro Definition Documentation

#define VDP_FALSE   0

A false VdpBool value.

#define VDP_TRUE   1

A true VdpBool value.

Typedef Documentation

typedef int VdpBool

A boolean value, holding VDP_TRUE or VDP_FALSE.