PolyFEM
|
#include <raster.hpp>
Public Member Functions | |
FrameBufferAttributes (uint8_t r=0, uint8_t g=0, uint8_t b=0, uint8_t a=255) | |
Public Attributes | |
double | depth |
Eigen::Matrix< uint8_t, 4, 1 > | color |
Definition at line 58 of file raster.hpp.
|
inline |
Definition at line 61 of file raster.hpp.
Eigen::Matrix<uint8_t, 4, 1> polyfem::renderer::FrameBufferAttributes::color |
Definition at line 67 of file raster.hpp.
Referenced by FrameBufferAttributes().
double polyfem::renderer::FrameBufferAttributes::depth |
Definition at line 66 of file raster.hpp.
Referenced by FrameBufferAttributes(), and polyfem::renderer::render().