Skip to content

RageLib.Compression.TextureCompressionHelper

Jérémie N'gadi edited this page Aug 5, 2018 · 2 revisions

namespace: RageLib.Compression

Inheritance Hierarchy

  • TextureCompressionHelper

Syntax

public class TextureCompressionHelper

Constructors

prototype description

Properties

name description

Methods

prototype description
method [] CompressBC1(byte[] data, int width, int height) __
method [] CompressBC2(byte[] data, int width, int height) __
method [] CompressBC3(byte[] data, int width, int height) __
method [] CompressBC4(byte[] data, int width, int height) __
method [] CompressBC5(byte[] data, int width, int height) __
method [] CompressBC7(byte[] data, int width, int height) __
method [] DecompressBC1(byte[] data, int width, int height) __
method [] DecompressBC2(byte[] data, int width, int height) __
method [] DecompressBC3(byte[] data, int width, int height) __
method [] DecompressBC4(byte[] data, int width, int height) __
method [] DecompressBC5(byte[] data, int width, int height) __
method [] DecompressBC7(byte[] data, int width, int height) __

Events

name description
Clone this wiki locally