Click or drag to resize

ICallbackHandlerSetCacheEntry Method

Saves an entry in the cache.

Namespace: Internal.SharpBgfx
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
void SetCacheEntry(
	long id,
	IntPtr data,
	int size
)

Parameters

id  Int64
The cache entry ID.
data  IntPtr
A pointer to the data to save in the cache.
size  Int32
The size of the memory block pointed to be data.
See Also