C# 클래스 Ovr.OpenGLWindowsConfig

Contains OpenGL-specific rendering information for Windows.
상속: RenderAPIConfig
파일 보기 프로젝트 열기: UCSDVR/Lucid-VR

공개 프로퍼티들

프로퍼티 타입 설명
_HDCDeviceContext System.IntPtr
_hwnd System.IntPtr

공개 메소드들

메소드 설명
OpenGLWindowsConfig ( Sizei rtSize, int multisample, IntPtr hwnd, IntPtr HDCDeviceContext ) : System

비공개 메소드들

메소드 설명
ToRaw ( ) : RenderAPIConfig_Raw

메소드 상세

OpenGLWindowsConfig() 공개 메소드

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

프로퍼티 상세

_HDCDeviceContext 공개적으로 프로퍼티

public IntPtr,System _HDCDeviceContext
리턴 System.IntPtr

_hwnd 공개적으로 프로퍼티

public IntPtr,System _hwnd
리턴 System.IntPtr