RageLib.Compression.TextureCompressionHelper - indilo53/gta-toolkit GitHub Wiki
namespace: RageLib.Compression
Inheritance Hierarchy
Syntax
public class TextureCompressionHelper
Constructors
:white_large_square: |
prototype |
description |
Properties
:white_large_square: |
name |
description |
Methods
:white_large_square: |
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
:white_large_square: |
name |
description |