C# Class Ovr.OpenGLWindowsConfig

Contains OpenGL-specific rendering information for Windows.
Inheritance: RenderAPIConfig
Datei anzeigen Open project: UCSDVR/Lucid-VR

Public Properties

Property Type Description
_HDCDeviceContext System.IntPtr
_hwnd System.IntPtr

Public Methods

Method Description
OpenGLWindowsConfig ( Sizei rtSize, int multisample, IntPtr hwnd, IntPtr HDCDeviceContext ) : System

Private Methods

Method Description
ToRaw ( ) : RenderAPIConfig_Raw

Method Details

OpenGLWindowsConfig() public method

public OpenGLWindowsConfig ( Sizei rtSize, int multisample, IntPtr hwnd, IntPtr HDCDeviceContext ) : System
rtSize Sizei
multisample int
hwnd System.IntPtr
HDCDeviceContext System.IntPtr
return System

Property Details

_HDCDeviceContext public_oe property

public IntPtr,System _HDCDeviceContext
return System.IntPtr

_hwnd public_oe property

public IntPtr,System _hwnd
return System.IntPtr