VTK
9.2.5
|
#include "vtkFrameBufferObjectBase.h"
#include "vtkRenderingOpenGL2Module.h"
#include <map>
#include <vector>
Go to the source code of this file.
Classes | |
class | vtkOpenGLFramebufferObject |
Internal class which encapsulates OpenGL FramebufferObject. More... | |
Macros | |
#define | VTK_UPDATED_FRAMEBUFFER |
#define | vtkCheckFrameBufferStatusMacroImpl(macro, mode) |
A variant of vtkErrorMacro that is used to verify framebuffer object completeness. | |
#define | vtkCheckFrameBufferStatusMacro(mode) vtkCheckFrameBufferStatusMacroImpl(vtkErrorMacro, mode) |
#define | vtkStaticCheckFrameBufferStatusMacro(mode) vtkCheckFrameBufferStatusMacroImpl(vtkGenericWarningMacro, mode) |
#define VTK_UPDATED_FRAMEBUFFER |
Definition at line 142 of file vtkOpenGLFramebufferObject.h.
#define vtkCheckFrameBufferStatusMacroImpl | ( | macro, | |
mode | |||
) |
A variant of vtkErrorMacro that is used to verify framebuffer object completeness.
It's provided so that reporting may include the file and line number of the offending code. In release mode the macro does nothing.
Definition at line 154 of file vtkOpenGLFramebufferObject.h.
#define vtkCheckFrameBufferStatusMacro | ( | mode | ) | vtkCheckFrameBufferStatusMacroImpl(vtkErrorMacro, mode) |
Definition at line 163 of file vtkOpenGLFramebufferObject.h.
#define vtkStaticCheckFrameBufferStatusMacro | ( | mode | ) | vtkCheckFrameBufferStatusMacroImpl(vtkGenericWarningMacro, mode) |
Definition at line 164 of file vtkOpenGLFramebufferObject.h.