4 using System.Collections.Generic;
 
    8 namespace SiliconStudio.TextureConverter.Requests
 
   13     internal class CompressingRequest : IRequest
 
   15         public override RequestType 
Type { 
get { 
return RequestType.Compressing; } }
 
   36             this.Quality = quality;
 
TextureQuality
The desired texture quality. 
 
The type of the serialized type will be passed as a generic arguments of the serializer. Example: serializer of A becomes instantiated as Serializer{A}. 
 
_In_ size_t _In_ size_t _In_ DXGI_FORMAT format
 
PixelFormat
Defines various types of pixel formats.