Exemplo n.º 1
0
 protected bool Equals(PfimConfig other)
 {
     return(ApplyColorMap == other.ApplyColorMap && Allocator.Equals(other.Allocator) &&
            BufferSize == other.BufferSize && TargetFormat == other.TargetFormat &&
            Decompress == other.Decompress);
 }
Exemplo n.º 2
0
 public Bc5Dds(DdsHeader header, PfimConfig config) : base(header, config)
 {
 }
Exemplo n.º 3
0
 public Bc7Dds(DdsHeader header, PfimConfig config) : base(header, config)
 {
     currentBlock = new byte[CompressedBytesPerBlock];
 }