|
MeVisLab Toolbox Reference
|
Stores a shader configuration. More...
#include <View2DShaderGLSL.h>
Public Member Functions | |
| ShaderConfig () | |
| ShaderConfig (View2DTextureFilter filter, bool use16Bit) | |
| bool | operator== (const ShaderConfig &other) const |
Public Attributes | |
| View2DTextureFilter | filter |
| bool | use16Bit |
Stores a shader configuration.
Definition at line 42 of file View2DShaderGLSL.h.
|
inline |
Definition at line 43 of file View2DShaderGLSL.h.
References FILTER_LINEAR.
|
inline |
Definition at line 48 of file View2DShaderGLSL.h.
|
inline |
Definition at line 53 of file View2DShaderGLSL.h.
| View2DTextureFilter View2DShaderGLSL::ShaderConfig::filter |
Definition at line 58 of file View2DShaderGLSL.h.
Referenced by operator==().
| bool View2DShaderGLSL::ShaderConfig::use16Bit |
Definition at line 59 of file View2DShaderGLSL.h.
Referenced by operator==().