Elaztek Developer Hub
Blamite Game Engine - blam!  00346.12.11.21.0529.blamite
The core library for the Blamite Game Engine.
texture.h
Go to the documentation of this file.
1 #pragma once
2 
3 #ifndef BLAM
4 #define BLAM
5 #endif
6 
7 namespace bimg
8 {
9  struct ImageContainer;
10 }
11 
12 
13 namespace BlamRendering::BGFX
14 {
15  BLAM bimg::ImageContainer* LoadImage();
16 }
BLAM
#define BLAM
Definition: texture.h:4
BlamRendering::BGFX
Namespace containing functions exclusive to bgfx.
Definition: primitives.h:24
bimg
Definition: texture.h:7
BlamRendering::BGFX::LoadImage
BLAM bimg::ImageContainer * LoadImage()
Definition: texture.cpp:5