4 using System.Collections.Generic;
8 namespace SiliconStudio.TextureConverter.Requests
13 internal abstract class RescalingRequest : IRequest
15 public override RequestType
Type {
get {
return RequestType.Rescaling; } }
23 public Filter.Rescaling Filter {
get;
protected set; }
29 protected RescalingRequest(Filter.Rescaling filter)
39 public abstract int ComputeWidth(TexImage texImage);
46 public abstract int ComputeHeight(TexImage texImage);
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}.