Esempio n. 1
0
 protected override void CreateDevice()
 {
     this.Device1 = D3D11MetaFactory.CreateD3DDevice1(this.m_opts);
 }
Esempio n. 2
0
 protected override void CreateSwapChain()
 {
     this.EnsureDevice();
     this.EnsureDxgiFactory();
     this.SwapChain1 = D3D11MetaFactory.CreateSwapChain1(this.m_creationOpts, this);
 }