Elaztek Developer Hub
Blamite Game Engine - blam!  00398.09.22.23.2015.blamite
The core library for the Blamite Game Engine.
bitmap.h File Reference
+ Include dependency graph for bitmap.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  bitmap
 
class  BitmapTagClass
 

Namespaces

 Blam
 Namespace surrounding all major engine components.
 
 Blam::Content
 
 Blam::Content::Tags
 Namespace containing functions related to tag data.
 

Macros

#define BLAM
 

Enumerations

enum  bitmap_filtering_mode : uint32_t { bitmap_filtering_mode::point, bitmap_filtering_mode::linear, bitmap_filtering_mode::anisotropic, bitmap_filtering_mode::none }
 

Functions

BLAM bitmapBlam::Content::Tags::GetBitmapTag (std::string tag_path)
 

Macro Definition Documentation

◆ BLAM

#define BLAM

Enumeration Type Documentation

◆ bitmap_filtering_mode

Enumerator
point 
linear 
anisotropic 
none