GlPortal Class Reference
0.1.1
Source code documentation of the free and open 3D action puzzle game.
Main Page
Related Pages
Namespaces
Data Structures
Files
File List
Globals
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
external
RadixEngine
include
radix
data
texture
Texture.hpp
Go to the documentation of this file.
1
#ifndef RADIX_TEXTURE_HPP
2
#define RADIX_TEXTURE_HPP
3
4
namespace
radix
{
5
6
struct
Texture
{
7
unsigned
int
handle
= 0;
8
int
width
;
9
int
height
;
10
};
11
12
}
/* namespace radix */
13
14
#endif
/* RADIX_TEXTURE_HPP */
radix
Definition:
GameController.hpp:7
radix::Texture
Definition:
Texture.hpp:6
radix::Texture::height
int height
Definition:
Texture.hpp:9
radix::Texture::width
int width
Definition:
Texture.hpp:8
radix::Texture::handle
unsigned int handle
Definition:
Texture.hpp:7
Generated on Tue Jan 3 2017 08:15:37 for GlPortal Class Reference by
1.8.8