Struct GLFWallocator
Inherited Members
Namespace: OpenTK.Windowing.GraphicsLibraryFramework
Assembly: OpenTK.Windowing.GraphicsLibraryFramework.dll
Syntax
public struct GLFWallocator
Fields
Allocate
The memory allocation function. See GLFWallocatefun for details about allocation function.
Declaration
public GLFWallocatefun Allocate
Field Value
Type | Description |
---|---|
GLFWallocatefun |
Deallocate
The memory deallocation function. See GLFWdeallocatefun for details about deallocation function.
Declaration
public GLFWdeallocatefun Deallocate
Field Value
Type | Description |
---|---|
GLFWdeallocatefun |
Reallocate
The memory reallocation function. See GLFWreallocatefun for details about reallocation function.
Declaration
public GLFWreallocatefun Reallocate
Field Value
Type | Description |
---|---|
GLFWreallocatefun |
User
The user pointer for this custom allocator. This value will be passed to the allocator functions.
Declaration
public void* User
Field Value
Type | Description |
---|---|
void* |