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: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public TextureFormatSupport CheckTextureSupport(
	TextureFormat format
)

Parameters

format
Type: Internal.SharpBgfxTextureFormat
The format to check.

Return Value

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