diff --git a/src/ImageSharp/Memory/DiscontinuousProto/UniformMemoryGroup{T}.cs b/src/ImageSharp/Memory/DiscontinuousProto/UniformMemoryGroup{T}.cs index 974f68aac..2fe3adce8 100644 --- a/src/ImageSharp/Memory/DiscontinuousProto/UniformMemoryGroup{T}.cs +++ b/src/ImageSharp/Memory/DiscontinuousProto/UniformMemoryGroup{T}.cs @@ -29,7 +29,7 @@ namespace SixLabors.ImageSharp.Memory.DiscontinuousProto { long bufferCount = length / allocator.GetMaximumContiguousBufferLength(); - // TODO: Adjust bufferCount to bufferLengthAlignment, and allocate bufferCount buffers + // TODO: Adjust bufferCount, and calculate the uniform buffer length with respect to bufferLengthAlignment, and allocate bufferCount buffers throw new NotImplementedException(); }