C# Class Ovr.D3D10Config

Contains D3D10-specific rendering information.
Inheritance: RenderAPIConfig
Afficher le fichier Open project: UCSDVR/Lucid-VR

Méthodes publiques

Méthode Description
D3D10Config ( Sizei rtSize, int multisample, IntPtr ID3D10RenderTargetView_pBackBufferRT, IntPtr IDXGISwapChain_pSwapChain ) : System

Private Methods

Méthode Description
ToRaw ( ) : RenderAPIConfig_Raw

Method Details

D3D10Config() public méthode

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
Résultat System