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
/images/method.jpg [] CompressBC1(byte[] data, int width, int height) __
/images/method.jpg [] CompressBC2(byte[] data, int width, int height) __
/images/method.jpg [] CompressBC3(byte[] data, int width, int height) __
/images/method.jpg [] CompressBC4(byte[] data, int width, int height) __
/images/method.jpg [] CompressBC5(byte[] data, int width, int height) __
/images/method.jpg [] CompressBC7(byte[] data, int width, int height) __
/images/method.jpg [] DecompressBC1(byte[] data, int width, int height) __
/images/method.jpg [] DecompressBC2(byte[] data, int width, int height) __
/images/method.jpg [] DecompressBC3(byte[] data, int width, int height) __
/images/method.jpg [] DecompressBC4(byte[] data, int width, int height) __
/images/method.jpg [] DecompressBC5(byte[] data, int width, int height) __
/images/method.jpg [] DecompressBC7(byte[] data, int width, int height) __

Events

name description
Clone this wiki locally