![]() |
SourcePP
Several modern C++20 libraries for sanely parsing Valve's formats.
|
This is the complete list of members for vtfpp::TTX, including all inherited members.
aspectRatioType | vtfpp::TTX | protected |
bake() const | vtfpp::TTX | |
bake(const std::string &tthPath, const std::string &ttzPath) const | vtfpp::TTX | |
compressionLevel | vtfpp::TTX | protected |
getAspectRatioType() const | vtfpp::TTX | |
getCompressionLevel() const | vtfpp::TTX | |
getMajorVersion() const | vtfpp::TTX | |
getMinorVersion() const | vtfpp::TTX | |
getMipFlags() const | vtfpp::TTX | |
getMipFlags() | vtfpp::TTX | |
getVTF() const | vtfpp::TTX | |
getVTF() | vtfpp::TTX | |
majorVersion | vtfpp::TTX | protected |
minorVersion | vtfpp::TTX | protected |
mipFlags | vtfpp::TTX | protected |
opened | vtfpp::TTX | protected |
operator bool() const | vtfpp::TTX | explicit |
setAspectRatioType(uint8_t newAspectRatioType) | vtfpp::TTX | |
setCompressionLevel(int16_t newCompressionLevel) | vtfpp::TTX | |
setMajorVersion(uint8_t newMajorVersion) | vtfpp::TTX | |
setMinorVersion(uint8_t newMinorVersion) | vtfpp::TTX | |
setVersion(uint8_t newMajorVersion, uint8_t newMinorVersion) | vtfpp::TTX | |
TTX(VTF &&vtf_) | vtfpp::TTX | explicit |
TTX(std::span< const std::byte > tthData, std::span< const std::byte > ttzData={}) | vtfpp::TTX | explicit |
TTX(const std::string &tthPath, const std::string &ttzPath="") | vtfpp::TTX | explicit |
vtf | vtfpp::TTX | protected |