33class MX_RENDERGLSL_API TextureBakerGlsl :
public TextureBaker<GlslRenderer, GlslShaderGenerator>
36 static TextureBakerPtr create(
unsigned int width = 1024,
unsigned int height = 1024, Image::BaseType baseType = Image::BaseType::UINT8)
41 TextureBakerGlsl(
unsigned int width,
unsigned int height, Image::BaseType baseType);
Texture baking functionality.
std::vector< std::pair< std::string, DocumentPtr > > BakedDocumentVec
A vector of baked documents with their associated names.
Definition TextureBaker.h:24
shared_ptr< class TextureBakerGlsl > TextureBakerPtr
A shared pointer to a TextureBaker.
Definition TextureBaker.h:26