DI-Guy C++ SDK Reference
13.0
Main Page
Related Pages
Modules
Classes
Files
File List
File Members
All
Classes
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
diguyOglGraphicsTexture.h
Go to the documentation of this file.
1
#ifndef __diguyOglGraphicsTexture_H
2
#define __diguyOglGraphicsTexture_H
3
4
5
#include <
diguyGraphicsTexture.h
>
6
#include "ogl_headers.h"
7
8
9
/*****************************************************************************
10
**
11
*2 diguyOglGraphicsTexture
12
**
13
** This class is part of the DI-Guy Graphics API. It overrides the class
14
** diguyGraphicsTexture. Detailed documentation is in the implementation
15
** file documentation <a href="diguyOglGraphicsTexture.cpp.html">here</a>.
16
*/
17
/****************************************************************************/
18
class
diguyOglGraphicsTexture
:
public
diguyGraphicsTexture
19
{
20
21
public
:
22
23
diguyOglGraphicsTexture
(
void
* internal_data);
24
25
virtual
void
build
();
26
virtual
void
unbuild
();
27
virtual
void
bind_now
(
diguyTextureMapType
texture_type);
28
29
protected
:
30
31
GLuint
m_texture_object
;
32
};
33
34
39
diguyGraphicsTexture
*
diguyOglGraphicsTexture_create_func
(
void
* internal_data);
40
41
#endif
diguy
programming_examples
diguy_graphics_api
ogl_examples
common
diguyOglGraphicsTexture.h
Generated on Wed Jul 9 2014 21:35:57 for DI-Guy C++ SDK Reference by
1.8.3.1