Elaztek Developer Hub
Blamite Game Engine - blam!  00367.02.08.23.1815.blamite
The core library for the Blamite Game Engine.
textures.cpp File Reference
#include "components/rendering/rendering.h"
#include <OGRE/OgreHlmsManager.h>
#include <OGRE/Hlms/Pbs/OgreHlmsPbs.h>
#include <OGRE/OgreTextureGpuManager.h>
#include <OGRE/OgreTextureFilters.h>
#include <OGRE/OgreStagingTexture.h>
#include <OGRE/OgreRoot.h>
#include <Strings/components/classes/map/map.h>
#include "components/content/tags/classes/bitmap.h"
#include "components/diagnostics/logger/logger.h"

Functions

Ogre::PixelFormatGpu determine_gpu_pixel_format (bitmap::format_enum tag_format)
 

Variables

BlamMap< std::string, Ogre::TextureGpu * > ogre_texture_map = BlamMap<std::string, Ogre::TextureGpu*>()
 

Function Documentation

◆ determine_gpu_pixel_format()

Ogre::PixelFormatGpu determine_gpu_pixel_format ( bitmap::format_enum  tag_format)

Variable Documentation

◆ ogre_texture_map

BlamMap<std::string, Ogre::TextureGpu*> ogre_texture_map = BlamMap<std::string, Ogre::TextureGpu*>()