Click or drag to resize

ICallbackHandlerGetCacheEntry Method

Retrieves an entry from the cache.

Namespace:  Internal.SharpBgfx
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
bool GetCacheEntry(
	long id,
	IntPtr data,
	int size
)

Parameters

id
Type: SystemInt64
The cache entry ID.
data
Type: SystemIntPtr
A pointer that should be filled with data from the cache.
size
Type: SystemInt32
The size of the memory block pointed to be data.

Return Value

Type: Boolean
true if the item is found in the cache; otherwise, false.
See Also