Changeset 894 for Daodan/src/BFW_Motoko_Draw.h
- Timestamp:
- Aug 12, 2013, 12:31:16 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Daodan/src/BFW_Motoko_Draw.h
r705 r894 82 82 } M3tWin32GammaRamp; 83 83 84 typedef struct 85 { 86 float x; 87 float y; 88 float z; 89 float invW; 90 } M3tPointScreen; 91 92 typedef struct 93 { 94 char pad[8]; 95 96 UUtUns16 width; 97 UUtUns16 height; 98 int texelType; // enum IMtPixelType 99 100 UUtUns16 num_x; 101 UUtUns16 num_y; 102 103 UUtUns32 num_textures; 104 void* textures[1]; // struct M3tTextureMap 105 } M3tTextureMap_Big; 106 84 107 extern char M3gResolutionSwitch; 85 108
Note:
See TracChangeset
for help on using the changeset viewer.