Go to the source code of this file.
|
enum | modtype_t {
mod_bad,
mod_brush,
mod_sprite,
mod_alias,
mod_bad,
mod_brush,
mod_sprite,
mod_alias,
mod_bad,
mod_brush,
mod_sprite,
mod_alias
} |
|
◆ SIDE_BACK
◆ SIDE_FRONT
◆ SIDE_ON
◆ SURF_DRAWBACKGROUND
#define SURF_DRAWBACKGROUND 0x40 |
◆ SURF_DRAWSKY
◆ SURF_DRAWTURB
#define SURF_DRAWTURB 0x10 |
◆ SURF_PLANEBACK
◆ SURF_UNDERWATER
#define SURF_UNDERWATER 0x80 |
◆ VERTEXSIZE
◆ glpoly_t
◆ mleaf_t
◆ mnode_t
◆ model_t
◆ msurface_t
◆ mtexinfo_t
◆ modtype_t
Enumerator |
---|
mod_bad | |
mod_brush | |
mod_sprite | |
mod_alias | |
mod_bad | |
mod_brush | |
mod_sprite | |
mod_alias | |
mod_bad | |
mod_brush | |
mod_sprite | |
mod_alias | |
Definition at line 172 of file gl_model.h.
◆ Hunk_Alloc()
Definition at line 57 of file q_shwin.c.
67 buf = VirtualAlloc (
membase,
cursize+size, MEM_COMMIT, PAGE_READWRITE);
70 FormatMessage(FORMAT_MESSAGE_ALLOCATE_BUFFER | FORMAT_MESSAGE_FROM_SYSTEM,
NULL, GetLastError(), MAKELANGID(LANG_NEUTRAL, SUBLANG_DEFAULT), (LPTSTR) &buf, 0,
NULL);
71 Sys_Error (
"VirtualAlloc commit failed.\n%s", buf);
◆ Hunk_Begin()
Definition at line 41 of file q_shwin.c.
47 membase = VirtualAlloc (
NULL, maxsize, MEM_RESERVE, PAGE_NOACCESS);
53 Sys_Error (
"VirtualAlloc reserve failed");
◆ Hunk_End()
◆ Hunk_Free()
Definition at line 99 of file q_shwin.c.
103 VirtualFree (base, 0, MEM_RELEASE);
◆ Mod_ClearAll()
◆ Mod_ClusterPVS()
Definition at line 268 of file r_model.c.
270 if (cluster == -1 || !model->
vis)
◆ Mod_ForName()
◆ Mod_Free()
Definition at line 1313 of file r_model.c.
1316 memset(mod, 0,
sizeof(*mod));
◆ Mod_FreeAll()
◆ Mod_Init()
◆ Mod_Modellist_f()
◆ Mod_PointInLeaf()