Improve RT-HDR texture comments

This commit is contained in:
Exter-N 2025-01-09 20:42:48 +01:00
parent f07780cf7b
commit e8300fc5c8

View file

@ -14,8 +14,8 @@ public unsafe class RenderTargetHdrEnabler : IService, IDisposable
/// <remarks> This array must be sorted by CreationOrder ascending. </remarks> /// <remarks> This array must be sorted by CreationOrder ascending. </remarks>
private static readonly ImmutableArray<ForcedTextureConfig> ForcedTextureConfigs = private static readonly ImmutableArray<ForcedTextureConfig> ForcedTextureConfigs =
[ [
new(9, TextureFormat.R16G16B16A16_FLOAT, "Main Diffuse GBuffer"), new(9, TextureFormat.R16G16B16A16_FLOAT, "Opaque Diffuse GBuffer"),
new(10, TextureFormat.R16G16B16A16_FLOAT, "Hair Diffuse GBuffer"), new(10, TextureFormat.R16G16B16A16_FLOAT, "Semitransparent Diffuse GBuffer"),
]; ];
private static readonly IComparer<ForcedTextureConfig> ForcedTextureConfigComparer private static readonly IComparer<ForcedTextureConfig> ForcedTextureConfigComparer