Direct3D Mobile Driver Data Types (Windows Embedded CE 6.0)
1/6/2010
This section contains information about the data types used with drivers for Microsoft® Direct3D® Mobile.
The following table shows these data types.
Data Type | Description |
---|---|
Defines a variable that is a pointer to an implementation of the driver function D3DM_CreateContext. |
|
Defines a variable that is a pointer to an implementation of the driver function D3DM_CreateSurface. |
|
Defines a variable that is a pointer to an implementation of the driver function D3DM_DestroyContext. |
|
Defines a variable that is a pointer to an implementation of the driver function D3DM_DestroySurface. |
|
Defines a variable that is a pointer to an implementation of the driver function D3DM_DrawPrimitive. |
|
Defines a variable that is a pointer to an implementation of the driver function D3DM_GetAdapterInfo. |
|
Defines a variable that is a pointer to an implementation of the driver function D3DM_GetInfo. |
|
Defines a variable that is a pointer to an implementation of the driver function D3DM_LockSurface. |
|
Defines a variable that is a pointer to an implementation of the driver function D3DM_ResourceManager. |
|
Defines a variable that is a pointer to an implementation of the driver function D3DM_UnlockSurface. |
|
Defines a variable that is a pointer to an implementation of the driver function D3DM_ValidateDevice. |