Skip to content

Commit 1dfca18

Browse files
committed
delete unused code
1 parent 03bd40a commit 1dfca18

2 files changed

Lines changed: 0 additions & 28 deletions

File tree

src/ImageSharp.Drawing.WebGPU/WebGPUDrawingBackend.CompositePixels.cs

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -83,15 +83,6 @@ internal static void GetCompositeTextureFormatInfo(
8383
requiredFeature = Find(textureFormat).RequiredFeature;
8484
}
8585

86-
/// <summary>
87-
/// Resolves the sampled texture type for a registered composite texture format.
88-
/// </summary>
89-
/// <param name="textureFormat">The WebGPU texture format.</param>
90-
/// <returns>The sampled texture type used when reading the format.</returns>
91-
[MethodImpl(MethodImplOptions.AggressiveInlining)]
92-
internal static TextureSampleType GetCompositeTextureSampleType(TextureFormat textureFormat)
93-
=> Find(textureFormat).SampleType;
94-
9586
/// <summary>
9687
/// Resolves the shader-side read/write traits for a registered composite texture format.
9788
/// </summary>

src/ImageSharp.Drawing.WebGPU/WebGPUTextureSampleTypeHelper.cs

Lines changed: 0 additions & 19 deletions
This file was deleted.

0 commit comments

Comments
 (0)