Click or drag to resize

BgfxSetPlatformData Method

Sets platform-specific data pointers to hook into low-level library functionality.

Namespace: Internal.SharpBgfx
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public static void SetPlatformData(
	PlatformData platformData
)

Parameters

platformData  PlatformData
A collection of platform-specific data pointers.
See Also