![]() | |
DXDevice |
The DXDeviceResourcesCache type exposes the following members.
Name | Description | |
---|---|---|
![]() | AddDXMaterial | Adds the DXEngine's dxMaterial that was created from the WPF material to this DXDeviceResourcesCache. |
![]() | AddDXMeshGeometry3D | Adds the DXEngine's DXMeshGeometry3D that was created from the WPF MeshGeometry3D to this DXDeviceResourcesCache. |
![]() | Dispose | Dispose |
![]() ![]() | GetDXDeviceResourcesCache | Returns the DXDeviceResourcesCache for the specified dxDevice or create a new cache if it was not yet created for the DXDevice. |
![]() | RemoveDXMaterial | Removes the cached DXEngine's material for the specified WPF material. |
![]() | RemoveDXMeshGeometry3D | Removes the cached DXEngine's DXMeshGeometry3D for the specified WPF MeshGeometry3D. |
![]() | TryGetDXMaterial | Returns true and sets the dxMaterial parameter when the WPF material was cached in this DXDeviceResourcesCache. Otherwise returns false and sets dxMaterial to null. |
![]() | TryGetDXMeshGeometry3D | Returns true and sets the dxMeshGeometry3D parameter when the WPF MeshGeometry3D was cached in this DXDeviceResourcesCache. Otherwise returns false and sets dxMeshGeometry3D to null. |