Elaztek Developer Hub
Blamite Game Engine - Guerilla (Library)  00355.06.11.22.0220.blamite
The tag editor for the Blamite Game Engine.
bitmap_importers.h
Go to the documentation of this file.
1 #pragma once
2 
3 #ifdef GUERILLA_LIB_EXPORTS
4 #define GUERILLA_LIB_API __declspec(dllexport)
5 #else
6 #define GUERILLA_LIB_API __declspec(dllimport)
7 #endif
8 
10 {
11  PNG,
12  GIF,
13  JPEG,
14  DXT1,
15  DXT2,
16  DXT3,
17  DXT4,
18  DXT5,
19  DDS,
20  TIF,
21  BMP
22 };
23 
28 {
29  void ImportBitmap();
30 }
GuerillaBitmapFormat::GIF
@ GIF
GuerillaBitmapFormat::JPEG
@ JPEG
GuerillaBitmapFormat
GuerillaBitmapFormat
Definition: bitmap_importers.h:9
GuerillaBitmapFormat::DXT1
@ DXT1
GuerillaBitmapFormat::DXT2
@ DXT2
GuerillaBitmapFormat::DDS
@ DDS
Guerilla::Tags::Importers::Bitmap
Namespace containing functions used for importing bitmap tags from source assets.
Definition: bitmap_importers.h:27
GuerillaBitmapFormat::PNG
@ PNG
GuerillaBitmapFormat::DXT5
@ DXT5
GuerillaBitmapFormat::BMP
@ BMP
GuerillaBitmapFormat::TIF
@ TIF
Guerilla::Tags::Importers::Bitmap::ImportBitmap
void ImportBitmap()
GuerillaBitmapFormat::DXT3
@ DXT3
GuerillaBitmapFormat::DXT4
@ DXT4