C# Class Reign.Video.OpenGL.WGL

Afficher le fichier Open project: reignstudios/ReignSDK Class Usage Examples

Méthodes publiques

Свойство Type Description
SwapInterval SwapIntervalFunc

Méthodes publiques

Méthode Description
Init ( ) : void
ZeroPixelDescriptor ( PIXELFORMATDESCRIPTOR &pfd ) : void

Private Methods

Méthode Description
ChoosePixelFormat ( IntPtr hdc, PIXELFORMATDESCRIPTOR &p_pfd ) : int
CreateContext ( IntPtr hdc ) : IntPtr
DeleteContext ( IntPtr hglrc ) : int
GetDC ( IntPtr hwnd ) : IntPtr
MakeCurrent ( IntPtr hdc, IntPtr hglrc ) : int
ReleaseDC ( IntPtr hwnd, IntPtr dc ) : int
SetPixelFormat ( IntPtr hdc, int iPixelFormat, PIXELFORMATDESCRIPTOR &p_pfd ) : uint
SwapBuffers ( IntPtr hdc ) : IntPtr

Method Details

Init() public static méthode

public static Init ( ) : void
Résultat void

ZeroPixelDescriptor() public static méthode

public static ZeroPixelDescriptor ( PIXELFORMATDESCRIPTOR &pfd ) : void
pfd PIXELFORMATDESCRIPTOR
Résultat void

Property Details

SwapInterval public_oe static_oe property

public static SwapIntervalFunc SwapInterval
Résultat SwapIntervalFunc