C# Class Ovr.OpenGLWindowsConfig

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

Méthodes publiques

Свойство Type Description
_HDCDeviceContext System.IntPtr
_hwnd System.IntPtr

Méthodes publiques

Méthode Description
OpenGLWindowsConfig ( Sizei rtSize, int multisample, IntPtr hwnd, IntPtr HDCDeviceContext ) : System

Private Methods

Méthode Description
ToRaw ( ) : RenderAPIConfig_Raw

Method Details

OpenGLWindowsConfig() public méthode

public OpenGLWindowsConfig ( Sizei rtSize, int multisample, IntPtr hwnd, IntPtr HDCDeviceContext ) : System
rtSize Sizei
multisample int
hwnd System.IntPtr
HDCDeviceContext System.IntPtr
Résultat System

Property Details

_HDCDeviceContext public_oe property

public IntPtr,System _HDCDeviceContext
Résultat System.IntPtr

_hwnd public_oe property

public IntPtr,System _hwnd
Résultat System.IntPtr