Include dependency graph for ppb_graphics_3d.h:
Data Structures
struct | PPB_Graphics3D |
PPB_Graphics3D defines the interface for a 3D graphics context. More... |
Defines
#define | PPB_GRAPHICS_3D_INTERFACE "PPB_Graphics3D;1.0" |
#define | PPB_GRAPHICS_3D_INTERFACE PPB_GRAPHICS_3D_INTERFACE |
Typedefs
typedef struct PPB_Graphics3D | PPB_Graphics3D |
Detailed Description
Defines the PPB_Graphics3D
struct representing a 3D graphics context within the browser.
Define Documentation
#define PPB_GRAPHICS_3D_INTERFACE "PPB_Graphics3D;1.0" |