[]
IDirect3DTexture9
[Guid("85C31227-3DE5-4f00-9B3A-F11AC38C18B5")]
public class Texture : BaseTexture, IDisposable, IUnknown
| Name | Description |
|---|---|
| Texture(IntPtr) | Initializes a new instance of the Texture class. |
| Name | Description |
|---|---|
| Create(Device, int, int, int, Usage, Format, Pool) | Initializes a new instance of the Texture class. |
| Create(Device, int, int, int, Usage, Format, Pool, ref IntPtr) | Initializes a new instance of the Texture class. |
| GetSurfaceLevel(int) | HRESULT IDirect3DTexture9::GetSurfaceLevel([In] unsigned int Level,[Out] IDirect3DSurface9** ppSurfaceLevel) |
| Name | Description |
|---|---|
| explicit operator Texture(IntPtr) |