Click or drag to resize

ReleaseCallback Delegate

Delegate type for callback functions.

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

Parameters

userData  IntPtr
User-provided data to the original allocation call.
See Also