C# Class Ovr.D3D10Config

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

Public Methods

Method Description
D3D10Config ( Sizei rtSize, int multisample, IntPtr ID3D10RenderTargetView_pBackBufferRT, IntPtr IDXGISwapChain_pSwapChain ) : System

Private Methods

Method Description
ToRaw ( ) : RenderAPIConfig_Raw

Method Details

D3D10Config() public method

public D3D10Config ( Sizei rtSize, int multisample, IntPtr ID3D10RenderTargetView_pBackBufferRT, IntPtr IDXGISwapChain_pSwapChain ) : System
rtSize Sizei
multisample int
ID3D10RenderTargetView_pBackBufferRT System.IntPtr
IDXGISwapChain_pSwapChain System.IntPtr
return System