Click or drag to resize
AB4D logo

IDXDeviceResource Interface

IDXDeviceResource interface defines properties and methods that are used by resources that are initialized by DXDevice.

Namespace: Ab3d.DirectX
Assembly: Ab3d.DXEngine (in Ab3d.DXEngine.dll) Version: 6.1.8746.1045
Syntax
C#
public interface IDXDeviceResource : IDisposableDXResource, 
	IDXResource, IDisposable

The IDXDeviceResource type exposes the following members.

Properties
 NameDescription
Public propertyIsInitialized Gets a Boolean that specifies if this resource has already been initialized.
Top
Methods
 NameDescription
Public methodInitializeResources Initializes resources.
Top
See Also