Click or drag to resize

CapabilitiesCheckTextureSupport Method

Checks device support for a specific texture format.

Namespace: Internal.SharpBgfx
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public TextureFormatSupport CheckTextureSupport(
	TextureFormat format
)

Parameters

format  TextureFormat
The format to check.

Return Value

TextureFormatSupport
The level of support for the given format.
See Also