HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
TextureBaker.h File Reference
+ Include dependency graph for TextureBaker.h:

Go to the source code of this file.

Classes

class  TextureBakerGlsl
 

Typedefs

using TextureBakerPtr = shared_ptr< class TextureBakerGlsl >
 A shared pointer to a TextureBaker. More...
 
using BakedDocumentVec = std::vector< std::pair< std::string, DocumentPtr >>
 A vector of baked documents with their associated names. More...
 

Detailed Description

Texture baking functionality

Definition in file TextureBaker.h.

Typedef Documentation

using BakedDocumentVec = std::vector<std::pair<std::string, DocumentPtr>>

A vector of baked documents with their associated names.

Definition at line 29 of file TextureBaker.h.

using TextureBakerPtr = shared_ptr<class TextureBakerGlsl>

A shared pointer to a TextureBaker.

Definition at line 26 of file TextureBaker.h.