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: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public static void SetPlatformData(
	PlatformData platformData
)

Parameters

platformData
Type: Internal.SharpBgfxPlatformData
A collection of platform-specific data pointers.
See Also