Equalizer
1.10.1
Parallel Rendering Framework
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
zoomFilter.h
1
2
/* Copyright (c) 2011, Cedric Stalder <cedric.stalder@gmail.com>
3
* 2011, Stefan Eilemann <eile@eyescale.ch>
4
*
5
* This library is free software; you can redistribute it and/or modify it under
6
* the terms of the GNU Lesser General Public License version 2.1 as published
7
* by the Free Software Foundation.
8
*
9
* This library is distributed in the hope that it will be useful, but WITHOUT
10
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
11
* FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more
12
* details.
13
*
14
* You should have received a copy of the GNU Lesser General Public License
15
* along with this library; if not, write to the Free Software Foundation, Inc.,
16
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
17
*/
18
19
#ifndef EQ_ZOOMFILTER_H
20
#define EQ_ZOOMFILTER_H
21
22
23
namespace
eq
24
{
26
EQ_API
enum
ZoomFilter
27
{
28
FILTER_NEAREST
= 0x2600,
29
FILTER_LINEAR
= 0x2601
30
};
31
32
}
33
#endif // EQ_ZOOMFILTER_H
eq::FILTER_NEAREST
GL_NEAREST.
Definition:
zoomFilter.h:28
eq::ZoomFilter
ZoomFilter
Filtering algorithm to applied during zoom operations.
Definition:
zoomFilter.h:26
eq::FILTER_LINEAR
GL_LINEAR.
Definition:
zoomFilter.h:29
install
include
eq
zoomFilter.h
Generated on Fri Oct 23 2015 13:57:03 for Equalizer by
1.8.6