Elaztek Developer Hub
Switch Project...
blam!
Editing Kit
Guerilla
Sapien
Tool
Foundry
Libraries
Keystone
Strings
Forums
Discord
Doxygen
Jenkins
Guides
Gitlab
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
9
enum class
GuerillaBitmapFormat
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
27
namespace
Guerilla::Tags::Importers::Bitmap
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
HEKGuerilla
components
tags
importers
bitmap
bitmap_importers.h
Generated on Sat Jun 11 2022 04:37:17 for Blamite Game Engine - Guerilla (Library) by
1.8.17