Valkka  1.6.1
OpenSource Video Management
Public Member Functions | Public Attributes | List of all members
TEX Class Reference

A class encapsulating information about an OpenGL texture set (sizes, OpenGL reference ids, etc.) More...

#include <tex.h>

Inheritance diagram for TEX:
Inheritance graph
[legend]
Collaboration diagram for TEX:
Collaboration graph
[legend]

Public Member Functions

 TEX (BitmapPars bmpars)
 Default constructor. More...
 
virtual ~TEX ()
 Default virtual destructor.
 
 ban_copy_ctor (TEX)
 
 ban_copy_asm (TEX)
 

Public Attributes

BitmapPars bmpars
 Max bitmap dimensions (pre-reserved)
 
GLint internal_format
 OpenGL internal format.
 
GLint format
 OpenGL format of the texture.
 
GLuint index
 OpenGL reference.
 

Detailed Description

A class encapsulating information about an OpenGL texture set (sizes, OpenGL reference ids, etc.)

Constructor & Destructor Documentation

◆ TEX()

TEX::TEX ( BitmapPars  bmpars)

Default constructor.

Parameters
widthpixmap width
heightpixmap height Default ctor

The documentation for this class was generated from the following files: