Aeon Engine c550894
AeonGames Open Source Game Engine
Loading...
Searching...
No Matches
AeonGames::IndexBufferFieldValuePrinter Class Reference

Custom field value printer for index buffer data. More...

Inheritance diagram for AeonGames::IndexBufferFieldValuePrinter:
Inheritance graph
Collaboration diagram for AeonGames::IndexBufferFieldValuePrinter:
Collaboration graph

Public Member Functions

 IndexBufferFieldValuePrinter (const MeshMsg &aMeshMsg)
 Construct from a mesh message.
void PrintBytes (const std::string &val, google::protobuf::TextFormat::BaseTextGenerator *base_text_generator) const override
 Print index buffer bytes in human-readable format.

Detailed Description

Custom field value printer for index buffer data.

Definition at line 227 of file Convert.cpp.

Constructor & Destructor Documentation

◆ IndexBufferFieldValuePrinter()

AeonGames::IndexBufferFieldValuePrinter::IndexBufferFieldValuePrinter ( const MeshMsg & aMeshMsg)
inline

Construct from a mesh message.

Definition at line 231 of file Convert.cpp.

Member Function Documentation

◆ PrintBytes()

void AeonGames::IndexBufferFieldValuePrinter::PrintBytes ( const std::string & val,
google::protobuf::TextFormat::BaseTextGenerator * base_text_generator ) const
inlineoverride

Print index buffer bytes in human-readable format.

Definition at line 237 of file Convert.cpp.


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