|
Product parts
|
|
Virtual File system
|
| Virtual Render |
| Virtual Machine |
| |
|
Demo Games
|
| |
|
3D Engine
|
|
gvSystem(dx9)
|
|
|
|
Link
|
 |
|
|
gm_grp_driver_util_dx9.h File Reference
Go to the source code of this file.
Function Documentation
| void beginSceneDX9 |
( |
void |
|
) |
|
| void* createTextureDX9 |
( |
unsigned char * |
pbyte, |
|
|
int |
w, |
|
|
int |
h, |
|
|
int |
bpp | |
|
) |
| | |
| void destroyTextureDx9 |
( |
void * |
pTex |
) |
|
| void draw_vb_primitive_DX9 |
( |
unsigned char |
prim_type, |
|
|
unsigned short |
vertex_cnt | |
|
) |
| | |
| void endSceneDX9 |
( |
void |
|
) |
|
| void set_texture_DX9 |
( |
void * |
pTex, |
|
|
int |
stage = 0 | |
|
) |
| | |
| void set_vertex_buf_DX9 |
( |
void * |
pvtx |
) |
|
| void set_view_portDX9 |
( |
int |
x1, |
|
|
int |
y1, |
|
|
int |
x2, |
|
|
int |
y2 | |
|
) |
| | |
|