SkillExecutionDeviceDirectX.Create(IDirect3DDevice) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Instantiates a SkillExecutionDeviceDirectX.
public:
static Microsoft::AI::Skills::SkillInterfacePreview::SkillExecutionDeviceDirectX ^ Create(Windows::Graphics::DirectX::Direct3D11::IDirect3DDevice ^ direct3D11Device);
public static Microsoft.AI.Skills.SkillInterfacePreview.SkillExecutionDeviceDirectX Create (Windows.Graphics.DirectX.Direct3D11.IDirect3DDevice direct3D11Device);
static member Create : Windows.Graphics.DirectX.Direct3D11.IDirect3DDevice -> Microsoft.AI.Skills.SkillInterfacePreview.SkillExecutionDeviceDirectX
Public Shared Function Create (direct3D11Device As IDirect3DDevice) As SkillExecutionDeviceDirectX
Parameters
- direct3D11Device
- Windows.Graphics.DirectX.Direct3D11.IDirect3DDevice
The IDirect3DDevice corresponding to this DirectX device.
Returns
The instantiated SkillExecutionDeviceDirectX.