C# Class OpenTK.Platform.Windows.Wgl.Oml

Mostrar archivo Open project: prepare/HTML-Renderer

Public Methods

Method Description
GetMscRate ( IntPtr hdc, [ numerator, [ denominator ) : System.Boolean
GetSyncValues ( IntPtr hdc, [ ust, [ msc, [ sbc ) : System.Boolean
SwapBuffersMsc ( IntPtr hdc, System.Int64 target_msc, System.Int64 divisor, System.Int64 remainder ) : System.Int64
SwapLayerBuffersMsc ( IntPtr hdc, int fuPlanes, System.Int64 target_msc, System.Int64 divisor, System.Int64 remainder ) : System.Int64
WaitForMsc ( IntPtr hdc, System.Int64 target_msc, System.Int64 divisor, System.Int64 remainder, [ ust, [ msc, [ sbc ) : System.Boolean
WaitForSbc ( IntPtr hdc, System.Int64 target_sbc, [ ust, [ msc, [ sbc ) : System.Boolean

Method Details

GetMscRate() public static method

public static GetMscRate ( IntPtr hdc, [ numerator, [ denominator ) : System.Boolean
hdc System.IntPtr
numerator [
denominator [
return System.Boolean

GetSyncValues() public static method

public static GetSyncValues ( IntPtr hdc, [ ust, [ msc, [ sbc ) : System.Boolean
hdc System.IntPtr
ust [
msc [
sbc [
return System.Boolean

SwapBuffersMsc() public static method

public static SwapBuffersMsc ( IntPtr hdc, System.Int64 target_msc, System.Int64 divisor, System.Int64 remainder ) : System.Int64
hdc System.IntPtr
target_msc System.Int64
divisor System.Int64
remainder System.Int64
return System.Int64

SwapLayerBuffersMsc() public static method

public static SwapLayerBuffersMsc ( IntPtr hdc, int fuPlanes, System.Int64 target_msc, System.Int64 divisor, System.Int64 remainder ) : System.Int64
hdc System.IntPtr
fuPlanes int
target_msc System.Int64
divisor System.Int64
remainder System.Int64
return System.Int64

WaitForMsc() public static method

public static WaitForMsc ( IntPtr hdc, System.Int64 target_msc, System.Int64 divisor, System.Int64 remainder, [ ust, [ msc, [ sbc ) : System.Boolean
hdc System.IntPtr
target_msc System.Int64
divisor System.Int64
remainder System.Int64
ust [
msc [
sbc [
return System.Boolean

WaitForSbc() public static method

public static WaitForSbc ( IntPtr hdc, System.Int64 target_sbc, [ ust, [ msc, [ sbc ) : System.Boolean
hdc System.IntPtr
target_sbc System.Int64
ust [
msc [
sbc [
return System.Boolean