Home | Info | Community | Development | myReactOS | Contact Us
ReactOS Development > Doxygend3d9_resource.h
Go to the documentation of this file.
00001 /* 00002 * COPYRIGHT: See COPYING in the top level directory 00003 * PROJECT: ReactOS ReactX 00004 * FILE: dll/directx/d3d9/d3d9_resource.h 00005 * PURPOSE: d3d9.dll internal resource structures 00006 * PROGRAMERS: Gregor Gullwi <gbrunmar (dot) ros (at) gmail (dot) com> 00007 */ 00008 #ifndef _D3D9_RESOURCE_H_ 00009 #define _D3D9_RESOURCE_H_ 00010 00011 #include "d3d9_baseobject.h" 00012 00013 typedef struct _Direct3DResource9_INT 00014 { 00015 /* 0x0000 */ D3D9BaseObject BaseObject; 00016 /* 0x0020 */ BOOL bIsManaged; 00017 /* 0x0024 */ DWORD dwUnknown24; 00018 /* 0x0028 */ DWORD dwUnknown28; 00019 /* 0x002c */ DWORD dwUnknown2c; 00020 /* 0x0030 */ DWORD dwPriority; 00021 /* 0x0034 */ BOOL bIsDirty; 00022 /* 0x0038 */ D3DPOOL Pool; 00023 /* 0x003c */ LPDWORD dwUnknown3c; 00024 /* 0x0040 */ LPDWORD dwUnknown40; 00025 } Direct3DResource9_INT; 00026 00027 void InitDirect3DResource9(Direct3DResource9_INT* pResource, D3DPOOL Pool, struct _Direct3DDevice9_INT* pDevice, enum REF_TYPE RefType); 00028 00029 #endif // _D3D9_RESOURCE_H_ Generated on Sat May 26 2012 04:19:53 for ReactOS by
1.7.6.1
|