Managed Direct3D Mobile Samples

The samples in this section provide tutorials for developing and using Direct3D objects using the Windows Mobile DirectX and Direct3D namespaces provided by the .NET Compact Framework.

NoteNote

These samples require Windows Mobile version 5.0 software for Pocket PCs and Smartphones. DirectX and Direct3D features are not available on Windows Mobile 2003 for Pocket PC or Windows Mobile 2003 for Smartphone.

In This Section

  • Direct3D Mobile Texture Sample
    Provides a tutorial for rendering vertices with a vertex buffer, a Direct3D object for storing vertices. You can define vertices by defining a custom structure and a custom FVF (flexible vertex format).
  • Direct3D Mobile Vertices Sample
    Provides a tutorial for rendering vertices with a vertex buffer, a Direct3D object for storing vertices. You can define vertices by defining a custom structure and a custom FVF (flexible vertex format).

See Also

Concepts

Windows Mobile DirectX and Direct3D

Other Resources

Direct3D Mobile UltimateGMan Game Sample