BgfxSetPlatformData Method |
Sets platform-specific data pointers to hook into low-level library functionality.
Namespace: Internal.SharpBgfxAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic static void SetPlatformData(
PlatformData platformData
)
Parameters
- platformData PlatformData
- A collection of platform-specific data pointers.
See Also