Creates a Direct3D device. If CreateWindow or SetWindow has not already been called, it will call CreateWindow with default parameters. Instead of calling this, you can call SetDevice or CreateDeviceFromSettings This is the CLS compliant version
Creates a Direct3D device. If CreateWindow or SetWindow has not already been called, it will call CreateWindow with default parameters. Instead of calling this, you can call SetDevice or CreateDeviceFromSettings This is the CLS compliant version
public void CreateDevice(int,bool,int,int,IDeviceCreation);
Creates a Direct3D device. If CreateWindow or SetWindow has not already been called, it will call CreateWindow with default parameters. Instead of calling this, you can call SetDevice or CreateDeviceFromSettings
public void CreateDevice(uint,bool,int,int,IDeviceCreation);
Framework Class | Microsoft.Samples.DirectX.UtilityToolkit Namespace