SourcePP
Several modern C++20 libraries for sanely parsing Valve's formats.
Loading...
Searching...
No Matches
vtfpp::PPL::Image Struct Reference

#include <PPL.h>

Collaboration diagram for vtfpp::PPL::Image:

Public Attributes

uint32_t width
 
uint32_t height
 
std::vector< std::byte > data
 

Detailed Description

Definition at line 16 of file PPL.h.

Member Data Documentation

◆ data

std::vector<std::byte> vtfpp::PPL::Image::data

Definition at line 19 of file PPL.h.

◆ height

uint32_t vtfpp::PPL::Image::height

Definition at line 18 of file PPL.h.

◆ width

uint32_t vtfpp::PPL::Image::width

Definition at line 17 of file PPL.h.


The documentation for this struct was generated from the following file: