CMGDK r49-rc2
|
#include <hgl/HAC.H>
#include <hgl/gl/PBO.H>
#include <hgl/PlugIn.H>
#include <hgl/stream/FileStream.H>
#include <hgl/gl/Texture2D.H>
#include <hgl/gl/shader/GLSL.H>
#include <hgl/audio/AudioPlayer.H>
#include <hgl/movie/TheoraMovie.H>
组合类型 | |
struct | hgl::th_img_plane |
struct | hgl::TheoraMovieInterface |
class | hgl::MovieDecode |
名字空间 | |
namespace | hgl |
__MAKE_HGL__&&!__MAKE_PLUGIN__ | |
类型定义 | |
typedef void | hgl::MOVIE |
typedef void | hgl::int |
函数 | |
typedef | hgl::void (__cdecl *SeekFunc)(Stream * |
typedef | hgl::bool (__cdecl *EofFunc)(Stream *) |
typedef | hgl::int (__cdecl *ReadFunc)(Stream * |
void __cdecl | hgl::Seek (Stream *str, int pos) |
bool __cdecl | hgl::Eof (Stream *str) |
int __cdecl | hgl::Read (Stream *str, void *buf, int size) |
变量 | |
const char | hgl::glsl_yuv2rgb [] |