Public Attributes

VR3FBO::ArrayElement Struct Reference

An element in the images array. More...

List of all members.

Public Attributes

GLuint tex
 Name of the texture images attached.
GLint min_filter
 Type of filtering used for minification.
GLint mag_filter
 Type of filtering used for magnification.

Detailed Description

An element in the images array.

Definition at line 76 of file VR3FBO.h.


Member Data Documentation

Type of filtering used for magnification.

Definition at line 82 of file VR3FBO.h.

Type of filtering used for minification.

Definition at line 80 of file VR3FBO.h.

Name of the texture images attached.

Definition at line 78 of file VR3FBO.h.


The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Friends Defines