Click or drag to resize

ReleaseCallback Delegate

Delegate type for callback functions.

Namespace:  Internal.SharpBgfx
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public delegate void ReleaseCallback(
	IntPtr userData
)

Parameters

userData
Type: SystemIntPtr
User-provided data to the original allocation call.
See Also