CapabilitiesCheckTextureSupport Method |
Checks device support for a specific texture format.
Namespace: Internal.SharpBgfxAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic TextureFormatSupport CheckTextureSupport(
TextureFormat format
)
Parameters
- format TextureFormat
- The format to check.
Return Value
TextureFormatSupportThe level of support for the given format.
See Also