libigl v2.5.0
Loading...
Searching...
No Matches
read_pixels.h File Reference
#include "../igl_inline.h"
#include "gl.h"
#include <Eigen/Core>
#include "read_pixels.cpp"

Go to the source code of this file.

Namespaces

namespace  igl
 
namespace  igl::opengl
 

Functions

template<typename T >
void igl::opengl::read_pixels (const GLuint width, const GLuint height, Eigen::Matrix< T, Eigen::Dynamic, Eigen::Dynamic > &R, Eigen::Matrix< T, Eigen::Dynamic, Eigen::Dynamic > &G, Eigen::Matrix< T, Eigen::Dynamic, Eigen::Dynamic > &B, Eigen::Matrix< T, Eigen::Dynamic, Eigen::Dynamic > &A, Eigen::Matrix< T, Eigen::Dynamic, Eigen::Dynamic > &D)
 Read full viewport into color, alpha and depth arrays suitable for igl::png::writePNG.