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: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public Adapter(
	Vendor vendor,
	int deviceId
)

Parameters

vendor
Type: Internal.SharpBgfxVendor
The vendor.
deviceId
Type: SystemInt32
The device ID.
See Also