Share via


Creating Direct3D Mobile Resources

A version of this page is also available for

Windows Embedded CE 6.0 R3

4/8/2010

To create a resource, call the method on the IDirect3DMobileDevice interface that corresponds to the type of resource you want to create. The following list shows the methods used to create resources.

Upon calling one of these methods listed above, the Microsoft® Direct3D Mobile® middleware creates an underlying object for the resource and then returns a pointer to an interface to that resource object. The resource object will only be created if the parameters passed to the method that describe the resource are compatible with the capabilities of the driver.

See Also

Concepts

Using Direct3D Mobile Resources