Tao.Platform.Windows SDK Documentation

Wgl.wglAllocateMemoryNV Method 

[Visual Basic]
Public Shared Function wglAllocateMemoryNV( _
   ByVal extensionPointer As IntPtr, _
   ByVal size As Integer, _
   ByVal readFrequency As Single, _
   ByVal writeFrequency As Single, _
   ByVal priority As Single _
) As IntPtr
[C#]
public static IntPtr wglAllocateMemoryNV(
   IntPtr extensionPointer,
   int size,
   float readFrequency,
   float writeFrequency,
   float priority
);

Parameters

extensionPointer
size
readFrequency
writeFrequency
priority

Return Value

See Also

Wgl Class | Tao.Platform.Windows Namespace