Add RenderColorFormat option to graphics settings for rendering pipeline buffer format

#3618
This commit is contained in:
Wojtek Figat
2026-01-13 09:07:22 +01:00
parent e494c9ec76
commit e0062a6ff1
4 changed files with 55 additions and 3 deletions

View File

@@ -8,7 +8,7 @@ namespace FlaxEngine
/// Allows to change enum type field or property display mode in the editor.
/// </summary>
/// <seealso cref="System.Attribute" />
[AttributeUsage(AttributeTargets.Field | AttributeTargets.Property)]
[AttributeUsage(AttributeTargets.Field | AttributeTargets.Property | AttributeTargets.Enum)]
public sealed class EnumDisplayAttribute : Attribute
{
/// <summary>