C# Class Ovr.D3D11Config

Contains D3D11-specific rendering information.
Inheritance: RenderAPIConfig
Mostrar archivo Open project: UCSDVR/Lucid-VR

Public Methods

Method Description
D3D11Config ( Sizei rtSize, int multisample, IntPtr ID3D11Device_pDevice, IntPtr ID3D11DeviceContext_pDeviceContext, IntPtr ID3D11RenderTargetView_pBackBufferRT, IntPtr IDXGISwapChain_pSwapChain ) : System

Private Methods

Method Description
ToRaw ( ) : RenderAPIConfig_Raw

Method Details

D3D11Config() public method

public D3D11Config ( Sizei rtSize, int multisample, IntPtr ID3D11Device_pDevice, IntPtr ID3D11DeviceContext_pDeviceContext, IntPtr ID3D11RenderTargetView_pBackBufferRT, IntPtr IDXGISwapChain_pSwapChain ) : System
rtSize Sizei
multisample int
ID3D11Device_pDevice System.IntPtr
ID3D11DeviceContext_pDeviceContext System.IntPtr
ID3D11RenderTargetView_pBackBufferRT System.IntPtr
IDXGISwapChain_pSwapChain System.IntPtr
return System