Rendering Engine 0.2.0
Modular Graphics Rendering Engine | v0.2.0
Loading...
Searching...
No Matches
rendering_engine::PackedMaterialData Struct Reference

Contains the raw buffer data and layout metadata of packed material parameters. More...

#include <material_types.hpp>

Public Attributes

std::vector< uint8_t > buffer
std::vector< MaterialParameterLayoutEntrylayout

Detailed Description

Contains the raw buffer data and layout metadata of packed material parameters.

Definition at line 67 of file material_types.hpp.

Member Data Documentation

◆ buffer

std::vector<uint8_t> rendering_engine::PackedMaterialData::buffer

Definition at line 69 of file material_types.hpp.

◆ layout

std::vector<MaterialParameterLayoutEntry> rendering_engine::PackedMaterialData::layout

Definition at line 70 of file material_types.hpp.


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