mirror of
https://github.com/xivdev/Penumbra.git
synced 2025-12-12 18:27:24 +01:00
Improve RT-HDR texture comments
This commit is contained in:
parent
f07780cf7b
commit
e8300fc5c8
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue