Click or drag to resize

Adapter Constructor

Initializes a new instance of the Adapter struct.

Namespace: Internal.SharpBgfx
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public Adapter(
	Vendor vendor,
	int deviceId
)

Parameters

vendor  Vendor
The vendor.
deviceId  Int32
The device ID.
See Also