Skip to content

RenderingServer RenderingProfile

Eduard Gushchin edited this page Jun 21, 2026 · 5 revisions

RenderingServer.RenderingProfile

Back to API Reference

Namespace: Electron2D

Summary

Identifies the active renderer profile.

Declaration

public enum Electron2D.RenderingServer.RenderingProfile : System.IComparable, System.IConvertible, System.IFormattable, System.ISpanFormattable

Remarks

This type is part of the Electron2D 0.1.0 Preview public API.

Since

This enum is available since Electron2D 0.1.0 Preview.

Members

Member Kind Summary
Compatibility Enum value Guaranteed minimum renderer profile for supported desktop platforms.
Standard Enum value Full the native GPU backend-oriented renderer profile.

Member Details

Compatibility

Kind: Enum value

public const Electron2D.RenderingServer.RenderingProfile Compatibility

Summary

Guaranteed minimum renderer profile for supported desktop platforms.

Remarks

Use this value with APIs that accept RenderingProfile.

Since

This API is available since Electron2D 0.1.0 Preview.

See Also

  • Electron2D.RenderingServer.RenderingProfile

Standard

Kind: Enum value

public const Electron2D.RenderingServer.RenderingProfile Standard

Summary

Full the native GPU backend-oriented renderer profile.

Remarks

Use this value with APIs that accept RenderingProfile.

Since

This API is available since Electron2D 0.1.0 Preview.

See Also

  • Electron2D.RenderingServer.RenderingProfile

Clone this wiki locally