CMGDK r49-rc2
|
#include <hgl/platform/SystemInitInfo.H>
#include <hgl/gl/OpenGL.H>
#include <hgl/Other.H>
#include <wchar.h>
#include <gl/wglew.h>
名字空间 | |
namespace | hgl |
__MAKE_HGL__&&!__MAKE_PLUGIN__ | |
函数 | |
hgl::int (__stdcall *hglSwapBuffers)(void *) | |
int | hgl::GetCanvasWidth () |
取游戏画布宽度 | |
int | hgl::GetCanvasHeight () |
取游戏画布高度 | |
int | hgl::GetScreenWidth () |
取得屏幕宽度 | |
int | hgl::GetScreenHeight () |
取得屏幕高度 | |
void | hgl::SetScreen (int, int) |
设置屏幕大小 | |
void | hgl::SetCanvas (int, int) |
设置画布大小 | |
void | hgl::To2DMode (float, float) |
void | hgl::To2DMode (float, float, float, float, float, float) |
void | hgl::To2DMode () |
void | hgl::To3DMode (float, float, float, float) |
void | hgl::To3DOrtho (float=1, float=1) |
void | hgl::FastUnProject (GLdouble, GLdouble, GLdouble *, GLdouble *) |
void | hgl::Set3DOrigin (GLdouble, GLdouble) |
int | hgl::PowerTo2 (int) |
int | hgl::PowerTo2 (int, int) |
int | hgl::ProcSize (int size, int min) |
int | hgl::Unite (int *data, int number, int min) |
int | hgl::SplitPowerTo2 (int, int *, int=4) |
void | hgl::FlipBitmap (uint8 *, uint8 *, int, int, int) |
void | hgl::GetPixel (int, int, uint8 *) |
void | hgl::ScaleImage (void *, int, int, void *, int, int, ColorType) |
void | hgl::ToHalf (uchar *dst, const uchar *src, int width, int height, int color) |
void | hgl::glRotate3fv (const float *vf) |
void | hgl::glRotate3f (const float x, const float y, const float z) |
void | hgl::glTranslate3fv (const float *vf) |
void | hgl::glTranslate3f (const float x, const float y, const float z) |
void | hgl::glScale3fv (const float *vf) |
void | hgl::PutOpenExtInfo (const char *str, const char *flag) |
void | hgl::PutOpenGLIntegerValue (const wchar_t *name, const uint flag) |
void | hgl::PutOpenGLFloatValue (const wchar_t *name, const uint flag) |
void | hgl::PutOpenGLRGBAValue (const wchar_t *name, const uint flag) |
void | hgl::PutOpenGLFloatRange (const wchar_t *name, const uint flag) |
void | hgl::PutOpenGLStringValue (const char *name, const uint flag) |
void | hgl::PutOpenGLStringValue (const char *name, const char *str) |
void | hgl::PutOpenGLInfo (const char *os_ext_info, const char *os_ext_name) |