| 1483 | } |
| 1484 | |
| 1485 | bool vtkOpenGLFramebufferObject::PopulateFramebuffer(int width, int height) |
| 1486 | { |
| 1487 | return this->PopulateFramebuffer(width, height, true, 1, VTK_UNSIGNED_CHAR, true, 24, 0); |
| 1488 | } |
| 1489 | |
| 1490 | bool vtkOpenGLFramebufferObject::PopulateFramebuffer(int width, int height, bool useTextures, |
| 1491 | int numberOfColorAttachments, int colorDataType, bool wantDepthAttachment, int depthBitplanes, |