/
redgpu
/
tech5
Обзор
Документация
Войти
/
redgpu
/
tech5
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
source/engine/renderer/jobs/transcode/pagecompression.h
19 строк
511 B
Justin Marshall
Added cleaned up structs and classes to proper header files.
09 авг 2026, 03:17
09 авг 2026, 03:17
61cb846
Код
Авторство
О чём код?
#pragma once // Reconstructed C++ declarations from IDA Local Types and PDB/DIA metadata. // Original PDB header: w:\tech5\engine\renderer\jobs\transcode\pagecompression.h // Recovered logical types: 1 // Signatures retain Xbox 360 ABI evidence and may still require manual review. // IDA Local Type ordinal 1492; PDB kind: enum. enum pageCompression_t : __int32 { COMP_NONE = 0x1, COMP_DXT = 0x2, COMP_LZW = 0x3, COMP_DCT = 0x4, COMP_HDP = 0x5, COMP_JXR = 0x6, COMP_MAX_COMPRESSIONS = 0x7, };